*{box-sizing:border-box}[hidden]{display:none!important}:root{color-scheme:dark;--bg:#0b0f19;--cyan:#00ffff;--mag:#ff00ff;--yellow:#ffe65a;--red:#ff304f;--ink:#eefcff;--muted:#7890aa}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Pretendard,"Noto Sans KR",system-ui,sans-serif;overflow-x:hidden}button{font:inherit}.game{min-height:700px;padding:14px;background:radial-gradient(circle at 18% 0,rgba(0,255,255,.09),transparent 30%),radial-gradient(circle at 88% 5%,rgba(255,0,255,.08),transparent 30%),#0b0f19}.top,.intro,.stage,.done{width:min(100%,980px);margin:auto}.top{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.top p{margin:0;color:#59ffff;font-size:9px;letter-spacing:.22em;font-weight:950}.top h1{margin:2px 0 0;font-size:23px}.top-actions{display:flex;gap:6px;align-items:center}.top-actions>*{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.045);color:#dffcff;padding:7px 10px;font-size:10px;font-weight:850}.intro,.done{min-height:565px;border:1px solid rgba(0,255,255,.17);border-radius:26px;background:linear-gradient(155deg,rgba(12,24,39,.96),rgba(7,10,19,.98));display:grid;place-content:center;justify-items:center;text-align:center;padding:28px;box-shadow:0 28px 80px #0008}.core-logo{position:relative;width:126px;height:126px;margin-bottom:5px}.core-logo i,.core-logo b{position:absolute;inset:12px;border:1px solid rgba(0,255,255,.42);border-radius:50%;animation:spin 7s linear infinite}.core-logo b{inset:31px;border-color:rgba(255,0,255,.35);animation-direction:reverse;animation-duration:5s}.core-logo span{position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%) rotate(45deg);background:#aaffff;box-shadow:0 0 12px #00ffff,0 0 35px #00ffff,0 0 68px rgba(0,255,255,.5)}.intro>small,.done>small{color:#64f7ff;font-size:10px;font-weight:900;letter-spacing:.04em}.intro h2,.done h2{margin:8px 0;font-size:clamp(29px,5vw,44px);letter-spacing:-.045em}.intro>p,.done>p{max-width:680px;margin:0;color:#9cb0c6;line-height:1.65;font-size:13px}.how{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:min(100%,600px);margin:16px 0 9px}.how b{padding:10px 8px;border:1px solid rgba(0,255,255,.12);border-radius:13px;background:rgba(255,255,255,.025);color:#dffcff;font-size:10px}.how em{display:block;margin-top:2px;font-style:normal;color:#ffe766;font-size:11px}.bonus-guide{display:grid;grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:6px 8px;width:min(100%,680px);padding:9px 11px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(255,255,255,.025);font-size:10px;color:#9ab0c6}.bonus-guide span{padding:4px 7px;border-radius:999px;font-weight:950}.danger-chip{color:#ffb2bd;background:rgba(255,48,79,.13);border:1px solid rgba(255,48,79,.26)}.boost-chip{color:#fff3a3;background:rgba(255,230,90,.12);border:1px solid rgba(255,230,90,.28)}.bonus-guide em{font-style:normal}.difficulty-note{margin-top:8px!important;font-size:10px!important;color:#71869f!important}.primary{margin-top:14px;border:0;border-radius:14px;padding:13px 25px;background:linear-gradient(135deg,#00e7ff,#746cff 55%,#ff37d7);color:#06111b;font-weight:950;cursor:pointer;box-shadow:0 12px 35px rgba(0,224,255,.18)}.stage{position:relative;border:1px solid rgba(0,255,255,.16);border-radius:22px;background:#060a13;padding:9px;overflow:hidden}.hud{display:grid;grid-template-columns:1.15fr .85fr .8fr;gap:6px;margin-bottom:7px}.hud>div{min-height:43px;padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:rgba(255,255,255,.025)}.hud span{display:block;color:#71849c;font-size:8px;font-weight:850}.hud strong{font-size:15px}.canvas-wrap{position:relative;width:100%;height:min(72dvh,650px);min-height:500px;border:1px solid rgba(0,255,255,.12);border-radius:17px;overflow:hidden;background:#080d17;touch-action:none;user-select:none}.canvas-wrap canvas{display:block;width:100%;height:100%;touch-action:none}.warning{position:absolute;left:50%;top:9px;transform:translateX(-50%);padding:6px 10px;border:1px solid rgba(255,48,79,.55);border-radius:999px;background:rgba(70,0,10,.78);color:#ffd0d7;font-size:9px;font-weight:950;opacity:0;transition:opacity .15s;pointer-events:none}.warning.show{opacity:1}.tip{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:max-content;max-width:92%;padding:6px 10px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(4,9,17,.76);color:#9bb0c7;font-size:9px;font-weight:850;pointer-events:none}.event-toast{position:absolute;left:50%;top:56px;transform:translate(-50%,-8px);padding:7px 11px;border:1px solid rgba(0,255,255,.2);border-radius:999px;background:rgba(5,16,29,.91);color:#eaffff;font-size:10px;font-weight:950;opacity:0;transition:opacity .18s,transform .18s;pointer-events:none;white-space:nowrap}.event-toast.show{opacity:1;transform:translate(-50%,0)}.done .purged{font-size:52px;font-weight:1000;color:#ff6077;text-shadow:0 0 15px rgba(255,32,67,.65),0 0 45px rgba(255,32,67,.25);animation:glitch .9s steps(2,end) infinite}.done h2 b{color:#63ffff}.done .primary{margin-top:17px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes glitch{0%,100%{transform:translate(0)}25%{transform:translate(3px,-1px)}50%{transform:translate(-2px,2px)}75%{transform:translate(1px,1px)}}
@media(max-width:700px){.game{min-height:0;padding:5px}.top{min-height:28px;margin-bottom:4px}.top>div:first-child{display:none}.top-actions{width:100%;justify-content:flex-end}.top-actions>*{padding:4px 7px;font-size:8.5px}.intro,.done{min-height:min(520px,calc(100dvh - 44px));padding:13px 9px;border-radius:18px}.core-logo{width:74px;height:74px;margin:-4px 0 -1px}.core-logo i{inset:7px}.core-logo b{inset:19px}.core-logo span{width:21px;height:21px}.intro h2,.done h2{font-size:clamp(23px,6.7vw,29px);margin:4px 0 5px}.intro>p,.done>p{font-size:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.how{margin:8px 0 6px;gap:4px}.how b{padding:7px 3px;font-size:8.5px}.how em{font-size:8px}.bonus-guide{grid-template-columns:auto 1fr;padding:7px 8px;font-size:8.5px}.difficulty-note{display:none}.primary{min-height:42px;margin-top:9px;padding:9px 18px;font-size:12px}.stage{padding:4px;border-radius:14px}.hud{grid-template-columns:1.05fr .9fr .85fr;gap:3px;margin-bottom:4px}.hud>div{min-height:34px;padding:4px 5px;border-radius:8px}.hud span{font-size:7px}.hud strong{font-size:11px}.canvas-wrap{height:calc(100dvh - 94px);min-height:470px;border-radius:11px}.tip{font-size:8px;padding:5px 8px;bottom:5px}.warning{top:5px;font-size:8px}.event-toast{top:43px;font-size:8.5px}.done .purged{font-size:42px}}
html.host-fullscreen,html.host-fullscreen body{width:100%!important;height:100%!important;min-height:100%!important;overflow:hidden!important}html.host-fullscreen .game{position:relative!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;overflow:hidden!important}html.host-fullscreen .top{display:none!important}html.host-fullscreen .stage:not([hidden]){position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;padding:0!important;display:block!important;overflow:hidden!important}html.host-fullscreen .stage[hidden]{display:none!important}html.host-fullscreen .canvas-wrap{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;border:0!important;border-radius:0!important}html.host-fullscreen .hud{position:absolute!important;z-index:8!important;top:7px!important;left:7px!important;right:58px!important;display:flex!important;gap:4px!important;margin:0!important;pointer-events:none!important}html.host-fullscreen .hud>div{flex:0 1 auto;min-width:0;min-height:30px!important;padding:4px 7px!important;background:rgba(4,12,24,.78)!important;backdrop-filter:blur(5px)}html.host-fullscreen .hud span{font-size:6.5px!important}html.host-fullscreen .hud strong{font-size:10px!important;white-space:nowrap}html.host-fullscreen .intro:not([hidden]),html.host-fullscreen .done:not([hidden]){position:absolute!important;inset:0!important;z-index:15!important;width:100%!important;height:100%!important;min-height:0!important;border:0!important;border-radius:0!important;overflow:auto!important;padding:clamp(12px,3vw,28px)!important;display:grid!important;background:radial-gradient(circle at 50% 32%,rgba(255,48,79,.10),transparent 36%),linear-gradient(155deg,#0c1827,#070a13)!important}html.host-fullscreen .intro[hidden],html.host-fullscreen .done[hidden]{display:none!important}html.host-fullscreen .done .primary{position:relative;z-index:4;min-width:180px;min-height:46px;font-size:15px}html.host-fullscreen .tip{bottom:8px!important}html.host-fullscreen .event-toast{top:48px!important}@media(max-width:700px){html.host-fullscreen .intro .core-logo{width:68px;height:68px}html.host-fullscreen .intro h2{font-size:24px}html.host-fullscreen .intro>p{-webkit-line-clamp:2}html.host-fullscreen .how{margin:6px 0 5px}html.host-fullscreen .bonus-guide{font-size:8px}html.host-fullscreen .hud{right:52px!important}html.host-fullscreen .done{place-content:center!important}html.host-fullscreen .done .purged{font-size:clamp(38px,10vw,68px)!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* v1.2.0 visual polish */
.canvas-wrap{box-shadow:inset 0 0 70px rgba(0,231,255,.035),0 18px 48px rgba(0,0,0,.25)}
.canvas-wrap::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 72% 18%,rgba(0,238,255,.035),transparent 32%),radial-gradient(circle at 30% 75%,rgba(255,0,255,.035),transparent 35%);mix-blend-mode:screen}

/* v1.3.0 play-feel polish */
.pace-badge{position:absolute;right:9px;bottom:8px;z-index:5;padding:5px 8px;border:1px solid rgba(120,232,255,.14);border-radius:999px;background:rgba(5,13,24,.72);color:#8ca2b8;font-size:8px;font-weight:900;pointer-events:none;transition:.2s}.pace-badge.pressure{color:#ffb5c1;border-color:rgba(255,48,79,.28);background:rgba(56,5,16,.72)}.pace-badge.reward{color:#fff0a3;border-color:rgba(255,230,90,.28);background:rgba(43,35,5,.68)}.retry-note{margin-top:7px;color:#73889e;font-size:10px}.stage.is-boosting .canvas-wrap{box-shadow:inset 0 0 90px rgba(255,218,60,.05),0 18px 54px rgba(0,0,0,.3)}.stage.is-danger .canvas-wrap{box-shadow:inset 0 0 90px rgba(255,30,65,.07),0 18px 54px rgba(0,0,0,.3)}
@media(max-width:700px){.pace-badge{right:5px;bottom:5px;font-size:7px;padding:4px 6px}.retry-note{font-size:9px}}
html.host-fullscreen .pace-badge{right:8px!important;bottom:8px!important}
