*{box-sizing:border-box}body{margin:0;background:#080e17;color:#e9f5fa;font-family:Inter,Arial,sans-serif}main{max-width:1440px;margin:auto;padding:48px 32px}header{margin-bottom:34px}.eyebrow{color:#75e0e8;font-size:12px;letter-spacing:.25em;font-weight:700}h1{font-size:clamp(36px,5vw,68px);line-height:1;margin:14px 0}h1 em{color:#6bdce7;font-style:normal}header p{color:#9cb1bf;font-size:16px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.stage,.panel{background:#111c2a;border:1px solid #284254;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px #0005}.stage{padding:10px}.game-canvas canvas{display:block;width:100%;height:auto;border-radius:9px}.panel{padding:25px}.status{font-size:13px;color:#aec0cc;margin-bottom:27px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#f27777;margin-right:8px}.dot.online{background:#58ddaa;box-shadow:0 0 12px #58ddaa}h2{font-size:22px;margin:0 0 23px}label{display:block;color:#a9bfcc;font-size:13px;margin:14px 0 9px}input{display:block;width:100%;margin-top:8px;background:#0b1420;color:#fff;border:1px solid #345065;border-radius:9px;padding:13px 14px;font-size:15px;outline:none}input:focus{border-color:#6bdce7}.code-input{text-transform:uppercase;letter-spacing:.22em}button{border:0;border-radius:9px;background:#6bdce7;color:#07111a;font-size:15px;font-weight:800;width:100%;padding:14px;cursor:pointer;margin-top:12px}button:hover{filter:brightness(1.1)}button:disabled{opacity:.5;cursor:default}.secondary{background:#253b4d;color:#e5f5fa}.separator{display:flex;align-items:center;gap:10px;color:#6f8a9b;font-size:12px;margin:25px 0 12px}.separator:before,.separator:after{content:"";height:1px;background:#304759;flex:1}.room-code{background:#0b1420;border:1px solid #3d677b;border-radius:12px;padding:17px;margin-bottom:12px}.room-code small{display:block;color:#9bb2be;margin-bottom:5px}.room-code strong{font-size:32px;letter-spacing:.2em;color:#70e2ec}.hint,.waiting{color:#9bb2be;font-size:13px;line-height:1.5}.player-list{margin:25px 0}.player-list div{border-bottom:1px solid #2b4051;padding:13px 0;font-weight:700}.player-list span{color:#6bdce7;margin-right:15px}.player-list small{float:right;color:#83a4b4}.error{color:#ff9a9a;font-size:13px;line-height:1.4}footer{color:#648193;font-size:12px;margin-top:24px}@media(max-width:900px){main{padding:24px 14px}.layout{grid-template-columns:1fr}.panel{max-width:none}}.app-connected{max-width:1500px}.lobby-screen{background:radial-gradient(circle at 80% 10%,#173b45 0,transparent 36%),#0b1420;border:1px solid #284254;border-radius:22px;padding:34px;box-shadow:0 24px 70px #0006}.lobby-top,.combat-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px}.lobby-top h2,.combat-top h2{font-size:42px;margin:10px 0 7px}.lobby-top p{color:#9bb2be;margin:0}.combat-top h2 em{color:#74dce4;font-style:normal}.text-button{width:auto;margin:0;background:transparent;border:1px solid #375164;color:#cbe1ea;padding:10px 16px;white-space:nowrap}.lobby-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:28px}.lobby-party,.option-section{background:#111f2e;border:1px solid #294356;border-radius:16px}.lobby-party{padding:20px;display:flex;flex-direction:column}.party-title,.section-head{display:flex;align-items:center;justify-content:space-between}.party-title{font-weight:800;margin-bottom:15px}.party-title small,.section-head small{color:#80a0b1}.party-slot{display:flex;align-items:center;gap:13px;padding:14px 8px;border-top:1px solid #294052}.party-slot strong,.party-slot small{display:block}.party-slot small{color:#8aa6b5;font-size:12px;margin-top:5px}.party-avatar,.character-icon{display:grid;place-items:center;flex:none;background:color-mix(in srgb,var(--avatar) 20%,#0e1d29);color:var(--avatar);border:1px solid var(--avatar);font-weight:900}.party-avatar{width:48px;height:48px;border-radius:12px;font-size:20px}.invite-box{background:#0a1622;border:1px solid #406173;border-radius:12px;padding:17px;margin-top:25px}.invite-box>small{color:#91adbc}.invite-box>div{display:flex;align-items:center;justify-content:space-between}.invite-box strong{letter-spacing:.18em;font-size:26px;color:#73e4ec}.invite-box p{font-size:12px;color:#7994a4;margin:5px 0 0}.copy-button{width:auto;margin:0;background:#25485a;color:#d5f5f6;padding:7px 10px;font-size:12px}.lobby-start{padding-top:25px}.lobby-start button{display:flex;justify-content:space-between}.lobby-start p{color:#a9c3ce;line-height:1.5}.lobby-start small{display:block;color:#6d8999;margin-top:10px}.lobby-options{display:grid;gap:18px}.option-section{padding:21px}.section-head{margin-bottom:16px}.section-head h3{font-size:23px;margin:5px 0 0}.character-grid,.map-grid,.difficulty-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.character-card,.map-card,.difficulty-card{margin:0;text-align:left;background:#0c1724;border:1px solid #355163;color:#ecf7f8;border-radius:12px;padding:15px;font-weight:400;min-height:100px}.character-card.selected,.map-card.selected,.difficulty-card.selected{border-color:#70e1e9;background:#16303d;box-shadow:inset 0 0 0 1px #70e1e9}.character-card strong,.character-card small,.map-card strong,.map-card small,.difficulty-card strong,.difficulty-card small{display:block}.character-card strong,.map-card strong,.difficulty-card strong{font-size:17px;margin:10px 0 5px}.character-card small,.map-card small,.difficulty-card small{color:#91aab8;font-size:12px;line-height:1.4}.character-icon{width:54px;height:54px;border-radius:50%;font-size:24px}.character-stat{display:block;color:#6bdce7;font-size:11px;margin-top:13px}.map-preview{display:block;height:55px;border:1px solid #49606a;border-radius:7px;background-size:16px 16px}.map-card:disabled,.difficulty-card:disabled{opacity:.75;cursor:default}.combat-panel p{color:#9bb2be}.combat-stat{border-top:1px solid #304759;padding:17px 0;display:flex;justify-content:space-between}.combat-stat small{color:#8da8b7}.defeat-message{padding:15px;border:1px solid #9b4954;border-radius:9px;color:#ffb3b8}@media(max-width:980px){.lobby-layout{grid-template-columns:1fr}.lobby-party{display:block}.lobby-start{padding-top:15px}}@media(max-width:620px){.lobby-screen{padding:20px}.lobby-top h2{font-size:32px}.character-grid,.map-grid,.difficulty-grid{grid-template-columns:1fr}.lobby-top{flex-direction:column}.character-card{min-height:0}}.setup-screen{background:radial-gradient(circle at 85% 0,#173b45,transparent 38%),#0b1420;border:1px solid #284254;border-radius:22px;padding:34px;box-shadow:0 24px 70px #0006}.setup-columns{display:grid;gap:18px}.setup-screen .option-section{padding:26px}.setup-screen .map-card,.setup-screen .difficulty-card{min-height:135px}.setup-screen .map-preview{height:72px}.setup-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #365164;margin-top:24px;padding-top:24px;color:#a6c0ca}.setup-footer button{width:auto;margin:0;padding:15px 24px}.character-section{padding:28px}.character-section .section-head h3{font-size:30px}.character-section .character-grid{gap:16px}.character-section .character-card{position:relative;min-height:350px;padding:24px;display:flex;flex-direction:column;align-items:flex-start}.character-section .character-icon{width:104px;height:104px;font-size:46px;margin:10px 0 26px}.character-section .character-card strong{font-size:25px;margin:0 0 12px}.character-section .character-card small{font-size:14px;line-height:1.6}.character-section .character-stat{margin-top:auto;padding-top:22px;font-size:13px}.character-choice{position:absolute;top:20px;right:19px;color:#92acba;font-size:12px}.character-card.selected .character-choice{color:#76e7e9}.arena-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#101d2b;border:1px solid #294356;border-radius:16px;padding:24px 28px}.arena-summary h3{font-size:20px;margin:6px 0}.arena-summary p{margin:0;color:#86a3b1;font-size:13px}.summary-tags{display:flex;gap:12px}.summary-tags span{border:1px solid #3c5968;border-radius:9px;padding:12px 16px;color:#86a4b3;font-size:13px;white-space:nowrap}.summary-tags strong{color:#e4f9fa;margin-left:10px}@media(max-width:980px){.setup-screen{padding:22px}.character-section .character-card{min-height:300px}.arena-summary{flex-wrap:wrap}}@media(max-width:620px){.setup-footer{align-items:stretch;flex-direction:column}.setup-footer button{width:100%}.character-section .character-card{min-height:230px}.character-section .character-icon{margin:0 0 18px}.summary-tags{width:100%}.summary-tags span{flex:1}}.combat-screen{position:fixed;inset:0;width:100vw;height:100dvh;overflow:hidden;background:#0c1a22;color:#e6f2f3;font-family:Consolas,monospace}.game-canvas-full,.game-canvas-full canvas{position:absolute;inset:0;width:100%!important;height:100%!important;display:block}.combat-vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,transparent 43%,#06101866 100%)}.combat-hud{position:absolute;inset:0;pointer-events:none}.combat-hud section,.combat-hud button{pointer-events:auto}.hud-vitals{position:absolute;top:18px;left:20px;width:250px;padding:12px 14px;background:linear-gradient(90deg,#09161bdc,#09161b00);font-size:12px}.hud-kicker,.hud-detail{display:flex;justify-content:space-between;gap:12px}.hud-kicker span,.hud-detail{color:#a0b7bc}.hud-kicker strong{color:#eaf9f6}.hud-health-track{height:7px;margin:10px 0 8px;background:#263a40;border:1px solid #3a5b60}.hud-health-track span{display:block;height:100%;background:#a3e6d9;box-shadow:0 0 10px #9befe083}.hud-detail{font-size:10px}.hud-xp{margin-top:18px;display:flex;flex-direction:column;gap:6px}.hud-xp span{color:#90a9ad;font-size:10px}.hud-xp strong{color:#ffcf80;font-size:17px;letter-spacing:.06em}.hud-run{position:absolute;top:17px;left:50%;transform:translate(-50%);min-width:220px;text-align:center;display:flex;flex-direction:column;gap:5px;text-shadow:0 2px 8px #061219}.hud-overline{font-size:10px;letter-spacing:.22em;color:#ffb47c}.hud-run strong{font-size:36px;line-height:1.1;letter-spacing:.16em}.hud-run small{font-size:11px;color:#b1c9cc}.hud-actions{position:absolute;top:18px;right:20px;display:flex;align-items:flex-start;gap:7px}.hud-kills{display:flex;flex-direction:column;align-items:flex-end;margin-right:13px;min-width:54px}.hud-kills span{font-size:10px;letter-spacing:.12em;color:#9fb5b9}.hud-kills strong{font-size:23px;letter-spacing:.06em}.hud-actions button{width:auto;margin:0;padding:10px 12px;border:1px solid #42606a;background:#0c2029db;color:#cfeced;border-radius:3px;font:11px Consolas,monospace}.hud-actions button:hover{background:#1d3b44}.fullscreen-error{position:absolute;right:0;top:48px;color:#ffc6c6;font-size:11px;white-space:nowrap}.hud-inventory{position:absolute;bottom:20px;left:20px;padding:10px 12px;background:linear-gradient(90deg,#09161be3,#09161b55);border-radius:4px}.inventory-heading{display:flex;justify-content:space-between;font-size:11px;color:#c2d8d9;margin-bottom:8px;letter-spacing:.1em}.inventory-heading small{color:#8cabad}.inventory-slots{display:grid;grid-template-columns:repeat(6,47px);gap:5px}.inventory-slot{position:relative;height:48px;border:1px dashed #4b6971;background:#10232aad;display:grid;place-items:center;color:#638890;font-size:19px}.inventory-slot.equipped{border-style:solid;border-color:#87d8ce;color:#93e4d2;background:#183a3e}.inventory-slot small{position:absolute;top:3px;left:5px;font-size:8px;color:#78999d}.inventory-caption{display:block;margin-top:7px;color:#8faeb0;font-size:10px}.hud-controls{position:absolute;bottom:23px;right:20px;color:#a1b6b9;font-size:11px;letter-spacing:.05em;background:#0b1b20bb;padding:8px 10px}.hud-controls span{color:#e9b883;padding:0 6px}.combat-result{position:absolute;inset:0;display:grid;place-items:center;background:#061117a8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);text-align:center}.combat-result>div{padding:34px 48px;border:1px solid #8a5555;background:#0b1b22e8}.combat-result span{color:#ff9b89;letter-spacing:.25em;font-size:11px}.combat-result h2{font-size:36px;margin:12px 0}.combat-result p{color:#a9c3c3}.combat-result button{max-width:180px}@media(max-width:680px){.hud-vitals{top:8px;left:8px;width:170px;padding:8px}.hud-run{top:75px;min-width:130px}.hud-run strong{font-size:24px}.hud-actions{top:8px;right:8px}.hud-kills{margin-right:3px;min-width:35px}.hud-actions button{padding:7px;font-size:9px}.hud-inventory{left:8px;bottom:8px;padding:7px}.inventory-slots{grid-template-columns:repeat(6,36px);gap:3px}.inventory-slot{height:37px}.hud-controls{right:8px;bottom:8px;font-size:9px;max-width:110px;text-align:right}}.combat-fog{position:absolute;inset:0;pointer-events:none}.hud-xp{margin-top:15px;gap:7px}.hud-xp-label{display:flex;align-items:center;justify-content:space-between;gap:8px}.hud-xp-label span{color:#9eb8ba;font-size:11px}.hud-xp-label strong{font-size:12px;color:#f8d18d}.hud-xp-track{height:6px;background:#283a3d;border:1px solid #4a5c58}.hud-xp-track span{display:block;height:100%;background:#e9bb79;box-shadow:0 0 9px #e2b77788}.inventory-slot b{position:absolute;right:3px;bottom:2px;color:#e5f2ce;font-size:9px;font-weight:700}.hud-bonuses{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px;max-width:315px}.hud-bonuses span{font-size:9px;color:#add9ce;background:#153039;border:1px solid #365960;padding:3px 5px}.levelup-backdrop{position:absolute;inset:0;z-index:8;display:grid;place-items:center;background:#020b11b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.levelup-panel{width:min(840px,100%);background:#0e1e29;border:1px solid #658389;box-shadow:0 24px 80px #000a;padding:28px}.levelup-heading{text-align:center}.levelup-heading>span{color:#f2bf7e;letter-spacing:.22em;font-size:11px}.levelup-heading h2{font-size:32px;margin:10px 0}.levelup-heading p{font-size:12px;color:#a6bec1;margin:0}.levelup-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.levelup-card{margin:0;min-height:230px;border:1px solid #50727b;background:#142a35;color:#e8f5f2;padding:20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-family:Consolas,monospace}.levelup-card:hover{border-color:#a2e5d9;background:#1b3941;filter:none}.levelup-card.weapon{border-top:3px solid #f5be81}.levelup-card.passive{border-top:3px solid #a1e3d5}.levelup-card.special{border-top:3px solid #bca8f5}.levelup-category{font-size:10px;letter-spacing:.15em;color:#98bdc1}.levelup-symbol{font-size:42px;color:#f5d4a8;line-height:1;margin:18px 0}.levelup-card strong{font-size:20px}.levelup-card small{color:#acc2c6;font-size:11px;line-height:1.5;margin:10px 0}.levelup-next{margin-top:auto;color:#f1ce91;font-size:12px}.levelup-footer{text-align:center;font-size:11px;color:#84a4a9;margin-top:18px}@media(max-width:680px){.levelup-panel{padding:16px}.levelup-heading h2{font-size:23px}.levelup-choices{grid-template-columns:1fr;gap:8px;margin-top:15px}.levelup-card{min-height:0;padding:12px;display:grid;grid-template-columns:45px 1fr;gap:3px 12px}.levelup-category{grid-column:2}.levelup-symbol{grid-row:1/5;margin:0;font-size:30px}.levelup-card strong,.levelup-card small,.levelup-next{grid-column:2;margin:0}.levelup-card strong{font-size:16px}}.role-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.role-card{margin:0;text-align:left;min-height:96px;padding:15px;background:#0c1724;border:1px solid #355163;color:#ecf7f8}.role-card.selected{border-color:#70e1e9;background:#16303d}.role-card strong,.role-card small{display:block}.role-card small{color:#9db6be;font-size:11px;line-height:1.4;margin-top:8px}.evolution-panel{max-width:660px}.evolution-choices{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:700px){.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.evolution-choices{grid-template-columns:1fr}}.lobby-top-actions{display:flex;gap:8px;flex-shrink:0}.codex-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:#02090dcc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:Inter,Arial,sans-serif}.codex-panel{width:min(1080px,100%);max-height:min(860px,calc(100dvh - 40px));display:flex;flex-direction:column;background:#0d1b27;border:1px solid #557985;box-shadow:0 30px 90px #000c;overflow:hidden}.codex-header{margin:0;padding:24px 28px 20px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #294654}.codex-header h2{font-size:30px;margin:6px 0}.codex-header p{font-size:13px;color:#9eb9c2;margin:0;line-height:1.5}.codex-close{width:40px;height:40px;flex:none;margin:0;padding:0;background:#1a3440;color:#d8eff1;border:1px solid #50707b}.codex-content{display:grid;grid-template-columns:225px minmax(0,1fr);min-height:0;overflow:hidden}.codex-list{display:flex;flex-direction:column;gap:5px;padding:14px;background:#0a1721;border-right:1px solid #294654;overflow-y:auto}.codex-list button{margin:0;display:grid;grid-template-columns:30px 1fr;column-gap:8px;text-align:left;padding:10px 12px;background:transparent;color:#d7e9e9;border:1px solid transparent;font-size:13px}.codex-list button.selected{background:#173540;border-color:#61b4bb}.codex-list button span{grid-row:1/3;align-self:center;font-size:23px;color:#eec995}.codex-list button small{color:#8caab3;font-size:10px;font-weight:400;margin-top:3px}.codex-detail{min-width:0;overflow-y:auto;padding:24px 28px}.codex-weapon-head,.codex-weapon-head>div{display:flex;align-items:center;gap:14px}.codex-weapon-head{justify-content:space-between;align-items:flex-start}.codex-weapon-symbol{display:grid;place-items:center;width:54px;height:54px;flex:none;background:#203742;border:1px solid #60828a;color:#f4cc97;font-size:30px}.codex-weapon-head h3{margin:0;font-size:23px}.codex-weapon-head p{margin:5px 0 0;color:#a5bec4;font-size:12px}.codex-weapon-head>small{color:#f4cb91;white-space:nowrap}.codex-branches{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.codex-branches button{margin:0;text-align:left;background:#142a35;border:1px solid #405d68;color:#dfeff0;padding:13px 15px}.codex-branches button.selected{border-color:#e9c288;background:#273a3f}.codex-branches strong,.codex-branches small{display:block}.codex-branches strong{font-size:14px}.codex-branches small{color:#a7bdc1;font-size:11px;line-height:1.4;margin-top:7px;font-weight:400}.codex-note,.codex-footnote{color:#9db5bd;font-size:11px;line-height:1.5;margin:0 0 10px}.codex-footnote{margin:10px 0 0}.codex-table-scroll{overflow-x:auto}.codex-table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}.codex-table th,.codex-table td{text-align:left;padding:8px 11px;border-bottom:1px solid #304b56}.codex-table thead th{background:#1b323c;color:#b8d7d9;position:sticky;top:0}.codex-table tbody th{color:#e4c994}.codex-table tbody td{color:#d9eaec}.codex-table tbody tr.current{background:#1d454b}.codex-table tbody tr.current th{color:#a1f1dc}@media(max-width:760px){.lobby-top-actions{width:100%}.lobby-top-actions button{flex:1}.codex-backdrop{padding:7px}.codex-panel{max-height:calc(100dvh - 14px)}.codex-header{padding:15px}.codex-header h2{font-size:23px}.codex-content{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.codex-list{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:8px}.codex-list button{min-width:125px}.codex-detail{padding:15px}.codex-weapon-head{flex-wrap:wrap}.codex-branches{margin:14px 0}}
