@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap');
:root{color-scheme:dark;--bg:#101617;--panel:#151e20;--text:#eff2e9;--muted:#849393;--lime:#d5f77b;--line:#2a3637}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--lime);outline-offset:5px}button{transition:background .18s,transform .18s}button:hover:not(:disabled){transform:translateY(-2px)}[hidden]{display:none!important}#home{max-width:1120px;margin:auto;padding:0 42px}header{height:98px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:13px;font-weight:800;letter-spacing:1.6px;text-decoration:none;color:var(--text);display:flex;align-items:center;gap:12px}.brand-icon{font-size:32px;line-height:1;color:var(--lime)}.edition,.eyebrow,.section-heading>span,footer,.game-bottom{font-family:'Space Mono',monospace;font-size:10px;letter-spacing:1.5px}.edition{color:var(--muted)}.intro{text-align:center;padding-top:61px}.eyebrow{color:var(--lime);display:flex;align-items:center;justify-content:center;gap:9px}.live-dot{display:inline-block;width:6px;height:6px;background:var(--lime);border-radius:50%;box-shadow:0 0 12px #d5f74444}h1{font-size:clamp(48px,6vw,78px);letter-spacing:-5px;font-weight:800;margin:16px 0 8px;line-height:1.15}.title-dot{color:var(--lime)}.intro-text{color:#aab5b3;font-size:15px;margin:14px 0 26px}.primary{background:var(--lime);border:0;color:#172017;border-radius:5px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:17px 23px;font-weight:800;font-size:16px}.primary:hover{background:#e1ff98}#play{min-width:224px;margin:0 auto}.primary>span:last-child{font-size:22px;font-weight:400}.controls{display:flex;gap:22px;justify-content:center;margin-top:23px;color:var(--muted);font-size:11px;align-items:center}.controls>span{display:flex;align-items:center;gap:5px}kbd{display:inline-block;border:1px solid #3b4747;border-bottom-width:2px;border-radius:4px;font-family:inherit;min-width:22px;padding:2px 5px;text-align:center;font-size:10px;color:#b9c5c1}.preview-art{height:128px;max-width:650px;margin:23px auto 0;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}#preview{width:100%;height:150px;object-fit:contain;image-rendering:pixelated}.leaderboard{max-width:800px;margin:5px auto 0}.section-heading{display:flex;align-items:center;justify-content:space-between}.section-heading h2{font-size:21px;letter-spacing:-.5px;margin:0}.section-heading>span{border:1px solid #44533a;color:var(--lime);padding:5px 9px;border-radius:4px;letter-spacing:1px}.leader-caption{color:var(--muted);font-size:12px;margin:8px 0 20px}.table-wrap{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#121a1b}table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}th{background:#1a2425;color:var(--muted);font-weight:500;font-size:11px;padding:12px 20px}td{padding:13px 20px;border-top:1px solid var(--line)}td:first-child{font-family:'Space Mono',monospace;color:var(--muted);width:15%}td:last-child,th:last-child{text-align:right}td:last-child{color:var(--lime);font-family:'Space Mono',monospace}td:nth-child(3){font-family:'Space Mono',monospace;font-size:12px;color:#aab7b3}.player-cell{font-weight:600;overflow-wrap:anywhere}tbody tr:first-child td:first-child{color:var(--lime)}#record-state{text-align:center;color:var(--muted);font-size:13px;padding:17px 15px;margin:0}footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:38px;padding:23px 0 27px;color:#667777;font-size:9px;letter-spacing:1px}#arena{min-height:100vh;padding:0 32px 15px;background:radial-gradient(ellipse at center,#1b292a 0%,#101617 75%)}.arena-top{height:70px;display:flex;align-items:center;justify-content:space-between}.quiet{border:0;background:transparent;color:#aab8b4;padding:10px;font-size:12px}.quiet kbd{margin-left:8px}.game-shell{width:min(88vw,1280px);margin:0 auto}.hud{display:flex;justify-content:space-between;align-items:center;padding:14px 21px 16px;background:#192324;border:1px solid var(--line);border-bottom:0;border-radius:8px 8px 0 0}.hud>div{display:flex;flex-direction:column;gap:5px}.hud>div:last-child{text-align:right}.hud>div:nth-child(2){text-align:center}.hud>div>span{font-family:'Space Mono',monospace;font-size:9px;letter-spacing:1.5px;color:#839592}.hud strong{font-family:'Space Mono',monospace;font-size:22px;font-weight:400}.hud strong>span{font-size:13px;color:#7b9088}.hud>div:last-child strong{color:var(--lime)}.canvas-wrap{position:relative;border:1px solid #344742;line-height:0;background:#101b20}#game{display:block;width:100%;height:57vh;min-height:280px;outline:none}.field-corner{position:absolute;width:15px;height:15px;border-color:var(--lime);border-style:solid;pointer-events:none}.tl{top:-1px;left:-1px;border-width:2px 0 0 2px}.br{bottom:-1px;right:-1px;border-width:0 2px 2px 0}.game-bottom{display:flex;justify-content:space-between;padding:14px 0;color:#8ba19a;font-size:9px;letter-spacing:.6px}.game-bottom .live-dot{margin-right:7px}.touch-controls{display:none;gap:14px;justify-content:center;margin-top:8px}.touch-controls button{background:#293837;border:1px solid #526551;border-radius:7px;color:var(--lime);padding:14px 25px;touch-action:none}dialog{background:#192324;border:1px solid #425346;border-radius:12px;color:var(--text);width:min(440px,calc(100% - 32px));padding:36px;text-align:center;box-shadow:0 20px 100px #0009}dialog::backdrop{background:#050c10cf;backdrop-filter:blur(7px)}dialog h2{font-size:31px;letter-spacing:-1px;margin:18px 0 12px}dialog p{color:#b4c3bb;font-size:14px;line-height:1.7}label{display:block;font-size:12px;color:#aebcb5;text-align:left;margin:24px 0 9px}input{width:100%;background:#0f191a;border:1px solid #43534a;border-radius:5px;color:white;padding:13px 15px}dialog .primary{width:100%;margin-top:14px;font-size:13px;gap:10px}#save-status{font-size:12px;color:var(--lime)}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:16px 25px;border:1px solid #53674f;background:#1e2d26;border-radius:7px;z-index:10;font-size:13px;max-width:90vw} @media(min-width:1600px){#game{height:62vh}.game-shell{width:80vw;max-width:none}}@media(max-width:650px){#home{padding:0 20px}header{height:75px}.edition{display:none}.intro{padding-top:40px}h1{letter-spacing:-3px}.controls{gap:10px;font-size:9px}.controls kbd{font-size:9px}.eyebrow{font-size:9px}.preview-art{height:100px}.leaderboard{margin-top:10px}th,td{padding:12px 10px}footer{font-size:8px;gap:18px}.arena-top{height:62px}#arena{padding:0 12px}.game-shell{width:100%}#game{height:57vh}.hud{padding:12px}.hud strong{font-size:18px}.hud>div>span{font-size:8px;letter-spacing:.3px}.game-bottom>span:last-child{display:none}.touch-controls{display:flex}dialog{padding:25px}.brand{font-size:11px}}
