:root{color-scheme:light;--ink: #202733;--muted: #7d838c;--paper: #fbfaf7;--panel: #ffffff;--line: #242a31;--soft-line: #d7d3ca;--green: #75df8d;--yellow: #f8cc4d;--blue: #5eace6;--red: #c53236;--teal: #159d91;--acid: #75df8d;--orange: #ff7442;font-family:Space Grotesk,system-ui,sans-serif}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;color:var(--ink);background:var(--paper);overflow-x:hidden}button,a{-webkit-tap-highlight-color:transparent}.shell{width:min(1160px,100%);min-height:100vh;margin:0 auto;padding:22px clamp(18px,4vw,48px) 24px;display:flex;flex-direction:column}.topbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{color:var(--ink);text-decoration:none;font:700 clamp(15px,2vw,18px)/1 "Space Grotesk",system-ui,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:9px}.brand b{color:var(--red);font-weight:700}.brand-mark{width:14px;height:14px;border:2px solid var(--line);border-radius:999px;background:var(--green);display:block}.brand-mark i{display:none}.status-pills{display:flex;align-items:center;gap:9px}.pill{min-height:34px;display:flex;align-items:center;gap:10px;border:1.5px solid var(--soft-line);border-radius:9px;background:#fff;padding:0 12px;color:var(--ink);font:700 12px DM Mono,monospace}.lives-toggle{appearance:none;color:var(--ink);cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.lives-toggle:hover{transform:translateY(-1px);border-color:var(--line)}.lives-toggle[aria-pressed=true]{background:#dcf7e3;border-color:#2f8f62}.lives-toggle[aria-pressed=true] .hearts{color:#2f8f62;font-size:16px;letter-spacing:0}.pill-label{color:var(--muted);font-size:9px;letter-spacing:.12em;font-weight:500}.hearts{color:var(--red);letter-spacing:3px}.icon-button{width:36px;height:36px;border:1.5px solid var(--soft-line);border-radius:9px;color:var(--ink);background:#fff;cursor:pointer;font-size:18px}.icon-button.muted{color:#b5b0a8}.game-frame{position:relative;width:100%;aspect-ratio:16 / 9;max-height:calc(100vh - 132px);margin:20px auto 0;background:#cdd7bd;border:3px solid var(--line);border-radius:18px;box-shadow:0 4px #2027332e;overflow:hidden}canvas{width:100%;height:100%;display:block;cursor:crosshair}.overlay{position:absolute;inset:0;z-index:5;padding:clamp(26px,5vw,80px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(90deg,#fbfaf7fa,#fbfaf7f2 45%,#fbfaf74d 74%,#fbfaf70f);transition:opacity .25s,visibility .25s}.overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.eyebrow{color:var(--red);font:700 clamp(8px,1vw,11px)/1 "DM Mono",monospace;letter-spacing:.18em;margin-bottom:18px}.eyebrow:before{content:"";display:inline-block;width:7px;height:7px;margin-right:9px;background:var(--red);transform:translateY(-1px)}h1,h2{font:700 clamp(44px,6vw,78px)/.94 "Space Grotesk",system-ui,sans-serif;letter-spacing:-.055em;margin:0;text-shadow:none}h2{font-size:clamp(38px,5vw,70px)}h1 em,h2 em{color:var(--orange);font-style:normal}.intro{max-width:530px;margin:20px 0 26px;color:#6f747d;font-size:clamp(13px,1.22vw,16px);line-height:1.55}.primary-button{min-width:230px;height:53px;padding:0 10px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:2px solid var(--line);border-radius:10px;background:var(--yellow);color:var(--ink);cursor:pointer;font:700 12px DM Mono,monospace;box-shadow:0 3px #20273333;transition:transform .12s,box-shadow .12s}.primary-button:hover{transform:translateY(2px);box-shadow:0 1px #20273333}kbd{min-width:25px;padding:5px 7px;border:1px solid currentColor;border-radius:4px;background:#ffffff57;color:inherit;font:500 9px DM Mono,monospace;text-align:center}.primary-button kbd{background:#0000001a}.controls{display:flex;gap:clamp(20px,4vw,60px);margin-top:clamp(28px,5vh,54px);padding-top:20px;border-top:1.5px dashed var(--soft-line)}.controls>div{display:flex;align-items:center;gap:12px}.controls p{margin:0;display:flex;flex-direction:column;font-size:9px;letter-spacing:.08em}.controls small{margin-top:5px;color:var(--muted);font-size:9px;letter-spacing:0}.key-cluster{display:flex;flex-direction:column;align-items:center;gap:2px}.key-cluster span{display:flex;gap:2px}.key-cluster kbd{padding:3px 6px;min-width:19px}.wide-key{min-width:58px}.mouse-icon{width:26px;height:36px;border:1.5px solid var(--line);border-radius:12px;position:relative;background:#fff}.mouse-icon:before{content:"";position:absolute;width:1px;height:13px;background:var(--line);left:50%;top:0}.mouse-icon:after{content:"";position:absolute;width:3px;height:6px;background:var(--green);left:calc(50% - 1px);top:5px}.canvas-hud{position:absolute;inset:0;z-index:2;pointer-events:none;font:700 9px DM Mono,monospace;letter-spacing:.12em;color:#253126}.objective{position:absolute;top:18px;left:20px;background:#ffffffd1;border:1px solid rgba(32,39,51,.14);border-radius:6px;padding:7px 10px}.objective span{display:inline-block;width:5px;height:5px;background:var(--green);margin-right:5px;border-radius:999px}.hint{position:absolute;right:16px;bottom:15px}.hint kbd{padding:3px 6px;background:#ffffff4d}.wave-hud{position:absolute;top:15px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;background:#ffffffdb;border:1px solid rgba(32,39,51,.14);border-radius:6px;padding:7px 13px;color:#2a352b;font-size:10px;letter-spacing:.14em}.wave-hud.hidden{display:none}.wave-hud b{color:var(--red)}.wave-sep{color:#78846f;margin:0 1px}.wave-dot{width:4px;height:4px;background:var(--yellow);margin:0 4px;border-radius:999px}.end-screen{background:#fbfaf7f5;align-items:center;text-align:center}.end-screen .intro{margin:18px 0}.mission-stats{display:flex;margin:0 0 18px;border:2px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;flex-wrap:wrap;justify-content:center}.mission-stats div{min-width:88px;padding:13px 16px;display:flex;flex-direction:column;gap:5px;border-right:1px dashed var(--soft-line)}.mission-stats div:last-child{border-right:0}.mission-stats span{color:var(--muted);font:700 8px DM Mono;letter-spacing:.15em}.mission-stats b{color:var(--teal);font:700 15px DM Mono}.score-entry{width:min(360px,100%);margin:0 0 16px;padding:14px 16px;border:2px solid var(--line);border-radius:12px;background:#fff}.score-entry.hidden{display:none}.score-entry-label{display:block;margin-bottom:10px;color:var(--red);font:700 10px DM Mono,monospace;letter-spacing:.18em}.arcade-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.arcade-input{width:96px;height:48px;border:2px solid var(--line);border-radius:8px;background:#202733;color:var(--yellow);text-align:center;text-transform:uppercase;font:700 26px Silkscreen,monospace;letter-spacing:.28em;padding-left:.28em;caret-color:var(--yellow)}.arcade-input:focus{outline:2px solid var(--orange);outline-offset:2px}.score-submit{min-width:140px;height:48px;justify-content:center;padding:0 16px}.score-note{margin:10px 0 0;color:var(--muted);font:500 10px DM Mono,monospace;letter-spacing:.04em;line-height:1.4}.score-note.eligible{color:#2f8f62}.score-note.blocked{color:var(--orange)}.leaderboard{width:min(360px,100%);margin:0 0 18px;border:2px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;text-align:left}.leaderboard-title{padding:9px 12px;border-bottom:1.5px dashed var(--soft-line);color:var(--ink);font:700 10px DM Mono,monospace;letter-spacing:.16em}.leaderboard-list{list-style:none;margin:0;padding:4px 0}.leaderboard-list li{display:grid;grid-template-columns:28px 1fr auto auto;gap:10px;align-items:center;padding:7px 12px;font:700 12px DM Mono,monospace;color:var(--ink)}.leaderboard-list li:nth-child(odd){background:#faf8f3}.leaderboard-list .rank{color:var(--muted)}.leaderboard-list .name{color:var(--ink);letter-spacing:.12em}.leaderboard-list .pts{color:var(--teal)}.leaderboard-list .meta{color:var(--muted);font-size:9px;font-weight:500}.leaderboard-list .empty{display:block;padding:14px 12px;color:var(--muted);font:500 11px DM Mono,monospace;text-align:center}.leaderboard-list li.highlight{background:#fff4d4;outline:2px solid var(--yellow);outline-offset:-2px}.pause-card{position:absolute;z-index:6;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;padding:25px;border:2px solid var(--line);border-radius:16px;background:#fffffff5;text-align:center;box-shadow:0 4px #2027332e}.pause-card>span{display:block;font:700 21px Space Grotesk;color:var(--ink)}.pause-card>small{display:block;margin-top:9px;color:var(--muted);font-size:10px}.pause-mobile-panel{display:none}.hidden{display:none!important}.touch-controls{position:absolute;inset:0;z-index:4;pointer-events:none;display:flex;align-items:flex-end;justify-content:space-between;padding:max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));touch-action:none;user-select:none;-webkit-user-select:none}.touch-controls.is-paused .touch-left,.touch-controls.is-paused .touch-yarn,.touch-controls.is-paused .touch-fire{visibility:hidden;pointer-events:none}.touch-left,.touch-right{pointer-events:auto;display:flex;align-items:flex-end;gap:12px}.touch-right{flex-direction:column;align-items:flex-end;gap:12px}.touch-stick{width:124px;height:124px;touch-action:none;opacity:.42;transition:opacity .15s}.touch-stick.active{opacity:.72}.touch-stick-base{width:100%;height:100%;border-radius:999px;border:1.5px solid rgba(36,42,49,.28);background:#ffffff1a;position:relative}.touch-stick-knob{position:absolute;left:50%;top:50%;width:42px;height:42px;margin:-21px 0 0 -21px;border-radius:999px;border:1.5px solid rgba(36,42,49,.35);background:#ffffff8c;transition:background .1s,border-color .1s}.touch-stick.active .touch-stick-knob{background:#75df8db3;border-color:#242a3173}.touch-btn{display:flex;align-items:center;justify-content:center;border:2px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);cursor:pointer;touch-action:manipulation;box-shadow:0 3px #2027332e;-webkit-tap-highlight-color:transparent;padding:0}.touch-btn-label{font:700 11px DM Mono,monospace;letter-spacing:.1em}.touch-btn:active,.touch-btn.pressed{transform:translateY(2px);box-shadow:0 1px #2027332e}.touch-fire{width:78px;height:78px;border-radius:999px;background:var(--yellow)}.touch-fire .touch-btn-label{font-size:12px}.touch-yarn{width:62px;height:62px;border-radius:999px;background:#fff;margin-right:6px}.touch-yarn .touch-btn-label{font-size:10px;color:var(--blue)}.touch-pause{width:44px;height:40px;border-radius:10px;background:#fff;margin-bottom:2px}.touch-pause .touch-btn-label{font-size:12px;letter-spacing:0}.touch-pause[aria-pressed=true]{background:var(--yellow)}.mobile-status{position:absolute;top:max(10px,env(safe-area-inset-top));left:10px;display:none;gap:6px;z-index:3}.mobile-stat{display:flex;align-items:center;gap:7px;padding:6px 9px;background:#ffffffdb;border:1.5px solid rgba(32,39,51,.14);border-radius:8px;font:700 9px DM Mono,monospace;letter-spacing:.1em;color:var(--ink)}.mobile-stat span{color:var(--muted);font-size:8px}.mobile-stat b{color:var(--red);letter-spacing:2px}.mobile-stat:last-child b{color:var(--teal);letter-spacing:0}.controls-touch{display:none}.touch-hint-icon{width:28px;height:28px;border:1.5px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font:700 11px DM Mono,monospace;background:#fff}.touch-hint-stick{background:#75df8d59}.touch-hint-fire{background:#f8cc4d73;color:var(--ink)}.touch-hint-yarn{background:#fff;color:var(--blue)}footer{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:9px;letter-spacing:.05em;font-family:DM Mono,monospace}footer span{letter-spacing:.16em;color:var(--muted)}@media(pointer:coarse),(max-width:820px){.controls-desktop,.hint-desktop,.pause-desktop{display:none}.controls-touch{display:flex}.pause-mobile-panel{display:block;margin-top:14px}.primary-button kbd{display:none}}@media(max-width:820px){html,body{height:100%;overflow:hidden;background:#cdd7bd}.shell{width:100%;max-width:none;min-height:100dvh;height:100dvh;padding:0;margin:0}.topbar,footer{display:none}.game-frame{margin:0;flex:1;width:100%;height:100%;max-height:none;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none}.overlay{padding:max(18px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fbfaf7f7}h1,h2{font-size:clamp(34px,11vw,52px)}.intro{margin:12px 0 16px;font-size:13px;max-width:none}.primary-button{min-width:0;width:100%;max-width:280px;height:48px;justify-content:center}.controls{margin-top:16px;padding-top:12px;gap:14px;flex-wrap:wrap}.controls>div{gap:6px}.controls p{display:flex}.controls small{display:block}.objective{display:none}.mobile-status{display:flex}.mobile-status.hidden{display:none!important}.wave-hud{top:max(10px,env(safe-area-inset-top));left:50%;transform:translate(-50%);font-size:9px;padding:5px 9px}.mission-stats{width:100%;max-width:360px}.mission-stats div{min-width:70px;flex:1;padding:10px 8px;border-right:0;border-bottom:1px dashed var(--soft-line)}.mission-stats div:nth-child(odd){border-right:1px dashed var(--soft-line)}.mission-stats div:nth-last-child(-n+2){border-bottom:0}.end-screen{align-items:center}.score-entry,.leaderboard{width:min(340px,100%)}.pause-card{width:min(300px,calc(100vw - 28px));padding:22px 18px 18px}.pause-status{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.pause-status div{display:flex;flex-direction:column;gap:4px;padding:10px;border:1.5px solid var(--soft-line);border-radius:10px;background:#fbfaf7;text-align:left}.pause-status span{display:block;font:700 8px DM Mono,monospace;letter-spacing:.14em;color:var(--muted)}.pause-status b{display:block;font:700 13px DM Mono,monospace;color:var(--ink)}.pause-setting{width:100%;min-height:44px;margin-bottom:8px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1.5px solid var(--soft-line);border-radius:10px;background:#fff;color:var(--ink);cursor:pointer;font:700 10px DM Mono,monospace;letter-spacing:.1em}.pause-setting em{font-style:normal;color:var(--muted)}.pause-setting[aria-pressed=true]{background:#dcf7e3;border-color:#2f8f62}.pause-setting[aria-pressed=true] em{color:#2f8f62}.pause-resume{margin-top:6px;max-width:none}}@media(max-width:820px)and (orientation:landscape){.overlay{padding:12px 18px}h1,h2{font-size:clamp(28px,7vw,42px)}.intro{display:none}.controls{margin-top:10px}.touch-controls{padding:10px 16px max(10px,env(safe-area-inset-bottom))}.touch-stick{width:96px;height:96px}.touch-stick-knob{width:34px;height:34px;margin:-17px 0 0 -17px}.touch-fire{width:64px;height:64px}.touch-yarn{width:52px;height:52px}.touch-pause{width:40px;height:36px}.mobile-status{top:8px;left:8px}.wave-hud{top:8px}}@media(min-width:821px)and (pointer:fine){.touch-controls,.mobile-status,.pause-mobile-panel{display:none!important}}
