:root{color-scheme:dark;font-family:system-ui,sans-serif;background:#17152b}*{box-sizing:border-box}html,body,#game-root{width:100%;height:100%;margin:0;overflow:hidden}body{overscroll-behavior:none;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}canvas{display:block;width:100%;height:100%}#fp-canvas{position:fixed;inset:0;z-index:1;touch-action:none}#portrait-warning{position:fixed;inset:0;z-index:10;display:grid;place-items:center;background:#17152b;color:#fff;text-align:center;padding:2rem;font-size:clamp(1rem,4vw,2rem)}#portrait-warning[hidden]{display:none}@media(max-height:520px)and (orientation:landscape){#weapon-tap{width:76px;height:76px;bottom:calc(env(safe-area-inset-bottom) + 4.9rem)}#spell-rail{right:calc(env(safe-area-inset-right) + 6.6rem)}#spell-rail button{width:50px;height:50px;min-width:50px;min-height:50px}#spell-rail button img{width:32px;height:32px}}#game-root:after{content:"";position:fixed;top:env(safe-area-inset-top);bottom:env(safe-area-inset-bottom);left:50%;width:1px;background:#ffffff14;pointer-events:none;z-index:4}#inventory-button,#attack-button,#weapon-tap,#spell-rail button{position:fixed;z-index:6;min-width:64px;min-height:48px;padding:.6rem 1rem;border-radius:.75rem;border:1px solid rgb(255 255 255 / 30%);background:#17152bd1;color:#fff;font:15px monospace;touch-action:none;user-select:none;-webkit-tap-highlight-color:transparent}#inventory-button:focus-visible,#attack-button:focus-visible,#weapon-tap:focus-visible,#spell-rail button:focus-visible{outline:3px solid #f2c14e;outline-offset:2px}#inventory-button{top:calc(env(safe-area-inset-top) + .75rem);left:calc(env(safe-area-inset-left) + .75rem)}#attack-button{bottom:calc(env(safe-area-inset-bottom) + .75rem);right:calc(env(safe-area-inset-right) + .75rem);min-width:96px;min-height:64px;font-size:18px}#weapon-tap{right:calc(env(safe-area-inset-right) + .85rem);bottom:calc(env(safe-area-inset-bottom) + 5.75rem);width:92px;height:92px;display:grid;place-items:center;gap:.1rem;border:2px solid #f2c14e;border-radius:50%;background:#3a2b4de5;box-shadow:0 0 0 3px #0a09148c;font-size:2rem}#weapon-tap small{display:block;font:11px monospace}#spell-rail{position:fixed;z-index:6;right:calc(env(safe-area-inset-right) + 7.5rem);bottom:calc(env(safe-area-inset-bottom) + .8rem);display:flex;gap:.45rem;padding:.35rem;border:1px solid rgb(242 193 78 / 55%);border-radius:.7rem;background:#17152bd1}#spell-rail button{position:relative;display:grid;place-items:center;width:58px;height:58px;min-width:58px;min-height:58px;padding:.25rem;border-radius:.5rem;border-color:#7cecff}#spell-rail button img{width:38px;height:38px;image-rendering:pixelated}#spell-rail button span{position:absolute;right:3px;bottom:1px;color:#fff;font:11px monospace}#spell-rail button.unavailable{filter:grayscale(1);opacity:.45;border-color:#b8b8c8}#spell-rail button:disabled{cursor:not-allowed}#inventory-panel{position:fixed;inset:0;z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#0a0914eb;color:#fff;padding:calc(env(safe-area-inset-top) + 1rem) calc(env(safe-area-inset-right) + 1rem) calc(env(safe-area-inset-bottom) + 1rem) calc(env(safe-area-inset-left) + 1rem)}#inventory-panel[hidden]{display:none}#spell-pickup-prompt{position:fixed;inset:50% auto auto 50%;z-index:9;width:min(90vw,420px);transform:translate(-50%,-50%);display:grid;gap:.75rem;padding:1.25rem;border:2px solid #f2c14e;border-radius:.75rem;background:#0a0914f5;color:#fff;text-align:center}#spell-pickup-prompt[hidden]{display:none}#spell-pickup-prompt h2,#spell-pickup-prompt p{margin:0}#spell-pickup-prompt button{min-height:48px;padding:.5rem .75rem;border:1px solid rgb(255 255 255 / 30%);border-radius:.5rem;background:#ffffff1a;color:#fff;font:14px monospace}#inventory-panel h2{margin:0;font-size:1.4rem}#inventory-list{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;max-width:min(90vw,760px)}#spellbook-slots{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center;width:100%}.spellbook-slot{min-height:42px;padding:.45rem .65rem;border:1px solid rgb(255 255 255 / 25%);border-radius:.4rem;background:#ffffff14;color:#fff;font:12px monospace}#spellbook-slots>button:not(.spellbook-slot){min-width:32px;border:1px solid rgb(255 255 255 / 20%);border-radius:.4rem;background:#ffffff14;color:#fff}.inventory-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:96px;min-height:96px;padding:.75rem;border-radius:.75rem;border:2px solid rgb(255 255 255 / 25%);background:#ffffff0f;color:#fff;font:14px monospace}.inventory-item.selected{border-color:#f2c14e;background:#f2c14e2e}.inventory-item img{width:48px;height:48px;image-rendering:pixelated}#inventory-close{min-width:96px;min-height:48px;padding:.5rem 1rem;border-radius:.5rem;border:1px solid rgb(255 255 255 / 30%);background:#ffffff1a;color:#fff;font:15px monospace}
