:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:#1b1b1b;justify-content:center;align-items:center;min-height:100vh;margin:0;font-family:system-ui,sans-serif;display:flex}.device{background:#4a4a52;border-radius:28px;width:min(92vw,360px);padding:24px 20px 32px;box-shadow:0 12px 40px #00000080}#game{aspect-ratio:160/144;border-radius:8px;width:100%;overflow:hidden;box-shadow:inset 0 0 0 6px #0f380f}#game canvas{image-rendering:pixelated;display:block;width:100%!important;height:100%!important}.needs{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px;display:grid}.needs[hidden],.buttons[hidden]{display:none}.need{align-items:center;gap:6px;display:flex}.need-icon{font-size:16px}.need-bar{background:#0f380f;border-radius:5px;flex:1;height:10px;overflow:hidden}.need-fill{background:#9bbc0f;width:100%;height:100%;transition:width .3s}.buttons{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px;display:grid}.buttons button{color:#0f380f;cursor:pointer;background:#8bac0f;border:none;border-radius:10px;min-height:48px;font-size:15px;font-weight:700}.buttons button:focus-visible{outline-offset:2px;outline:3px solid #fff}.buttons button:active{color:#9bbc0f;background:#306230}@media (prefers-reduced-motion:reduce){.need-fill{transition:none}}
