@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--f-bg:#fdf6e9;--f-side:#f5eedc;--f-accent:#e89a67;--f-dark:#4a3f35;--f-green:#93a37d;--f-light:#fff;--f-text:#4a3f35}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--f-bg);color:var(--f-text);font-family:Nunito,sans-serif;overflow:hidden}.gh-layout{width:100vw;height:100vh;display:flex}.gh-mobile-header{background:var(--f-side);z-index:20;border-bottom:2px solid #00000008;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:none}.gh-logo-box-mobile{align-items:center;gap:.5rem;display:flex}.gh-mobile-menu-btn{color:var(--f-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.gh-mobile-overlay{display:none}.gh-sidebar{background-color:var(--f-side);z-index:10;border-right:2px solid #00000008;flex-direction:column;width:320px;padding:3rem 2rem 2rem;display:flex;overflow-y:auto}.gh-logo-box{justify-content:center;margin-bottom:2.5rem;display:flex}.gh-logo-text{flex-direction:column;align-items:center;display:flex}.gh-logo-text b{color:var(--f-dark);text-transform:uppercase;letter-spacing:2px;font-size:2.2rem;font-weight:900;line-height:.9}.gh-logo-text span{color:var(--f-accent);letter-spacing:4px;text-transform:lowercase;margin-top:4px;font-size:1rem;font-weight:800}.gh-nav{flex-direction:column;flex:1;gap:.5rem;margin-bottom:2rem;display:flex}.gh-nav button{color:var(--f-dark);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.2rem;font-family:inherit;font-size:1.1rem;font-weight:800;transition:all .2s;display:flex}.gh-nav button:hover{opacity:1;background:#ffffff80}.gh-nav button.active{opacity:1;color:var(--f-accent);background:#fff;box-shadow:0 4px 15px #00000008}.gh-nav-divider{background:#0000000a;height:2px;margin:.5rem 0}.gh-sidebar-footer{flex-direction:column;margin-top:auto;display:flex}.gh-profile-auth-block{background:#fff;border-radius:20px;margin-bottom:1rem;padding:1.2rem;box-shadow:0 4px 15px #00000008}.gh-user-card-mini{flex-direction:column;display:flex}.gh-user-info-row{border-bottom:1px solid var(--f-side);align-items:center;gap:.8rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.gh-user-avatar-small{border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.gh-user-name-small{color:var(--f-dark);font-size:1rem;font-weight:800}.gh-user-actions-row{justify-content:space-between;gap:.5rem;display:flex}.gh-btn-profile-mini{background:var(--f-bg);color:var(--f-dark);cursor:pointer;border:none;border-radius:10px;flex:1;padding:8px 12px;font-family:inherit;font-size:.9rem;font-weight:800;transition:all .2s}.gh-btn-profile-mini:hover{background:var(--f-accent);color:#fff}.gh-btn-logout-mini{color:#ff6b6b;cursor:pointer;background:#fff0f0;border:none;border-radius:10px;padding:8px 12px;font-family:inherit;font-size:.9rem;font-weight:800;transition:all .2s}.gh-btn-logout-mini:hover{background:#ffe0e0}.gh-btn-login-large{background:var(--f-accent);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 10px #e89a674d}.gh-btn-login-large:hover{transform:translateY(-2px);box-shadow:0 6px 15px #e89a6766}.gh-footer-links{flex-direction:column;align-items:center;gap:.8rem;padding-top:.5rem;display:flex}.gh-socials{justify-content:center;gap:1rem;display:flex}.gh-socials a{color:var(--f-dark);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000000d}.gh-socials a:hover{background:var(--f-accent);color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px #e89a6766}.gh-privacy-link{color:var(--f-dark);opacity:.5;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;font-family:inherit;font-size:.8rem;font-weight:700;text-decoration:underline;transition:all .2s;display:block}.gh-privacy-link:hover{opacity:1;color:var(--f-accent)}.gh-main-area{flex-direction:column;flex:1;height:100vh;display:flex;position:relative;overflow:hidden}.gh-scroll-area{flex:1;padding:2rem 3rem;overflow-y:auto}.gh-container-wide{max-width:1200px;margin:0 auto}.gh-container-narrow{max-width:800px;margin:0 auto}.gh-hero{justify-content:center;align-items:center;gap:1.5rem;height:380px;margin-bottom:3rem;display:flex;position:relative}.gh-arrow{cursor:pointer;width:50px;height:50px;color:var(--f-dark);background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 5px 15px #0000000d}.gh-arrow:hover{color:var(--f-accent);transform:scale(1.1)}.gh-hero-card{border:4px solid #fff;border-radius:32px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:900px;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0000000f}.gh-hero-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.gh-hero-content{z-index:1;text-shadow:0 2px 10px #000000b3;color:#fff;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.gh-hero-title{text-align:center;margin:0;font-size:3.5rem;font-weight:900}.gh-hero-hint{background-color:var(--f-accent);border-radius:12px;padding:8px 24px;font-weight:900;box-shadow:0 4px 15px #e89a6766}.gh-title{color:var(--f-dark);margin-bottom:1.5rem;font-size:1.8rem;font-weight:900}.gh-games-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;display:grid}.gh-game-card{background:#fff;border-radius:24px;flex-direction:column;padding:1.2rem;transition:all .3s;display:flex;box-shadow:0 5px 20px #00000008}.gh-game-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.gh-game-img{border-radius:16px;justify-content:center;align-items:center;height:160px;margin-bottom:1rem;display:flex}.gh-game-genre{color:var(--f-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:800}.gh-game-card h4{color:var(--f-dark);flex:1;margin-bottom:1rem;font-size:1.3rem;font-weight:900}.gh-btn-launch{background:var(--f-bg);color:var(--f-dark);cursor:pointer;border:none;border-radius:14px;padding:1rem;font-family:inherit;font-size:1rem;font-weight:800;transition:all .2s}.gh-btn-launch:not([disabled]):hover{background:var(--f-accent);color:#fff}.gh-btn-launch[disabled]{opacity:.5;cursor:not-allowed}.gh-profile-box{background:#fff;border-radius:32px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 5px 20px #00000008}.gh-profile-head{border-bottom:2px solid var(--f-bg);align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.gh-avatar{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.gh-profile-info h2{margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.gh-tag{border-radius:8px;padding:5px 12px;font-size:.85rem;font-weight:800}.gh-tag.pro{color:#ff8736;background:#fff0e6}.gh-tag.demo{background:var(--f-bg);color:var(--f-dark);opacity:.7}.gh-set-row{border-bottom:2px solid var(--f-bg);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.gh-set-row:last-child{border-bottom:none;padding-bottom:0}.gh-label{opacity:.6;font-weight:700}.gh-value{font-size:1.1rem;font-weight:800}.gh-view-box{align-items:center;gap:1rem;display:flex}.gh-view-box button,.gh-edit-box button{background:var(--f-bg);cursor:pointer;color:var(--f-accent);border:none;border-radius:8px;padding:6px 12px;font-family:inherit;font-weight:800}.gh-edit-box{align-items:center;gap:.5rem;display:flex}.gh-edit-box input{border:2px solid var(--f-bg);border-radius:8px;outline:none;width:120px;padding:6px 12px;font-family:inherit;font-weight:700}.gh-lib-grid{flex-direction:column;gap:1rem;display:flex}.gh-lib-card{background:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:1rem;display:flex;box-shadow:0 4px 15px #00000008}.gh-lib-icon{background:var(--f-bg);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.gh-lib-text span{color:var(--f-accent);text-transform:uppercase;font-size:.8rem;font-weight:800}.gh-lib-text h4{color:var(--f-dark);margin:.2rem 0;font-size:1.3rem;font-weight:900}.gh-lib-text p{opacity:.6;margin:0;font-size:.9rem;font-weight:600}.gh-empty{opacity:.5;margin-top:1rem;font-style:italic;font-weight:600}.gh-news-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.gh-news-card{background:#fff;border-radius:16px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000008}.gh-news-card:hover{transform:translateY(-3px)}.gh-news-image{object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:160px;display:block}.gh-subs-hero{text-align:center;margin-bottom:3rem}.gh-subs-hero h2{margin:1rem 0 .5rem;font-size:2.5rem;font-weight:900}.gh-subs-hero p{opacity:.7;font-size:1.2rem;font-weight:600}.gh-subs-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.gh-feat{text-align:center;background:#fff;border-radius:24px;padding:2rem;box-shadow:0 5px 20px #00000008}.gh-feat.highlight{background:var(--f-accent);color:#fff;transform:scale(1.05)}.gh-feat h3{margin:1rem 0 .5rem;font-size:1.5rem;font-weight:900}.gh-feat p{opacity:.8;font-weight:600}.gh-price-box{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;padding:2.5rem;display:flex;box-shadow:0 5px 20px #00000008}.gh-price{color:var(--f-dark);font-size:3rem;font-weight:900}.gh-price span{opacity:.5;font-size:1.2rem;font-weight:700}.gh-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#4a3f3566;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.gh-modal-card{text-align:center;background:#fff;border-radius:32px;width:90%;max-width:450px;padding:2.5rem;box-shadow:0 20px 50px #00000026}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.gh-modal-icon{background:var(--f-bg);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.gh-modal-card h2{color:var(--f-dark);margin-bottom:1rem;font-size:1.8rem;font-weight:900}.gh-modal-card p{opacity:.8;color:var(--f-dark);margin-bottom:2rem;font-weight:600}.gh-btn-primary{background:var(--f-accent);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;padding:1.2rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:800;transition:all .2s;box-shadow:0 5px 15px #e89a674d}.gh-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #e89a6766}.gh-auth-view{justify-content:center;align-items:center;min-height:70vh;display:flex}.gh-auth-form{background:#fff;border-radius:32px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:3rem;display:flex;box-shadow:0 10px 40px #0000000d}.gh-auth-form h2{color:var(--f-dark);margin:1rem 0 2rem;font-size:2rem;font-weight:900}.gh-auth-inputs{flex-direction:column;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.gh-input-wrap{background:var(--f-bg);color:var(--f-dark);border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.gh-input-wrap input{color:var(--f-dark);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem;font-weight:700}.gh-input-wrap input::placeholder{opacity:.5}.gh-auth-toggle{color:var(--f-accent);cursor:pointer;opacity:.8;margin-top:1.5rem;font-weight:800;transition:all .2s}.gh-auth-toggle:hover{opacity:1}.gh-game-wrapper{background:var(--f-bg);z-index:1000;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.gh-dialog-paper{background:#fff;border-radius:32px;padding:3rem;box-shadow:0 15px 40px #0000001a}@media (width<=768px){.gh-layout{flex-direction:column}.gh-mobile-header{display:flex}.gh-sidebar{z-index:30;height:100vh;transition:left .3s;position:fixed;top:0;left:-100%;box-shadow:5px 0 25px #00000026}.gh-sidebar.open{left:0}.gh-mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:25;background:#4a3f3566;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.gh-scroll-area{padding:1.5rem 1rem}.gh-hero{justify-content:center;margin-bottom:2rem;position:relative}.gh-arrow{z-index:10;position:absolute;top:50%;transform:translateY(-50%)}.gh-arrow.left{width:40px;height:40px;left:10px}.gh-arrow.right{width:40px;height:40px;right:10px}.gh-arrow:hover{transform:translateY(-50%)scale(1.1)}.gh-hero-card{height:280px}.gh-hero-title{font-size:2rem!important}.gh-games-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.gh-game-img{height:120px}.gh-news-grid{grid-template-columns:1fr!important}.gh-news-card-content{flex-direction:column;gap:1rem!important;padding:1rem!important}.gh-subs-grid{grid-template-columns:1fr}.gh-price-box{flex-direction:column;gap:1rem}.gh-profile-head{text-align:center;flex-direction:column}.gh-set-row{flex-direction:column;align-items:flex-start;gap:.5rem}.gh-lib-card{text-align:center;flex-direction:column;align-items:center}}@media (width<=480px){.gh-games-grid{grid-template-columns:1fr}.gh-hero-card{height:220px}}.gh-game-wrapper{color:#fdf6e9;z-index:10000;background-color:#2d2621;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.gh-game-top-bar{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:20;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 3rem;display:flex;position:absolute;top:0;left:0}.gh-btn-game-exit{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff3;border-radius:12px;align-items:center;gap:10px;padding:.6rem 1.2rem;font-family:inherit;font-weight:800;display:flex}.gh-game-viewport{flex-direction:column;flex:1;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.gh-layered-scene{flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.gh-layer{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.gh-layer-bg{z-index:1;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}.gh-layered-scene .gh-sprite-container{z-index:2;pointer-events:none;justify-content:center;align-items:flex-end;height:74vh;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)translateY(-18vh)}.gh-patient-sprite{object-fit:contain;filter:drop-shadow(0 0 25px #0009);height:100%}.gh-layer-fg{z-index:3}.gh-game-ui{background:linear-gradient(#0000 0%,#00000080 60%,#000000f2 100%);flex-direction:column;justify-content:flex-end;width:100%;padding:1rem 10%;display:flex}.gh-layered-scene .gh-layer-ui{z-index:4;position:relative}.gh-dialog-paper{color:#fdf6e9;z-index:10;background:#2b3628;border:6px solid #43543d;border-bottom:none;border-radius:15px 15px 0 0;flex-direction:column;justify-content:center;width:90%;max-width:700px;min-height:15vh;margin:0 auto;padding:1.5rem 3rem;display:flex;position:relative;box-shadow:0 -10px 30px #00000080}.gh-character-name{color:#fff;background:#527444;border:4px solid #2b3628;border-radius:8px;padding:4px 25px;font-weight:900;position:absolute;top:-24px;left:40px}.gh-dialog-text{margin:0;font-size:1.2rem;font-weight:700;line-height:1.4}.gh-options-grid{z-index:10;grid-template-columns:1fr 1fr;gap:1rem;width:90%;max-width:700px;margin:0 auto 1rem;display:grid;position:relative}.gh-btn-option{color:#fdf6e9;cursor:pointer;text-align:left;background:#1e261c;border:3px solid #43543d;border-radius:12px;padding:1rem;font-family:inherit;font-weight:800;box-shadow:4px 4px #121711}.gh-btn-option:hover:not(:disabled){color:#fff;background:#527444;border-color:#6a8f58;transform:translate(-2px,-2px);box-shadow:6px 6px #121711}.gh-result-notice{color:#fdf6e9;z-index:100;text-align:center;background:#2b3628;border:5px solid #43543d;border-radius:20px;width:90%;max-width:700px;margin:0 auto 1.5rem;padding:2rem;position:relative;box-shadow:0 20px 50px #0009}.gh-btn-game-action{color:#fff;cursor:pointer;background:#527444;border:none;border-radius:18px;padding:1.2rem 3rem;font-family:inherit;font-weight:900;box-shadow:0 8px 15px #52744466}.gh-penalty-input{color:#fff;background:#1e261c;border:3px solid #43543d;border-radius:15px;outline:none;width:100%;padding:12px 20px;font-family:inherit;font-weight:800}.gh-txt-success{color:#8ce99a;font-size:1.6rem;font-weight:900}.gh-txt-error{color:#ff6b6b;font-size:1.6rem;font-weight:900}.animate-pop{animation:.4s cubic-bezier(.175,.885,.32,1.275) pop}@keyframes pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gh-dialog-paper.animate-pop{animation:.4s ease-out popDown}@keyframes popDown{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.gh-result-notice.animate-pop{animation:.4s cubic-bezier(.175,.885,.32,1.275) noticePop}@keyframes noticePop{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.animate-fade{animation:.4s ease-in-out fIn}@keyframes fIn{0%{opacity:0}to{opacity:1}}@font-face{font-family:Citrica;src:url(/fonts/citricacyrillic.ttf)format("truetype");font-weight:400;font-style:normal}.art-nouveau-title,.art-nouveau-btn-outline,.art-nouveau-btn-filled,.garden-tooltip,.decor-inventory-item,.magic-garden-wrapper input[type=text],.magic-garden-wrapper input[type=number]{font-family:Citrica,sans-serif!important}.magic-garden-wrapper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.magic-garden-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.magic-garden-wrapper input[type=number]{-moz-appearance:textfield}.magic-garden-wrapper input[type=text],.magic-garden-wrapper input[type=number]{transition:all .3s;box-shadow:inset 0 4px 10px #00000080}.magic-garden-wrapper input[type=text]:focus,.magic-garden-wrapper input[type=number]:focus{background:#ebd1971a!important;border-color:#ebd197!important;box-shadow:0 0 15px #ebd1974d,inset 0 4px 10px #00000080!important}.magic-garden-wrapper ::-webkit-scrollbar{width:8px;height:8px}.magic-garden-wrapper ::-webkit-scrollbar-track{background:#111513cc;border:1px solid #ebd1971a;border-radius:10px}.magic-garden-wrapper ::-webkit-scrollbar-thumb{background:linear-gradient(#ebd197,#a67c52);border:1px solid #111513;border-radius:10px}.magic-garden-wrapper ::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fce5b1,#c49a6c)}.art-nouveau-title{color:#ebd197;letter-spacing:1px;text-shadow:2px 2px 4px #00000080;transition:all .3s;display:inline-block;position:relative}.garden-name-hover:hover{background:#ebd1971a;box-shadow:inset 0 0 10px #ebd19733}.garden-name-hover:hover .edit-icon{opacity:1!important}.art-nouveau-btn-outline{letter-spacing:1px;color:#ebd197!important;text-align:center!important;background:0 0!important;border:1px solid #ebd197!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;transition:all .3s!important;display:flex!important}.art-nouveau-btn-outline:hover:not(:disabled){background:#ebd19733!important;box-shadow:0 0 10px #ebd1974d!important}.art-nouveau-btn-filled{text-transform:uppercase;font-weight:700;color:#1a221f!important;text-align:center!important;background:linear-gradient(#ebd197 0%,#c4a96b 100%)!important;border:none!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;transition:all .3s!important;display:flex!important;box-shadow:0 4px 10px #0000004d!important}.art-nouveau-btn-filled:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 15px #ebd19766!important}.art-nouveau-modal{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards popModal;position:relative;background:radial-gradient(circle,#232b27 0%,#111513 100%)!important;border:2px solid #ebd197!important;border-radius:20px 40px!important;box-shadow:0 10px 40px #000c,inset 0 0 20px #ebd1971a!important}@keyframes popModal{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.art-nouveau-modal:before{content:"";pointer-events:none;border:1px solid #ebd19740;border-radius:12px 32px;position:absolute;inset:8px}.art-nouveau-card{transition:all .3s;background:#1e252299!important;border:1px solid #5a6b5d!important;border-radius:10px 30px!important}.art-nouveau-card:hover{background:#28322dcc!important;border-color:#ebd197!important}.garden-tooltip{-webkit-backdrop-filter:blur(8px);animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards floatUp;background:linear-gradient(135deg,#2c3531f2 0%,#1a221ff2 100%)!important;border:1px solid #ebd197!important;border-radius:10px 25px!important}@keyframes floatUp{0%{opacity:0;transform:translate(-50%,10px)scale(.9)}to{opacity:1;transform:translate(-50%)scale(1)}}.stained-glass-panel{-webkit-backdrop-filter:blur(2px);z-index:2000;border-bottom:2px solid #ebd19799;position:relative;box-shadow:0 10px 30px #00000080;background:linear-gradient(135deg,#183b2a4d 0%,#1d25424d 50%,#421a204d 100%)!important}.stained-glass-panel:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 30%,#ffffff1a 32%,#0000 35%),linear-gradient(#ffffff14 0%,#0000 40%);border-top:1px solid #fff3;position:absolute;inset:0}.decor-inventory-panel{z-index:2000;gap:15px;padding:20px;transition:transform .3s ease-in-out;display:flex;position:absolute;bottom:0;left:0;right:0;overflow-x:auto;background:linear-gradient(#1e2522f2,#111513)!important;border-top:3px solid #ebd197!important;box-shadow:0 -15px 40px #000c,inset 0 5px 15px #ebd19726!important}.decor-inventory-item{cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:80px;height:80px;transition:all .2s;display:flex;box-shadow:inset 0 4px 10px #0009;background:#0006!important;border:1px dashed #ebd19766!important}.decor-inventory-item:hover{transform:translateY(-5px);box-shadow:0 0 15px #ebd1974d,inset 0 4px 10px #0009;background:#ebd1971a!important;border:1px solid #ebd197!important}.ghost-item{pointer-events:none;z-index:9999;opacity:.8;filter:drop-shadow(0 0 15px #ebd19780);position:fixed;transform:translate(-50%,-50%)}.particles-container{pointer-events:none;z-index:5;position:absolute;inset:0}.magic-dust{opacity:0;background:#ebd197;border-radius:50%;width:4px;height:4px;animation:3s ease-in-out infinite floatDust;position:absolute;box-shadow:0 0 8px 2px #ebd197cc}.magic-dust:first-child{animation-duration:3.5s;animation-delay:0s;bottom:20%;left:10%}.magic-dust:nth-child(2){animation-duration:4s;animation-delay:.5s;bottom:40%;left:80%}.magic-dust:nth-child(3){animation-duration:3s;animation-delay:1.2s;bottom:70%;left:50%}.magic-dust:nth-child(4){animation-duration:4.5s;animation-delay:2s;bottom:80%;left:20%}.magic-dust:nth-child(5){animation-duration:3.2s;animation-delay:1.8s;bottom:10%;left:75%}@keyframes floatDust{0%{opacity:0;transform:translateY(0)scale(.5)}50%{opacity:1;transform:translateY(-20px)scale(1.5)}to{opacity:0;transform:translateY(-40px)scale(.5)}}.water-drops-animation{pointer-events:none;z-index:100;width:40px;height:80px;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.drop{opacity:0;animation:.8s ease-in forwards fallDrop;position:absolute}.drop-1{animation-delay:0s;top:0;left:10px}.drop-2{animation-delay:.15s;top:-10px;left:25px}.drop-3{animation-delay:.3s;top:-20px;left:18px}@keyframes fallDrop{0%{opacity:0;transform:translateY(0)scale(1)}20%{opacity:.8}80%{opacity:.8;transform:translateY(60px)scale(.8)}to{opacity:0;transform:translateY(70px)scale(0)}}
