:root{color-scheme:dark;--bg: #000000;--green: #3dff9a;--green-dim: rgba(61, 255, 154, .35);--orange: #ff8c32;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--text: #e8f0f8;--muted: #6a7a8c;--hud-design-w: 390;--hud-design-h: 844}*,*:before,*:after{box-sizing:border-box}html{margin:0;height:100%;background:var(--bg);overflow:hidden;overscroll-behavior:none}body{margin:0;height:100%;width:100%;position:fixed;overflow:hidden;overscroll-behavior:none;background:var(--bg);color:var(--text);font-family:ui-monospace,Cascadia Code,Consolas,monospace;-webkit-tap-highlight-color:transparent}.hud-shell{--hud-scale: 1;position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);background:var(--bg);overflow:hidden}.hud-stage{position:relative;flex:0 0 auto;width:calc(var(--hud-design-w) * 1px);height:calc(var(--hud-design-h) * 1px);transform:scale(var(--hud-scale));transform-origin:center center;container-type:size;container-name:hud}.landscape-block{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:none;align-items:center;justify-content:center;padding:1.25rem;background:#000000eb;text-align:center}body.hud-landscape-warning .landscape-block{display:flex}.landscape-block__panel{max-width:22rem}.landscape-block__title{margin:0 0 .65rem;font-size:1rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}.landscape-block__text{margin:0;font-size:.85rem;line-height:1.45;color:var(--muted)}.screen{min-height:100%;min-height:100cqh}.screen--hidden{display:none!important}.screen-menu{display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.menu{width:min(100%,360px);text-align:center;padding:1rem .75rem;border:2px solid rgba(61,255,154,.22);border-radius:0;background:#060c098c;box-shadow:inset 0 1px #ffffff0a}.menu__title{margin:0;font-family:"Press Start 2P",ui-monospace,monospace;font-size:clamp(.36rem,1.85vw + .22rem,.58rem);font-weight:400;line-height:1.55;letter-spacing:.06em;text-transform:uppercase;color:var(--green);overflow-wrap:anywhere}.menu__tagline{margin:.55rem 0 1.35rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:clamp(.26rem,1vw + .14rem,.36rem);font-weight:400;line-height:1.5;color:var(--muted);letter-spacing:.06em}.menu__play{width:100%}.menu__howto{width:100%;margin-top:.65rem;border-color:var(--green-dim);color:var(--text);background:#3dff9a0f}.menu__stub{display:flex;flex-direction:column;gap:.45rem;margin-top:1.25rem}.btn--hero{width:100%;padding:.85rem 1rem;font-size:.95rem;border-color:var(--orange);color:var(--orange);background:#ff8c321f}.btn--stub{opacity:.45;cursor:not-allowed}.auth-modal__google{margin-top:.25rem;border-color:#ffffff61;color:var(--text);background:#ffffff12}.profile-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.profile-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--green-dim);flex-shrink:0;object-fit:cover}.profile-header__name{display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile-header__display-name{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-header__email{margin:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-header--compact{margin-bottom:.35rem}.profile-avatar--sm{width:40px;height:40px}.profile-inline{margin:0 0 .35rem;color:var(--muted)}.profile-field{display:block;margin:.25rem 0}.profile-err{min-height:1.15em;margin:.2rem 0 0;color:#ff6b6b}.profile-auth-actions{display:flex;flex-direction:column;gap:.35rem;margin-top:.4rem}.player-profile-modal__panel{max-height:min(88dvh,620px)}.player-profile__body{max-height:min(56dvh,420px);overflow-y:auto;padding-right:.2rem;margin-bottom:.4rem}.profile-device{margin-top:.35rem;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.08)}.profile-device__label{margin:0 0 .2rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.48rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.profile-device__line{margin:.15rem 0 0;line-height:1.35}.profile-badges--tight{margin-top:.3rem;gap:.28rem}.auth-modal__divider{margin:.65rem 0 .35rem;text-align:center;color:var(--muted);letter-spacing:.06em}.menu-boot-intro-overlay{z-index:35000!important}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:var(--bg);transition:opacity .25s ease,visibility .25s ease}.loading-overlay--hidden{opacity:0;visibility:hidden;pointer-events:none}.loading-overlay__text{margin:0;color:var(--muted);font-size:.9rem}.app{position:relative;display:flex;flex-direction:column;box-sizing:border-box;width:100%;min-height:100%;min-height:100cqh;padding:.35rem .65rem;margin:0}.level-toast{position:absolute;top:.35rem;left:50%;transform:translate(-50%) translateY(-12px);z-index:40;padding:.35rem .85rem;border-radius:8px;border:1px solid var(--orange);color:var(--orange);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#000000d9;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.level-toast--show{opacity:1;transform:translate(-50%) translateY(0)}.header{flex-shrink:0;padding:.5rem .75rem .25rem}.header__row{display:flex;flex-direction:column;gap:.35rem}.header__row--top{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.header__title{display:flex;align-items:center;gap:.4rem}.btn--menu{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;min-height:1.5rem;padding:.12rem;font-size:.28rem}.btn--menu__icon{display:inline-flex;flex-direction:column;justify-content:center;gap:.16rem;width:.9rem}.btn--menu__icon span{display:block;width:100%;height:2px;background:currentColor;box-shadow:1px 0 0 currentColor}.header__name{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.82rem;line-height:1.2;letter-spacing:.06em;color:var(--green);text-transform:uppercase}.header__stats{display:flex;gap:1rem;flex-wrap:wrap}.header__quest-wrap{display:flex;flex-direction:column;gap:.35rem}.header__group--hidden{display:none!important}.quest-loadout-wrap{--quest-curse-row: transparent;--quest-curse-chip: rgba(13, 31, 20, .5);--quest-curse-border: rgba(106, 122, 140, .35);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.4rem;box-sizing:border-box;min-height:1.75rem;margin:.12rem 0 0;padding:.12rem .15rem;border-radius:6px;border-top:1px solid rgba(61,255,154,.15);background:linear-gradient(180deg,#0a120e59,#060a0833);background-color:var(--quest-curse-row)}.quest-loadout-wrap--cursed{box-shadow:inset 0 0 0 1px var(--quest-curse-border)}.quest-curse-slot{flex:0 0 auto}.quest-curse-slot__btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:4px;background:var(--quest-curse-chip);box-shadow:0 0 0 1px var(--quest-curse-border);cursor:default;touch-action:manipulation}.quest-loadout-wrap--cursed .quest-curse-slot__btn{cursor:pointer}.quest-loadout-wrap--cursed .quest-curse-slot__btn:hover,.quest-loadout-wrap--cursed .quest-curse-slot__btn:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.quest-curse-slot__btn:disabled{opacity:1;cursor:default}.quest-curse-slot__icon{display:block;width:28px;height:28px;image-rendering:pixelated;image-rendering:crisp-edges;border-radius:2px}.quest-curse-slot__icon--hidden{display:none!important}.quest-curse-slot__placeholder{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.45rem;color:var(--muted);letter-spacing:.06em}.quest-curse-slot__placeholder--hidden{display:none!important}.quest-curse-popover{position:fixed;z-index:200;max-width:min(18rem,calc(100vw - 1.5rem));padding:.55rem .65rem;border-radius:8px;border:1px solid rgba(255,68,102,.65);background:#080c0af7;box-shadow:0 6px 24px #0000008c;pointer-events:auto}.quest-curse-popover--hidden{display:none!important}.quest-curse-popover__kind{display:block;font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}.quest-curse-popover__title{display:block;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.55rem;line-height:1.45;color:#ffb8c8;margin:0 0 .35rem;font-weight:400}.quest-curse-popover__body{margin:0;font-size:.68rem;line-height:1.4;color:var(--text)}.quest-loadout{display:flex;flex:1 1 auto;flex-wrap:nowrap;align-items:center;gap:0;min-width:0;min-height:1.5rem;padding:0;border:none;overflow:hidden}.quest-loadout--sparse{justify-content:space-between;gap:.2rem}.quest-loadout--dense{justify-content:flex-start}.quest-loadout__slot{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.quest-loadout--sparse .quest-loadout__slot{flex:1 1 0;min-width:1.5rem;max-width:3rem}.quest-loadout--dense .quest-loadout__slot{flex:0 0 30px;width:30px}.quest-loadout--dense .quest-loadout__slot:not(:first-child){margin-left:calc(-1 * var(--quest-loadout-overlap, 0px))}.quest-loadout__slot--empty{height:30px;min-height:30px;border-radius:6px;border:none;background:#080c0a59;box-shadow:inset 0 0 0 1px #6a7a8c73,inset 0 1px #ffffff08;background-image:repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(106,122,140,.12) 3px,rgba(106,122,140,.12) 4px)}.quest-loadout--sparse .quest-loadout__slot--empty{max-width:3rem}.quest-loadout__slot--curse{padding:0;border-radius:6px;border:none;background:#2a0a0a;box-shadow:inset 0 0 0 1px #ff446673,inset 0 1px #ffffff0a}.quest-loadout__slot--legendary_librarian{padding:0;border-radius:6px;border:none;background:#3d1508;box-shadow:inset 0 0 0 1px #ff8c3280,inset 0 1px #ffffff0a}.quest-loadout__slot--librarian{padding:0;border-radius:6px;border:none;background:#0f2a1c;box-shadow:inset 0 0 0 1px #3dff9a59,inset 0 1px #ffffff0a}.quest-loadout__slot--scroll{padding:0;border-radius:6px;border:none;background:#2a0f3a;box-shadow:inset 0 0 0 1px #c77dff73,inset 0 1px #ffffff0a}.quest-loadout__slot--tome{padding:0;border-radius:6px;border:none;background:#0f1f3d;box-shadow:inset 0 0 0 1px #6ab0ff73,inset 0 1px #ffffff0a}.quest-loadout__slot--bookmark{padding:0;border-radius:6px;border:none;background:#3a3008;box-shadow:inset 0 0 0 1px #ffd56a73,inset 0 1px #ffffff0a}.quest-loadout__slot--buff{padding:0;border-radius:6px;border:none;background:#241808;box-shadow:inset 0 0 0 1px #ffb84d66,inset 0 1px #ffffff0a}.quest-loadout__chip{position:relative;flex:0 0 auto;width:30px;height:30px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:4px;touch-action:manipulation}.quest-loadout__chip:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.quest-loadout__chip:active{transform:scale(.96)}.quest-spawn-hint{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem .75rem;font-size:.55rem;color:var(--muted);letter-spacing:.06em}.quest-blitz-hint{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem .55rem}.quest-blitz-hint--hidden{display:none!important}.quest-blitz-hint .quest-spawn-hint__label{color:#ffaa64eb;text-transform:uppercase;letter-spacing:.08em}.quest-blitz-hint__detail{flex:1 1 100%}.quest-spawn-hint__detail{flex:1 1 100%;margin:.2rem 0 0;padding:.35rem .4rem;font-size:.52rem;line-height:1.4;color:var(--text);letter-spacing:.04em;border-radius:6px;border:1px solid rgba(106,176,255,.35);background:#080e16d9}.quest-spawn-hint--empty{display:none}.quest-spawn-hint__label{cursor:pointer;border-bottom:1px dotted rgba(106,122,140,.55)}.quest-spawn-hint__label:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.quest-spawn-queue{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.62rem;color:var(--green);letter-spacing:.12em}.quest-loadout__icon{display:block;width:28px;height:28px;image-rendering:pixelated;image-rendering:crisp-edges;border-radius:2px;box-shadow:0 0 0 1px #00000080}.quest-loadout__badge{position:absolute;top:-5px;right:-6px;min-width:1rem;padding:.08rem .2rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.45rem;line-height:1.2;color:#0a0a0a;background:var(--orange);border-radius:3px;text-align:center;pointer-events:none}body.mode-quest .header__row--top{position:relative;justify-content:center;min-height:1.5rem;padding-inline:2.1rem}body.mode-quest .header__row--top .btn--menu{position:absolute;right:0;top:50%;transform:translateY(-50%)}body.mode-quest .header__row:not(.header__row--top){align-items:center}body.mode-quest .header__quest-wrap{align-items:center;width:100%;max-width:100%}.quest-daily-banner{margin:0;width:100%;text-align:center;font-size:.58rem;line-height:1.35;color:#ffb478eb;letter-spacing:.06em}.quest-daily-banner--hidden{display:none!important}body.mode-daily #btn-restart{display:none}body.mode-quest .header__stats{justify-content:center;gap:.5rem .85rem}body.mode-quest #header-quest-stats .stat{align-items:center;text-align:center;min-width:3.2rem}body.mode-quest #header-quest-stats .stat__label{letter-spacing:.1em}body.mode-quest #header-quest-stats .stat:nth-child(1) .stat__label{color:#78dcb4a6}body.mode-quest #header-quest-stats .stat:nth-child(2) .stat__label{color:#ffaa64a6}body.mode-quest #header-quest-stats .stat:nth-child(3) .stat__label{color:#82c8ff99}body.mode-quest #header-quest-stats .stat:nth-child(4) .stat__label{color:#ffd6789e}body.mode-quest #header-quest-stats .stat:nth-child(5) .stat__label{color:#ff829694}body.mode-quest #header-quest-stats .stat:nth-child(1) .stat__value{color:#6dffc4}body.mode-quest #header-quest-stats .stat:nth-child(2) .stat__value{color:#ffb14a}body.mode-quest #header-quest-stats .stat:nth-child(3) .stat__value{color:#8fd4ff}body.mode-quest #header-quest-stats .stat:nth-child(4) .stat__value{color:#ffe566}body.mode-quest #header-quest-stats .stat:nth-child(5) .stat__value{color:#ff8a9a}body.mode-quest .quest-loadout-wrap{width:100%}body.mode-quest .quest-loadout{width:auto}body.mode-quest .quest-loadout--sparse{justify-content:space-between}body.mode-quest .quest-spawn-hint{justify-content:center;width:100%;max-width:22rem;margin-inline:auto;text-align:center}body.mode-quest .wordbar__word,body.mode-quest .wordbar__estimate,body.mode-quest .validity,body.mode-quest .stat__value{font-family:"Press Start 2P",ui-monospace,monospace}body.mode-quest .wordbar__word{font-size:.72rem;letter-spacing:.08em}body.mode-quest .wordbar__estimate{font-size:.62rem}.quest-score-log{display:none}body.mode-quest .quest-score-log{display:block;margin-top:.45rem;max-height:min(48vh,11rem);min-height:2.85rem;overflow-y:auto;border-top:1px solid rgba(61,255,154,.15);padding-top:.35rem}.quest-score-log__placeholder{box-sizing:border-box;width:100%;min-height:2.15rem;padding:.35rem .4rem;border:1px solid rgba(255,140,50,.22);border-radius:4px;background:#0d1f1466;pointer-events:none}.quest-score-log__row{margin-bottom:.25rem}.quest-score-log__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem .4rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.5rem;text-align:left;color:var(--green);background:#0d1f14d9;border:1px solid rgba(255,140,50,.35);border-radius:4px;cursor:pointer}.quest-score-log__toggle:hover,.quest-score-log__toggle:focus-visible{border-color:var(--orange);outline:none}.quest-score-log__word{letter-spacing:.06em}.quest-score-log__pts{flex-shrink:0;color:var(--orange)}.quest-score-log__breakdown{margin-top:.3rem;padding:.4rem .45rem;font-size:.45rem;line-height:1.55;color:var(--text);background:#00000059;border-radius:4px;border:1px solid rgba(61,255,154,.12)}.quest-score-log__bd-hint{margin:0 0 .45rem;font-size:.42rem;line-height:1.5;color:var(--muted)}.quest-score-log__bd-section{margin:.35rem 0 .15rem;font-size:.38rem;letter-spacing:.14em;text-transform:uppercase;color:var(--green);opacity:.92}.quest-score-log__bd-section:first-of-type{margin-top:0}.quest-score-log__bd-line{margin-bottom:.2rem}.quest-score-log__bd-line--letter{padding-left:.15rem;border-left:2px solid rgba(61,255,154,.2)}.quest-score-log__bd-row-main{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .35rem}.quest-score-log__bd-letter{font-weight:700;color:var(--text);min-width:1.1em}.quest-score-log__bd-pts{color:var(--green)}.quest-score-log__bd-note{margin-top:.08rem;font-size:.4rem;line-height:1.45;color:var(--muted)}.quest-score-log__bd-math{margin-top:.12rem;font-size:.38rem;opacity:.95}.quest-score-log__bd-line--sub{color:var(--muted)}.quest-score-log__bd-line--emph{margin-top:.15rem;color:var(--text);font-size:.46rem}.quest-score-log__bd-final{margin-top:.35rem;padding-top:.3rem;border-top:1px solid rgba(255,140,50,.25);color:var(--orange);font-size:.48rem}body.mode-quest .validity{font-size:.52rem}body.mode-quest .stat__value{font-size:.78rem}body.mode-quest .osk__key{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.55rem;font-weight:400}body.mode-quest #game-canvas{image-rendering:pixelated;image-rendering:crisp-edges}body.quest-shop-open .header{position:relative;z-index:150}body.quest-shop-open .quest-curse-slot{display:none!important}body.quest-shop-open .quest-loadout-popover,body.quest-shop-open .quest-curse-popover{z-index:160}.quest-loadout-popover{position:fixed;z-index:200;max-width:min(18rem,calc(100vw - 1.5rem));padding:.55rem .65rem;border-radius:8px;border:1px solid var(--orange);background:#080c0af7;box-shadow:0 6px 24px #0000008c;pointer-events:auto}.quest-loadout-popover--hidden{display:none!important}.quest-loadout-popover__kind{display:block;font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}.quest-loadout-popover__title{display:block;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.55rem;line-height:1.45;color:var(--green);margin:0 0 .35rem;font-weight:400}.quest-loadout-popover__body{margin:0;font-size:.68rem;line-height:1.4;color:var(--text)}.quest-loadout-popover__sell-wrap{margin-top:.5rem;padding-top:.45rem;border-top:1px solid rgba(255,184,77,.25)}.quest-loadout-popover__sell{width:100%;margin:0}.stat{display:flex;flex-direction:column;gap:.05rem}.stat__label{font-size:.55rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.stat__value{font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}.main{flex:0 0 auto;display:flex;justify-content:center;padding:.25rem .5rem}#game-canvas{display:block;width:min(100%,360px);aspect-ratio:1;height:auto;touch-action:none}.wordbar{flex-shrink:0;padding:.35rem .75rem .25rem;border-top:1px solid var(--green-dim)}.wordbar__row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.wordbar__row--sub{margin-top:.2rem;opacity:.85}.wordbar__label,.wordbar__hint{font-size:.55rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.wordbar__word{flex:1;min-width:0;font-size:1rem;font-weight:600;letter-spacing:.12em;color:var(--green)}.wordbar__estimate{font-size:.85rem;color:var(--muted)}.validity{font-size:.65rem;font-weight:700;letter-spacing:.08em}.validity--ok{color:var(--green)}.validity--bad{color:#ff6b6b}.validity--prefix{color:var(--orange)}.osk{flex-shrink:0;padding:.35rem .5rem 0}.osk__rows{display:flex;flex-direction:column;gap:.25rem;align-items:center}.osk__row{display:flex;gap:.2rem;justify-content:center;flex-wrap:wrap}.osk__key{min-width:1.65rem;height:1.85rem;padding:0 .35rem;border-radius:6px;border:1px solid var(--green-dim);background:#0a0a0a;color:var(--green);font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.osk__key:active{transform:scale(.96)}.osk__actions{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center;margin-top:.45rem}.btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:2px solid rgba(61,255,154,.38);background:linear-gradient(180deg,#101711,#060906);color:var(--text);font-family:"Press Start 2P",ui-monospace,monospace;font-size:.52rem;font-weight:400;line-height:1.35;text-transform:uppercase;letter-spacing:.06em;padding:.5rem .7rem;border-radius:0;box-shadow:inset 0 1px #ffffff0f,inset 0 -2px #0000008c,0 0 0 1px #000000a6;touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer}.btn:hover:not(:disabled),.btn:focus-visible:not(:disabled){border-color:var(--green);color:var(--green);outline:none}.btn:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px #00000073,0 0 0 1px #000000a6}.btn--wide{flex:1;min-width:5rem}.btn--primary{border-color:var(--green);color:var(--green);background:linear-gradient(180deg,#193e29f2,#08140dfa)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;background:#000000b8;padding:1rem}.modal--hidden{display:none}.modal__panel{width:min(100%,360px);background:#050805;border:1px solid var(--green-dim);border-radius:12px;padding:1rem 1.1rem}.modal__panel--shop{width:min(100%,420px)}#quest-shop.modal:not(.modal--hidden){display:block;padding:0;background:#000;overflow:visible}.modal__panel.quest-shop-panel{position:relative;display:flex;flex-direction:column;box-sizing:border-box;width:min(100%,400px);margin:var(--quest-shop-header-inset, 6.25rem) auto 0;height:auto;max-height:calc(100dvh - var(--quest-shop-header-inset, 6.25rem));padding:.5rem .55rem .45rem;overflow:visible;background:linear-gradient(180deg,#323846,#252a33 42%,#1c2028);border:2px solid #5c3038;border-radius:14px 14px 0 0;box-shadow:inset 0 1px #ffffff12,inset 0 -1px #00000059,0 10px 32px #0000008c}.quest-shop-header{flex:0 0 auto;padding-bottom:.38rem;margin-bottom:.28rem;border-bottom:1px solid rgba(0,0,0,.45);box-shadow:0 1px #ffffff0a}.quest-shop-header__top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.quest-shop-title{margin:0;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.58rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#ece8e0;text-shadow:0 2px 0 rgba(0,0,0,.45)}.quest-shop-meta-line{margin:.28rem 0 0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.4rem;letter-spacing:.04em;color:#8a96a8;line-height:1.45}.quest-shop-gold-line{margin:0;color:inherit}.quest-shop-gold-value{font-size:.46rem;color:#ffd56a;text-shadow:0 1px 0 rgba(0,0,0,.4)}.quest-shop-meta-sep{opacity:.35;-webkit-user-select:none;user-select:none}.quest-shop-stage-line{color:#c5d0de;opacity:.95}.quest-shop-footer{flex:0 0 auto;margin-top:.28rem;padding-top:.35rem;border-top:1px solid rgba(0,0,0,.4);box-shadow:inset 0 1px #ffffff0a}.quest-shop-footer.modal__actions--stack{gap:.42rem}.shop-hud-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;width:100%;margin:0;padding:.58rem .7rem;border-radius:10px;border:2px solid rgba(0,0,0,.5);font-family:"Press Start 2P",ui-monospace,monospace;font-size:.46rem;font-weight:400;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:#f4f6f9;cursor:pointer;text-shadow:0 1px 0 rgba(0,0,0,.45);box-shadow:inset 0 1px #ffffff24,inset 0 -3px #00000059,0 3px #0006;transition:filter .1s ease,transform .08s ease}.shop-hud-btn__price{display:block;font-size:.5rem;letter-spacing:.04em;color:#ffe566;text-shadow:0 1px 0 rgba(0,0,0,.55)}.shop-hud-btn__price--ribbon-free{color:#c8f5dc}.shop-hud-btn--reroll{background:linear-gradient(180deg,#6a9f7e,#4a7a5e 48%,#355e48);border-color:#2a4536;color:#f0faf3}.shop-hud-btn--next{background:linear-gradient(180deg,#d46565,#a84444,#7a3338);border-color:#4a2228;color:#fff5f5}.shop-hud-btn--next.btn--primary{border-color:#4a2228;color:#fff5f5;background:linear-gradient(180deg,#d46565,#a84444,#7a3338)}.shop-hud-btn--buy{flex-direction:row;padding:.4rem .65rem;font-size:.4rem;width:100%;background:linear-gradient(180deg,#5a8f6a,#3d6b4a 55%,#2d5238);border-color:#243d2e}.shop-hud-btn:hover:not(:disabled),.shop-hud-btn:focus-visible:not(:disabled){filter:brightness(1.06);outline:none}.shop-hud-btn:active:not(:disabled){transform:translateY(2px);box-shadow:inset 0 2px 4px #00000073,inset 0 -1px #ffffff0f}.shop-hud-btn:disabled{opacity:.42;filter:grayscale(.25);cursor:not-allowed;transform:none;box-shadow:inset 0 1px #ffffff0f}.how-to-play__panel{max-height:min(92dvh,640px)}.how-to-play__body{max-height:min(72dvh,520px);overflow-y:auto;padding-right:.25rem;margin-bottom:.65rem}.how-to-play__section{margin-bottom:.85rem}.how-to-play__section .modal__sub{margin-top:.35rem}.how-to-play__line{margin:.2rem 0;font-size:.72rem;line-height:1.4;color:var(--text)}.how-to-play__card{margin:.45rem 0;padding:.4rem .5rem;border:1px solid rgba(61,255,154,.2);border-radius:8px;background:#00000059}.how-to-play__card-name{font-size:.74rem;font-weight:700;color:var(--green);margin-bottom:.2rem}.how-to-play__card-effect{margin:0;font-size:.68rem;line-height:1.4;color:var(--muted)}.profile-top-words li{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.62rem;letter-spacing:.06em;line-height:1.5}.profile-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}.profile-badge{display:inline-flex;flex-direction:column;align-items:center;gap:.18rem;min-width:3.2rem;padding:.35rem .45rem .4rem;border-radius:4px;border:1px solid rgba(120,120,120,.5);color:var(--muted);background:#00000073}.profile-badge__icon{width:28px;height:28px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges}.profile-badge__label{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.38rem;letter-spacing:.04em;line-height:1.35;text-align:center}.profile-badge--earned{color:#0a0a0a;border-color:var(--orange);background:linear-gradient(180deg,#ffd56a 0%,var(--orange) 100%);box-shadow:0 0 0 1px #0006}.profile-badge--locked{opacity:.55}.profile-badge--locked .profile-badge__icon{opacity:.38;filter:grayscale(1)}.shop-offers--sections{flex:1 1 0;min-height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:clamp(.12rem,1dvh,.32rem);padding:.08rem 0;margin:0}.shop-offers--grid{flex:0 0 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:.06rem .04rem .04rem;margin:0}.shop-offers__grid{flex:0 0 auto;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,auto));gap:.3rem .22rem;align-content:start;justify-items:stretch;overflow:hidden;padding-top:.88rem;padding-bottom:.2rem;box-sizing:border-box}.shop-offers__grid .shop-card-slot{max-width:none;width:100%;min-height:0;overflow:hidden}.shop-offers__grid .shop-card{padding:.42rem .1rem .16rem}.shop-offers__grid .shop-card__icon{width:36px;height:36px}.shop-offers__grid .shop-card__name{font-size:.3rem;line-height:1.28;min-height:2.56em}.shop-offers--bands{flex:0 0 auto;display:flex;flex-direction:column;gap:.42rem;padding:.55rem .04rem .12rem;margin:0;min-height:0;overflow:visible}.shop-band{border-radius:10px;border:1px solid rgba(0,0,0,.45);background:#00000038;box-shadow:inset 0 1px #ffffff0d;padding:.32rem .36rem .4rem}.shop-band__title{margin:0 0 .32rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.36rem;letter-spacing:.1em;text-transform:uppercase;color:#c9b896;text-shadow:0 1px 0 rgba(0,0,0,.5)}.shop-band__grid{display:grid;gap:.28rem .22rem;align-items:start;justify-items:stretch}.shop-band__grid--three,.shop-band__grid--bottom{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:1.35rem}.shop-band__grid--three .shop-card-slot,.shop-band__grid--bottom .shop-card-slot{max-width:none;width:100%;min-height:0;overflow:visible}.shop-card-slot--placeholder{display:flex;align-items:stretch}.shop-placeholder-card{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:.45rem .2rem;border-radius:10px;border:1px dashed rgba(255,255,255,.18);font-family:"Press Start 2P",ui-monospace,monospace;font-size:.28rem;line-height:1.45;letter-spacing:.04em;color:#b4becd8c;background:#0003}.shop-booster{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;box-sizing:border-box;padding:.5rem .18rem .22rem;border-radius:10px;border:2px solid rgba(140,150,170,.45);background:linear-gradient(180deg,#2a303c,#161a22);cursor:pointer;font:inherit;color:inherit;overflow:visible;box-shadow:inset 0 1px #ffffff0f,0 3px #0006}.shop-booster--consumed{opacity:.45;filter:grayscale(.35);cursor:default}.shop-booster--consumed .shop-booster__art{mix-blend-mode:normal}.shop-booster[data-booster-kind=librarian]{border-color:#50c88c8c}.shop-booster[data-booster-kind=scroll]{border-color:#b478dc99}.shop-booster[data-booster-kind=tome]{border-color:#64a0e699}.shop-booster__art{display:block;width:44px;height:44px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges;margin-top:0;mix-blend-mode:lighten}.shop-booster__caption{margin-top:.16rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.3rem;letter-spacing:.06em;text-transform:uppercase;color:#dce4ee;line-height:1.25}.shop-booster-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;padding:.45rem;box-sizing:border-box;background:#080a0ed1;border-radius:12px}.shop-booster-overlay--hidden{display:none}.shop-booster-overlay__panel{position:relative;width:min(100%,340px);box-sizing:border-box;padding:.55rem .5rem .5rem;border-radius:12px;border:2px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#242834fc,#12141cfc)}.shop-booster-overlay__title{margin:0 0 .4rem;text-align:center;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.42rem;letter-spacing:.06em;color:#ece8e0}.shop-booster-overlay__picks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem;padding-top:.65rem}.shop-booster-overlay__picks .shop-card{padding:.42rem .1rem .16rem}.shop-booster-overlay__picks .shop-card__icon{width:36px;height:36px}.shop-booster-overlay__picks .shop-card--booster-pick-selected{border-color:#f0b060;box-shadow:inset 0 1px #ffffff1a,0 0 0 2px #f0b06073,0 3px #00000073}.shop-booster-overlay__confirm{margin-top:.55rem;padding-top:.45rem;border-top:1px solid rgba(255,255,255,.1)}.shop-booster-overlay__confirm-hint{margin:0 0 .35rem;font-size:.48rem;line-height:1.4;color:#c8d2dce0;text-align:center}.shop-booster-overlay__confirm-name{margin:0 0 .25rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.34rem;line-height:1.35;letter-spacing:.04em;color:#e8f4ec;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.55)}.shop-booster-overlay__confirm-effect{margin:0 0 .45rem;font-size:.52rem;line-height:1.4;color:#dce4ee;text-align:left;max-height:6.5rem;overflow-y:auto}.shop-section{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:.28rem .32rem .55rem;border-radius:10px;background:#00000047;border:1px solid rgba(0,0,0,.5);box-shadow:inset 0 1px #ffffff0a}.shop-section__head{flex:0 0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.28rem .65rem;margin-bottom:.26rem;padding-bottom:0;border-bottom:none}.shop-section__title{margin:0;flex:0 1 auto;max-width:42%;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.34rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:#c9b896;line-height:1.35;text-shadow:0 1px 0 rgba(0,0,0,.5)}.shop-section__subtitle{flex:1 1 10rem;margin:.06rem 0 0;max-width:min(100%,17rem);margin-left:auto;text-align:right;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.58rem;font-weight:500;line-height:1.35;letter-spacing:.02em;color:#c8d2dcd1}@media(max-width:360px){.shop-section__title{max-width:100%}.shop-section__subtitle{flex:1 1 100%;margin-left:0;text-align:left;max-width:none}}.shop-section__row{flex:1 1 0;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem;align-items:start;justify-items:center;padding-top:1.05rem;padding-bottom:.32rem;overflow:hidden}@media(max-width:340px){.shop-section__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.shop-card-slot{display:flex;flex-direction:column;gap:.18rem;min-width:0;min-height:0;overflow:visible;width:100%;max-width:7.5rem;justify-self:center}.shop-card-slot--full{grid-column:1 / -1}.shop-item-detail-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center;padding:.45rem;box-sizing:border-box;background:#080a0eb8;border-radius:12px}.shop-item-detail-backdrop--hidden{display:none}.shop-item-detail-sheet{position:relative;box-sizing:border-box;width:min(100%,320px);max-height:min(78vh,420px);overflow:auto;padding:2.1rem .65rem .65rem;border-radius:12px;border:2px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#242834fc,#12141cfc);box-shadow:inset 0 1px #ffffff0f,0 8px 28px #0000008c}.shop-item-detail__close{position:absolute;top:.42rem;right:.42rem;z-index:1}.shop-item-detail-sheet__kind{margin:0 0 .35rem;padding-right:4rem}.shop-item-detail-sheet__title{margin:0 0 .45rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.42rem;font-weight:400;line-height:1.45;letter-spacing:.04em;color:#e8f4ec;text-shadow:0 1px 0 rgba(0,0,0,.55)}.shop-item-detail-sheet__effect{display:block;-webkit-line-clamp:unset;overflow:visible;margin-bottom:.5rem}.shop-item-detail-sheet__capacity{margin-bottom:.55rem}.shop-item-detail-sheet__exhausted{margin:0 0 .5rem;font-size:.52rem;line-height:1.4;color:#9aa6b8;font-variant-numeric:tabular-nums}.shop-item-detail-sheet__buy{width:100%}.shop-hud-btn--buy:disabled.shop-item-detail-sheet__buy{opacity:.65;filter:grayscale(.25)}.shop-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;box-sizing:border-box;width:100%;height:auto;margin:0;padding:.5rem .18rem .22rem;text-align:center;font:inherit;color:inherit;cursor:pointer;border-radius:10px;border:2px solid rgba(120,140,160,.45);background:linear-gradient(180deg,#242a34,#161a22 55%,#10141a);box-shadow:inset 0 1px #ffffff0f,inset 0 -2px #00000059,0 3px #00000073;position:relative;overflow:visible;transition:border-color .12s ease,box-shadow .12s ease,transform .08s ease}.shop-card__body{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.16rem;min-height:0}.shop-card:hover,.shop-card:focus-visible{border-color:#e8a050;outline:none;box-shadow:inset 0 1px #ffffff14,0 0 0 1px #e8a05040,0 3px #00000073}.shop-card:active{transform:translateY(2px)}.shop-card[aria-expanded=true]{border-color:#f0b060;box-shadow:inset 0 1px #ffffff1a,0 0 0 2px #f0b06059,0 3px #0006}.shop-card--exhausted{opacity:.52;filter:grayscale(.45);cursor:pointer}.shop-card--exhausted:hover,.shop-card--exhausted:focus-visible{opacity:.62;filter:grayscale(.35)}.shop-card--exhausted .shop-card__price-tag{opacity:.85}.shop-card[data-kind=librarian]{border-color:#50c88ca6;background:linear-gradient(180deg,#1a2e24,#0f1c16)}.shop-card[data-kind=scroll]{border-color:#b478dcb3;background:linear-gradient(180deg,#2a1e32,#181020)}.shop-card[data-kind=tome]{border-color:#64a0e6b3;background:linear-gradient(180deg,#1a2438,#101828)}.shop-card[data-kind=bookmark]{border-color:#e6be64bf;background:linear-gradient(180deg,#302818,#1a1610)}.shop-card[data-kind=legendary_librarian]{border-color:#ff8c50d9;background:linear-gradient(180deg,#321e18,#1a100c)}#quest-shop .shop-card,#quest-shop .shop-booster{border-radius:5px}#quest-shop .shop-card{background:linear-gradient(180deg,#2c3548,#2c3548 22%,#232b3a 22%,#232b3a 48%,#1a202c 48%,#1a202c 74%,#121820 74%,#121820);box-shadow:inset 0 2px #ffffff0d,inset 0 -3px #0000008c,0 4px #000000b3}#quest-shop .shop-card[data-kind=librarian]{background:linear-gradient(180deg,#1f3a2c,#1f3a2c 24%,#183224 24%,#183224 50%,#102418 50%,#102418 76%,#0a1810 76%,#0a1810)}#quest-shop .shop-card[data-kind=scroll]{background:linear-gradient(180deg,#3a2848,#3a2848 24%,#2c2038 24%,#2c2038 50%,#201828 50%,#201828 76%,#14101c 76%,#14101c)}#quest-shop .shop-card[data-kind=tome]{background:linear-gradient(180deg,#243a52,#243a52 24%,#1c3044 24%,#1c3044 50%,#142438 50%,#142438 76%,#0c1828 76%,#0c1828)}#quest-shop .shop-card[data-kind=bookmark]{background:linear-gradient(180deg,#443820,#443820 24%,#342818 24%,#342818 50%,#241c10 50%,#241c10 76%,#18140c 76%,#18140c)}#quest-shop .shop-card[data-kind=legendary_librarian]{background:linear-gradient(180deg,#4a2818,#4a2818 24%,#381c14 24%,#381c14 50%,#281410 50%,#281410 76%,#1a0c08 76%,#1a0c08)}#quest-shop .shop-booster{background:linear-gradient(180deg,#303848,#303848 26%,#262c3a 26%,#262c3a 52%,#1a1e28 52%,#1a1e28 78%,#12151c 78%,#12151c);box-shadow:inset 0 2px #ffffff0d,inset 0 -3px #0000008c,0 4px #000000a6}#quest-shop .shop-booster__caption{min-height:calc(2 * 1.32 * .34rem);display:flex;align-items:center;justify-content:center;text-align:center}#quest-shop .shop-booster[data-booster-kind=librarian]{background:linear-gradient(180deg,#1c3828,#1c3828 26%,#142c20 26%,#142c20 52%,#0c2018 52%,#0c2018 78%,#081410 78%,#081410)}#quest-shop .shop-booster[data-booster-kind=scroll]{background:linear-gradient(180deg,#382848,#382848 26%,#2a1c38 26%,#2a1c38 52%,#1c1428 52%,#1c1428 78%,#100c1a 78%,#100c1a)}#quest-shop .shop-booster[data-booster-kind=tome]{background:linear-gradient(180deg,#203850,#203850 26%,#182c40 26%,#182c40 52%,#102030 52%,#102030 78%,#0a1420 78%,#0a1420)}#quest-shop .shop-card:hover,#quest-shop .shop-card:focus-visible,#quest-shop .shop-booster:hover,#quest-shop .shop-booster:focus-visible{box-shadow:inset 0 2px #ffffff12,inset 0 -3px #00000080,0 4px #000000a6,0 0 0 1px #e8a05059}#quest-shop .shop-card[aria-expanded=true],#quest-shop .shop-booster[aria-expanded=true]{box-shadow:inset 0 2px #ffffff14,inset 0 -3px #00000073,0 4px #0000008c,0 0 0 2px #f0b06073}#quest-shop .shop-card__icon{border-radius:2px;box-shadow:0 0 0 2px #000000a6,inset 0 1px #ffffff0f}#quest-shop .shop-placeholder-card{border-radius:5px;background:linear-gradient(180deg,#282c34,#282c34 40%,#181c22 40%,#181c22)}.shop-card__icon{display:block;width:44px;height:44px;image-rendering:pixelated;image-rendering:crisp-edges;border-radius:6px;box-shadow:0 0 0 2px #0000008c,inset 0 1px #ffffff14;flex-shrink:0;background:#00000059}.shop-card__name{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.34rem;font-weight:400;line-height:1.32;letter-spacing:.04em;color:#e8f4ec;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;text-shadow:0 1px 0 rgba(0,0,0,.55);min-height:2.64em}.shop-card__price-tag{position:absolute;top:0;left:50%;z-index:2;transform:translate(-50%,-100%);margin-top:-.06rem;padding:.14rem .42rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.32rem;font-weight:400;line-height:1.2;letter-spacing:.04em;color:#ffe566;background:linear-gradient(180deg,#242838,#242838 42%,#101018 42%,#101018);border-radius:4px;border:2px solid rgba(255,255,255,.18);box-shadow:0 2px #000000a6,inset 0 1px #ffffff14;font-variant-numeric:tabular-nums;text-shadow:0 1px 0 rgba(0,0,0,.65);pointer-events:none}.shop-card__detail{padding:.32rem .38rem .38rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#1e222cfa,#0e1016fc);flex-shrink:0;max-height:5.75rem;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.shop-card__kind{margin:0 0 .2rem;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.32rem;text-transform:uppercase;letter-spacing:.1em;color:#8a96a8}.shop-card__effect{margin:0 0 .25rem;font-size:.52rem;line-height:1.35;color:#dce4ee;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shop-card__capacity{margin:0 0 .35rem;font-size:.48rem;color:#ffb870;font-variant-numeric:tabular-nums}.shop-card__buy{width:100%;margin-top:.12rem}.btn--small{padding:.3rem .5rem;font-size:.62rem}.modal__title{margin:0 0 .35rem;font-size:1rem;color:var(--orange);letter-spacing:.06em}.modal__text{margin:0 0 .5rem;font-size:.85rem;color:var(--text)}.modal__text--compact{margin-bottom:.55rem;line-height:1.35;color:var(--muted);font-size:.72rem}.ingame-menu__field{margin:0 0 .85rem}.ingame-menu__label{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--muted);cursor:pointer}.ingame-menu__label input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;margin:0;flex:0 0 auto;border:2px solid rgba(61,255,154,.38);border-radius:0;background:linear-gradient(180deg,#101711,#060906);box-shadow:inset 0 1px #ffffff0f,inset 0 -2px #0000008c,0 0 0 1px #000000a6;cursor:pointer}.ingame-menu__label input:checked{border-color:var(--green);background:linear-gradient(180deg,#6dffc4,#1b9a60);box-shadow:inset 0 0 0 2px #060906,0 0 0 1px #000000a6}.ingame-menu__label input:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.modal__hint{margin:0 0 .5rem;font-size:.68rem;line-height:1.35;color:var(--muted)}.modal__sub{margin:.5rem 0 .25rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.modal__sub--hidden{display:none}.leaderboard-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.leaderboard-tab--active{box-shadow:inset 0 0 0 2px var(--orange)}.leaderboard-panel--hidden{display:none}.leaderboard-table-wrap{max-height:min(50vh,320px);overflow:auto;margin-bottom:.5rem;border:1px solid rgba(255,255,255,.12);border-radius:4px}.leaderboard-table{width:100%;border-collapse:collapse;font-size:.62rem;line-height:1.3}.leaderboard-table th,.leaderboard-table td{padding:.35rem .4rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.leaderboard-table th{position:sticky;top:0;background:#0d120d;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:400}.leaderboard-name-label{display:flex;flex-direction:column;gap:.25rem;margin:.5rem 0}.leaderboard-name-input{font-family:inherit;font-size:.72rem;padding:.4rem .5rem;background:#0a0f0a;border:1px solid rgba(255,255,255,.15);color:var(--green);border-radius:4px}.modal__list{margin:0 0 .75rem;padding-left:1.1rem;font-size:.78rem;color:var(--green)}.modal__actions{display:flex;gap:.5rem;flex-wrap:wrap}.modal__actions--stack{flex-direction:column;align-items:stretch}.modal__actions--wrap{flex-wrap:wrap;justify-content:center;margin-bottom:.5rem}.btn--hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.mode-quest{transition:background .85s ease}body.mode-quest[data-quest-phase=play]{background:radial-gradient(ellipse 120% 80% at 50% 0%,#0a1f14,#000 58%)}body.mode-quest[data-quest-phase=summary]{background:radial-gradient(ellipse 100% 90% at 50% 100%,#1a0f28,#000 55%)}body.mode-quest[data-quest-phase=shop]{background:radial-gradient(ellipse 90% 70% at 50% 50%,#281a0a,#000 60%)}body.mode-quest[data-quest-phase=blitz]{background:radial-gradient(ellipse 100% 55% at 50% 30%,#301808,#0a0505 50%,#000 72%)}body[data-quest-phase=shop] #game-canvas{visibility:hidden}.quest-round-summary-panel{display:flex;flex-direction:column;max-height:min(92dvh,640px);padding:.55rem .75rem .65rem;overflow:hidden;width:min(100%,440px)}.quest-round-summary-header{flex:0 0 auto;margin-bottom:.35rem;padding-bottom:.35rem;border-bottom:1px solid rgba(61,255,154,.15)}.quest-round-summary-title{margin:0 0 .25rem;font-size:.85rem;color:var(--orange);letter-spacing:.06em}.quest-round-summary-meta{margin:0;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.48rem;color:var(--muted);line-height:1.5}.quest-round-summary-best{margin:.4rem 0 0;font-size:.58rem;color:var(--green);letter-spacing:.04em}.quest-round-summary-list{flex:1 1 auto;overflow-y:auto;min-height:0;padding:.25rem 0}.quest-round-summary__empty{margin:0;font-size:.62rem;color:var(--muted);line-height:1.4}.quest-round-summary__row{margin-bottom:.65rem;padding-bottom:.45rem;border-bottom:1px solid rgba(61,255,154,.08)}.quest-round-summary__row-head{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.2rem}.quest-round-summary__word{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.58rem;letter-spacing:.08em;color:var(--text)}.quest-round-summary__badge{font-size:.45rem;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);border:1px solid rgba(255,140,50,.45);padding:.1rem .35rem;border-radius:999px}.quest-round-summary__score-line,.quest-round-summary__gold-line{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.5rem;margin:.15rem 0 0;letter-spacing:.04em;transition:opacity .2s ease}.quest-round-summary__score-line{color:var(--green)}.quest-round-summary__gold-line{color:var(--orange)}.quest-round-summary__bd-toggle{margin-top:.35rem}.quest-round-summary__breakdown--hidden{display:none}.quest-round-summary-footer{flex:0 0 auto;margin-top:.25rem;padding-top:.4rem;border-top:1px solid rgba(61,255,154,.15)}.quest-round-summary-total,.quest-round-summary-bank{margin:.2rem 0;font-family:"Press Start 2P",ui-monospace,monospace;font-size:.52rem;letter-spacing:.04em;transition:opacity .2s ease}.quest-round-summary-total{color:var(--orange)}.quest-round-summary-bank{color:var(--green)}.quest-round-summary-actions{margin-top:.45rem}.breakdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--bg, #000);overflow-y:auto;display:flex;flex-direction:column}.breakdown-overlay--hidden{display:none}.breakdown-overlay__inner{flex:1;display:flex;flex-direction:column;padding:1rem;max-width:480px;margin:0 auto;width:100%}.breakdown-overlay__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:1px solid rgba(61,255,154,.15)}.breakdown-overlay__back{flex-shrink:0}.breakdown-overlay__word{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.62rem;letter-spacing:.08em;color:var(--text)}.breakdown-overlay__meta{font-family:"Press Start 2P",ui-monospace,monospace;font-size:.5rem;color:var(--green);margin-bottom:.75rem;letter-spacing:.04em}.breakdown-overlay__content{flex:1;font-size:.58rem}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.duel-hud{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%;padding:.15rem 0 .35rem;font-size:.55rem;letter-spacing:.04em}.duel-hud.duel-hud--hidden{display:none}.duel-hud__scores{font-family:"Press Start 2P",ui-monospace,monospace;color:var(--green)}.duel-hud__sub{margin:0;font-size:.5rem;color:var(--muted);text-align:center;max-width:100%}.friends-list{list-style:none;margin:0;padding:0}.friends-list__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem;padding:.4rem 0;border-bottom:1px solid rgba(61,255,154,.12);font-size:.62rem}
