:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e8dfcc;background:#171b1b;font-synthesis:none;font-size:16px;--mint:#d7ba80;--muted:#a7a695;--line:#373d38}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--mint);outline-offset:4px}button{color:inherit}button:active{transform:translateY(1px)}[hidden]{display:none!important}.app-shell{height:100dvh;display:flex;flex-direction:column;padding:0 32px max(16px,env(safe-area-inset-bottom));max-width:1800px;margin:auto}.header{height:90px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px}.brand-symbol{color:var(--mint);font-size:32px;line-height:1}.brand h1{font-size:20px;letter-spacing:.14em;font-weight:800;margin:0}.brand small{display:block;color:var(--muted);font-size:12px;letter-spacing:.23em;margin-top:4px}.header-actions{display:flex;align-items:center;gap:12px}.record{font-family:ui-monospace,monospace;font-size:13px;color:var(--muted);margin-right:14px}.record b{color:#d9e4f5;font-weight:500;margin-left:9px}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);background:#1d2421;border-radius:10px}.icon-button:hover{border-color:#526078;background:#182030}.icon-button svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.6;fill:none}.workspace{display:grid;grid-template-columns:228px minmax(0,1fr);gap:24px;flex:1;min-height:0}.sidebar{display:flex;flex-direction:column;padding:20px 0 8px;gap:30px}.eyebrow{font:12px ui-monospace,monospace;letter-spacing:.15em;color:var(--muted);text-transform:uppercase}.sector{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sector strong{font:13px ui-monospace,monospace;color:var(--mint);border:1px solid #254a49;border-radius:5px;background:#0d1c20;padding:5px 8px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 10px}.stat-grid label{display:block;font-size:13px;color:var(--muted);margin-bottom:7px}.stat-grid strong{font:26px ui-monospace,monospace;letter-spacing:-.05em;font-weight:500}.stat-grid strong em{font-size:14px;color:var(--muted);font-style:normal}.separator{height:1px;background:var(--line)}.arsenal-title{display:flex;justify-content:space-between;margin-bottom:16px}.weapon{display:flex;gap:12px;align-items:center;padding:13px 0}.weapon-icon{display:grid;place-items:center;width:39px;height:39px;border:1px solid #2b4443;border-radius:10px;background:#102422;color:var(--mint);font:25px ui-monospace,monospace}.weapon strong{display:block;font-size:14px;font-weight:500}.weapon small{font-size:12px;color:var(--muted);display:block;margin-top:3px}.weapon.locked{opacity:.46}.weapon.fire .weapon-icon{color:#ffad66;border-color:#61472f;background:#271d16}.weapon.chain .weapon-icon{color:#b4c7b5;border-color:#4d395d;background:#201a2c}.controls{margin-top:auto}.control-line{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:var(--muted);margin-top:15px}kbd{font:12px ui-monospace,monospace;border:1px solid #354052;box-shadow:0 2px #1a2330;border-radius:4px;padding:3px 6px;color:#bfcbdc;background:#111723}.hint{font-size:12px;line-height:1.7;color:#6f7b93;margin:20px 0 0}.arena-wrap{position:relative;min-width:0;min-height:0;overflow:hidden;border:1px solid #252f41;border-radius:18px;background:#17221a;isolation:isolate}.arena-wrap:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 120px #0005;pointer-events:none;z-index:1;border-radius:inherit}#arena{width:100%;height:100%;position:absolute;inset:0;touch-action:none}#arena canvas{display:block;touch-action:none}.arena-hud{position:absolute;z-index:3;left:24px;right:24px;top:21px;display:flex;align-items:flex-start;gap:24px;pointer-events:none}.vitals{width:190px}.hud-label{display:flex;justify-content:space-between;color:#9aaaae;font:12px ui-monospace,monospace;letter-spacing:.07em;margin-bottom:8px}.health-track{height:5px;background:#1c3540;border-radius:3px;overflow:hidden}.health-fill{height:100%;width:100%;background:var(--mint);box-shadow:0 0 14px #d7ba8077;transition:width .2s}.clock{margin-left:auto;text-align:center}.clock strong{font:22px ui-monospace,monospace;color:#e5eafa;letter-spacing:.03em}.clock small{display:block;font:11px ui-monospace,monospace;color:#7688a4;margin-top:5px;letter-spacing:.1em}.arena-hud .icon-button{pointer-events:auto;width:36px;height:36px;background:#10172699}.xp-track{position:absolute;top:0;left:0;right:0;height:3px;z-index:4;background:#132138}.xp-fill{height:100%;width:0;background:#9da2ff;box-shadow:0 0 12px #a5a2ff;transition:width .25s}.arena-bottom{position:absolute;bottom:22px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;z-index:3;pointer-events:none;font:12px ui-monospace,monospace;color:#7d8aa2;gap:12px}.level-badge{color:#c4d1e8;border:1px solid #394158;border-radius:6px;background:#101726bb;padding:8px 11px}.live-label{display:flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.13em}.live-dot{width:5px;height:5px;border-radius:50%;background:#d7ba80;box-shadow:0 0 8px #d7ba80}.overlay{position:absolute;inset:0;z-index:6;display:grid;place-items:center;padding:80px 25px;background:#17221a1c;overflow:auto}.overlay.modal{background:#17221ab5;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.start-card{text-align:center;width:min(470px,100%);padding:32px 30px 28px;background:linear-gradient(145deg,#0c1423f2,#0b1220ed);border:1px solid #2d3e55;box-shadow:0 24px 100px #0007;border-radius:20px;position:relative}.start-card:before{content:"";position:absolute;top:-1px;left:25%;right:25%;height:1px;background:linear-gradient(90deg,transparent,#d7ba80,transparent)}.mode-tag{font:12px ui-monospace,monospace;letter-spacing:.12em;color:var(--mint);margin:0 0 24px}.start-card h2{font-size:clamp(28px,3.7vw,46px);line-height:1.12;letter-spacing:-.045em;margin:0 0 17px;font-weight:760}.start-card h2 span{color:var(--mint)}.start-card p{color:#a1aec3;font-size:14px;line-height:1.7;margin:0 auto 24px;max-width:340px}.primary{background:var(--mint);color:#06251f;border:1px solid var(--mint);border-radius:10px;min-height:51px;padding:14px 24px;font-weight:700;box-shadow:0 0 28px #d7ba8018;transition:background .15s}.primary:hover{background:#a4ffe9}.start-card .primary{width:100%;display:flex;align-items:center;justify-content:center;gap:13px}.primary .play-icon{font-size:16px}.start-card .start-meta{display:flex;justify-content:center;gap:20px;margin-top:20px;color:#7e8da6;font:12px ui-monospace,monospace}.intro-note{position:absolute;bottom:74px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:12px;color:#8092ac;text-align:center}.footer{display:flex;justify-content:space-between;padding:16px 0 0;font:12px ui-monospace,monospace;color:#65728a;gap:16px}.footer span:last-child{color:#8795ae}.upgrade-panel{width:min(880px,100%);text-align:center}.upgrade-panel h2{font-size:34px;letter-spacing:-.035em;margin:9px 0}.upgrade-panel>p{font-size:14px;color:#b4beaa;margin-bottom:26px}.upgrade-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.upgrade-card{background:#26322a;border:1px solid #647259;border-radius:14px;padding:23px 20px;text-align:left;min-height:245px;display:flex;flex-direction:column;transition:transform .15s,border-color .15s}.upgrade-card:hover{transform:translateY(-5px);border-color:var(--accent)}.upgrade-icon{font:38px ui-monospace,monospace;color:var(--accent);margin:8px 0 24px}.upgrade-card h3{font-size:18px;margin:0 0 9px}.upgrade-card p{color:#bbc4b1;font-size:14px;line-height:1.55;margin:0 0 20px}.upgrade-card small{margin-top:auto;font:12px ui-monospace,monospace;color:var(--accent)}.dialog{width:min(450px,100%);background:#222f26;border:1px solid #6e785e;border-radius:18px;padding:30px}.dialog h2{font-size:29px;letter-spacing:-.03em;margin:0 0 12px}.dialog>p{color:#bec6b0;font-size:14px;line-height:1.7}.dialog .primary{width:100%;margin-top:16px}.secondary{background:transparent;border:1px solid #697259;color:#d4d8c2;border-radius:9px;padding:12px 20px;min-height:45px}.dialog .secondary{width:100%;margin-top:12px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.result-grid label{font-size:12px;color:#8c9dbb;display:block}.result-grid strong{display:block;font:25px ui-monospace,monospace;margin-top:8px;color:#e1ecfa}.setting{display:flex;align-items:center;justify-content:space-between;margin:22px 0;gap:12px;font-size:14px}.setting input{width:20px;height:20px;accent-color:var(--mint)}.small-copy{font-size:12px!important}.boss-hud{position:absolute;top:88px;left:25%;right:25%;z-index:4;text-align:center}.boss-hud span{font:12px ui-monospace,monospace;letter-spacing:.17em;color:#ff80b2}.boss-track{height:4px;background:#482337;margin-top:10px}.boss-fill{height:100%;background:#ff4c94;width:100%;transition:width .2s}.toast{position:absolute;z-index:5;top:35%;left:50%;transform:translate(-50%);padding:10px 17px;border:1px solid #b2466d;background:#281322e8;color:#ff9ebf;font:14px ui-monospace,monospace;white-space:nowrap;border-radius:6px;pointer-events:none}.install-copy{padding:12px 0 0;font-size:13px!important}.mobile-only{display:none}.loading{color:#8399ba;text-align:center;padding:50px}.is-playing .intro-note{display:none}@media(min-width:1600px){.workspace{grid-template-columns:252px minmax(0,1fr);gap:32px}.sidebar{padding-right:10px}}@media(max-width:1050px){.app-shell{padding:0 20px 14px}.workspace{grid-template-columns:185px minmax(0,1fr);gap:18px}.sidebar{gap:22px}.arena-hud{left:20px;right:20px;gap:15px}.vitals{width:140px}.upgrade-grid{gap:8px}.upgrade-card{padding:18px 14px}.record{display:none}}@media(max-width:760px){.app-shell{padding:0 10px max(10px,env(safe-area-inset-bottom));padding-top:env(safe-area-inset-top)}.header{height:67px;padding:0 5px}.brand{gap:8px}.brand h1{font-size:15px;letter-spacing:.12em}.brand small{font-size:9px;letter-spacing:.2em}.brand-symbol{font-size:26px}.header-actions{gap:7px}.header-actions .icon-button{width:35px;height:35px;border-radius:8px}.workspace{display:block;position:relative}.sidebar{display:none}.arena-wrap{width:100%;height:100%;border-radius:14px}.footer{padding:10px 5px 0;font-size:10px}.footer span:last-child{display:none}.arena-hud{top:18px;left:16px;right:16px;gap:12px}.vitals{width:120px}.clock strong{font-size:19px}.clock small{font-size:10px}.arena-bottom{left:16px;right:16px;bottom:16px;font-size:11px}.overlay{padding:75px 14px}.start-card{padding:27px 23px 25px;max-width:370px}.start-card h2{font-size:37px}.start-card p{font-size:14px}.start-card .start-meta{gap:15px;font-size:11px}.mode-tag{font-size:11px;margin-bottom:20px}.intro-note{display:none}.upgrade-panel h2{font-size:28px}.upgrade-panel>p{margin:8px 0 18px}.upgrade-grid{grid-template-columns:1fr;gap:10px}.upgrade-card{min-height:0;padding:16px 16px 15px;display:grid;grid-template-columns:40px 1fr;column-gap:13px}.upgrade-icon{grid-row:1/4;margin:8px 0;font-size:33px}.upgrade-card h3{font-size:16px;margin-bottom:5px}.upgrade-card p{font-size:13px;margin-bottom:8px}.upgrade-card small{font-size:11px}.upgrade-card:hover{transform:none}.boss-hud{left:15%;right:15%;top:77px}.dialog{padding:24px}.mobile-only{display:block}.desktop-only{display:none}.live-label{font-size:10px}}@media(max-height:620px){.header{height:58px}.footer{display:none}.start-card{padding:20px}.start-card h2{font-size:29px}.mode-tag{margin-bottom:12px}.start-card p{margin-bottom:14px}.start-card .start-meta{margin-top:13px}.overlay{padding:65px 14px}.sidebar{gap:16px;padding-top:10px}.controls{display:none}.weapon{padding:8px 0}.upgrade-card{min-height:180px}.upgrade-icon{margin:0 0 10px}.upgrade-panel>p{margin-bottom:15px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}body{overscroll-behavior:none}button{touch-action:manipulation}.app-shell{max-width:2200px;min-height:240px;padding:env(safe-area-inset-top) max(24px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left))}.header{height:80px}.brand{min-width:0}.brand h1{font-family:Georgia,Times New Roman,serif;font-size:22px;letter-spacing:.13em;font-weight:500}.brand small{font-size:12px;letter-spacing:.13em}.icon-button{width:44px;height:44px;border-color:#56605070;background:#1d2421bd;border-radius:6px}.icon-button:hover{border-color:#b29c72;background:#343b30}.header-actions{gap:10px}.record{color:#a7a695}.record b{color:#ded2b5}.workspace{grid-template-columns:200px minmax(0,1fr);gap:24px}.sidebar{gap:26px}.sector strong{color:#d7ba80;border-color:#5b573f;background:#292b21;border-radius:3px}.stat-grid strong{font-weight:400}.weapon-icon{border-color:#736445;border-radius:5px;background:#322f25}.weapon.chain .weapon-icon{background:#232e29;border-color:#54645a}.control-line{color:#a7a695}kbd{border-color:#556052;box-shadow:0 2px #282e29;color:#d2d6c3;background:#202823}.hint{color:#939c8b;font-size:13px}.arena-wrap{border-color:#64644e;border-radius:10px;background:#b5aa95}.arena-wrap:after{box-shadow:inset 0 0 90px #24251f38}#arena canvas{outline:none}.arena-hud{left:22px;right:22px;top:20px;gap:20px;color:#ffedc9;text-shadow:0 1px 3px #2229}.vitals{width:180px;border:1px solid #ebdca541;background:#1b251ed9;border-radius:6px;padding:11px 13px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hud-label{color:#e0d8bb;font-size:12px;letter-spacing:.06em}.health-track{background:#4e5744;border-radius:2px}.health-fill{box-shadow:none}.clock{padding:8px 13px;background:#1d261fd9;border:1px solid #ebdca541;border-radius:6px;max-width:220px}.clock strong{color:#f0e4c8;font-size:23px}.clock small{color:#cbc5ad;font-size:12px;letter-spacing:0;line-height:1.35}.arena-hud .icon-button{width:44px;height:44px;background:#1b251ed9;border-color:#ebdca541}.xp-track{background:#4e4b3b}.xp-fill{background:#dbc88f;box-shadow:none}.arena-bottom{color:#eee0bd;text-shadow:0 1px 3px #27291e}.level-badge{color:#eee0bc;border-color:#ccbd875a;border-radius:5px;background:#1f2821dc;padding:10px 12px}.live-label{font-size:12px;letter-spacing:.06em;background:#1f2821ce;padding:8px 10px;border-radius:4px}.live-dot{background:#d8c394;box-shadow:none}.overlay{padding:85px 24px 65px;background:#1f251c22;overscroll-behavior:contain}.overlay.modal{background:#17221ae6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.overlay.start-view{place-items:end start;background:linear-gradient(90deg,#18231ed6 0%,#19251e8c 30%,transparent 68%);padding:70px 42px 72px}.start-card{text-align:left;width:min(420px,53%);padding:0;background:none;border:0;box-shadow:none;border-radius:0}.start-card:before{display:none}.mode-tag{font-size:12px;letter-spacing:.17em;color:#e2c58b;margin-bottom:22px}.start-card h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5.3vw,72px);line-height:1.04;letter-spacing:-.045em;margin-bottom:23px;font-weight:400;color:#f4ebd5;text-shadow:0 3px 15px #19231b55}.start-card h2 span{color:#d9bd81;font-style:italic}.start-card p{color:#e1d8bd;font-size:16px;line-height:1.7;margin:0 0 25px;max-width:330px}.primary{background:#d4b47a;color:#252b20;border-color:#efce95;border-radius:5px;min-height:48px;box-shadow:none;letter-spacing:.02em}.primary:hover{background:#ebcb92}.start-card .primary{width:min(310px,100%)}.start-card .start-meta{justify-content:flex-start;flex-wrap:wrap;gap:8px 18px;margin-top:18px;color:#b9bda9;font-size:12px}.intro-note{display:none}.footer{color:#929b8b;font-size:12px}.footer span:last-child{color:#a4ad99}.upgrade-panel h2,.dialog h2{font-family:Georgia,Times New Roman,serif;font-weight:400}.upgrade-panel>p{font-size:16px;color:#b4beaa;line-height:1.5}.upgrade-card{border-radius:7px}.upgrade-card:hover{background:#303d31}.upgrade-card h3{font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:400}.dialog{border-radius:8px}.dialog h2{font-size:32px;line-height:1.15;margin-top:8px}.dialog>p{font-size:16px}.secondary{border-radius:5px;min-height:46px}.setting{font-size:16px;min-height:44px}.setting input{width:24px;height:24px;flex-shrink:0}.small-copy{font-size:13px!important}.boss-hud{top:99px;background:#2a2420e0;border:1px solid #a98867;border-radius:5px;padding:9px 12px}.boss-hud span{color:#efc199;font-size:12px}.boss-track{background:#70503c}.boss-fill{background:#c8825e}.toast{top:30%;border-color:#ca9b6d;background:#392e21f0;color:#ffe1b3;font-size:14px;max-width:90%;white-space:normal;text-align:center}.touch-stick{position:absolute;width:110px;height:110px;margin:-55px 0 0 -55px;border:2px solid #fff2c35e;border-radius:50%;background:#14251c40;z-index:4;pointer-events:none;box-shadow:0 2px 15px #0002}.touch-thumb{position:absolute;left:31px;top:31px;width:44px;height:44px;background:#ddc69470;border:2px solid #ffefd7a8;border-radius:50%}@media(min-width:1800px){.workspace{grid-template-columns:225px minmax(0,1fr);gap:32px}.header{height:88px}}@media(max-width:1180px){.workspace{display:block;position:relative}.sidebar{display:none}.arena-wrap{width:100%;height:100%}.start-card{width:min(410px,56%)}.record{display:none}}@media(max-width:760px){.app-shell{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right));padding-bottom:max(8px,env(safe-area-inset-bottom))}.header{height:64px;padding:0 4px;gap:8px}.brand{gap:8px}.brand h1{font-size:17px;letter-spacing:.08em}.brand small{font-size:12px;letter-spacing:.025em;margin-top:3px}.brand-symbol{font-size:25px}.header-actions{gap:6px}.header-actions .icon-button{width:44px;height:44px;border-radius:5px}.arena-wrap{border-radius:8px}.footer{font-size:12px;padding:9px 3px 0;line-height:1.3}.arena-hud{top:14px;left:12px;right:12px;gap:8px;display:grid;grid-template-columns:minmax(88px,1fr) auto 44px}.vitals{width:auto;padding:9px 10px}.clock{padding:7px 9px;max-width:150px}.clock strong{font-size:20px}.clock small{font-size:12px}.hud-label{letter-spacing:0;font-size:12px;gap:5px}.arena-bottom{left:12px;right:12px;bottom:13px;gap:6px;font-size:12px}.live-label{font-size:12px;letter-spacing:0}.live-dot{display:none}.overlay{padding:80px 13px 60px;place-items:center}.overlay.start-view{padding:60px 25px 76px;background:linear-gradient(0deg,#15251df5 0%,#17291bd9 22%,#1c2b2040 59%,transparent 80%)}.start-card{width:100%;max-width:390px}.start-card h2{font-size:49px;margin-bottom:15px}.start-card p{font-size:15px;line-height:1.55;margin-bottom:19px;max-width:330px}.mode-tag{font-size:12px;margin-bottom:15px}.start-card .start-meta{font-size:12px;gap:8px}.start-meta span:last-child{display:none}.start-card .primary{width:100%}.upgrade-panel h2{font-size:28px}.upgrade-panel>p{font-size:14px}.upgrade-card{padding:15px;grid-template-columns:36px 1fr;column-gap:13px}.upgrade-card h3{font-size:19px}.upgrade-card p{font-size:14px}.upgrade-card small{font-size:12px}.boss-hud{left:12%;right:12%;top:93px}.dialog{padding:23px}}@media(max-width:370px){.brand-symbol{display:none}.brand h1{font-size:16px}.brand small{font-size:12px}.arena-hud{left:8px;right:8px;grid-template-columns:minmax(85px,1fr) minmax(0,125px) 44px;gap:5px}.vitals{padding:9px 7px}.clock{padding:7px 6px}.live-label{display:none}.start-card h2{font-size:43px}.overlay.start-view{padding-left:20px;padding-right:20px}.start-card p{font-size:14px}.footer{font-size:12px;letter-spacing:-.025em}}@media(max-height:650px){.header{height:56px}.footer{display:none}.app-shell{padding-bottom:max(6px,env(safe-area-inset-bottom))}.sidebar{gap:15px;padding-top:8px}.controls{display:none}.weapon{padding:7px 0}.overlay.start-view{padding-bottom:62px}.start-card h2{font-size:43px;margin-bottom:13px}.start-card p{margin-bottom:15px}.mode-tag{margin-bottom:12px}.start-card .start-meta{margin-top:12px}.upgrade-panel>p{margin-bottom:14px}.upgrade-card{min-height:0}.upgrade-icon{margin-top:0;margin-bottom:12px}}@media(orientation:landscape)and (max-height:600px){.header{height:48px}.brand small{display:none}.brand h1{font-size:17px}.header-actions .icon-button{height:40px;width:44px}.workspace{display:block}.sidebar{display:none}.arena-wrap{width:100%;height:100%}.arena-hud{top:10px;left:12px;right:12px;display:flex;gap:10px}.vitals{width:155px;padding:8px 10px}.clock{padding:5px 12px;max-width:210px}.clock strong{font-size:19px}.clock small{margin-top:0}.arena-bottom{bottom:9px}.level-badge{padding:7px 9px}.live-label{padding:6px 8px}.overlay.start-view{padding:66px 27px 48px;background:linear-gradient(90deg,#17271dde,transparent 85%)}.start-card{width:45%;max-width:380px}.start-card h2{font-size:36px;line-height:1;margin-bottom:10px}.start-card h2 br{display:none}.start-card h2 span{display:block}.start-card p{font-size:14px;line-height:1.4;margin-bottom:12px}.mode-tag,.start-card .start-meta{display:none}.start-card .primary{min-height:44px;padding:10px 18px}.overlay{padding:64px 15px 40px;place-items:start center}.upgrade-grid{grid-template-columns:repeat(3,1fr);gap:8px}.upgrade-panel h2{font-size:25px;margin:5px 0}.upgrade-panel>p{font-size:13px;margin:4px 0 10px}.upgrade-card{display:flex;padding:13px;min-height:175px}.upgrade-icon{font-size:24px;margin:0 0 6px}.upgrade-card h3{font-size:17px}.upgrade-card p{font-size:13px;line-height:1.4;margin-bottom:8px}.upgrade-card small{font-size:12px}.dialog{max-width:520px;padding:20px}.boss-hud{top:76px;left:30%;right:30%}}.overlay.modal{align-items:safe center;justify-items:center}@media(orientation:landscape)and (max-height:380px){.start-card p{display:none}.start-card h2{font-size:32px}.overlay.start-view{padding-top:60px;padding-bottom:48px}}.runner-controls{position:absolute;z-index:6;left:20px;right:20px;bottom:16px;display:flex;align-items:end;justify-content:space-between;gap:18px;pointer-events:none;user-select:none;-webkit-user-select:none}.runner-controls[hidden]{display:none}.workspace{grid-template-rows:minmax(0,1fr)}.sidebar{min-height:0;overflow-y:auto;scrollbar-width:thin}.direction-buttons,.action-buttons{display:flex;gap:10px;pointer-events:auto}.runner-controls button{width:70px;height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#20291fe8;color:#f5e9c9;border:1px solid #d4bf827c;border-radius:12px;box-shadow:0 3px #151b18aa;touch-action:none;-webkit-touch-callout:none;cursor:pointer;transition:background .1s,transform .1s}.runner-controls button span{font-family:Georgia,serif;font-size:28px;line-height:1}.runner-controls button small{font:600 10px/1.2 system-ui,sans-serif;letter-spacing:.06em}.runner-controls .throw-button{background:#d8b77e;color:#262d20;border-color:#f5dca6;width:82px}.runner-controls button[aria-pressed=true]{background:#f4dca4;color:#293225;transform:translateY(2px);box-shadow:none}.runner-controls button:focus-visible{outline:3px solid #fff4d2;outline-offset:3px}.is-playing .arena-bottom{bottom:101px}.is-playing .arena-bottom .live-label{margin-left:auto}.sector strong{font-size:12px;line-height:1.4}.start-card .start-meta{line-height:1.6}.overlay{z-index:8}.toast{z-index:9}@media(max-width:760px){.runner-controls{left:12px;right:12px;bottom:12px;gap:8px}.runner-controls button{width:59px;height:64px}.runner-controls .throw-button{width:70px}.direction-buttons,.action-buttons{gap:7px}.is-playing .arena-bottom{bottom:89px}.start-card .start-meta span:last-child{display:block}.start-card .start-meta span:first-child{display:none}}@media(max-width:370px){.runner-controls{left:8px;right:8px}.direction-buttons,.action-buttons{gap:5px}.runner-controls button{width:55px;height:62px}.runner-controls .throw-button{width:63px}.runner-controls button small{font-size:9px}.is-playing .arena-bottom{bottom:86px}.is-playing .arena-bottom .live-label{display:inline-flex}.is-playing #mobile-kills{display:none}}@media(orientation:landscape)and (max-height:600px){.runner-controls{left:14px;right:14px;bottom:10px}.runner-controls button{width:62px;height:54px;gap:2px}.runner-controls button span{font-size:24px}.runner-controls .throw-button{width:72px}.is-playing .arena-bottom{left:175px;right:190px;bottom:18px;justify-content:center}.is-playing .arena-bottom .live-label{margin-left:0}.is-playing .arena-bottom #mobile-kills,.is-playing .level-badge{display:none}}@media(hover:hover)and (pointer:fine)and (min-width:1000px){.runner-controls{opacity:.78}.runner-controls:hover{opacity:1}}.damage-vignette{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0;background:radial-gradient(ellipse at center,transparent 24%,#a40c0870 62%,#f03b23d9 100%);box-shadow:inset 0 0 50px #db261c}.vitals{min-width:0;transition:border-color .15s,background .15s}.health-track{position:relative;height:10px;background:#3e4a3f;border-radius:3px;box-shadow:0 0 0 1px #f1e3b222}.health-fill,.health-loss{position:absolute;left:0;top:0;height:100%;border-radius:3px}.health-fill{z-index:1;transition:width .09s linear}.health-loss{width:100%;background:#ee7760;transition:width .2s linear}.hud-label #health-label{font-weight:700;color:#fff6de;font-size:14px;white-space:nowrap}.health-note{display:flex;justify-content:space-between;align-items:center;gap:5px;min-height:19px;margin-top:5px;font:12px/1.3 system-ui,sans-serif;color:#c9dcb9}.health-note strong{font-size:15px;color:#ff9f87;white-space:nowrap}.vitals.recent-hit{background:#5a211eed;border-color:#ff907a}.vitals.low-energy .health-note{color:#ffb09a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.boss-hud{top:120px}.runner-controls button small{font-size:12px;letter-spacing:0}.runner-controls button{min-width:56px}.runner-controls .throw-button{box-shadow:0 3px #805e34}.sector{gap:8px}.sector strong{font-size:12px}@media(max-width:760px){.boss-hud{top:117px}.hud-label{flex-wrap:wrap;gap:2px}.hud-label #health-label{font-size:14px}.health-note{font-size:12px}.vitals{padding:8px}.health-note strong{font-size:14px}.runner-controls button small{font-size:12px}}@media(max-width:370px){.runner-controls button small{font-size:11px}.health-note{flex-wrap:wrap}.arena-hud{grid-template-columns:minmax(94px,1fr) minmax(0,112px) 44px}.boss-hud{top:135px}}@media(orientation:landscape)and (max-height:600px){.vitals{width:168px;padding:6px 9px}.hud-label{margin-bottom:4px}.health-note{margin-top:3px;min-height:15px}.boss-hud{top:86px}.runner-controls button small{font-size:12px}}.community-dialog{width:min(680px,100%);max-width:680px;text-align:left}.community-dialog h2{font-size:clamp(25px,5vw,38px);margin:10px 0 18px}.community-dialog label{display:block;font-weight:600;margin-bottom:8px}.name-row{display:flex;gap:8px}.name-row input{min-width:0;flex:1;padding:12px;border:1px solid #bbae89;border-radius:8px;background:#16221d;color:#fff5d8;font:16px system-ui}.name-row button{width:auto;margin:0;font-size:13px;flex-shrink:0}.community-dialog .small-copy{margin:10px 0;font-size:12px;line-height:1.5;color:#cdc8b5}.community-dialog #community-status{font:13px/1.5 system-ui;color:#dfc391;min-height:20px;margin:12px 0}.board-heading{display:flex;align-items:center;gap:12px;justify-content:space-between;font-size:12px}.board-heading button{margin:0;width:auto;font-size:12px;padding:10px;min-height:44px}.community-dialog #own-rank{font-size:14px;color:#b7dcaf;margin:12px 0}.community-dialog #board-content{font:14px/1.5 system-ui;overflow-x:auto}.community-dialog table{border-collapse:collapse;width:100%;font-size:13px}.community-dialog caption{text-align:left;color:#b8bbae;margin-bottom:8px}.community-dialog th,.community-dialog td{padding:10px 7px;border-bottom:1px solid #e0d4a625;text-align:left}.community-dialog th{font-size:11px;color:#cfc2a6}.community-dialog td:nth-child(2){overflow-wrap:anywhere;max-width:190px}.community-dialog td:nth-child(3){white-space:nowrap}.community-dialog #close-community{margin-top:18px}.header-actions{gap:8px}#leaderboard svg{width:21px;height:21px}.result-community{font:13px/1.5 system-ui;color:#d7c399;margin:12px 0}.overlay:has(.community-dialog){padding:20px 13px}.community-dialog summary{cursor:pointer;font:14px/1.5 system-ui;padding:12px 0;min-height:44px;color:#e5cda0;overflow-wrap:anywhere}.community-dialog details[open] summary{margin-bottom:8px}@media(max-width:430px){.header{gap:6px}.header-actions{gap:4px}.brand-symbol{display:none}.brand h1{font-size:15px}.brand small{font-size:8px}.name-row{flex-direction:column}.name-row button{min-height:44px}.community-dialog{padding:18px 14px}.community-dialog th,.community-dialog td{padding:8px 4px}.community-dialog table{font-size:12px}.board-heading{align-items:flex-start}.community-dialog #board-content{font-size:13px}}
