#final-kusya-overlay{position:absolute;inset:0;background-image:url(../assets/scenes/final_kusya_bg.webp);background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;pointer-events:none}#final-kusya-overlay.is-visible{opacity:1}#final-kusya-overlay{z-index:2}:root{--dust-opacity: .95}[data-ui=background],[data-screen=main]{position:relative;overflow:hidden}[data-screen=main]{isolation:isolate}[data-ui=background]:before,[data-screen=main]:before{content:"";position:absolute;left:0;right:0;top:-420px;height:calc(100% + 1260px);pointer-events:none;z-index:1;background-image:radial-gradient(4px 4px at 50px 60px,rgba(255,253,245,.95),transparent 60%),radial-gradient(5px 5px at 240px 150px,rgba(255,250,235,.8),transparent 60%),radial-gradient(3.5px 3.5px at 150px 280px,rgba(255,252,240,.9),transparent 60%),radial-gradient(4.5px 4.5px at 330px 320px,rgba(255,248,230,.85),transparent 60%),radial-gradient(3px 3px at 380px 40px,rgba(255,255,248,.9),transparent 60%);background-size:420px 420px;background-repeat:repeat;opacity:0;will-change:transform,filter,opacity;animation:dust-drift-near 34s linear infinite,dust-twinkle-near 4s ease-in-out infinite alternate}[data-ui=background]:after,[data-screen=main]:after{content:"";position:absolute;left:0;right:0;top:-280px;height:calc(100% + 840px);pointer-events:none;z-index:1;background-image:radial-gradient(2.5px 2.5px at 20px 30px,rgba(255,253,245,.95),transparent 60%),radial-gradient(1.5px 1.5px at 90px 110px,rgba(255,250,235,.85),transparent 60%),radial-gradient(1px 1px at 150px 60px,rgba(255,255,248,.9),transparent 60%),radial-gradient(2px 2px at 60px 170px,rgba(255,248,228,.85),transparent 60%),radial-gradient(3px 3px at 200px 200px,rgba(255,252,240,.9),transparent 60%),radial-gradient(1px 1px at 230px 130px,rgba(255,255,250,.95),transparent 60%),radial-gradient(2px 2px at 120px 220px,rgba(255,250,232,.85),transparent 60%),radial-gradient(1.5px 1.5px at 180px 20px,rgba(255,253,243,.9),transparent 60%),radial-gradient(2.5px 2.5px at 40px 240px,rgba(255,251,238,.9),transparent 60%),radial-gradient(1px 1px at 250px 250px,rgba(255,255,250,.95),transparent 60%);background-size:280px 280px;background-repeat:repeat;opacity:0;will-change:transform,filter,opacity;animation:dust-drift-far 22s linear infinite,dust-twinkle-far 3s ease-in-out infinite alternate}[data-screen=main]:before,[data-screen=main]:after{opacity:var(--dust-opacity);z-index:-1}[data-ui=background].fadeIn:before{animation:dust-drift-near 34s linear infinite,dust-twinkle-near 4s ease-in-out infinite alternate,dust-appear var(--animate-duration, 1s) ease both}[data-ui=background].fadeIn:after{animation:dust-drift-far 22s linear infinite,dust-twinkle-far 3s ease-in-out infinite alternate,dust-appear var(--animate-duration, 1s) ease both}@keyframes dust-drift-near{0%{transform:translateY(0)}to{transform:translateY(-420px)}}@keyframes dust-drift-far{0%{transform:translateY(0)}to{transform:translateY(-280px)}}@keyframes dust-twinkle-near{0%{filter:brightness(.6)}to{filter:brightness(1.25)}}@keyframes dust-twinkle-far{0%{filter:brightness(.55)}to{filter:brightness(1.3)}}@keyframes dust-appear{0%{opacity:0}to{opacity:var(--dust-opacity)}}@media(prefers-reduced-motion:reduce){[data-ui=background]:before,[data-ui=background]:after,[data-ui=background].fadeIn:before,[data-ui=background].fadeIn:after{animation:none;opacity:var(--dust-opacity)}}settings-screen{background-image:linear-gradient(#000000b3,#000000b3),url(../assets/scenes/menu_hall.png);background-size:cover;background-position:center;color:#f0f0f0}settings-screen h2,settings-screen h3,settings-screen span{color:#f0f0f0}settings-screen input[type=range]::-webkit-slider-runnable-track{background:#ffffff4d}settings-screen input[type=range]::-moz-range-track{background:#ffffff4d}@media screen and (max-width:37.5em){settings-screen>.row{margin-top:60px!important}}[data-screen=main]{background-image:url(../assets/scenes/menu_hall.png);background-size:cover;background-position:center}[data-component=choice-container] button{margin:.3em 1em}[data-component=choice-container] button:focus{outline:none;border:none!important}@keyframes moveLeftToCenter{0%{transform:translate(0)}to{transform:translate(calc(50vw - 50%))}}.moveLeftToCenter{animation-name:moveLeftToCenter;animation-duration:.35s;animation-timing-function:ease-in-out}#password-gate{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-image:linear-gradient(#000000c7,#000000c7),url(../assets/scenes/menu_hall.png);background-size:cover;background-position:center;color:#f0f0f0}#gate-form{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:22rem;text-align:center;padding:2.5rem 2rem;border-radius:1rem;background:#1414188c;border:1px solid rgba(255,255,255,.12);box-shadow:0 1.5rem 3rem #00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.gate-emoji{font-size:3.5rem;line-height:1}.gate-title{margin:0;font-size:2rem;color:#fff}.gate-text{margin:0;line-height:1.5;opacity:.85}.gate-input,.gate-button{width:100%;padding:.75rem 1rem;font-size:1.1rem;font-family:inherit;border-radius:.6rem;box-sizing:border-box}.gate-input{text-align:center;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.25);outline:none}.gate-input::placeholder{color:#ffffff80}.gate-input:focus{background:#ffffff1f;border-color:#fff9}.gate-button{border:none;font-weight:600;color:#2a1620;background:#e8a0bf;cursor:pointer;transition:transform .1s ease,background .2s ease}.gate-button:hover{background:#f2b6d0}.gate-button:active{transform:scale(.98)}.gate-error{margin:0;min-height:1.2em;color:#ff9aa2}#password-gate.is-wrong #gate-form{animation:gate-shake .4s ease}@keyframes gate-shake{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-7px)}80%{transform:translate(7px)}}@media(prefers-reduced-motion:reduce){#password-gate.is-wrong #gate-form{animation:none}}
