@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700;800&display=swap";:root{font-family:Barlow,sans-serif;color:#e9f0f3;background:#102b3b;font-synthesis:none;font-weight:400;--blue:#35a7ff;--gold:#ffcd69;--muted:#a4bcc9}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}[hidden]{display:none!important}button:focus-visible,a:focus-visible,input:focus-visible,.battlefield:focus-visible{outline:3px solid var(--gold);outline-offset:4px}button{transition:background .15s,transform .15s}button:active{transform:translateY(2px)}a{color:inherit;text-decoration:none}.masthead{height:84px;padding:0 42px;display:flex;align-items:center;gap:30px;border-bottom:1px solid #ffffff12;background:#102b3b}.brand{display:flex;gap:12px;align-items:center;font-weight:800;font-size:21px;letter-spacing:-.6px}.brand svg{width:30px;height:34px;color:var(--blue)}.masthead-note{color:var(--muted);font-size:14px;margin-left:auto}.icon-button{border:1px solid #d2e9f12d;background:transparent;color:#dfebef;border-radius:6px;padding:9px 12px;font-size:12px;font-weight:600}.icon-button:hover{background:#ffffff10}main{display:grid;grid-template-columns:minmax(340px,420px) 1fr;min-height:calc(100dvh - 84px);max-width:1800px;margin:auto}.sidebar{padding:42px 38px 24px;display:flex;flex-direction:column;position:relative;z-index:2}.game-tag{display:flex;align-items:center;gap:8px;color:#b4ccd9;font-size:13px;font-weight:600}.game-tag>span:first-child{width:6px;height:6px;background:var(--gold);border-radius:50%}h1,h2,h3,p{margin:0}h1{font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:clamp(52px,4.3vw,74px);font-weight:800;line-height:.99;letter-spacing:-1.5px;margin:21px 0}h1 em{font-style:normal;color:var(--gold)}.lede{font-size:16px;line-height:1.6;color:#b5cbd7}.feature-strip{display:flex;gap:22px;padding:23px 0 27px;color:var(--muted);font-size:12px}.feature-strip b{display:block;font-size:19px;color:#fff;margin-bottom:3px}.room-form label{display:block;font-size:12px;font-weight:600;margin-bottom:8px;color:#b5cbd7}input{background:#0b2433;border:1px solid #406072;color:#fff;height:47px;border-radius:6px;padding:0 14px;min-width:0;width:100%;font-weight:500}input::placeholder{color:#8da7b8}.button{border:0;border-radius:7px;height:51px;font-weight:700;font-size:15px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:16px}.primary{background:var(--blue);color:#082138;box-shadow:0 4px #1079c1;width:100%}.primary:hover{background:#64bcff}.room-form .primary{margin-top:13px;justify-content:space-between}.room-form .primary span:last-child{font-size:24px;font-weight:400}.join-form{display:flex;gap:9px;margin-top:17px}.join-form input{width:54%;text-transform:uppercase;letter-spacing:2px;font-size:13px}.join-form .button{height:47px;flex:1;padding:0 12px}.secondary{background:#294757;color:#eef5f7;border:1px solid #537184}.secondary:hover{background:#365a70}.text-button{display:block;padding:0;background:none;border:0;color:#bfced8;font-size:13px;text-align:center;width:100%;margin:23px 0 0}.text-button:hover{color:#fff}.text-button span{margin-left:5px}.error{color:#ffaaa1;font-size:13px;line-height:1.45;margin-top:12px}.error:empty{display:none}.field-guide{border-top:1px solid #e2f3ff1a;margin-top:29px;padding-top:24px}.field-guide h3{font-size:14px;margin-bottom:18px}.field-guide>div:not(.controls-hint){display:flex;gap:13px;align-items:center;margin-bottom:16px}.guide-icon{width:35px;height:35px;border-radius:7px;display:grid;place-items:center;font-weight:800;flex-shrink:0;font-size:16px}.guide-icon.blue{background:#2275a82f;color:#66c3ff;border:1px solid #3bb1fe70}.guide-icon.red{background:#d04b4c25;color:#ff8678;border:1px solid #f37d6460}.field-guide p{font-size:12px;line-height:1.6;color:var(--muted)}.field-guide b{color:#dbe7ee;font-size:13px;font-weight:600}.controls-hint{display:flex;align-items:center;gap:4px;margin-top:21px;font-size:10px;color:var(--muted)}kbd{font:600 11px Barlow,sans-serif;display:grid;place-items:center;border:1px solid #617787;border-bottom-width:3px;border-radius:4px;height:24px;width:23px;color:#dceaf3}.controls-hint span{margin-left:4px}.sidebar-footer{display:flex;align-items:center;gap:7px;font-size:11px;color:#7799ac;margin-top:auto;padding-top:30px}.connection-dot{width:5px;height:5px;background:#67bea2;border-radius:50%}.battlefield{position:relative;overflow:hidden;min-height:750px;background:#173f50;touch-action:none;outline:none}#scene{position:absolute;inset:0}#scene canvas{width:100%;height:100%;display:block}.scene-top{position:absolute;top:29px;left:30px;right:30px;display:flex;justify-content:space-between;gap:10px;pointer-events:none}.muted{color:#a5bdc7;font-size:12px}.scene-top h2{font-size:20px;margin-top:5px;font-weight:600}.mode-badge{border:1px solid #e5f8ff35;border-radius:30px;padding:8px 13px;height:fit-content;font-size:12px;background:#122f4080;white-space:nowrap}.scene-note{position:absolute;bottom:35px;left:32px;display:flex;align-items:center;gap:15px;pointer-events:none;font-size:14px;line-height:1.5;text-shadow:0 1px 4px #102b3b}.note-arrow{width:45px;height:45px;display:grid;place-items:center;border:1px solid #d9eff55c;border-radius:50%;font-size:26px}.scene-note b{font-weight:600}.world-labels{position:absolute;inset:0;pointer-events:none;overflow:hidden}.world-label{position:absolute;transform:translate(-50%,-50%);font-weight:800;font-family:Barlow Condensed,sans-serif;white-space:nowrap;text-shadow:2px 2px 0 #172b3d,-1px -1px 0 #172b3d,1px -1px 0 #172b3d,-1px 1px 0 #172b3d;color:#fff}.world-label.gate{font-size:26px}.world-label.player{font:700 11px Barlow,sans-serif;text-shadow:0 1px 3px #061723;background:#0c263bcd;padding:4px 8px;border-radius:4px;border-bottom:2px solid var(--player-color)}.world-label.event{font-size:26px;color:#ffde87}.hud{position:absolute;top:91px;left:22px;right:22px;display:flex;gap:10px;pointer-events:none;max-width:470px}.hud-stat{min-width:0;flex:1;background:#102b3bd9;backdrop-filter:blur(7px);border:1px solid #a6dff029;border-radius:9px;padding:10px 13px}.hud-stat>span{font-size:11px;color:#b7d3e0;display:block}.hud-stat strong{font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:700;display:block;line-height:1.15;margin:3px 0}.hud-stat small{font-size:10px;color:#d4e6ee}.meter{height:4px;background:#ffffff23;border-radius:4px;overflow:hidden;margin-top:7px}.meter i{height:100%;display:block;background:#70dbb6;width:100%;transition:width .2s}.boss-hud{position:absolute;top:202px;left:50%;transform:translate(-50%);text-align:center;width:60%;max-width:330px;font-size:12px;font-weight:700;text-shadow:0 1px 4px #142738;pointer-events:none}.boss-hud .meter{height:7px;background:#27323d}.boss-hud i{background:#fb6b63}.toast{position:absolute;bottom:95px;left:50%;transform:translate(-50%);background:#102b3bec;border:1px solid #ffffff30;padding:12px 20px;border-radius:8px;font-size:13px;max-width:90%;width:max-content;text-align:center;opacity:0;pointer-events:none;transition:opacity .2s}.toast.visible{opacity:1}.loading{position:absolute;inset:0;background:#173f50;display:grid;place-items:center;color:#b7d0de}.touch-controls{position:absolute;bottom:max(20px,env(safe-area-inset-bottom));left:18px;right:18px;display:none;align-items:center;justify-content:space-between;color:#fff;font-size:11px}.touch-controls button{width:62px;height:53px;background:#102b3baa;color:#fff;border:1px solid #aecdd272;border-radius:12px;font-size:25px;touch-action:none}.touch-controls span{text-shadow:0 1px 4px #061f2f}#room-panel h2{font-family:Barlow Condensed,sans-serif;font-size:60px;line-height:1;margin:23px 0 29px}.invite-box{border:1px solid #567484;background:#153547;border-radius:9px;padding:16px}.invite-box>span{font-size:12px;color:#b4cbd6}.invite-box>div{display:flex;align-items:center;justify-content:space-between;margin:8px 0}.invite-box strong{font-size:29px;letter-spacing:4px;color:var(--gold);font-weight:800}.invite-box small{font-size:11px;color:#90acbc}.roster{list-style:none;padding:0;margin:22px 0}.roster li{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #ffffff12;font-size:14px}.roster .avatar{width:30px;height:30px;display:grid;place-items:center;font-size:15px;border-radius:8px;background:var(--player-color);color:#112739;font-weight:800}.roster li>span:last-child{margin-left:auto;font-size:11px;color:#a6bdc9}.roster .empty{color:#738f9f}.roster .empty .avatar{color:#688798;background:#24404f;border:1px dashed #577180}.results{position:absolute;inset:0;background:#1023339e;backdrop-filter:blur(6px);display:grid;place-items:center;z-index:5;padding:20px}.result-card{width:min(380px,100%);background:#153547;border:1px solid #7393a547;border-radius:18px;padding:32px;text-align:center;box-shadow:0 25px 80px #0003}.result-symbol{font-size:58px;color:var(--gold);line-height:1}.result-card>p{color:#b4cbd6;font-size:13px;line-height:1.6;margin-top:10px}.result-card h2{font-family:Barlow Condensed,sans-serif;font-size:45px;line-height:1.1;margin-top:10px}.result-stats{display:flex;gap:25px;justify-content:center;margin:24px 0}.result-stats strong{display:block;font-size:28px}.result-stats span{font-size:10px;color:#a5bdc7}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}#waiting{margin-top:15px;text-align:center}body.playing .scene-note{display:none}body.playing .field-guide{margin-top:25px}body.playing #room-panel h2{font-size:50px;margin:18px 0}body.playing .roster{margin:14px 0}body.playing #room-panel .game-tag{font-size:12px}@media(min-width:781px){main{height:calc(100dvh - 84px);min-height:0}.sidebar{min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#436171 transparent}.battlefield{height:100%;min-height:0}}@media(min-width:1600px){.sidebar{padding-top:60px}}@media(max-height:830px)and (min-width:781px){.masthead{height:66px}main{min-height:calc(100dvh - 66px)}.sidebar{padding-top:26px}h1{font-size:58px;margin:17px 0}.feature-strip{padding:17px 0}.field-guide{margin-top:23px;padding-top:18px}.field-guide h3{margin-bottom:12px}.field-guide>div:not(.controls-hint){margin-bottom:11px}.sidebar-footer{padding-top:20px}.battlefield{min-height:710px}}@media(max-width:1000px){main{grid-template-columns:330px 1fr}.sidebar{padding:32px 26px 22px}.masthead{padding:0 27px}.masthead-note{font-size:12px}h1{font-size:59px}.scene-top{left:21px;right:21px}.mode-badge{display:none}.field-guide p{font-size:11px}}@media(max-width:780px){.masthead{height:62px;padding:0 18px}.brand{font-size:18px}.brand svg{width:25px;height:29px}.masthead-note{display:none}.masthead .icon-button{margin-left:auto}main{display:flex;flex-direction:column;min-height:calc(100dvh - 62px)}.sidebar{order:2;padding:27px 25px 22px}.battlefield{order:1;min-height:390px;height:42dvh;max-height:490px}.scene-top{top:19px;left:20px}.scene-top h2{font-size:18px}.scene-top .muted{font-size:11px}.scene-note{bottom:18px;left:20px;font-size:11px;gap:10px}.note-arrow{width:33px;height:33px;font-size:20px}h1{font-size:54px;margin:16px 0}.lede{font-size:14px}.desktop-break{display:none}.feature-strip{padding:18px 0 23px;gap:35px}.room-form label{font-size:12px}.field-guide{display:none}.sidebar-footer{padding-top:23px}.game-tag{font-size:12px}.world-label.gate{font-size:22px}.world-label.player{font-size:9px}body.playing .sidebar{display:none}body.playing .battlefield{height:calc(100dvh - 62px);min-height:0;max-height:none}body.playing .touch-controls{display:flex}body.playing .scene-top{top:16px}body.playing .hud{top:75px;left:12px;right:12px;gap:7px}body.playing .hud-stat{padding:8px 10px}body.playing .hud-stat strong{font-size:26px}.boss-hud{top:174px}#room-panel h2{font-size:49px;line-height:.9;margin:15px 0 22px}#room-panel h2 br{display:none}.roster{margin:17px 0}.result-card{padding:25px}.result-card h2{font-size:39px}.toast{bottom:93px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.hud{max-width:570px}.toast{z-index:9}.shop-overlay{position:absolute;inset:0;z-index:6;background:#0b223acc;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:16px}.shop-card{width:100%;max-width:610px;max-height:100%;display:flex;flex-direction:column;background:#153547;border:1px solid #718f9f60;border-radius:15px;padding:22px;box-shadow:0 20px 70px #0004}.shop-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-shrink:0}.shop-heading p{font-size:11px;color:#a8c0cd;margin-bottom:4px}.shop-heading h2{font:700 35px/.95 Barlow Condensed,sans-serif;outline:none}.shop-wallet{text-align:right;flex-shrink:0}.shop-wallet strong{display:block;font-size:30px;line-height:1;color:var(--gold)}.shop-wallet span{font-size:11px;color:#d5bd8c}.next-wave{background:#244456;border-left:3px solid var(--gold);padding:11px 13px;margin:16px 0 9px;flex-shrink:0}.next-wave strong{font-size:13px;color:#f4d78c}.next-wave p{font-size:12px;line-height:1.4;color:#bed1db;margin-top:4px}.shop-build{font-size:11px;color:#a7c1d1;margin-bottom:12px;flex-shrink:0}.shop-items{overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:#638091 transparent}.shop-item{width:100%;display:grid;grid-template-columns:36px 1fr 74px;gap:12px;align-items:center;text-align:left;padding:12px;background:#203f51;border:1px solid #5d7c8b6b;border-radius:8px;color:#f4f7f9;flex-shrink:0;min-height:79px}.shop-item:hover:not(:disabled){background:#2c5065;border-color:#6abbe8}.shop-item:disabled{opacity:.5;cursor:not-allowed}.shop-icon{display:grid;place-items:center;width:36px;height:38px;border-radius:7px;font-size:23px;font-weight:800;background:#234f72;color:#77c9ff}.shop-icon.damage{background:#683c39;color:#ffb2a3}.shop-icon.pierce{background:#494775;color:#c2b5ff}.shop-icon.blast{background:#625338;color:#ffda8b}.shop-icon.repair{background:#2b5c53;color:#8ce5bd}.shop-copy{min-width:0}.shop-name{display:block;font-size:14px;font-weight:700;margin-bottom:4px}.shop-description{display:block;font-size:11px;line-height:1.4;color:#aec7d6}.shop-price{font-size:13px;font-weight:700;text-align:right;color:var(--gold)}.shop-footer{padding-top:12px;flex-shrink:0}.shop-footer p{font-size:11px;line-height:1.35;color:#b4cbd6;margin-bottom:10px}.shop-footer .button{height:44px}.shop-footer .text-button{font-size:11px;margin-top:13px}.result-stats{gap:16px}.result-stats strong{font-size:26px}@media(max-width:780px){.hud-stat small{font-size:9px;line-height:1.25;display:block}.hud-stat>span{font-size:10px}.shop-overlay{padding:10px}.shop-card{padding:16px;border-radius:12px}.shop-heading h2{font-size:31px}.next-wave{margin-top:12px;padding:10px}.shop-item{grid-template-columns:30px 1fr 60px;padding:10px;gap:9px;min-height:80px}.shop-icon{width:30px;height:34px;font-size:21px}.shop-name{font-size:13px}.shop-description{font-size:10px}.shop-price{font-size:11px}.shop-wallet strong{font-size:27px}.shop-build,.shop-footer p{font-size:10px}.shop-footer .text-button{margin-top:11px}}@media(max-width:780px){body:not(.playing) .world-label.player{display:none!important}body:not(.playing) .world-label.gate{font-size:18px}}@media(max-width:780px){body:not(.playing) .battlefield{height:230px;min-height:230px;max-height:230px}body:not(.playing) .scene-note{display:none}body:not(.playing) .scene-top h2{font-size:15px}body:not(.playing) h1{font-size:45px}.scene-top h2{text-shadow:0 2px 8px #123548}}@media(max-height:830px)and (min-width:781px){main{height:calc(100dvh - 66px);min-height:0}.battlefield{min-height:0}.sidebar{padding-top:25px;padding-bottom:20px}.field-guide{margin-top:21px}.field-guide h3{display:none}.sidebar-footer{padding-top:20px}}body:not(.playing) .masthead{position:absolute;inset:0 0 auto;height:64px;background:transparent;border:0;z-index:3;padding:0 30px}body:not(.playing) .masthead .brand,body:not(.playing) .masthead-note{display:none}body:not(.playing) #sound{margin-left:auto;background:#102b3bd9}body:not(.playing) main{position:relative;display:block;max-width:none;height:100dvh;min-height:620px}body:not(.playing) .battlefield{position:absolute;inset:0;height:100%;min-height:0;max-height:none}body:not(.playing) .battlefield:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#102b3b,#102b3bf5 24%,#102b3bc0 39%,#102b3b00 68%)}body:not(.playing) .scene-top,body:not(.playing) .scene-note,body:not(.playing) .world-labels{display:none}body:not(.playing) .sidebar{position:relative;z-index:2;width:470px;max-width:52%;height:100%;padding:60px 36px 22px 48px;overflow-y:auto}body:not(.playing) h1{font-size:clamp(72px,6.8vw,108px);line-height:.82;letter-spacing:-2px;margin:8px 0 20px;color:#f0eee2;text-shadow:0 5px 0 #081e2b}body:not(.playing) .lede{font-size:15px;line-height:1.45;color:#bfd2d8}body:not(.playing) .sidebar:has(.coop-menu[open]) #intro{display:none}body:not(.playing):has(.coop-menu[open]) .masthead .brand{display:flex}body:not(.playing):has(.coop-menu[open]) .sidebar{padding-top:60px}.character-picker{border:0;padding:0;margin:24px 0 18px;min-width:0}.character-picker legend{padding:0;margin-bottom:10px;font-size:13px;font-weight:600;color:#dbe8e9}.character-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.character-option{display:flex;align-items:center;gap:10px;min-width:0;text-align:left;padding:8px 10px;border:1px solid #577888;border-radius:6px;background:#163444;color:#e5eeed}.character-option svg{width:42px;height:45px;flex-shrink:0;color:var(--character-color)}.character-option strong,.character-option small{display:block}.character-option strong{font-size:17px;line-height:1.3}.character-option small{font-size:10px;color:#b9ccd3}.character-option:hover{background:#234959}.character-option[aria-pressed=true]{border-color:var(--character-color);background:#284551;box-shadow:inset 3px 0 var(--character-color)}.character-option[aria-pressed=true] strong{color:var(--character-color)}.character-detail{min-height:60px;margin-top:10px;font-size:12px;line-height:1.5;color:#c3d5dd}.play-button{height:59px;justify-content:space-between;font-size:21px;background:var(--gold);color:#102b3b;box-shadow:0 4px #ad8139}.play-button:hover{background:#ffdd91}.play-button span{font-size:12px;font-weight:500}.coop-menu{margin-top:14px;background:#173747;border:1px solid #54727f;border-radius:6px}.coop-menu summary{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;font-weight:600;font-size:15px;cursor:pointer;list-style:none}.coop-menu summary::-webkit-details-marker{display:none}.coop-menu summary span{font-size:11px;font-weight:400;color:#b8cfd7}.coop-menu[open] summary{border-bottom:1px solid #456471}.coop-menu form{margin:14px}.coop-menu .room-form .button{width:100%;margin-top:10px;height:44px}.coop-menu .join-form{gap:7px}.coop-menu .join-form .button{font-size:13px}.coop-menu summary:focus-visible,.field-guide summary:focus-visible{outline:3px solid var(--gold);outline-offset:3px}body:not(.playing) .field-guide{display:block;border:0;margin:18px 0 0;padding:0}.field-guide summary{font-size:12px;color:#c3d7dd;cursor:pointer;width:max-content;padding:5px 0}.field-guide p{margin-top:9px;font-size:12px;line-height:1.5;color:#abc4cf}.field-guide kbd{display:inline-grid}body:not(.playing) .sidebar-footer{flex-wrap:wrap;margin-top:18px;padding-top:0;font-size:10px;gap:7px;color:#abc4cf}.sidebar-footer a{margin-left:auto;text-decoration:underline;text-underline-offset:3px}body:not(.playing) #room-panel h2{font-size:42px;margin:18px 0;line-height:1}.signature-upgrade{grid-column:1/-1;border-color:var(--character-color);background:#2b4051;min-height:80px}.signature-upgrade .shop-icon{background:#102b3b;color:var(--character-color)}.signature-upgrade .shop-name{color:var(--character-color)}.shop-item:disabled{opacity:1;background:#193444;border-color:#456573}.shop-item:disabled .shop-price{color:#91abb6}.shop-item:disabled .shop-icon{opacity:.65}.signature-upgrade:disabled{border-color:var(--character-color)}.combat-cue{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:2;max-width:90%;width:max-content;padding:9px 16px;border-radius:5px;background:#102b3bee;color:#d8e9ed;font-size:13px;font-weight:600;pointer-events:none;text-align:center}.combat-cue.danger{background:#6f2325;color:#fff0d6;border:1px solid #ff8874}@media(min-width:781px)and (max-height:780px){body:not(.playing) .sidebar{padding-top:30px}body:not(.playing) h1{font-size:74px}.character-picker{margin-top:18px}.character-detail{min-height:54px}}@media(max-width:780px){body:not(.playing) main{height:auto;min-height:100dvh}body:not(.playing) .masthead{height:53px;padding:0 18px}body:not(.playing) .sidebar{width:100%;max-width:440px;height:auto;min-height:100dvh;margin:auto;padding:62px 24px 22px}body:not(.playing) .battlefield{position:fixed;height:100dvh}body:not(.playing) .battlefield:after{background:#102b3bed}body:not(.playing) h1{font-size:76px;margin:0 0 18px}body:not(.playing) .lede{font-size:14px}.character-picker{margin:21px 0 14px}.character-detail{min-height:54px;font-size:11px}.character-option{padding:7px 9px;gap:8px}.character-option svg{width:36px;height:39px}.play-button{height:54px;font-size:19px}.combat-cue{bottom:79px;font-size:11px;padding:8px 12px}body.playing .toast{bottom:122px}}body.playing{overflow:hidden}body.playing .masthead{height:52px;padding:0 22px;gap:16px}body.playing .brand{font-size:19px}body.playing .brand svg{width:25px;height:28px}body.playing .masthead-note{display:none}body.playing #sound{margin-left:auto}body.playing main{display:block;height:calc(100dvh - 52px);min-height:0}body.playing .sidebar{display:none}body.playing .battlefield{height:100%;min-height:0;max-height:none}body.playing .scene-top{top:15px;left:22px;right:22px;z-index:2}body.playing .scene-top h2{font-size:22px;margin-top:2px;text-shadow:0 2px 5px #102b3b}body.playing .scene-top .muted{text-shadow:0 1px 3px #102b3b}body.playing .mode-badge{display:block}body.playing .hud{top:76px;left:22px;right:auto;width:390px;gap:5px;z-index:2}body.playing .hud-stat{padding:7px 10px;border-radius:5px;background:#102b3bd4}body.playing .hud-stat strong{font-size:27px;margin:2px 0}body.playing .hud-stat small{display:none}body.playing .hud-stat .meter{margin-top:3px;height:3px}body.playing .boss-hud{top:23px;z-index:2;max-width:280px}.world-label.boss-number{font-size:40px;color:#fff0cc}.world-label.enemy-health{font-size:17px;color:#ffe6d4}.world-label.gate{font-size:31px}.world-label.banner-caption{font:700 10px Barlow,sans-serif;background:#102b3be8;border-radius:3px;padding:3px 5px;text-shadow:none}.active-boosts{position:absolute;top:153px;left:22px;right:22px;display:flex;gap:5px;z-index:2;pointer-events:none}.active-boosts span{padding:5px 8px;border-radius:4px;font-size:11px;font-weight:700;background:#123d50;color:#7de4ff;border-bottom:2px solid currentColor}#boost-power{color:#d4adff;background:#392d54}#boost-shield{color:#7aefd0;background:#18483d}.shop-card{max-width:780px}.shop-items{display:grid;grid-template-columns:1fr 1fr;align-content:start}.shop-item{grid-template-columns:34px 1fr 66px;gap:9px;min-height:92px}.shop-icon.recruit{font-size:18px}.shop-icon.rate,.shop-icon.frost{background:#1d5368;color:#8ce6ff}.shop-icon.crit{background:#665335;color:#ffda7a}.shop-icon.armor{background:#2b5c53;color:#8ce5bd}.shop-icon.scavenger{background:#625338;color:#ffda8b}.touch-controls button[aria-pressed=true]{background:#2876b8dc;border-color:#99daff;box-shadow:0 0 0 2px #76c8ff35}@media(max-width:780px){body.playing .masthead{padding:0 12px;gap:10px;height:48px}body.playing .brand{font-size:16px;gap:7px}body.playing .brand svg{width:21px;height:25px}body.playing .icon-button{font-size:11px;padding:7px 9px}body.playing main{height:calc(100dvh - 48px)}body.playing .scene-top{top:12px;left:12px;right:12px}body.playing .scene-top h2{font-size:19px}body.playing .scene-top .muted{font-size:10px}body.playing .mode-badge{font-size:10px;padding:6px 9px}body.playing .hud{top:62px;left:12px;right:12px;width:auto;gap:4px}body.playing .hud-stat{padding:5px 8px}body.playing .hud-stat strong{font-size:23px;line-height:1}body.playing .hud-stat>span{font-size:9px}body.playing .boss-hud{top:156px;width:55%;font-size:10px}body.playing .boss-hud .meter{height:5px;margin-top:4px}.world-label.boss-number{font-size:30px}.world-label.gate{font-size:25px}.world-label.enemy-health{font-size:14px}.world-label.banner-caption{font-size:8px;padding:3px}.active-boosts{top:121px;left:12px;right:12px;gap:4px}.active-boosts span{font-size:9px;padding:4px 6px}.shop-items{grid-template-columns:1fr}.shop-item{min-height:80px}body.playing .touch-controls{gap:9px}.touch-controls button{flex:1;font-size:14px;height:46px}}.support-links{font-size:.85rem;opacity:.8}.support-links a{color:inherit}@media(pointer:coarse){.hud-stat,.toast,.shop-overlay,.result-overlay{backdrop-filter:none}}
