:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{background:#000;width:100%;height:100%;margin:0;padding:0}body{-webkit-user-select:none;user-select:none;touch-action:none;overscroll-behavior:none;font-family:system-ui,sans-serif}:root{--ink:#000;--paper:#f4f1e8;--green:#22c55e;--yellow:#fbbf24;--white:#fff;--muted:#6b7280;--neo-border:3px solid var(--ink);--neo-shadow:5px 5px 0 var(--ink);--neo-shadow-sm:3px 3px 0 var(--ink)}.neo-panel{background:var(--paper);border:var(--neo-border);box-shadow:var(--neo-shadow);color:var(--ink);border-radius:0}.neo-btn{border:var(--neo-border);box-shadow:var(--neo-shadow);color:var(--ink);background:var(--paper);letter-spacing:1px;cursor:pointer;border-radius:0;font:800 18px/1 Geist Pixel,ui-monospace,monospace;transition:transform 80ms,box-shadow 80ms}.neo-btn--green{background:var(--green)}.neo-btn--yellow{background:var(--yellow)}.neo-btn--paper{background:var(--paper)}.neo-btn:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-1px,-1px)}.neo-btn:active{box-shadow:var(--neo-shadow-sm);transform:translate(3px,3px)}.neo-btn:disabled{cursor:default;opacity:.55}.neo-bar{border:var(--neo-border);background:var(--paper);border-radius:0;overflow:hidden}.neo-bar-fill{background:var(--green);height:100%}.neo-title{color:var(--green);text-shadow:4px 4px 0 var(--ink);letter-spacing:3px;font-family:Geist Pixel,ui-monospace,monospace;font-weight:800}.neo-title--white{color:var(--white)}@media (prefers-reduced-motion:reduce){.neo-btn:hover,.neo-btn:active{transform:none}}.neo-card{max-width:min(480px,100vw - 24px);max-height:calc(100dvh - 24px);overflow-y:auto}.neo-only-narrow{display:none}@media (width<=560px){.neo-hide-narrow{display:none!important}.neo-only-narrow{display:block}.radio-bar{max-width:calc(100vw - 120px)!important}}.game-root{background:radial-gradient(120% 90% at 50% 18%,#243049 0%,#11151d 55%,#080a0e 100%);width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}@keyframes control-hint-fade{0%{opacity:0}8%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes reward-badge-pop{0%{opacity:0;transform:scale(.6)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.reward-badge{animation:.42s ease-out both reward-badge-pop}@keyframes reward-bean-burst{0%{opacity:0;transform:translate(-50%,-50%)scale(.4)rotate(0)}15%{opacity:1}to{transform:translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1) rotate(var(--rot));opacity:0}}.reward-bean{background:#6f4e37;border-radius:50%;width:11px;height:8px;animation:.9s ease-out forwards reward-bean-burst;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 1px #0000004d}@media (prefers-reduced-motion:reduce){.reward-bean{display:none}.reward-badge{animation:none}}@keyframes hud-enter{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes overlay-fade-in{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}@keyframes dissolve-in{0%{opacity:0;filter:blur(10px);scale:1.03}to{opacity:1;filter:blur();scale:1}}@keyframes dissolve-out{0%{opacity:1;filter:blur();scale:1}to{opacity:0;filter:blur(10px);scale:1.03}}.hud-enter{animation:.5s both hud-enter}@keyframes hud-deny{0%,45%,to{background:var(--paper)}20%,70%{background:#ef4444}}.hud-deny{animation:.6s linear both hud-deny}@keyframes hud-toast{0%{opacity:0;transform:translate(-50%)scale(.5)}12%{opacity:1;transform:translate(-50%)scale(1.12)}20%,82%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%)scale(1)}}.hud-toast{animation:1.8s ease-out both hud-toast}@keyframes death-bleed{0%{opacity:0}to{opacity:1}}@keyframes death-black{0%{opacity:0}to{opacity:1}}.dissolve-out{animation:.3s cubic-bezier(.22,1,.36,1) both dissolve-out}.overlay-fade-in{animation:.26s both overlay-fade-in}.dissolve-in{animation:.42s cubic-bezier(.22,1,.36,1) both dissolve-in}@media (prefers-reduced-motion:reduce){.hud-enter,.overlay-fade-in,.dissolve-in,.dissolve-out{animation:none}}
