:root{--bg: #14161a;--panel: #1d2026;--text: #d6d9de;--dim: #8b919b;--accent: #6fc28a;--warn: #e0876f;--border: #2c3038;--side-a: #7da7e0;--side-b: #e0a36f;--hurt: #e06c75;--status: #b48ad6;--block: #d6c46f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;line-height:1.5}main{max-width:56rem;margin:0 auto;padding:1.5rem 1rem 3rem}h1{font-size:1.4rem;margin:0 0 .25rem}.tagline{color:var(--dim);font-size:.85rem;margin:0 0 1.5rem}label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--dim)}select,input,button{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.4rem .6rem}#run-error{flex-basis:100%;margin:0;color:var(--warn);font-size:.8rem}.seed-row{display:flex;gap:.4rem}button{cursor:pointer}button:hover{border-color:var(--accent)}button:disabled{opacity:.4;cursor:default}button:disabled:hover{border-color:var(--border)}#board{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-width:0}.side-head{display:flex;justify-content:space-between;font-size:.7rem;color:var(--dim);margin-bottom:.3rem}.side-tag{text-transform:uppercase;letter-spacing:.08em}.side[data-side=A] .side-tag{color:var(--side-a)}.side[data-side=B] .side-tag{color:var(--side-b)}.front-hint{color:inherit;text-decoration:underline dotted}.front-hint:hover{color:var(--text)}.line,.grave{display:flex;gap:.3rem;min-width:0}.line{min-height:6.5rem}.wiped{color:var(--dim);font-size:.75rem;padding:.5rem 0}.divider{text-align:center;font-size:.75rem;border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);padding:.15rem 0}.verdict{color:var(--accent)}.verdict.dim{color:var(--dim)}.unit{position:relative;flex:1 1 0;max-width:7rem;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.15rem;background:linear-gradient(180deg,#22262e,#181b21 80%);border:1px solid var(--border);border-radius:8px;padding:.5rem .2rem .3rem;text-align:center;cursor:pointer;box-shadow:0 2px 6px #00000059,inset 0 1px #ffffff0a}.unit:hover{border-color:#3d4452}.unit.front{border-color:var(--accent);box-shadow:0 2px 6px #00000059,0 0 10px #6fc28a1f,inset 0 1px #ffffff0a}.unit.sel{outline:2px solid var(--text);outline-offset:1px}.front-tag{position:absolute;top:-.55rem;left:50%;transform:translate(-50%);font-size:.55rem;color:var(--bg);background:var(--accent);border-radius:3px;padding:0 .25rem;text-transform:uppercase;letter-spacing:.05em}.unit.hit{outline:2px solid var(--warn);outline-offset:-1px}.unit .shape{width:2.5rem;height:2.5rem;filter:drop-shadow(0 2px 3px rgba(0,0,0,.45))}.uname{font-size:.62rem;font-weight:600;letter-spacing:.02em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unums{display:flex;flex-wrap:wrap;justify-content:center;gap:.15rem;font-size:.6rem}.unums .hp,.unums .pwr{background:#00000059;border:1px solid var(--border);border-radius:4px;padding:0 .25rem;line-height:1.4;white-space:nowrap}.unums .hp{color:var(--accent);border-color:#6fc28a59}.unums .hp:after{content:"hp";color:var(--dim)}.unums .pwr{color:var(--warn);border-color:#e0876f59}.unums .pwr:after{content:"pw";color:var(--dim)}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.15rem;min-height:.8rem}.chip{font-size:.55rem;line-height:1.2;color:var(--text);background:#b48ad624;border:1px solid rgba(180,138,214,.3);border-radius:3px;padding:0 .2rem;cursor:pointer}.chip.mute{color:var(--warn)}.grave{margin-top:.3rem;align-items:center;min-height:3rem}.grave-tag{font-size:.6rem;color:var(--dim);writing-mode:vertical-rl;text-orientation:mixed}.unit.dead{opacity:.45;max-width:4.5rem;padding:.25rem .1rem}.unit.dead .shape{width:1.3rem;height:1.3rem}.unit.dead .chips{display:none}#transport{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.6rem}#transport button,#transport select{font-size:.75rem;padding:.25rem .6rem}#step-play{min-width:4.3rem}#step-label{font-size:.7rem;color:var(--dim);margin-left:auto}#scrub{width:100%;margin:.5rem 0 0;padding:0;accent-color:var(--accent)}#event-panel{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.6rem .8rem;margin-top:.6rem;font-size:.75rem;overflow-wrap:anywhere}#event-desc{margin-bottom:.3rem}#event-cause{color:var(--dim);font-size:.7rem}#event-cause .k{color:var(--accent);text-transform:uppercase;font-size:.6rem;letter-spacing:.06em;margin-right:.3rem}#event-cause a{color:var(--dim);text-decoration:underline dotted}#event-cause a:hover{color:var(--text)}.log-link{color:var(--dim);text-decoration:underline dotted;font-size:inherit}.log-link:hover{color:var(--text)}#battle-readout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:.6rem;margin-top:.6rem;align-items:start}#log-pane{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem}.pane-k{color:var(--accent);text-transform:uppercase;font-size:.6rem;letter-spacing:.06em}#battle-log{position:relative;overflow-y:auto;height:19rem;margin-top:.3rem;font-size:.72rem}.log-line{display:flex;gap:.4rem;padding:.05rem .3rem;border-radius:3px;cursor:pointer;overflow-wrap:anywhere}.log-line:hover{background:var(--bg)}.log-line.cur{background:var(--bg);outline:1px solid var(--border)}.log-ico{flex:none;width:1.1rem;text-align:center}.ev-turn{justify-content:center;color:var(--dim)}.ev-dim{color:var(--dim)}.ev-dim .u,.ev-turn .u{color:inherit}.ev-mark .log-ico,.ev-mark .log-text{color:var(--accent)}.ev-hurt .log-ico,.ev-death .log-ico,.ev-death .log-text{color:var(--hurt)}.ev-heal .log-ico,.ev-summon .log-ico{color:var(--accent)}.ev-status .log-ico{color:var(--status)}.ev-block .log-ico{color:var(--block)}.ev-warn .log-ico{color:var(--warn)}.u.ua{color:var(--side-a)}.u.ub{color:var(--side-b)}#detail-pane{display:flex;flex-direction:column;gap:.6rem;min-width:0}#inspect-overlay{position:fixed;z-index:40;background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.5rem .7rem;font-size:.72rem;box-shadow:0 6px 24px #00000080}#inspect-overlay.pop{width:min(28rem,calc(100vw - 16px));max-height:calc(100vh - 16px);overflow-y:auto}#inspect-overlay.sheet{left:0;right:0;bottom:0;border-radius:10px 10px 0 0;border-bottom:none;max-height:60vh;overflow-y:auto;padding-bottom:max(.5rem,env(safe-area-inset-bottom))}#run-menu-button{position:fixed;bottom:max(.6rem,env(safe-area-inset-bottom));right:.6rem;z-index:45;min-width:44px;min-height:44px}#run-menu-button.in-bar{position:static;margin-left:auto}#run-menu-overlay{position:fixed;z-index:46;top:50%;left:50%;transform:translate(-50%,-50%);width:min(22rem,calc(100vw - 16px));background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.6rem .8rem .8rem;box-shadow:0 6px 24px #00000080}.run-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.run-menu-title{font-weight:600}#run-menu-close{min-width:44px;min-height:44px}.run-menu-body{display:flex;flex-direction:column;gap:.6rem}.run-menu-body button{min-height:44px}.run-menu-confirm{display:flex;flex-direction:column;gap:.5rem;border-top:1px solid var(--border);padding-top:.6rem}.run-menu-confirm[hidden]{display:none}.ins-ref{background:none;border:none;padding:0;font:inherit;color:var(--status);text-decoration:underline dotted;cursor:pointer}.ins-ref:hover{color:var(--text)}.ins-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.ins-name{font-weight:600}.ins-stats{color:var(--dim);margin-left:auto}.ins-dead{color:var(--hurt)}#ins-close{font-size:.65rem;padding:.05rem .35rem;margin-left:auto}.ins-head .ins-stats+#ins-close{margin-left:0}.ins-k{color:var(--accent);text-transform:uppercase;font-size:.6rem;letter-spacing:.06em;margin-top:.4rem}.ins-row{display:flex;gap:.4rem;padding:.1rem .2rem;border-radius:3px}.ins-row[hidden]{display:none}.ins-row.sel{background:var(--bg);outline:1px solid var(--status)}.ins-row .ins-ico{flex:none;color:var(--status)}.ins-row.ins-ab .ins-ico{color:var(--dim)}.ins-warn{color:var(--warn)}.ins-dim{color:var(--dim)}#app-footer{display:flex;flex-wrap:wrap;gap:.3rem .8rem;margin-top:1rem;color:var(--dim);font-size:.75rem}#app-top{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 1rem}#home-button{background:none;border:none;color:var(--dim);font-size:.8rem;padding:.3rem .5rem .3rem 0;min-height:44px;margin-bottom:.4rem}#home-button:hover{color:var(--accent);border:none}#title-view{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 0 1.5rem}#title-view[hidden]{display:none}#title-ornament{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}#title-ornament .shape{width:2.2rem;height:2.2rem}.title-name{font-size:2rem;letter-spacing:.05em;margin:0 0 .3rem}#title-view .tagline{margin-bottom:2rem}.title-menu{display:flex;flex-direction:column;gap:.6rem;width:min(18rem,100%)}.title-menu button{min-height:48px;font-size:.95rem}.title-primary{color:var(--bg);background:var(--accent);border-color:var(--accent);font-weight:600}.title-primary:hover{border-color:var(--text)}#login-panel{display:flex;flex-direction:column;gap:.6rem;width:min(18rem,100%);margin-top:.8rem;text-align:left}#login-panel label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}#login-panel input{min-height:44px;font-size:1rem}#login-panel .run-bar{margin:0}#login-panel button{min-height:44px}#login-error{color:var(--bad, #e66);margin:0;font-size:.85rem}.title-id{display:flex;align-items:center;gap:.6rem;margin-top:.8rem;font-size:.9rem}.title-id[hidden],#login-panel[hidden],#login-panel label[hidden]{display:none}.title-id button{min-height:44px}.title-account{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;width:min(18rem,100%);margin-top:.8rem}.title-account>#title-login{min-height:44px}#title-net-warn{width:min(22rem,100%);margin-top:.8rem}#run-end-status{margin:.6rem 0 0;font-size:.9rem}#run-end-status.ok{color:var(--good, #7c7)}#run-end-status.bad{color:var(--bad, #e66)}#run-end-status button{margin-left:.5rem;min-height:36px}#title-dev{margin-top:2.2rem;background:none;border:none;color:var(--dim);font-size:.75rem;text-decoration:underline dotted;min-width:44px;min-height:44px}#title-dev:hover{color:var(--text);border:none}#title-settings{margin-top:1.4rem;background:none;border:none;color:var(--dim);font-size:.85rem;min-width:44px;min-height:44px}#title-settings:hover{color:var(--text);border:none}#settings-view{display:flex;flex-direction:column;align-items:center;gap:1.4rem;padding:1.5rem 0}#settings-view[hidden]{display:none}.settings-title{margin:0}.settings-block{display:flex;flex-direction:column;gap:.6rem;width:min(20rem,100%);text-align:left}.settings-block button,.settings-block input{min-height:44px}.settings-toggle{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem}.settings-toggle input{min-height:auto;width:1.2rem;height:1.2rem;flex:none;margin-top:.1rem}.settings-block .run-dim{margin:0;font-size:.8rem}#leaderboard-view{max-width:46rem;margin:.5rem auto 0}.lb-title{text-align:center;font-size:1.4rem;letter-spacing:.05em;margin:.5rem 0 .2rem}.lb-tagline{text-align:center;color:var(--dim);font-size:.8rem;margin:0 0 1.2rem}#leaderboard-view .lv-champ{text-align:center;padding:.9rem 1rem;margin-bottom:1rem;font-size:.85rem;box-shadow:0 0 18px #c9a22726}#leaderboard-view .lv-champ .lv-team{justify-content:center;margin-top:.5rem}#leaderboard-view .lv-round-head{min-height:44px;font-size:.85rem}.be-title{margin:0 0 .3rem}.be-blurb{margin:0 0 1rem;color:var(--dim);font-size:.8rem}#be-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}@media(max-width:640px){#be-columns{grid-template-columns:1fr}}.be-col{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.8rem;display:flex;flex-direction:column;gap:.6rem;min-width:0}.be-col-head{display:flex;justify-content:space-between;align-items:baseline}.be-col-name{font-weight:600}.be-col-count{color:var(--dim);font-size:.75rem}.be-slots{display:flex;flex-direction:column;gap:.6rem}.be-empty{color:var(--dim);font-size:.8rem}.be-slot{border:1px solid var(--border);border-radius:6px;padding:.5rem;display:flex;flex-direction:column;gap:.4rem}.be-edit{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.75rem}.be-edit label{flex-direction:row;align-items:center;gap:.25rem}.be-edit input{width:3.2rem;font-size:.75rem;padding:.2rem .35rem}.be-edit button{font-size:.75rem;padding:.2rem .45rem}.be-statuses{display:flex;flex-direction:column;gap:.3rem;border-top:1px dashed var(--border);padding-top:.4rem}.be-none{color:var(--dim);font-size:.7rem}.be-row{display:flex;align-items:center;gap:.35rem;font-size:.75rem;min-width:0}.be-status-name{flex:1 1 auto;min-width:0}.be-row select{flex:1 1 6rem;min-width:0;font-size:.75rem;padding:.2rem .35rem}.be-row input{width:3.2rem;font-size:.75rem;padding:.2rem .35rem}.be-row button{font-size:.75rem;padding:.2rem .45rem}.be-col-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.be-load{flex:1 1 8rem;min-width:0;font-size:.8rem}#be-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0;padding:.8rem;background:var(--panel);border:1px solid var(--border);border-radius:6px}.be-seed-row{flex-direction:row;align-items:center;gap:.4rem}.be-seed-row input{width:7rem}.be-lock-row{flex-direction:row;align-items:center;gap:.4rem;font-size:.85rem}.be-fight{font-weight:600}.be-runs-row{flex-direction:row;align-items:center;gap:.4rem;font-size:.85rem}.be-runs-row input{width:4.5rem}.be-run-n{font-weight:600}#be-error{flex-basis:100%;margin:0;color:var(--warn);font-size:.8rem}#be-band{margin:1rem 0;padding:.8rem 1rem;background:var(--panel);border:1px solid var(--border);border-radius:6px}.be-band-head{font-size:.8rem;color:var(--muted, #888);margin-bottom:.4rem}.be-band-rates{display:flex;align-items:baseline;gap:.6rem;font-size:1.4rem;font-weight:700}.be-band-sep{color:var(--muted, #888);font-weight:400}.be-band-counts{margin-top:.4rem;font-size:.85rem;color:var(--muted, #888)}.palette{position:fixed;z-index:50;background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.6rem;box-shadow:0 6px 24px #00000080;max-width:min(92vw,30rem);max-height:60vh;overflow-y:auto}.palette-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.5rem}.palette-card{cursor:pointer}.palette-empty{color:var(--dim);font-size:.8rem}#run-new-form{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:1rem}.run-blurb{color:var(--dim);font-size:.8rem;margin:0 0 .75rem}.run-dim{color:var(--dim);font-size:.75rem;margin:.3rem 0 .6rem}.run-warn{color:var(--warn);font-size:.8rem;margin:0 0 .75rem;overflow-wrap:anywhere}#run-start,#run-fight,#run-continue{color:var(--bg);background:var(--accent);border-color:var(--accent);font-weight:600}#run-new-error{margin:.5rem 0 0;color:var(--warn);font-size:.8rem}#run-error{min-height:1.4rem;margin:.5rem 0 0;color:var(--warn);font-size:.8rem;overflow:hidden}#run-head{display:flex;flex-wrap:wrap;gap:.75rem;align-items:baseline;background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.5rem .8rem;font-size:.85rem}#run-head .run-gold{color:var(--block)}#run-head .run-income{color:var(--dim);font-size:.75rem}#run-head .run-lives{color:var(--hurt)}#run-head .run-id{color:var(--dim);font-size:.7rem;margin-left:auto}#run-shop-row,#run-line{display:flex;flex-wrap:wrap;gap:.3rem;margin:.3rem 0 .6rem;min-width:0;min-height:8.2rem;align-items:center;align-content:flex-start}#run-end-line{display:flex;flex-wrap:wrap;gap:.3rem;margin:.3rem 0 .6rem;min-width:0}#run-shop-row .unit,#run-line .unit,#run-end-line .unit{flex:0 1 7rem;min-width:4.2rem}.run-lvl{font-size:.55rem;color:var(--accent);background:#6fc28a1a;border:1px solid rgba(111,194,138,.4);border-radius:999px;padding:0 .35rem;line-height:1.5;white-space:nowrap}.run-pips{color:var(--accent);letter-spacing:.1em}@keyframes fuse-flash{0%{outline:2px solid var(--accent);outline-offset:1px;box-shadow:0 0 16px #6fc28abf}to{outline:2px solid transparent;outline-offset:1px;box-shadow:0 0 #6fc28a00}}.unit.fused{animation:fuse-flash 1.6s ease-out forwards}#run-stakes{margin:0}.run-buy{font-size:.6rem;padding:.15rem .3rem;margin-top:.15rem}.run-move{display:flex;gap:.15rem;margin-top:.15rem}.run-move button{font-size:.6rem;padding:.1rem .35rem}.run-bar{display:flex;align-items:center;gap:.6rem;margin:.3rem 0 .9rem}#run-skip,#run-continue{min-height:44px}#run-battle-bar{position:sticky;bottom:0;z-index:5;margin:.8rem 0 0;padding:.5rem 0;background:var(--bg);border-top:1px solid var(--border)}#run-outcome{font-size:.85rem}.run-dev{margin:.3rem 0 .9rem;border:1px dashed var(--border);border-radius:6px;padding:.3rem .6rem;font-size:.85rem}.run-dev>summary{cursor:pointer;color:var(--dim, inherit);letter-spacing:.04em}.run-dev-body{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.run-dev-row{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.run-dev-k{min-width:3.2rem;color:var(--dim, inherit)}#dev-gold-set-input{width:5rem}.run-dev-confirm{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem}#run-battle-head,#run-end-head{font-size:.85rem;margin:0 0 .6rem}.run-notice{min-height:1.4rem;font-size:.8rem;margin:.3rem 0;overflow:hidden;color:transparent}.run-notice:not(:empty){color:var(--accent)}#run-end.crowned{border:1px solid #c9a227;border-radius:8px;padding:.8rem 1rem;background:#c9a22712}#run-end.crowned #run-end-head{color:#e8c547;font-size:1.05rem;font-weight:600}#run-end-stats{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0 0 .6rem;font-size:.8rem}.end-record{color:var(--dim)}.end-marks{display:flex;flex-wrap:wrap;gap:.2rem}.end-mark{min-width:1.3rem;text-align:center;padding:.1rem .2rem;border-radius:3px;font-size:.7rem;border:1px solid var(--border)}.end-mark.w{color:var(--accent);border-color:currentColor}.end-mark.l{color:var(--hurt);border-color:currentColor}.end-mark.d{color:var(--dim)}#run-ladder{margin-top:1.2rem}.lv-champ{background:var(--panel);border:1px solid #c9a227;border-radius:6px;padding:.5rem .7rem;margin:.3rem 0 .6rem;font-size:.8rem}.lv-k{color:#e8c547;font-weight:600}.lv-who{color:var(--dim)}.lv-rounds{display:flex;flex-direction:column;gap:.25rem}.lv-round{border:1px solid var(--border);border-radius:6px;padding:.15rem .4rem}.lv-round.here{border-color:var(--accent)}.lv-round-head{display:flex;align-items:baseline;gap:.4rem;width:100%;text-align:left;background:none;border:none;padding:.25rem .1rem;font-size:.78rem;color:var(--text)}.lv-tri{color:var(--dim)}.lv-here{margin-left:auto;color:var(--accent);font-size:.7rem}.lv-pool-body{max-height:16rem;overflow-y:auto;overscroll-behavior:contain}.lv-ghost{border-top:1px dashed var(--border);padding:.3rem .1rem}.lv-gid{display:block;color:var(--dim);font-size:.68rem;margin-bottom:.15rem}.lv-you{color:var(--accent);font-weight:600}.lv-team{display:flex;flex-wrap:wrap;gap:.25rem;min-width:0}.lv-team .unit{flex:0 1 5.6rem;min-width:3.6rem}button.danger{color:var(--hurt);border-color:var(--hurt)}.codex-search-row{margin-bottom:.75rem}.codex-search{width:100%;max-width:24rem;font-size:.8rem;padding:.35rem .6rem;min-height:44px}.codex-section{margin-bottom:1.2rem}.codex-section-head{margin-bottom:.4rem}.codex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.6rem;align-items:stretch}.codex-grid-units{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr))}.codex-grid-rules{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))}.codex-entry{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem}.codex-entry[hidden]{display:none}.codex-status-entry{border-color:hsl(var(--codex-hue, 0) 30% 28%)}.codex-swatch{flex:0 0 auto;width:.7rem;height:.7rem;border-radius:50%;align-self:center;background:hsl(var(--codex-hue, 0) 45% 58%);border:1px solid hsl(var(--codex-hue, 0) 50% 38%)}.codex-unit-entry .unit{margin:0 auto .45rem;max-width:8.5rem;cursor:default}.codex-unit-entry .unit .shape{width:3rem;height:3rem}.codex-entry-head{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.2rem;padding-right:1.4rem}.codex-entry-name{font-weight:600;font-size:.85rem}.codex-entry-desc{font-size:.8rem;color:var(--text);overflow-wrap:anywhere}.codex-entry-desc+.codex-entry-desc{margin-top:.25rem}.codex-dim{color:var(--dim)}.codex-anchor{position:absolute;top:0;right:0;z-index:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;color:var(--dim);text-decoration:none;font-size:.7rem}.codex-anchor:hover{color:var(--accent)}@keyframes codex-flash{0%{outline-color:var(--accent)}to{outline-color:transparent}}.codex-highlight{outline:2px solid var(--accent);outline-offset:2px;animation:codex-flash 1.8s ease-out forwards}@media(max-width:700px){#run-menu-overlay{inset:auto 0 0;transform:none;width:auto;border-radius:10px 10px 0 0;border-bottom:none;padding-bottom:max(.8rem,env(safe-area-inset-bottom))}#battle-readout{grid-template-columns:minmax(0,1fr)}#battle-log{height:11rem}#event-panel{height:8.5rem;overflow-y:auto}.chip{position:relative;z-index:1}.chip:after{content:"";position:absolute;inset:-.075rem calc(-.075rem - 2px) -.075rem -.075rem}#run-shop-row .chips,#run-line .chips,#run-end-line .chips{width:100%}#run-shop-row .chip,#run-line .chip,#run-end-line .chip{flex:1 1 auto}#run-shop-row .chip:after,#run-line .chip:after,#run-end-line .chip:after{top:auto;height:44px}#ins-close{padding:.55rem .9rem;min-width:44px;min-height:44px}.run-notice,#run-error{height:2.4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}#run-head{display:grid;grid-template-columns:auto auto 1fr;column-gap:.75rem;row-gap:.2rem}#run-head .run-round{grid-area:1 / 1}#run-head .run-gold{grid-area:1 / 2}#run-head .run-lives{grid-area:1 / 3;justify-self:end}#run-head .run-income{grid-area:2 / 1 / 2 / 3;white-space:nowrap}#run-head .run-id{grid-area:2 / 3;justify-self:end;margin-left:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:480px){.uname{font-size:.55rem}.run-buy,.run-move button{position:relative;z-index:1}.run-buy{min-height:44px}.run-move button{min-width:44px;min-height:44px}.run-buy:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:max(100%,44px);top:-.15rem;bottom:-.3rem}.run-move button:after{content:"";position:absolute;inset:-.15rem -.075rem -.3rem}.run-move button:first-child:after{right:calc(-.075rem - 2px)}.run-move button:last-child:after{left:-.075rem}.run-move button:disabled{pointer-events:none}}
