@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Permanent+Marker&display=swap";:root{font-family:Barlow Condensed,Arial Narrow,sans-serif;color:#fff2df;background:#0b0b18;font-synthesis:none;--lime:#baff3c;--pink:#ff2d9b;--cyan:#20d9f4;--line:#393550;--muted:#a5a0be}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 40% 35%,#161129,#0b0b18 65%);min-width:320px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.48}button:focus-visible,a:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}button{transition:background .18s,transform .18s,border-color .18s}button:not(:disabled):active{transform:translateY(2px)}[hidden]{display:none!important}.header{height:106px;max-width:1536px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 34px}.brand{display:flex;gap:13px;align-items:center;text-decoration:none;color:inherit;white-space:nowrap}.brand>svg{width:40px;transform:rotate(-12deg)}.brand strong{font-family:Impact,Barlow Condensed,sans-serif;font-style:italic;font-size:70px;letter-spacing:-2px;transform:rotate(-5deg)}.brand>span{font-family:Permanent Marker,cursive;color:var(--pink);font-size:33px;transform:rotate(-5deg);letter-spacing:-1.5px}.header nav{display:flex;align-items:center;gap:32px}.header button{background:none;border:0;font-size:21px;font-weight:800;letter-spacing:1px}.header button:hover{color:var(--lime)}.header nav i{height:35px;width:1px;background:var(--line)}#help span{display:none}#sound{position:relative;display:grid;place-items:center;width:42px;height:42px}#sound svg{width:31px}#sound.muted:after{content:"";position:absolute;width:37px;height:3px;background:var(--pink);transform:rotate(-45deg)}main{max-width:1536px;margin:auto;padding:0 22px}.game-layout{display:grid;grid-template-columns:minmax(0,2.23fr) minmax(320px,1fr);gap:12px}.game-shell{min-width:0}.stage{height:clamp(490px,48vw,730px);position:relative;overflow:hidden;border:1px solid #4b4168;border-radius:8px;background:#201337;isolation:isolate}.environment{position:absolute;inset:0;background:url(/assets/rooftop.png) center/cover no-repeat;z-index:-3}.sprite{position:absolute;background-image:url(/assets/sprites.png);background-size:300% 100%;background-repeat:no-repeat;transform-origin:50% 85%;height:65%;width:37%;bottom:6%;pointer-events:none;z-index:-1}.rival{left:-2%;background-position:0 0}.speakers{width:39%;height:62%;left:30%;background-position:50% 0;z-index:-2}.player{right:0;background-position:100% 0}.bop{animation:bop .24s ease-out}@keyframes bop{0%,to{transform:scaleY(1) rotate(0)}35%{transform:scaleY(.955) rotate(-1deg)}}.speakers.bop{animation:speaker .24s ease-out}@keyframes speaker{40%{transform:scale(1.035)}}.stage-top{position:absolute;left:22px;right:20px;top:18px;display:flex;align-items:center;justify-content:space-between}.stage-top>span{font-size:14px;font-weight:700;letter-spacing:2px;color:#e0c9ff;text-shadow:0 1px 8px #000}#pause{border:1px solid #74638a;border-radius:5px;background:#100b20bc;padding:3px 12px;font-size:18px;z-index:8}.receptors{position:absolute;top:48px;left:48.5%;width:44%;height:70px;display:flex;justify-content:space-around;z-index:3}.receptor{width:25%;display:grid;place-items:center}.arrow{width:64px;height:64px;overflow:visible;transform:rotate(var(--rotation));filter:drop-shadow(0 3px 0 #080810);flex-shrink:0}.arrow path{fill:#100e20;stroke:currentColor;stroke-width:4;stroke-linejoin:round}.lane-0{color:#f72eaa}.lane-1{color:#21d7f5}.lane-2{color:#baff3c}.lane-3{color:#ff2f8c}.hit .arrow{filter:drop-shadow(0 0 12px currentColor);transform:rotate(var(--rotation)) scale(1.15)}.hit .arrow path,.note .arrow path{fill:currentColor;stroke:#160f25;stroke-width:3}.note{position:absolute;top:0;z-index:2;width:58px;height:58px;will-change:transform}.note .arrow{width:58px;height:58px}.lanes{display:flex;position:absolute;left:48.5%;width:44%;top:40px;bottom:105px;opacity:0;transition:opacity .2s;z-index:-1}.lane{width:25%;background:#0a061849;border-right:1px solid #ffffff0d}.is-playing .lanes{opacity:1}.is-playing .player{opacity:.65}.health-area{position:absolute;bottom:23px;left:12%;right:12%;z-index:4}.health-label{display:flex;justify-content:space-between;font-weight:800;font-size:12px;letter-spacing:2px;color:#e9d6f8;text-shadow:1px 2px #0b0719;margin-bottom:6px}.health{height:18px;background:var(--pink);border:4px solid #0e0b19;box-shadow:0 0 0 1px #81729b;position:relative;transform:skew(-9deg)}#healthFill{background:var(--cyan);width:60%;height:100%;transition:width .15s}#healthMarker{position:absolute;left:60%;top:-12px;width:30px;height:30px;background:#151027;border-radius:6px;transform:translate(-50%);color:var(--cyan);transition:left .15s}#healthMarker svg{width:26px;height:26px}.scoreline{display:flex;justify-content:space-between;gap:12px;margin-top:11px;font-size:13px;letter-spacing:1px;text-shadow:0 2px 3px #000}.scoreline b{font-weight:700;color:#fff;margin-left:6px;font-variant-numeric:tabular-nums}.progress{position:absolute;bottom:0;height:3px;left:0;right:0;background:#0a0717}#progressFill{height:100%;background:var(--lime);width:0}#feedback{position:absolute;right:12%;top:32%;font:italic 900 46px Barlow Condensed,sans-serif;transform:rotate(-8deg);color:var(--lime);text-shadow:3px 3px #0c0715,-2px -2px #0c0715;z-index:4}#feedback.miss{color:var(--pink)}#countdown{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font:900 115px Barlow Condensed,sans-serif;color:var(--lime);text-shadow:5px 7px #160c21;z-index:5}.controls{border:1px solid var(--line);border-radius:8px;padding:24px 18px 17px;display:flex;flex-direction:column;background:#0c0b19a1}h1{font-size:43px;line-height:1;margin:0 0 24px;font-weight:900;letter-spacing:.2px}.track-list{display:flex;flex-direction:column;gap:12px}.track{display:flex;align-items:center;text-align:left;width:100%;border:1px solid #514961;border-radius:10px;background:transparent;padding:9px;gap:17px;min-height:100px}.track:hover:not(:disabled){background:#20192d;border-color:#a194b6}.track.selected{border:2px solid var(--lime);padding:8px;background:#13131c}.cover{height:78px;width:92px;flex-shrink:0;position:relative;display:grid;place-items:center;overflow:hidden;background:url(/assets/rooftop.png) center/cover;border-radius:3px}.cover:before{content:"";position:absolute;inset:0;background:#bb00674d}.cover>svg{width:55px;color:var(--pink);z-index:1;transform:rotate(-13deg);filter:drop-shadow(2px 3px #0b071a)}.cover-1{filter:hue-rotate(295deg)}.cover-1:before{background:#002b3c66}.moon{width:29px;height:29px;background:#79e8ff;border-radius:50%;box-shadow:0 0 20px #31b3eb;position:relative;top:-12px}.cover-2{filter:hue-rotate(25deg)}.frequency-icon{font:900 84px sans-serif;line-height:1;position:relative;color:#ff41bb}.track-text{min-width:0;flex:1}.track-text strong{font-size:24px;font-weight:600;display:block;white-space:nowrap}.track-text small{font-size:17px;color:var(--muted);margin-top:5px;display:block;letter-spacing:.4px}.track-text small span{font-size:12px;opacity:.7}.radio{width:23px;height:23px;border:2px solid #9188a6;border-radius:50%;margin:0 8px 0 0;flex-shrink:0}.selected .radio{border-color:var(--lime);background:radial-gradient(var(--lime) 0 45%,transparent 48%)}.difficulty{display:flex;gap:9px;margin-top:auto;padding-top:28px}.difficulty button{width:33.33%;padding:14px 3px;background:#252235;border:1px solid #58516b;border-radius:8px;color:#aaa3c6;font-weight:800;font-size:20px}.difficulty button:hover:not(:disabled){border-color:var(--lime)}.difficulty .selected{background:var(--lime);color:#111610;border-color:var(--lime)}.play{display:flex;align-items:center;justify-content:center;gap:17px;min-height:98px;border:0;border-radius:9px;background:var(--lime);color:#0a100b;font-size:48px;font-weight:900;letter-spacing:1px;margin-top:24px;width:100%;box-shadow:inset 0 1px #efffb066}.play:hover:not(:disabled){background:#ceff70;box-shadow:0 0 28px #baff3c16}.play svg{height:39px;width:39px}.control-hint{display:flex;justify-content:center;gap:15px;border-top:1px solid #534b65;padding-top:20px;margin-top:23px;color:#b2abc5;font-size:17px;letter-spacing:.5px}.control-hint span+span:before{content:"·";padding-right:15px}.best{display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.5px;color:#79738e;margin-top:16px}.best b{color:#c6bfdb;font-size:14px}.touch-controls{display:none}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin:35px 0 28px;padding:0 18px}.steps>div{display:flex;gap:32px;padding:6px 30px 10px 0}.steps>div+div{border-left:1px solid var(--line);padding-left:48px}.steps>div>b{font-weight:900;font-size:66px;line-height:1;position:relative}.steps>div>b:after{content:"";position:absolute;height:4px;width:50px;background:var(--pink);left:4px;bottom:3px;border-radius:4px}.steps>div:nth-child(2)>b:after{background:var(--cyan)}.steps h2{font-size:21px;letter-spacing:.5px;margin:0 0 10px;font-weight:800}.steps p{font-size:15px;letter-spacing:.5px;line-height:1.5;color:#aaa5c0;margin:0}footer{border-top:1px solid #292338;display:flex;justify-content:space-between;color:#625b75;font-size:11px;letter-spacing:1.5px;padding:18px 2px 24px}.overlay{position:absolute;inset:0;z-index:10;background:#0c091cde;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:28px}.overlay h2{font-size:70px;font-weight:900;margin:7px 0 12px;line-height:1;color:var(--lime)}.overlay p{color:#bdb4d5}.overlay-kicker{color:var(--pink);letter-spacing:3px;font-weight:700}.small{width:auto;min-width:200px;min-height:55px;font-size:24px;padding:12px 26px;margin-top:22px}.text-button{background:none;border:0;color:#b7b0c9;font-weight:700;letter-spacing:1px;padding:18px}.text-button:hover{color:#fff}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 45px;margin:14px 0;text-align:center}.result-grid span{font-size:14px;color:var(--muted);letter-spacing:1px}.result-grid b{display:block;font-size:32px;color:#fff2df}.overlay .play{width:230px}dialog{background:#151121;color:#fff2df;border:1px solid #5a4a71;border-radius:15px;max-width:560px;width:calc(100% - 32px);padding:35px;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#070611c9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}dialog h2{font-size:43px;font-weight:900;margin:0 0 20px;color:var(--lime)}dialog p{font:15px/1.85 system-ui,sans-serif;color:#c3bcd1}dialog>small{font:11px/1.6 system-ui,sans-serif;display:block;margin-top:22px;color:#827a92}.close{position:absolute;right:17px;top:10px;background:none;border:0;font-size:30px}.help-keys{display:flex;justify-content:space-between;gap:10px;margin:24px 0}.help-keys>span{display:flex;align-items:center;flex-direction:column;gap:14px}.help-keys .arrow{width:40px;height:40px}.help-keys b{font-size:17px}kbd{background:#33283d;padding:2px 5px;border-radius:3px}@media(min-width:1450px){.header{height:90px}.controls{padding:24px 17px}.track{min-height:99px}.stage{height:730px}.difficulty{padding-top:32px}.play{min-height:112px}.steps{margin-top:37px}}@media(max-width:1150px){.game-layout{grid-template-columns:minmax(0,1.8fr) 320px}.controls{padding:22px 14px 15px}.cover{width:65px;height:65px}.track{gap:11px;min-height:85px}.track-text strong{font-size:21px}.radio{margin-right:3px;width:20px;height:20px}.track-text small span{display:none}h1{font-size:36px}.stage{height:560px}.arrow{width:48px;height:48px}.steps>div{gap:20px}.steps>div+div{padding-left:24px}.steps h2{font-size:18px}.steps p{font-size:13px}.control-hint{font-size:15px;gap:8px}.control-hint span+span:before{padding-right:8px}.scoreline{font-size:11px}.play{min-height:83px}.brand strong{font-size:61px}.brand>span{font-size:29px}}@media(max-width:800px){.header{height:90px;padding:0 20px}.brand strong{font-size:55px}.brand>svg{width:29px}.brand{gap:8px}.brand>span{font-size:23px}.header nav{gap:15px}.header button{font-size:16px}.game-layout{grid-template-columns:1fr}.stage{height:550px}.controls{padding:24px}.track-list{gap:10px}.track{min-height:80px}.cover{width:80px;height:65px}.track-text strong{font-size:24px}.track-text small span{display:inline}.difficulty{padding-top:23px}.play{min-height:80px}.best{margin-top:13px}.steps{margin:30px 0;padding:0;gap:16px}.steps>div{display:block;padding:0}.steps>div+div{padding-left:20px}.steps>div>b{display:block;font-size:48px;margin-bottom:22px}.steps>div>b:after{bottom:-8px;width:38px}.steps p br{display:none}.steps h2{font-size:17px}.steps p{font-size:13px}.touch-controls{display:flex;gap:10px;margin:12px 0}.touch-key{flex:1;border:1px solid #49405c;background:#1d162e;border-radius:9px;height:68px;display:flex;align-items:center;justify-content:center;gap:12px;touch-action:none;-webkit-user-select:none;user-select:none}.touch-key .arrow{width:33px;height:33px}.touch-key span{font-size:14px;color:#8a819f}.touch-key:active{background:#39304c}.receptors{top:48px}.health-area{left:9%;right:9%}.scoreline{font-size:13px}.sprite{height:67%}.controls .play{margin-top:18px}footer{font-size:10px;letter-spacing:.8px;gap:15px}}@media(max-width:480px){main{padding:0 12px}.header{height:78px;padding:0 15px}.brand strong{font-size:48px}.brand>span{font-size:19px}.brand>svg{width:25px}.header nav{gap:8px}.header nav i{display:none}#help{font-size:0}#help span{display:inline;font-size:18px;border:1px solid #6b5d7d;border-radius:50%;padding:0 6px}#sound{width:30px}#sound svg{width:24px}.stage{height:410px}.receptors{top:34px;left:36%;width:60%;height:56px}.arrow{width:45px;height:45px}.lanes{left:36%;width:60%}.stage-top{left:12px;right:10px;top:10px}.stage-top>span{font-size:10px;letter-spacing:1px}.sprite{height:60%;width:47%;bottom:16%}.rival{left:-8%}.player{right:-4%}.speakers{left:25%;width:48%;height:58%}.health-area{bottom:24px;left:7%;right:7%}.scoreline{font-size:10px;gap:7px;letter-spacing:.5px}.scoreline b{margin-left:3px}.note .arrow,.note{width:43px;height:43px}.controls{padding:22px 17px}h1{font-size:34px;margin-bottom:20px}.track-text strong{font-size:22px}.track-text small{font-size:15px}.track{gap:12px}.cover{width:68px;height:60px}.radio{margin:0 4px}.difficulty button{font-size:18px}.play{font-size:40px}.steps{gap:10px}.steps>div+div{padding-left:12px}.steps h2{font-size:16px;line-height:1.1;min-height:35px}.steps p{font-size:12px;letter-spacing:0}.steps>div>b{font-size:42px}footer span:last-child{display:none}.touch-key{height:58px;gap:8px}.touch-key .arrow{width:28px;height:28px}.overlay h2{font-size:48px}.overlay{padding:20px}.result-grid{gap:12px 30px;margin:6px 0}.result-grid b{font-size:26px}.overlay .small{margin-top:12px}.overlay-kicker{font-size:13px}.text-button{font-size:13px;padding:14px}#feedback{font-size:34px;right:15%}dialog{padding:28px 22px}dialog h2{font-size:36px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.note{will-change:auto}}.sprite{height:auto;aspect-ratio:1/2;bottom:-6%}.rival{clip-path:inset(0 6% 0 0)}.player{clip-path:inset(0 0 0 6%)}.speakers{height:auto;bottom:0}@media(max-width:480px){.sprite{height:auto;bottom:0}.speakers{height:auto;bottom:7%}}@media(min-width:1450px){.controls .play{min-height:98px;margin-top:20px}.controls .difficulty{padding-top:24px}.controls .best{margin-top:15px}.receptor .arrow{width:80px;height:80px}.receptors{top:35px;height:94px}.brand>span{font-size:37px}}.stage{scroll-margin-top:12px}
