*{box-sizing:border-box}:root{--ui-ink: #07100f;--ui-panel: rgba(10, 18, 17, .82);--ui-panel-strong: rgba(14, 23, 21, .94);--ui-gold: #e7cf7d;--ui-gold-bright: #fff0a8;--ui-blue: #58c9ff;--ui-red: #ff6d63;--ui-text: #f8f0d2;--ui-muted: #b7c7bd}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#000;color:#f5ecd2;font-family:var(--kp-font-body, Inter, ui-sans-serif, system-ui, sans-serif)}button,[role=button]{font-family:var(--kp-font-action, inherit)}#game-root{position:fixed;inset:0;z-index:1}.is-home-screen #hud-root{display:none}.home-shell{position:fixed;inset:0;z-index:20;pointer-events:none;color:var(--ui-text)}.home-status{position:fixed;left:32px;bottom:28px;display:grid;gap:4px;width:min(300px,calc(100vw - 40px));padding:16px 18px;border:1px solid rgba(231,207,125,.34);background:linear-gradient(135deg,#08100fe0,#181e24c7);box-shadow:0 18px 60px #00000061;pointer-events:auto}.home-status b{font-family:Georgia,serif;font-size:20px;color:var(--ui-gold-bright)}.home-status span{color:var(--ui-muted);font-size:13px}.home-actions{position:fixed;top:50%;right:24px;display:grid;gap:12px;width:clamp(190px,18vw,240px);transform:translateY(-50%);pointer-events:auto}.home-action{display:grid;grid-template-columns:1fr;gap:2px;min-height:66px;padding:12px 18px;border:1px solid rgba(231,207,125,.32);border-radius:6px;background:linear-gradient(90deg,rgba(231,207,125,.16),transparent 44%),#091012db;color:var(--ui-text);text-align:left;box-shadow:0 10px 28px #00000057;cursor:pointer}.home-action span{font-size:18px;font-weight:800}.home-action small{color:var(--ui-muted);font-size:12px;letter-spacing:0;text-transform:uppercase}.home-action:hover,.home-action:focus-visible{border-color:#fff0a8e6;background:linear-gradient(90deg,rgba(231,207,125,.32),transparent 52%),#182322f5;outline:none;transform:translate(-4px)}.home-action-combat{min-height:78px;border-color:#ff6d638a;background:linear-gradient(90deg,rgba(255,109,99,.24),transparent 52%),#120c0de6}.home-panel{position:fixed;left:50%;top:50%;width:min(980px,calc(100vw - 44px));min-height:520px;max-height:calc(100vh - 70px);overflow:auto;padding:30px 34px;border:1px solid rgba(231,207,125,.48);border-radius:6px;background:linear-gradient(135deg,#19201ffa,#060b0cfa),#081011fa;box-shadow:0 0 0 9999px #0000007a,0 24px 90px #0000009e,inset 0 1px #fff0a81f;transform:translate(-50%,-50%);pointer-events:auto}.home-panel[hidden]{display:none}.home-panel>span,.home-window-header>span{display:block;margin-bottom:8px;color:var(--ui-blue);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.home-panel>strong,.home-window-header strong{display:block;margin-bottom:14px;color:var(--ui-gold-bright);font-family:Georgia,serif;font-size:30px}.home-window-body p{margin:0;color:var(--ui-muted);font-size:16px;line-height:1.62}.home-window-body small{color:#f8f0d2b8}.home-window-body{display:block}.home-team-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.home-saved-teams{grid-column:1 / -1;display:grid;gap:10px;padding:12px;border:1px solid rgba(231,207,125,.18);border-radius:6px;background:#ffffff09}.home-saved-teams header{display:flex;align-items:end;justify-content:space-between;gap:16px}.home-saved-teams header div{display:grid;gap:2px}.home-saved-teams header span{color:var(--ui-blue);font-size:11px;font-weight:800;text-transform:uppercase}.home-saved-teams header strong{color:var(--ui-gold-bright);font-family:Georgia,serif;font-size:24px}.home-saved-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-saved-team-card{display:grid;grid-template-rows:auto 58px auto;gap:8px;min-height:128px;padding:10px;border:1px solid rgba(138,165,154,.2);border-radius:5px;background:#00000038;color:var(--ui-text);font:inherit;text-align:left;cursor:pointer}.home-saved-team-card.is-active{border-color:#e7cf7db8;background:#e7cf7d14}.home-saved-team-card:hover{border-color:#e7cf7d7a;background:#e7cf7d0f}.home-saved-team-card>span{display:flex;justify-content:space-between;gap:10px}.home-saved-team-card b{color:var(--ui-gold-bright);font-family:Georgia,serif;font-size:17px}.home-saved-team-card small{color:var(--ui-muted);font-size:11px;text-align:right}.home-saved-team-card div{display:flex;align-items:center;overflow:hidden}.home-saved-team-card img{width:48px;height:58px;object-fit:contain}.home-saved-team-card.is-empty div{justify-content:center;color:#e7cf7d75;border:1px dashed rgba(231,207,125,.24)}.home-saved-team-card.is-empty div strong{font-size:28px}.home-saved-team-card em{color:var(--ui-muted);font-style:normal;font-size:11px;font-weight:800;text-transform:uppercase}.home-team-summary,.home-queue-card,.home-ranking-head,.home-social-toolbar,.home-settings-window label{border:1px solid rgba(231,207,125,.18);border-radius:6px;background:#ffffff0b}.home-team-summary{display:grid;grid-template-columns:minmax(0,1fr) 180px;grid-template-areas:"meta action" "slots slots";align-items:stretch;gap:12px;padding:12px}.home-team-summary>div:first-child{grid-area:meta;display:grid;gap:4px;align-content:center}.home-team-summary span,.home-queue-card span{color:var(--ui-blue);font-size:12px;font-weight:800;text-transform:uppercase}.home-team-summary strong,.home-queue-card strong{color:var(--ui-gold-bright);font-size:24px}.home-team-slots{grid-area:slots;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.home-team-slots article{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;min-height:98px;padding:8px;border:1px solid rgba(138,165,154,.18);background:#00000038}.home-team-slots article.is-editing{border-color:#e7cf7db8;background:#e7cf7d14}.home-team-slots img{width:42px;height:42px;object-fit:contain}.home-team-slots b{color:var(--ui-text);font-size:14px}.home-team-slots article>span{display:grid;gap:3px}.home-team-slots article em{color:var(--ui-muted);font-style:normal;font-size:10px;line-height:1.25}.home-team-slots article button{grid-column:1 / -1;min-height:28px;border:1px solid rgba(231,207,125,.36);border-radius:3px;background:#e7cf7d17;color:var(--ui-gold-bright);font-weight:800;cursor:pointer}.home-team-slots .is-empty span{display:grid;place-items:center;width:42px;height:42px;color:var(--ui-muted);border:1px dashed rgba(231,207,125,.28)}.home-primary-action{grid-area:action;min-height:46px;border:1px solid rgba(255,109,99,.55);border-radius:5px;background:linear-gradient(180deg,#913020e0,#5d1912eb);color:var(--ui-text);font-weight:900;cursor:pointer}.home-primary-action:disabled{opacity:.45;cursor:default}.home-roster-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-content:start}.home-roster-card,.home-list-row,.home-ranking-table article{display:grid;align-items:center;gap:10px;border:1px solid rgba(138,165,154,.2);border-radius:6px;background:#00000038}.home-roster-card{grid-template-columns:52px minmax(0,1fr);min-height:74px;padding:9px;color:var(--ui-text);text-align:left;cursor:pointer}.home-roster-card img{width:56px;height:56px;object-fit:contain}.home-roster-card span,.home-list-row span,.home-ranking-table span{display:grid;gap:3px}.home-roster-card em{grid-column:1 / -1;color:var(--ui-muted);font-style:normal;font-weight:800}.home-roster-card.is-selected{border-color:#e7cf7d9e;background:#e7cf7d1a}.home-loadout-editor{position:fixed;z-index:40;top:50%;left:50%;display:grid;gap:12px;width:min(900px,calc(100vw - 100px));max-height:min(760px,calc(100vh - 80px));overflow:hidden;padding:16px;border:1px solid rgba(231,207,125,.52);border-radius:6px;background:linear-gradient(135deg,#141d1efa,#05090afc),#000000f0;box-shadow:0 0 0 9999px #0000008a,0 26px 90px #000000c2,inset 0 1px #fff0a81f;transform:translate(-50%,-50%)}.home-loadout-editor header{display:grid;grid-template-columns:minmax(0,1fr) auto 34px;align-items:center;gap:14px;padding-bottom:10px;border-bottom:1px solid rgba(231,207,125,.18)}.home-loadout-editor header div{display:grid;gap:2px}.home-loadout-editor header span{color:var(--ui-blue);font-size:11px;font-weight:800;text-transform:uppercase}.home-loadout-editor header strong{color:var(--ui-gold-bright);font-family:Georgia,serif;font-size:24px}.home-loadout-tabs{display:grid;grid-template-columns:repeat(2,110px);gap:8px}.home-loadout-tabs button{min-width:92px;min-height:38px;border:1px solid rgba(231,207,125,.28);border-radius:4px;background:#ffffff09;color:var(--ui-text);cursor:pointer}.home-loadout-tabs button.is-active{border-color:#e7cf7dc7;background:#e7cf7d29}.home-loadout-close{width:34px;height:34px;border:1px solid rgba(231,207,125,.42);border-radius:4px;background:#00000057;color:var(--ui-gold-bright);font-weight:900;cursor:pointer}.home-loadout-close:hover{border-color:#fff0a8db;background:#5c281e6b}.home-equipped-row{display:grid;grid-template-columns:150px 50px repeat(4,minmax(0,1fr));align-items:center;gap:8px;padding:8px;border:1px solid rgba(138,165,154,.18);background:#00000038}.home-equipped-row>b{color:var(--ui-gold-bright)}.home-equipped-row>small{color:var(--ui-muted)}.home-equipped-row button,.home-empty-loadout{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px;min-height:46px;padding:6px;border:1px solid rgba(231,207,125,.24);background:#ffffff09;color:var(--ui-text);text-align:left}.home-equipped-row img{width:36px;height:36px;object-fit:contain}.home-empty-loadout{color:var(--ui-muted);font-size:11px}.home-item-slot-tabs{display:flex;gap:6px;overflow-x:auto;padding:2px 0 4px}.home-item-slot-tabs button{flex:0 0 auto;min-height:34px;padding:0 12px;border:1px solid rgba(138,165,154,.22);border-radius:4px;background:#ffffff09;color:var(--ui-muted);font-weight:800;cursor:pointer}.home-item-slot-tabs button.is-active{border-color:#e7cf7db8;background:#e7cf7d24;color:var(--ui-gold-bright)}.home-loadout-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:min(380px,calc(100vh - 330px));overflow:auto}.home-loadout-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;min-height:78px;padding:8px;border:1px solid rgba(138,165,154,.2);border-radius:5px;background:#00000038;color:var(--ui-text);text-align:left;cursor:pointer}.home-loadout-card.is-selected{border-color:#e7cf7db8;background:#e7cf7d1a}.home-loadout-card.is-replacement{border-style:dashed;border-color:#7ec1ff70}.home-loadout-card img{width:48px;height:48px;object-fit:contain}.home-loadout-card span{display:grid;gap:3px}.home-loadout-card b{color:var(--ui-gold-bright)}.home-loadout-card small{color:var(--ui-blue)}.home-loadout-card em{color:var(--ui-muted);font-style:normal;font-size:11px}.home-combat-window{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-combat-choice{display:grid;align-content:start;gap:8px;min-height:190px;padding:18px;border:1px solid rgba(231,207,125,.34);border-radius:6px;background:#081012bd;color:var(--ui-cream);text-align:left;cursor:pointer}.home-combat-choice:hover,.home-combat-choice:focus-visible{border-color:#e7cf7dc7;background:#172322e6}.home-combat-choice:disabled{opacity:.5;cursor:default}.home-combat-choice span,.home-combat-choice em{color:var(--ui-gold);font-size:11px;font-style:normal;font-weight:800;text-transform:uppercase}.home-combat-choice strong{color:var(--ui-gold-bright);font-size:18px}.home-combat-choice p{margin:0;color:var(--ui-muted);font-size:13px;line-height:1.35}.home-combat-rules{display:grid;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-combat-rules article{display:grid;gap:4px;padding:16px;border-left:3px solid rgba(231,207,125,.45);background:#ffffff0b}.home-statistics-window{display:grid;gap:14px}.home-statistics-toolbar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.home-statistics-toolbar button{min-height:38px;padding:0 14px;border:1px solid rgba(231,207,125,.34);border-radius:5px;background:#ffffff0f;color:var(--ui-text);font-weight:800;cursor:pointer}.home-statistics-toolbar button:hover,.home-statistics-toolbar button:focus-visible{border-color:#fff0a8d1;background:#e7cf7d24;outline:none}.home-statistics-state{display:grid;gap:12px}.home-statistics-state>article,.home-statistics-kpis article,.home-statistics-alert,.home-statistics-table{border:1px solid rgba(138,165,154,.2);border-radius:6px;background:#00000038}.home-statistics-state>article{display:grid;gap:4px;min-height:96px;align-content:center;padding:18px}.home-statistics-state>article.is-warning{border-color:#ff6d6375;background:#5c231e3d}.home-statistics-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-statistics-kpis article{display:grid;gap:3px;min-height:82px;align-content:center;padding:14px}.home-statistics-kpis b{color:var(--ui-gold-bright);font-family:Georgia,serif;font-size:28px}.home-statistics-kpis span,.home-statistics-meta,.home-statistics-alert em{color:var(--ui-muted);font-size:12px}.home-statistics-meta{text-align:right}.home-statistics-alert{display:grid;gap:5px;padding:14px 16px;border-color:#ff6d636b;background:#5c231e2e}.home-statistics-alert b,.home-statistics-table h3,.home-statistics-state>article b{color:var(--ui-gold-bright)}.home-statistics-alert em{font-style:normal}.home-statistics-tables{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.8fr);gap:10px}.home-statistics-table{overflow:hidden}.home-statistics-table h3{margin:0;padding:12px 12px 8px;font-family:Georgia,serif;font-size:18px}.home-statistics-table div{display:grid;grid-template-columns:repeat(var(--home-stat-columns),minmax(0,1fr));gap:0;overflow-x:auto}.home-statistics-table b,.home-statistics-table span{min-width:0;padding:8px 10px;border-top:1px solid rgba(138,165,154,.14);overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-statistics-table b{color:var(--ui-blue);text-transform:uppercase}.home-statistics-table span{color:var(--ui-text)}.home-statistics-empty{grid-column:1 / -1;color:var(--ui-muted)}.home-social-window,.home-ranking-window,.home-settings-window{display:grid;gap:14px}.home-social-toolbar{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px}.home-social-toolbar label{display:grid;gap:4px}.home-social-toolbar input,.home-settings-window select{min-height:38px;border:1px solid rgba(138,165,154,.28);background:#0000004d;color:var(--ui-text)}.home-list{display:grid;gap:8px;max-height:420px;overflow:auto}.home-list-row{grid-template-columns:42px 1fr auto;min-height:62px;padding:10px}.home-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#58c9ff29;color:var(--ui-gold-bright);font-weight:900}.home-list-row button,.home-social-toolbar button{min-height:34px;border:1px solid rgba(231,207,125,.3);background:#ffffff0f;color:var(--ui-text)}.home-ranking-head{display:flex;justify-content:space-between;gap:12px;padding:14px 16px}.home-ranking-table{display:grid;gap:7px}.home-ranking-table article{grid-template-columns:56px 1fr 90px 70px;min-height:54px;padding:9px 12px}.home-ranking-table .is-self{border-color:#e7cf7db3;background:#e7cf7d1c}.home-ranking-table em{color:var(--ui-gold-bright);font-style:normal;font-weight:900}.home-settings-window label{display:grid;grid-template-columns:1fr minmax(160px,260px);align-items:center;gap:18px;padding:16px}.home-settings-window input[type=checkbox]{width:22px;height:22px}.home-settings-window button{min-height:42px;border:1px solid rgba(255,133,94,.62);border-radius:8px;background:#8e2f2047;color:#ffe5d7;font-weight:800}.home-settings-window small{color:var(--ui-muted);line-height:1.4}.home-panel>small{display:block;margin-top:24px;padding-top:14px;border-top:1px solid rgba(231,207,125,.18);color:#f8f0d2cc;font-size:13px}.home-panel-close{position:absolute;top:8px;right:10px;width:36px;height:36px;border:1px solid rgba(231,207,125,.34);border-radius:4px;background:#ffffff0f;color:var(--ui-text);font-size:0;font-weight:800;cursor:pointer}.home-panel-close:before{content:"×";font-size:18px}@media(max-width:840px),(orientation:landscape)and (max-height:520px){.home-actions{top:auto;right:12px;bottom:12px;grid-template-columns:repeat(6,minmax(72px,1fr));width:calc(100vw - 24px);transform:none}.home-action,.home-action-combat{min-height:58px;padding:9px 10px;text-align:center}.home-action span{font-size:14px}.home-action small{font-size:10px}.home-status{left:14px;bottom:84px;width:220px;padding:12px 14px}.home-panel{left:50%;top:50%;width:min(520px,calc(100vw - 28px));min-height:210px;padding:24px 22px;transform:translate(-50%,-50%)}.home-window-header strong{font-size:24px}.home-team-layout,.home-combat-window,.home-statistics-tables,.home-statistics-kpis,.home-combat-rules,.home-roster-grid{grid-template-columns:1fr}}#game-root canvas{image-rendering:auto}#hud-root{position:fixed;top:16px;right:16px;bottom:16px;width:min(344px,calc(100vw - 32px));display:flex;flex-direction:column;gap:8px;pointer-events:none;z-index:6}#command-root{position:fixed;left:18px;bottom:12px;width:min(1188px,calc(100vw - 382px));display:grid;gap:6px;pointer-events:none;z-index:5}.hud-panel,.end-turn,.command-bar,.turn-order-strip{pointer-events:auto}.hud-panel{position:relative;overflow:hidden;border:0;border-radius:7px;background:url(data:image/png;base64,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) center / 100% 100% no-repeat,var(--ui-panel);box-shadow:inset 0 1px #ffffff14,0 10px 26px #0000003d;padding:10px;backdrop-filter:blur(10px)}.hud-panel:before{position:absolute;inset:0;border:1px solid rgba(92,210,255,.12);border-radius:inherit;content:"";pointer-events:none}.hud-log-panel{min-height:0;height:clamp(180px,40vh,360px);padding:18px 18px 20px;background:linear-gradient(180deg,#0a1211e6,#050909f2),var(--ui-panel);box-shadow:inset 0 0 0 2px #e7cf7d29,inset 0 0 0 5px #00000052,0 16px 34px #0000005c}.hud-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.turn-timer{display:grid;place-items:center;width:58px;height:58px;flex:0 0 auto;border-radius:50%;background:radial-gradient(circle at center,#18221f 58%,transparent 60%),conic-gradient(#d9c37e var(--timer-progress),rgba(245,236,210,.16) 0);border:1px solid rgba(245,236,210,.2)}.turn-timer strong{margin-top:4px;font-size:18px;line-height:16px}.turn-timer span{margin-top:-16px;color:#b9c8b5;font-size:10px;font-weight:700}.command-bar{position:relative;display:grid;grid-template-columns:100px minmax(132px,.92fr) 66px 186px minmax(300px,1.72fr) 140px;gap:8px;align-items:center;min-height:130px;overflow:hidden;border:0;border-radius:10px;background:linear-gradient(90deg,rgba(238,159,67,.1),transparent 13%,transparent 86%,rgba(238,159,67,.14)),linear-gradient(180deg,rgba(255,245,196,.08),transparent 30%,rgba(0,0,0,.24)),url(/assets/ui_combat_dock-D0kJk1X0.png) center / 100% 100% no-repeat,var(--ui-panel-strong);box-shadow:inset 0 0 0 2px #dec4772e,inset 0 0 0 5px #0408088f,inset 0 1px #ffffff14,0 18px 48px #0000005c;padding:14px 16px 14px 18px;backdrop-filter:blur(10px)}.combat-command{grid-template-areas:"portrait identity timer resources spells end"}.combat-command .command-portrait-wrap{grid-area:portrait}.combat-command .command-identity{grid-area:identity}.combat-command .turn-timer{grid-area:timer}.combat-command .resource-strip{grid-area:resources}.combat-command .command-spells{grid-area:spells}.combat-command .command-end{grid-area:end}.turn-order-strip{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;width:min(470px,100%);min-height:42px;border:1px solid rgba(231,207,125,.24);border-radius:8px;background:linear-gradient(180deg,#1c2622f0,#080d0cf0);box-shadow:inset 0 1px #ffffff14,0 10px 24px #00000042;padding:5px 7px}.turn-order-label{display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(231,207,125,.36);border-radius:50%;background:#00000038;color:var(--ui-gold);font-family:Georgia,serif;font-size:9px;font-weight:800;text-transform:uppercase;white-space:nowrap}.placement-command{grid-template-columns:108px 180px 62px minmax(180px,1fr) 152px;width:min(980px,100%);min-height:132px}.command-identity{display:grid;gap:3px;min-width:0;align-content:center;height:86px;overflow:hidden;border-right:2px solid rgba(230,201,121,.12);border-left:2px solid rgba(0,0,0,.44);background:linear-gradient(90deg,rgba(0,0,0,.28),transparent 18%,transparent 82%,rgba(230,201,121,.08));padding:0 10px}.command-portrait-wrap{position:relative;display:grid;place-items:center;width:min(100%,98px);aspect-ratio:1;justify-self:center;background:url(data:image/png;base64,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) center / 100% 100% no-repeat;filter:drop-shadow(0 9px 12px rgba(0,0,0,.32))}.command-portrait{width:78%;height:78%;object-fit:contain;object-position:center bottom}.command-identity small{overflow:hidden;color:var(--ui-gold);font-size:11px;font-weight:800;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.command-identity strong{overflow:hidden;font-family:Georgia,serif;font-size:clamp(20px,1.48vw,26px);line-height:1.1;color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap}.resource-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:82px;gap:6px;height:82px;min-width:0}.resource-badge{position:relative;display:grid;grid-template-rows:34px 26px 8px;gap:1px;align-items:center;justify-items:center;min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(231,207,125,.42);border-radius:6px;background:linear-gradient(135deg,rgba(255,240,168,.14),transparent 33%),linear-gradient(180deg,#2d3028fa,#080c0cfa);color:var(--ui-muted);font-weight:800;box-shadow:inset 0 0 0 1px #00000085,0 4px 10px #0003;padding:6px 5px 5px}.resource-pv{grid-column:auto}.resource-icon{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.28),transparent 28%),linear-gradient(180deg,#405a56db,#0d1312f5);box-shadow:inset 0 0 0 2px #e7cf7d47,0 3px 7px #00000052}.resource-pa .resource-icon{background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.32),transparent 28%),linear-gradient(180deg,#2893b5f0,#102d37fa)}.resource-pm .resource-icon{border-radius:8px;background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.28),transparent 28%),linear-gradient(180deg,#5ba252f0,#1a3e22fa);transform:rotate(45deg) scale(.82)}.resource-pv .resource-icon{background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.28),transparent 28%),linear-gradient(180deg,#bb373df5,#531418fa)}.resource-icon img{position:absolute;inset:4px;width:25px;height:25px;object-fit:contain;opacity:.38;filter:drop-shadow(0 3px 4px rgba(0,0,0,.36))}.resource-mark{position:relative;z-index:1;color:#fff4c7;font-family:Georgia,serif;font-size:10px;line-height:1;text-shadow:0 2px 3px #000}.resource-pm .resource-mark{transform:rotate(-45deg)}.resource-copy{display:grid;gap:0;min-width:0;justify-items:center;width:100%}.resource-strip strong{z-index:1;color:var(--ui-text);overflow:hidden;font-family:Georgia,serif;font-size:17px;line-height:17px;max-width:100%;text-align:center;text-overflow:clip;white-space:nowrap}.resource-strip small{z-index:1;color:var(--ui-gold);overflow:hidden;font-size:9px;line-height:10px;max-width:100%;text-align:center;text-overflow:clip;text-transform:uppercase;white-space:nowrap}.resource-pips{display:flex;gap:3px;justify-content:center;width:100%}.resource-pips i,.spell-pips i{display:block;width:5px;height:5px;border-radius:50%;background:#7c8f8975;box-shadow:inset 0 0 0 1px #0000006b}.resource-pa .resource-pips i.is-lit,.spell-pips i.is-lit{background:#58c9ff;box-shadow:0 0 6px #58c9ffa3}.resource-pm .resource-pips i.is-lit{background:#84df65;box-shadow:0 0 6px #84df658f}.resource-pv .resource-pips i.is-lit{background:#ff6464;box-shadow:0 0 6px #ff646480}.resource-life{position:absolute;right:8px;bottom:6px;left:8px;height:5px;border-radius:99px;background:#8c2427}.resource-pv .resource-copy{padding-bottom:5px}.resource-pv .resource-copy small{min-width:0}.resource-life:after{display:block;width:var(--pv-ratio);height:100%;border-radius:inherit;background:#49d35c;content:""}.command-spells{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;align-items:stretch}.command-spells button{position:relative;display:grid;grid-template-rows:minmax(48px,1fr) 17px 13px 8px;min-height:104px;padding:9px 8px 8px;border:0;border-radius:8px;background:linear-gradient(180deg,rgba(255,246,202,.08),transparent 32%,rgba(0,0,0,.28)),url(data:image/png;base64,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) center / 100% 100% no-repeat,#f5ecd212;color:var(--ui-text);cursor:pointer;font-weight:800;box-shadow:inset 0 0 0 2px #e7cf7d3d,inset 0 0 0 5px #00000057,0 6px 12px #0000003d;text-shadow:0 1px 0 rgba(0,0,0,.42)}.command-spells button span,.command-spells button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-spells button small{color:var(--ui-gold);font-size:9px;line-height:1}.spell-art{display:grid!important;place-items:center;align-self:stretch;min-height:0;border-radius:5px;background:radial-gradient(circle at 50% 45%,rgba(88,201,255,.22),transparent 54%),linear-gradient(180deg,#040a0b14,#0000004d);box-shadow:inset 0 -1px #e7cf7d1f,inset 0 1px #ffffff0d}.spell-art img{width:min(64px,78%);max-height:64px;object-fit:contain;filter:saturate(1.12) brightness(1.16) drop-shadow(0 5px 5px rgba(0,0,0,.48))}.spell-cost{position:absolute;top:8px;left:10px;display:grid;place-items:center;width:27px;height:27px;border:2px solid rgba(231,207,125,.82);border-radius:50%;background:#25312d;color:#f8f0d2;font-size:14px;line-height:1}.spell-name{color:var(--ui-text);font-family:Georgia,serif;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:0;text-shadow:0 2px 2px rgba(0,0,0,.72)}.spell-pips{display:flex!important;gap:4px;justify-content:center;align-items:center;min-width:0}.command-spells button:hover{background:url(data:image/png;base64,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) center / 100% 100% no-repeat,#f5ecd214;filter:brightness(1.18) saturate(1.08)}.command-spells button:disabled{cursor:not-allowed;opacity:.46}.command-spells button.is-selected{background:url(/assets/ui_spell_card_selected-DvnT9X7C.png) center / 100% 100% no-repeat,#f2d36b24;box-shadow:0 0 18px #e7cf7d29;filter:brightness(1.35) saturate(1.22)}.command-cancel{color:#d8dece}.end-turn.command-end{display:grid;place-items:center;width:100%;min-width:0;min-height:76px;overflow:hidden;border:0;background:url(/assets/end_turn_button-BoOXIlCq.png) center / 100% 100% no-repeat;color:#ffe7b6;font-family:Georgia,serif;font-size:clamp(13px,.96vw,16px);line-height:1;padding:0 12px;text-transform:uppercase;box-shadow:inset 0 1px #ffffff5c,0 6px 14px #0000003d;text-shadow:0 2px 0 rgba(0,0,0,.55);white-space:nowrap}.end-turn.command-end:hover{background:url(/assets/end_turn_button_hover-DX9Z7w-7.png) center / 100% 100% no-repeat;filter:brightness(1.08) saturate(1.12)}.unit-inspector-tooltip{--ui-ink: #1f2c55;--ui-panel-hi: #3b4b8f;--ui-panel-lo: #26325f;--ui-panel-deep: #1b2547;--ui-copy: #ffffff;--ui-muted: #aabbe8;--ui-gold: #ffc93c;--ui-gold-hi: #ffe98a;--ui-gold-edge: #9c6500;--ui-hp: #ff6b5e;--ui-pa: #4fc3ff;--ui-pm: #5ee08a;--ui-blue: #3f7fdd;--ui-font-display: var(--kp-font-data);--ui-font-body: var(--kp-font-body);position:fixed;top:12px;left:12px;z-index:80;display:grid;grid-template-columns:minmax(0,.96fr) minmax(232px,1fr);grid-template-areas:"header header" "chips chips" "states states" "spells items";align-items:start;gap:9px 11px;width:min(560px,calc(100vw - 24px));max-height:min(480px,calc(100vh - 36px));overflow:visible;pointer-events:none;padding:12px 13px 14px;border:3px solid var(--ui-ink);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 22%),linear-gradient(180deg,var(--ui-panel-hi),var(--ui-panel-lo) 62%,var(--ui-panel-deep));box-shadow:inset 0 2px #ffffff38,inset 0 -4px #00000057,0 20px 40px #090f288c;color:var(--ui-copy);font-family:var(--ui-font-body)}.unit-inspector-tooltip[hidden]{display:none}.unit-inspector-tooltip.is-pinned{pointer-events:auto}.unit-inspector-close{display:none;position:absolute;top:8px;right:8px;z-index:3;width:30px;height:30px;place-items:center;border:3px solid var(--ui-ink);border-radius:50%;background:linear-gradient(180deg,#ff8a72,#e6472e 70%,#b52c17);box-shadow:inset 0 2px #fff6,0 4px 8px #0006;color:#fff;font:900 18px/1 var(--ui-font-body);text-shadow:0 1px 0 rgba(0,0,0,.4);cursor:pointer}.unit-inspector-close:hover{filter:brightness(1.08)}.unit-inspector-tooltip.is-pinned .unit-inspector-close{display:grid}.unit-inspector-header{grid-area:header;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:11px;padding:3px 42px 11px 4px;border-bottom:2px solid rgba(0,0,0,.28);box-shadow:0 1px #ffffff1f}.unit-inspector-portrait{display:block;width:56px;height:56px;overflow:hidden;border:3px solid var(--ui-ink);border-radius:50%;background:linear-gradient(180deg,#5b6fb8,#2a3563);box-shadow:inset 0 2px #ffffff47,0 0 0 2px var(--ui-gold),0 4px 8px #00000061}.unit-inspector-header.is-team-a .unit-inspector-portrait{box-shadow:inset 0 2px #ffffff47,0 0 0 2px var(--ui-blue),0 4px 8px #00000061}.unit-inspector-portrait img{width:100%;height:100%;object-fit:contain;object-position:center center;transform:translateY(30%) scale(3.4);transform-origin:center center}.unit-inspector-title{min-width:0;display:grid;gap:5px}.unit-inspector-title b{display:block;overflow:hidden;color:#fff;font:400 23px/1 var(--ui-font-display);letter-spacing:.4px;text-overflow:ellipsis;white-space:nowrap;text-shadow:-1.5px -1.5px 0 var(--ui-ink),1.5px -1.5px 0 var(--ui-ink),-1.5px 1.5px 0 var(--ui-ink),1.5px 1.5px 0 var(--ui-ink),0 2px 0 var(--ui-ink)}.unit-inspector-tags{display:flex;flex-wrap:wrap;gap:5px}.unit-inspector-tag{padding:3px 9px;border:2px solid var(--ui-ink);border-radius:999px;background:#090f286b;color:var(--ui-muted);font:800 10px/1 var(--ui-font-body);letter-spacing:.4px;text-transform:uppercase}.unit-inspector-tag.tag-team{background:linear-gradient(180deg,var(--ui-gold-hi),var(--ui-gold) 60%,var(--ui-gold-edge));color:var(--ui-ink)}.unit-inspector-chips{grid-area:chips;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.unit-inspector-chips .chip{display:flex;align-items:baseline;justify-content:space-between;gap:6px;min-width:0;padding:6px 9px;border:2px solid var(--ui-ink);border-radius:11px;background:linear-gradient(180deg,rgba(255,255,255,.14),transparent 46%),linear-gradient(180deg,#45569c,#2b3868);box-shadow:inset 0 1px #fff3,inset 0 -2px #0000004d}.unit-inspector-chips .chip small{color:var(--ui-muted);font:900 9px/1 var(--ui-font-body);letter-spacing:.5px;text-transform:uppercase}.unit-inspector-chips .chip b{color:#fff;font:400 15px/1 var(--ui-font-display);letter-spacing:.3px;text-shadow:0 1.5px 0 rgba(0,0,0,.35);white-space:nowrap}.unit-inspector-chips .chip b i{color:var(--ui-muted);font:800 11px/1 var(--ui-font-body);font-style:normal}.unit-inspector-chips .chip b u{color:var(--ui-pa);font:800 11px/1 var(--ui-font-body);text-decoration:none}.unit-inspector-chips .chip-hp{grid-column:span 2;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 46%),linear-gradient(180deg,#d84a3d,#9c2418)}.unit-inspector-chips .chip-hp b{color:#fff}.unit-inspector-chips .chip-pa{background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 46%),linear-gradient(180deg,#2f9fe0,#14567f)}.unit-inspector-chips .chip-pm{background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 46%),linear-gradient(180deg,#3fae5c,#1c6b34)}.unit-inspector-chips .chip-hp small,.unit-inspector-chips .chip-pa small,.unit-inspector-chips .chip-pm small{color:#ffffffd1}.unit-inspector-tooltip section{display:grid;gap:7px;min-width:0;margin:0}.unit-inspector-spells{grid-area:spells}.unit-inspector-items{grid-area:items}.unit-inspector-states{grid-area:states}.unit-inspector-tooltip section strong{color:var(--ui-gold-hi);font:900 11px/1 var(--ui-font-body);letter-spacing:.6px;text-transform:uppercase;text-shadow:0 1px 0 rgba(0,0,0,.4)}.unit-inspector-states div{display:flex;flex-wrap:wrap;gap:5px}.unit-inspector-states div span{padding:4px 9px;border:2px solid var(--ui-ink);border-radius:999px;background:#090f2866;color:var(--ui-muted);font:800 10px/1.1 var(--ui-font-body)}.unit-inspector-empty{padding:4px 9px;border:2px dashed rgba(170,187,232,.4);border-radius:999px;color:var(--ui-muted);font:800 10px/1.1 var(--ui-font-body)}.premium-action-bar{grid-template-columns:216px 74px 168px minmax(290px,1fr) 142px;grid-template-areas:"character timer resources spells end";gap:8px;min-height:148px;padding:14px 16px;border-radius:9px;background:linear-gradient(90deg,rgba(217,129,50,.16),transparent 13%,transparent 86%,rgba(217,129,50,.18)),linear-gradient(180deg,rgba(255,239,178,.1),transparent 24%,rgba(0,0,0,.34)),url(/assets/ui_combat_dock-D0kJk1X0.png) center / 100% 100% no-repeat,linear-gradient(180deg,#1c211d,#070b0b);box-shadow:inset 0 0 0 2px #e9cb773d,inset 0 0 0 6px #0000009e,inset 0 18px 20px #ffeeb30a,0 18px 44px #00000073}.premium-action-bar:before,.premium-action-bar:after{position:absolute;top:12px;bottom:12px;width:10px;border:1px solid rgba(230,129,58,.42);background:linear-gradient(180deg,#e79a4c,#78311e);box-shadow:0 0 12px #e6813a47;content:""}.premium-action-bar:before{left:8px}.premium-action-bar:after{right:8px}.action-character,.action-timer,.action-resources,.action-spells,.action-end-turn{min-width:0;z-index:1}.action-character{grid-area:character;display:grid;grid-template-columns:94px minmax(0,1fr);align-items:center;height:118px;overflow:hidden;border:1px solid rgba(229,203,130,.28);border-radius:7px;background:linear-gradient(90deg,#060a0a38,#e6c97914 48%,#00000052),linear-gradient(180deg,#222923e0,#060909eb);box-shadow:inset 0 0 0 3px #0000006b,inset 0 1px #ffffff14}.action-portrait-frame{position:relative;display:grid;place-items:center;width:88px;height:104px;margin-left:5px;overflow:hidden;border-radius:6px;background:url(data:image/png;base64,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) center / 100% 100% no-repeat,linear-gradient(180deg,#283230fa,#080c0cfa);filter:drop-shadow(0 7px 10px rgba(0,0,0,.38))}.action-portrait{width:78%;height:78%;object-fit:contain;object-position:center bottom}.action-team-crest{position:absolute;right:8px;bottom:7px;display:grid;place-items:center;width:20px;height:20px;border:1px solid rgba(244,218,132,.72);border-radius:4px;background:linear-gradient(180deg,#98532e,#391510);color:#ffe7b6;font-size:10px;font-weight:900;line-height:1}.action-character.team-a .action-team-crest{background:linear-gradient(180deg,#2f90b0,#123342)}.action-identity{display:grid;align-content:center;min-width:0;height:96px;padding:0 10px 0 8px;overflow:hidden;border-left:2px solid rgba(0,0,0,.56);box-shadow:inset 1px 0 #e6c97924}.action-identity span,.action-identity small{overflow:hidden;color:var(--ui-gold);font-size:10px;font-weight:900;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.action-identity strong{overflow:hidden;color:#fff2c9;font-family:Georgia,serif;font-size:24px;line-height:1.08;text-overflow:ellipsis;text-shadow:0 3px 2px rgba(0,0,0,.68);white-space:nowrap}.action-timer{grid-area:timer;position:relative;display:grid;place-items:center;width:74px;height:74px;border-radius:50%;background:radial-gradient(circle at center,#141716 43%,transparent 44%),conic-gradient(#f09a32 var(--timer-progress),rgba(245,236,210,.16) 0),linear-gradient(180deg,#2b302b,#070a0a);box-shadow:inset 0 0 0 4px #0b0d0cdb,inset 0 0 0 7px #e7cf7d4d,0 8px 15px #00000061}.action-timer strong{color:#f8f0d2;font-family:Georgia,serif;font-size:24px;line-height:22px;text-shadow:0 3px 2px rgba(0,0,0,.72)}.action-timer small{margin-top:-28px;color:#ffe0a0;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase}.timer-rivets:before,.timer-rivets:after{position:absolute;left:50%;width:13px;height:13px;transform:translate(-50%);background:linear-gradient(180deg,#d6c184,#4b4630);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);content:""}.timer-rivets:before{top:-5px}.timer-rivets:after{bottom:-5px}.action-resources{grid-area:resources;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;align-items:center;height:94px}.resource-orb{position:relative;display:grid;grid-template-rows:38px 18px 12px 8px;justify-items:center;align-items:center;min-width:0;height:88px;overflow:hidden;border:1px solid rgba(231,207,125,.38);border-radius:7px;background:linear-gradient(135deg,rgba(255,238,164,.16),transparent 34%),linear-gradient(180deg,#2d332e,#070b0b);box-shadow:inset 0 0 0 3px #00000075,0 5px 10px #00000047;padding:6px 5px 5px}.resource-orb-icon{position:relative;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(180deg,#475b57,#111918);box-shadow:inset 0 0 0 2px #e7cf7d4d,0 4px 8px #00000057}.resource-pa .resource-orb-icon{background:linear-gradient(180deg,#3190b6,#102f3b)}.resource-pm .resource-orb-icon{border-radius:8px;background:linear-gradient(180deg,#6cad58,#1d4728);transform:rotate(45deg) scale(.83)}.resource-pv .resource-orb-icon{background:linear-gradient(180deg,#c64e50,#551819)}.resource-orb-icon img{position:absolute;inset:5px;width:26px;height:26px;object-fit:contain;opacity:.38}.resource-orb-icon b{z-index:1;color:#fff4c7;font-family:Georgia,serif;font-size:10px;line-height:1;text-shadow:0 2px 3px #000}.resource-pm .resource-orb-icon b{transform:rotate(-45deg)}.resource-orb strong{overflow:hidden;max-width:100%;color:#fff2c9;font-family:Georgia,serif;font-size:17px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.resource-orb small{color:var(--ui-gold);font-size:9px;font-weight:900;line-height:1;text-transform:uppercase}.resource-orb-pips{display:flex;gap:3px;justify-content:center;width:100%}.resource-orb-pips i,.action-spell-card .spell-pips i{display:block;width:5px;height:5px;border-radius:50%;background:#788a8480;box-shadow:inset 0 0 0 1px #00000075}.resource-pa .resource-orb-pips i.is-lit,.action-spell-card .spell-pips i.is-lit{background:#58c9ff;box-shadow:0 0 6px #58c9ffa8}.resource-pm .resource-orb-pips i.is-lit{background:#84df65;box-shadow:0 0 6px #84df6594}.resource-pv .resource-orb-pips i.is-lit{background:#ff6464;box-shadow:0 0 6px #ff64648a}.resource-orb-life{position:absolute;right:8px;bottom:5px;left:8px;height:5px;border-radius:99px;background:#792126}.resource-orb-life:after{display:block;width:var(--resource-ratio);height:100%;border-radius:inherit;background:#49d35c;content:""}.action-spells{grid-area:spells;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;height:118px}.action-spell-card{position:relative;display:grid;grid-template-rows:minmax(56px,1fr) 17px 13px 8px;min-height:118px;padding:9px 8px 8px;overflow:hidden;border:0;border-radius:7px;background:linear-gradient(180deg,rgba(255,246,202,.1),transparent 31%,rgba(0,0,0,.34)),url(data:image/png;base64,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) center / 100% 100% no-repeat,linear-gradient(180deg,#202821,#060a0a);box-shadow:inset 0 0 0 2px #e7cf7d47,inset 0 0 0 5px #0006,0 7px 14px #00000052;color:var(--ui-text);cursor:pointer;font-weight:800;text-shadow:0 1px 0 rgba(0,0,0,.42)}.action-spell-card span,.action-spell-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-spell-card .spell-art{border-radius:5px;background:radial-gradient(circle at 50% 45%,rgba(88,201,255,.24),transparent 55%),linear-gradient(180deg,#040a0b14,#0000005c)}.action-spell-card .spell-art img{width:min(66px,80%);max-height:66px}.action-spell-card .spell-cost{top:8px;left:9px;width:28px;height:28px;border-color:#e7cf7de6;background:linear-gradient(180deg,#25536a,#122931)}.action-spell-card .spell-name{font-size:10px}.action-spell-card.is-selected{box-shadow:inset 0 0 0 2px #ffe79cc7,inset 0 0 0 5px #00000057,0 0 20px #f2d36b3d}.action-end-turn{grid-area:end;align-self:center;min-height:82px;border-radius:8px;background:url(/assets/end_turn_button-BoOXIlCq.png) center / 100% 100% no-repeat;box-shadow:inset 0 0 0 2px #ffe8b338,inset 0 0 0 6px #2a0a0873,0 8px 16px #00000052}.action-end-turn span{display:block;overflow:hidden;max-width:100%;color:#ffe7b6;font-family:Georgia,serif;font-size:15px;line-height:1;text-overflow:ellipsis;text-shadow:0 3px 0 rgba(0,0,0,.64);white-space:nowrap}.command-hint{min-width:0;overflow:hidden;color:#d8dece;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hud-kicker{display:block;color:var(--ui-gold);font-size:11px;font-weight:700;text-transform:uppercase}.hud-stats,.hud-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hud-copy{margin:8px 0 0;color:var(--ui-muted);font-size:13px}.hud-stats span,.hud-actions button,.end-turn{min-height:38px;border:1px solid rgba(245,236,210,.18);border-radius:6px;background:#f5ecd214;color:#f5ecd2;font-weight:700}.hud-actions{grid-template-columns:1fr;margin-top:8px}.hud-actions button{display:flex;align-items:center;justify-content:space-between;padding:0 10px;cursor:pointer}.hud-actions button:hover,.end-turn:hover{background:#d9c37e2e}.hud-actions button:disabled,.end-turn:disabled{cursor:not-allowed;opacity:.46}.hud-actions button.is-selected{border-color:#f2d36be6;background:#f2d36b33}.hud-actions small{color:#d9c37e}.ghost-action{width:100%;min-height:34px;margin-top:8px;border:1px solid rgba(245,236,210,.14);border-radius:6px;background:transparent;color:#d8dece;cursor:pointer}.timeline{display:flex;gap:5px;min-width:0}.timeline-unit{position:relative;display:grid;place-items:center;width:44px;height:34px;flex:0 0 44px;overflow:hidden;border:0;border-radius:5px;background:linear-gradient(180deg,#f5ecd21c,#0003),#f5ecd20f;color:var(--ui-text);cursor:pointer;padding:0;box-shadow:inset 0 0 0 1px #e7cf7d47,0 2px 6px #0000003d}.timeline-unit.team-a{background:linear-gradient(90deg,rgba(84,201,255,.5),transparent 42%),linear-gradient(180deg,#f5ecd21c,#0003)}.timeline-unit.team-b{background:linear-gradient(90deg,rgba(255,92,75,.52),transparent 42%),linear-gradient(180deg,#f5ecd21c,#0003)}.timeline-unit img{width:35px;height:31px;object-fit:contain;object-position:center bottom}.timeline-unit span{position:absolute;right:3px;bottom:2px;color:#f8f0d2;font-size:9px;font-weight:900;text-shadow:0 1px 2px #000}.timeline-unit:hover{border-color:#fff0a8a3;background:#f2d36b24}.timeline-unit.is-active{box-shadow:inset 0 0 0 2px #fff0a8f0,0 0 14px #e7cf7d52}.timeline-unit.is-active:before{position:absolute;left:50%;bottom:-2px;width:12px;height:12px;background:var(--ui-gold);content:"";transform:translate(-50%) rotate(45deg)}.timeline-unit.is-active img,.timeline-unit.is-active span{position:relative;z-index:1}.timeline-unit.is-dead{opacity:.35}.state-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.state-row span{border-radius:999px;background:#ff816b29;color:#ffd1c9;padding:4px 7px;font-size:11px;font-weight:700}.hud-roster{display:grid;gap:8px;margin-top:8px}.hud-unit{display:grid;grid-template-columns:1fr auto;gap:4px 8px;align-items:center;font-size:13px}.hud-unit span{color:#b9c8b5;font-size:12px}.hud-unit meter{grid-column:1 / -1;width:100%}.hud-unit.is-dead{opacity:.45}.hud-log{display:block;gap:6px;list-style:none;max-height:calc(100% - 28px);margin:10px 0 0;padding:0 12px 10px 0;overflow:auto;color:var(--ui-muted);font-size:13px;line-height:1.45;scrollbar-color:rgba(231,207,125,.42) rgba(0,0,0,.18)}.hud-log li{position:relative;margin:0 0 7px;border-left:3px solid rgba(231,207,125,.24);border-radius:4px;background:#f5ecd209;padding:4px 7px 4px 8px;overflow-wrap:anywhere}.hud-log li::marker{content:""}.unit-inspector-tooltip section div.unit-inspector-loadout{display:flex;flex-wrap:wrap;align-content:start;gap:7px}.unit-inspector-tooltip section div .unit-inspector-entry{display:grid;grid-template-rows:44px auto auto;justify-items:center;align-content:start;gap:3px;width:74px;padding:6px 5px 7px;border:2px solid var(--ui-ink);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.14),transparent 42%),linear-gradient(180deg,#45569c,#2b3868);box-shadow:inset 0 1px #fff3,inset 0 -2px #0000004d;color:var(--ui-copy);text-align:center;transition:transform .12s ease,filter .12s ease}.unit-inspector-entry-icon{display:grid;place-items:center;width:44px;height:44px;overflow:hidden;border:2px solid var(--ui-ink);border-radius:10px;background:linear-gradient(180deg,#1d284f,#10193a);box-shadow:inset 0 2px 4px #00000080}.unit-inspector-entry-icon img{width:100%;height:100%;object-fit:contain}.unit-inspector-entry-icon i{color:var(--ui-gold-hi);font:400 20px/1 var(--ui-font-display);font-style:normal}.unit-inspector-entry b,.unit-inspector-entry small{max-width:100%;overflow:hidden}.unit-inspector-entry b{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;text-align:center}.unit-inspector-entry small{text-overflow:ellipsis;white-space:nowrap}.unit-inspector-tooltip.is-pinned .unit-inspector-entry{cursor:help}.unit-inspector-tooltip.is-pinned .unit-inspector-entry:hover{transform:translateY(-2px);filter:brightness(1.1)}.unit-inspector-entry b{color:#fff;font:800 9px/1.1 var(--ui-font-body)}.unit-inspector-entry small{color:var(--ui-gold-hi);font:900 9px/1 var(--ui-font-body);letter-spacing:.3px;text-transform:uppercase}.unit-inspector-detail{position:absolute;top:70px;left:calc(100% + 12px);z-index:4;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"main" "status" "stats";align-items:start;gap:9px;width:min(288px,calc(100vw - 600px));max-height:min(320px,calc(100vh - 92px));margin-top:0;overflow-y:auto;padding:13px;border:3px solid var(--ui-ink);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent 20%),linear-gradient(180deg,var(--ui-panel-hi),var(--ui-panel-deep));box-shadow:inset 0 2px #fff3,0 20px 40px #090f288c}.unit-inspector-detail[hidden]{display:none}.unit-inspector-detail-main{grid-area:main;display:grid;gap:7px;min-width:0}.unit-inspector-detail-main img{width:46px;height:46px;object-fit:contain;border:2px solid var(--ui-ink);border-radius:10px;background:linear-gradient(180deg,#1d284f,#10193a)}.unit-inspector-detail-main b{color:#fff;font:400 20px/1.05 var(--ui-font-display);letter-spacing:.3px;text-shadow:-1.5px -1.5px 0 var(--ui-ink),1.5px -1.5px 0 var(--ui-ink),-1.5px 1.5px 0 var(--ui-ink),1.5px 1.5px 0 var(--ui-ink)}.unit-inspector-detail-status{grid-area:status;display:grid;gap:6px;min-width:0;padding-top:9px;border-top:2px solid rgba(0,0,0,.28);box-shadow:0 -1px #ffffff1a}.unit-inspector-detail-stats{grid-area:stats;display:grid;gap:5px;min-width:0}.unit-inspector-detail-status strong,.unit-inspector-detail-stats strong{color:var(--ui-gold-hi);font:900 11px/1.1 var(--ui-font-body);letter-spacing:.5px;text-transform:uppercase}.unit-inspector-detail p,.unit-inspector-detail ul{margin:0}.unit-inspector-detail p,.unit-inspector-detail li,.unit-inspector-detail-stats p{font:700 11px/1.4 var(--ui-font-body)}.unit-inspector-detail p{color:var(--ui-muted)}.unit-inspector-detail ul{display:grid;gap:4px;padding-left:16px;color:#fff}.unit-inspector-detail li::marker{color:var(--ui-gold)}.unit-inspector-detail li b{color:var(--ui-gold-hi)}@media(max-width:920px){.unit-inspector-tooltip{width:min(548px,calc(100vw - 24px));max-height:calc(100vh - 36px);overflow-y:auto}.unit-inspector-detail{position:static;width:auto;max-height:220px}}.auto-battle-stats-panel{position:fixed;top:12px;left:12px;z-index:70;width:310px;padding:11px 12px;pointer-events:none;border:1px solid rgba(214,174,91,.7);border-radius:5px;background:#060b0df0;box-shadow:0 12px 28px #0000008c;color:#e9dfc8;font:700 11px/1.35 Inter,system-ui,sans-serif}.auto-battle-stats-panel header,.auto-battle-stats-panel .auto-battle-score,.auto-battle-stats-panel .auto-battle-rank{display:flex;align-items:center;justify-content:space-between;gap:8px}.auto-battle-stats-panel header{padding-bottom:7px;border-bottom:1px solid rgba(214,174,91,.3)}.auto-battle-stats-panel header strong{color:#f3d58b;font-family:Georgia,serif;font-size:16px}.auto-battle-stats-panel .auto-battle-score{margin:8px 0;font-size:13px}.auto-battle-stats-panel .team-a{color:#69bcff}.auto-battle-stats-panel .team-b{color:#ff756c}.auto-battle-stats-panel section{margin-top:7px}.auto-battle-stats-panel section>b{display:block;margin-bottom:3px;color:#ad9a74;font-size:9px;text-transform:uppercase}.auto-battle-stats-panel .auto-battle-rank small{color:#8f9c98}.log-event span{color:var(--ui-muted)}.log-caster,.log-spell{color:#fff0c8;font-family:Georgia,serif;font-weight:900}.log-delta{font-weight:950;white-space:nowrap}.log-damage{color:#ff5f52}.log-heal{color:#6ff09a}.log-boost{color:#69d4ff}.log-event.is-damage{border-left-color:#ff705f;background:#ff705f13}.log-event.is-damage span{color:#ffc0b7}.log-event.is-heal{border-left-color:#80f0a2;background:#80f0a212}.log-event.is-heal span{color:#bff5d1}.log-event.is-boost{border-left-color:#58c9ff;background:#58c9ff12}.log-event.is-boost span{color:#bce8ff}.log-event.is-cast{border-left-color:#fff0a8}.log-event.is-move{border-left-color:#d6b16c}.log-event.is-state{border-left-color:#b64b8b;background:#b64b8b14}.log-event.is-state span{color:#f0c0df}.log-event.is-tile{border-left-color:#ffb24d;background:#ffb24d14}.log-event.is-tile span{color:#ffd9a3}.placement-tip{display:grid;gap:4px;flex:0 0 auto}.placement-tip strong{color:var(--ui-text);font-family:Georgia,serif;font-size:22px}.placement-tip span:last-child{color:var(--ui-muted);font-size:12px;font-weight:700}.end-turn{padding:0 14px;background:#d9c37e;color:#15201d;cursor:pointer}.inline-end-turn{width:100%;margin-top:10px}@media(min-width:821px)and (max-width:1180px){#hud-root{width:304px}#command-root{width:calc(100vw - 340px)}.turn-order-strip{width:min(430px,100%);grid-template-columns:30px minmax(0,1fr)}.command-bar{grid-template-columns:86px minmax(118px,1fr) 54px 176px 118px;grid-template-rows:62px 92px;gap:7px;min-height:176px;padding:14px}.combat-command{grid-template-areas:"portrait identity timer resources end" "spells spells spells spells spells"}.premium-action-bar{grid-template-columns:190px 64px 160px 126px;grid-template-rows:92px 108px;grid-template-areas:"character timer resources end" "spells spells spells spells";min-height:218px}.action-character{grid-template-columns:76px minmax(0,1fr);height:86px}.action-portrait-frame{width:70px;height:78px}.action-identity{height:76px;padding-right:8px}.action-identity strong{font-size:22px}.action-timer{width:60px;height:60px}.action-timer strong{font-size:19px;line-height:18px}.action-resources{height:78px}.resource-orb{grid-template-rows:28px 15px 10px 6px;height:72px;padding:5px}.resource-orb-icon{width:28px;height:28px}.resource-orb-icon img{width:20px;height:20px}.action-spells{height:102px}.action-spell-card{grid-template-rows:minmax(44px,1fr) 16px 12px 7px;min-height:102px}.action-end-turn{min-height:62px}.placement-command{grid-template-columns:96px 160px 58px minmax(110px,1fr) 132px;grid-template-rows:96px;min-height:124px}.placement-command .command-identity strong{font-size:21px}.command-portrait-wrap{width:96px}.command-identity strong{font-size:24px}.command-hint{font-size:12px}.turn-timer{width:52px;height:52px}.resource-strip{height:62px;gap:5px;grid-template-rows:62px}.resource-badge{grid-template-rows:28px 21px 6px;padding:5px}.resource-strip strong{font-size:15px;line-height:15px}.resource-icon{width:30px;height:30px}.resource-icon img{width:22px;height:22px}.command-spells{gap:7px}.command-spells button{min-height:88px;padding:10px 8px 8px}.spell-art img{width:52px;max-height:52px}.spell-name{font-size:12px}.end-turn.command-end{min-height:58px;font-size:15px}}@media(max-width:820px){#hud-root{inset:auto 10px 10px;width:auto;max-height:45vh;overflow:auto}#command-root{left:10px;width:calc(100vw - 20px);bottom:calc(45vh + 18px)}.turn-order-strip{display:none}.command-bar,.placement-command{grid-template-columns:74px 1fr 58px 96px;grid-template-rows:58px 86px;min-height:112px;padding:12px}.placement-command{grid-template-columns:56px minmax(0,1fr) 50px 82px;grid-template-rows:62px;min-height:86px;gap:6px}.placement-command .command-portrait-wrap{width:52px}.placement-command .command-identity{height:52px;padding:0 6px}.placement-command .command-identity strong{font-size:16px;line-height:1}.placement-command .command-identity .hud-kicker,.placement-command .command-hint{font-size:10px;line-height:1.05}.placement-command .action-timer{width:50px;height:50px;min-width:50px}.placement-command .action-timer strong{font-size:16px}.placement-command .action-timer small{font-size:8px}.placement-command .end-turn.command-end{width:82px;min-width:82px;max-width:82px;min-height:52px;font-size:12px;padding:0 6px;overflow:visible}.combat-command{grid-template-areas:"portrait identity timer end" "spells spells spells spells"}.premium-action-bar{grid-template-columns:74px minmax(0,1fr) 58px 96px;grid-template-rows:58px 88px;grid-template-areas:"character character timer end" "spells spells spells spells";min-height:158px}.action-character{grid-template-columns:56px minmax(0,1fr);height:58px}.action-portrait-frame{width:52px;height:52px;margin-left:2px}.action-team-crest{right:4px;bottom:4px;width:16px;height:16px;font-size:9px}.action-identity{height:52px;padding:0 7px}.action-identity span,.action-identity small{font-size:8px}.action-identity strong{font-size:18px}.action-timer{width:52px;height:52px}.action-timer strong{font-size:17px;line-height:16px}.action-timer small{margin-top:-22px;font-size:8px}.action-spells{height:84px}.action-spell-card{grid-template-rows:minmax(38px,1fr) 14px 11px 6px;min-height:84px;padding:8px 6px 6px}.action-spell-card .spell-art img{width:min(44px,68%);max-height:44px}.action-spell-card .spell-name{font-size:9px}.action-end-turn{min-height:52px}.action-end-turn span{font-size:13px}.resource-strip,.command-hint{display:none}.command-spells{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr))}.command-spells button{min-height:86px;padding:10px 8px 8px}.spell-art img{width:42px;max-height:42px}.spell-cost{width:24px;height:24px;font-size:13px}.command-portrait-wrap{width:72px}.command-identity{height:58px;padding:0 8px}.command-identity strong{font-size:20px}.end-turn.command-end{min-height:58px;font-size:13px}.hud-panel{padding:10px}.hud-log-panel{min-height:auto;height:auto}.hud-log{max-height:18vh;font-size:12px}}.premium-action-bar{grid-template-columns:210px 74px 160px minmax(280px,1fr) 130px;grid-template-areas:"character timer resources spells end";gap:6px;min-height:152px;border:0;border-radius:0;background:transparent;box-shadow:0 18px 44px #00000073;padding:12px 18px 15px}.premium-action-bar:before{left:1px;width:48px;background:url(/assets/ornament_cap_left-C1r17K3l.png) left center / contain no-repeat}.premium-action-bar:after{right:1px;width:48px;background:url(/assets/ornament_cap_right-BNLz11ps.png) right center / contain no-repeat}.premium-action-bar:before,.premium-action-bar:after{top:12px;bottom:12px;border:0;box-shadow:none;pointer-events:none}.action-character{grid-template-columns:98px minmax(0,1fr);height:120px;border:0;border-radius:0;background:transparent;box-shadow:none}.action-portrait-frame{width:96px;height:116px;margin-left:0;border-radius:0;background:url(/assets/portrait_frame-DyY3WokH.png) center / 100% 100% no-repeat;filter:drop-shadow(0 7px 10px rgba(0,0,0,.44))}.action-portrait{width:70%;height:70%}.action-team-crest{right:10px;bottom:12px}.action-identity{height:82px;margin-left:-4px;border:0;background:transparent;box-shadow:none;padding:5px 10px 0 12px}.action-identity strong{font-size:25px}.action-timer{width:78px;height:86px;border-radius:0;background:url(/assets/timer_frame-v0qBR2Go.png) center / contain no-repeat;box-shadow:none}.action-timer strong{margin-top:7px;font-size:23px}.action-timer small{margin-top:-27px}.timer-rivets{display:none}.action-resources{height:108px;gap:4px}.resource-orb{grid-template-rows:42px 17px 12px 8px;height:104px;border:0;border-radius:0;background:url(/assets/resource_frame_pa-CgVcEmrp.png) center / 100% 100% no-repeat;box-shadow:none;padding:12px 6px 8px}.resource-pm{background-image:url(/assets/resource_frame_pm-kwtPwndK.png)}.resource-pv{background-image:url(/assets/resource_frame_pv-9e347jYh.png)}.resource-orb-icon{width:36px;height:36px;box-shadow:none}.resource-orb-life{right:15px;bottom:13px;left:15px}.action-spells{height:124px;gap:7px}.action-spell-card{grid-template-rows:minmax(60px,1fr) 17px 13px 8px;min-height:124px;border-radius:0;background:url(/assets/spell_card_frame-H46gTsWV.png) center / 100% 100% no-repeat;box-shadow:none;padding:13px 12px 10px}.action-spell-card.is-selected{background-image:url(/assets/spell_card_frame_selected-D_vSVPqF.png);box-shadow:none;filter:saturate(1.08) brightness(1.06)}.action-spell-card .spell-art{border-radius:0;background:transparent;box-shadow:none}.action-spell-card .spell-art img{width:min(70px,82%);max-height:70px}.action-spell-card .spell-cost{top:8px;left:7px;width:30px;height:30px;border:0;background:url(/assets/resource_frame_pa-CgVcEmrp.png) center / 150% 150% no-repeat,#173445;box-shadow:none}.action-end-turn{min-height:90px;border-radius:0;background:url(/assets/end_turn_button-BoOXIlCq.png) center / 100% 100% no-repeat;box-shadow:none}.action-end-turn:hover{background:url(/assets/end_turn_button_hover-DX9Z7w-7.png) center / 100% 100% no-repeat;filter:brightness(1.04)}.action-end-turn span{overflow:visible;max-width:none;font-size:10px;text-overflow:clip;transform:translateY(1px)}@media(min-width:821px)and (max-width:1180px){.premium-action-bar{grid-template-columns:196px 70px 162px 124px;grid-template-rows:96px 122px;grid-template-areas:"character timer resources end" "spells spells spells spells";min-height:226px}.action-character{grid-template-columns:82px minmax(0,1fr);height:92px}.action-portrait-frame{width:80px;height:88px}.action-identity{height:72px}.action-identity strong{font-size:21px}.action-timer{width:66px;height:72px}.action-resources{height:84px}.resource-orb{grid-template-rows:30px 15px 10px 6px;height:80px;padding:8px 5px 6px}.resource-orb-icon{width:30px;height:30px}.action-spells{height:118px}}@media(max-width:820px){.premium-action-bar{grid-template-columns:78px minmax(0,1fr) 58px 100px;grid-template-rows:64px 94px;grid-template-areas:"character character timer end" "spells spells spells spells";min-height:166px;padding:9px 10px 11px}.action-character{grid-template-columns:58px minmax(0,1fr);height:60px}.action-portrait-frame{width:56px;height:58px}.action-identity{height:54px;padding:0 8px}.action-identity strong{font-size:18px}.action-timer{width:54px;height:58px}.action-timer strong{font-size:17px}.action-spells{height:90px}.action-spell-card{grid-template-rows:minmax(40px,1fr) 14px 11px 6px;min-height:88px;padding:9px 7px 7px}.action-spell-card .spell-art img{width:min(46px,70%);max-height:46px}.action-spell-card .spell-cost{width:24px;height:24px}.action-end-turn{min-height:56px}.action-end-turn span{font-size:12px}}.premium-action-bar{display:flex;grid-template-columns:none;grid-template-areas:none;align-items:center;width:fit-content;max-width:100%;min-height:132px;gap:0;overflow:visible;border:0;outline:0;border-radius:8px;background:linear-gradient(180deg,#e8c87321,#080c0c00 18%,#0000003d),linear-gradient(90deg,#080d0deb,#161c18f5 12%,#101412fa 55%,#090c0cf0);box-shadow:none;padding:6px 12px 6px 10px}.premium-action-bar:before,.premium-action-bar:after{display:none}.action-cap{display:none;flex:0 0 0;width:0;height:0;background-position:center;background-repeat:no-repeat;background-size:contain;pointer-events:none}.action-cap-left{background-image:url(/assets/ornament_cap_left-C1r17K3l.png)}.action-cap-right{background-image:url(/assets/ornament_cap_right-BNLz11ps.png)}.action-separator{display:block;flex:0 0 4px;width:4px;height:100px;background:url(data:image/png;base64,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) center / contain no-repeat;margin:0 -2px;opacity:.46;pointer-events:none}.action-portrait-block,.action-identity-block,.action-timer,.action-resources,.action-spells,.action-end-turn{flex:0 0 auto;min-width:0;z-index:1}.action-portrait-block{position:relative;display:grid;place-items:center;width:126px;height:126px;margin-right:-7px;overflow:hidden;background:url(/assets/portrait_frame-DyY3WokH.png) center / 100% 100% no-repeat;filter:drop-shadow(0 8px 12px rgba(0,0,0,.42))}.action-portrait-block .action-portrait{width:70%;height:70%;object-fit:contain;object-position:center bottom}.action-portrait-block .action-team-crest{right:13px;bottom:14px}.action-identity-block{display:grid;align-content:center;width:174px;height:96px;margin-right:-4px;overflow:hidden;background:url(/assets/identity_panel-Bls-v-1C.png) center / 100% 100% no-repeat;padding:13px 20px}.action-identity-block span,.action-identity-block small{overflow:hidden;color:var(--ui-gold);font-size:10px;font-weight:900;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.action-identity-block strong{overflow:hidden;color:#fff2c9;font-family:Georgia,serif;font-size:24px;line-height:1.08;text-overflow:ellipsis;text-shadow:0 3px 2px rgba(0,0,0,.68);white-space:nowrap}.action-timer{width:110px;height:116px;margin:0 -6px;background:url(/assets/timer_frame-v0qBR2Go.png) center / contain no-repeat}.action-timer strong{margin-top:11px;font-size:28px}.action-timer small{margin-top:-30px}.action-resources{display:flex;align-items:center;justify-content:center;width:auto;height:112px;gap:1px;margin:0 -2px;padding:4px 6px;border:0;outline:0;border-radius:6px;background:linear-gradient(180deg,rgba(255,230,158,.1),transparent 34%,rgba(0,0,0,.22)),#070a0a5c;box-shadow:none}.resource-orb{flex:0 0 64px;width:64px;height:102px;background:url(/assets/resource_frame_pa-CgVcEmrp.png) center / 100% 100% no-repeat}.resource-pm{background-image:url(/assets/resource_frame_pm-kwtPwndK.png)}.resource-pv{background-image:url(/assets/resource_frame_pv-9e347jYh.png)}.action-spells{display:flex;align-items:center;justify-content:center;flex:0 1 auto;width:auto;height:126px;gap:3px;margin:0 -2px;padding:3px 8px;border:0;outline:0;border-radius:6px;background:#0609093d;box-shadow:none}.action-spell-card{flex:0 0 112px;width:112px;min-height:122px;background:url(/assets/spell_card_frame-H46gTsWV.png) center / 100% 100% no-repeat}.action-spell-card.is-selected{background-image:url(/assets/spell_card_frame-H46gTsWV.png)}.action-spell-card .spell-name{height:14px;line-height:14px}.action-spell-card small{height:16px;line-height:16px}.action-end-turn{flex:0 0 170px;width:170px;min-height:98px;margin-left:-3px;border-radius:7px;background:url(/assets/end_turn_button-BoOXIlCq.png) center / 100% 100% no-repeat;outline:0;box-shadow:none}.action-end-turn:hover{background:url(/assets/end_turn_button_hover-DX9Z7w-7.png) center / 100% 100% no-repeat}.action-end-turn span{overflow:visible;max-width:none;font-size:13px;text-overflow:clip}.premium-action-bar .action-timer{position:relative;display:block;width:110px;height:116px}.premium-action-bar .action-timer:before{position:absolute;top:21px;left:18px;z-index:1;width:74px;height:74px;border-radius:50%;background:conic-gradient(from -90deg,rgba(241,143,40,.96) var(--timer-progress),rgba(48,51,45,.42) 0);content:"";pointer-events:none;transition:background .16s linear;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px));mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px))}.premium-action-bar .action-timer strong{position:absolute;top:41px;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:76px;height:34px;margin:0;overflow:hidden;color:#fff4cf;font-size:30px;line-height:32px;text-align:center;font-variant-numeric:tabular-nums;letter-spacing:0;transform:translate(-50%)}.premium-action-bar .action-timer small{position:absolute;top:70px;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:12px;margin:0;overflow:hidden;font-size:10px;line-height:12px;text-align:center;transform:translate(-50%)}.premium-action-bar .resource-orb{position:relative;display:block;box-sizing:border-box;height:102px;padding:0;overflow:hidden}.premium-action-bar .resource-orb-icon{position:absolute;top:13px;left:50%;width:42px;height:42px;transform:translate(-50%)}.premium-action-bar .resource-pm .resource-orb-icon{transform:translate(-50%) rotate(45deg) scale(.83)}.premium-action-bar .resource-orb-icon b{display:none}.premium-action-bar .resource-orb strong{position:absolute;top:13px;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;max-width:none;height:42px;font-size:20px;line-height:1;text-align:center;transform:translate(-50%);font-variant-numeric:tabular-nums}.premium-action-bar .resource-pv strong{top:13px;font-size:16px;letter-spacing:0}.premium-action-bar .resource-orb small{position:absolute;top:70px;right:0;left:0;height:14px;overflow:hidden;color:#fff2c9;background:#050909db;border-radius:4px;font-size:10px;font-weight:900;line-height:14px;text-align:center;text-shadow:0 2px 3px #000}.premium-action-bar .resource-orb-pips{position:absolute;top:70px;right:0;left:0;display:flex;justify-content:center;width:auto;height:6px}.premium-action-bar .resource-orb .resource-orb-pips{display:none}.premium-action-bar .resource-orb-life{right:15px;bottom:10px;left:15px;height:5px}.premium-action-bar .action-spells{align-items:flex-end;padding:5px 8px 0}.premium-action-bar .spell-card.action-spell-card{position:relative;box-sizing:border-box;height:128px;min-height:0;padding:14px 12px 9px;transform:translateY(4px);border:0;outline:0;box-shadow:none}.premium-action-bar .spell-card.action-spell-card:before{position:absolute;inset:0;z-index:0;display:none;background:url(/assets/spell_card_frame_selected-D_vSVPqF.png) calc(50% + 4px) calc(50% - 3px) / 108% 104% no-repeat;content:"";pointer-events:none}.premium-action-bar .spell-card.action-spell-card.is-selected:before{display:block}.premium-action-bar .spell-card.action-spell-card>*{position:relative;z-index:1}.premium-action-bar .action-spell-card .spell-cost{position:absolute;z-index:2}.premium-action-bar .action-spell-card .spell-cost{top:10px;left:10px;width:28px;height:28px;line-height:28px}.premium-action-bar .action-spell-card .spell-art{min-height:0}.premium-action-bar .end-turn.command-end.action-end-turn{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 196px;width:196px;height:104px;min-height:104px;margin-left:-6px;padding:0;overflow:visible;border:0;outline:0;box-shadow:none;border-radius:0;background-image:url(/assets/end_turn_button-BoOXIlCq.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.premium-action-bar .end-turn.command-end.action-end-turn:before{display:none}.premium-action-bar .end-turn.command-end.action-end-turn:hover{background-image:url(/assets/end_turn_button_hover-DX9Z7w-7.png);filter:brightness(1.04)}.premium-action-bar .end-turn.command-end.action-end-turn span{z-index:1;display:flex;align-items:center;justify-content:center;width:138px;height:36px;overflow:hidden;color:#fff0c8;font-size:19px;font-weight:900;line-height:1;text-align:center;text-overflow:ellipsis;text-shadow:0 3px 0 rgba(0,0,0,.72);transform:translate(1px);white-space:nowrap}.hud-log-panel{height:clamp(300px,56vh,540px)}.turn-order-strip{display:flex;align-items:center;width:fit-content;max-width:min(620px,100%);min-height:54px;padding:6px 8px}.turn-order-label{display:none}.timeline{gap:7px}.timeline-unit{width:58px;height:44px;flex-basis:58px}.timeline-unit img{width:45px;height:39px}.timeline-unit span{right:4px;bottom:3px;font-size:10px}.match-clock{position:relative;display:grid;place-items:center;align-self:stretch;min-width:86px;margin-left:8px;padding:4px 10px;overflow:hidden;border:1px solid rgba(232,200,115,.34);border-radius:6px;background:linear-gradient(90deg,rgba(241,143,40,.34) var(--match-progress),transparent 0),#080d0de6;box-shadow:inset 0 0 0 1px #fff0a814}.match-clock b,.match-clock small{position:relative;z-index:1}.match-clock b{color:#fff0c8;font-size:16px;font-variant-numeric:tabular-nums;line-height:1}.match-clock small{color:var(--ui-gold);font-size:9px;font-weight:900;letter-spacing:.04em;line-height:1;text-transform:uppercase}.action-identity-block{align-content:start;width:184px;height:76px;overflow:visible;background:none;padding:0 8px;transform:translateY(-8px)}.action-identity-block span,.action-identity-block small{line-height:1.05}.action-identity-block strong{margin-top:2px;font-size:27px;line-height:1}.action-identity-block small{margin-top:4px}.premium-action-bar .resource-orb-icon img{display:none}.team-builder-screen{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 44%,#16292bb8,#000000b8 58%),#00000061;pointer-events:auto}.team-builder-panel{width:min(1080px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(232,200,115,.44);border-radius:8px;background:linear-gradient(180deg,rgba(255,229,150,.08),transparent 24%),#070c0cf5;box-shadow:0 28px 80px #0000009e,inset 0 0 0 2px #fff0a814}@media(max-width:820px){.team-builder-panel{width:min(calc(100vw - 20px),620px);max-height:calc(100vh - 20px)}.team-builder-header,.team-builder-footer{padding:12px}.team-builder-header strong{font-size:24px}.team-builder-columns{grid-template-columns:1fr;gap:10px;padding:10px}.team-builder-team{padding:10px}.team-builder-team h2{font-size:20px}.team-builder-roster button{grid-template-columns:44px minmax(0,1fr);min-height:56px;padding:6px 8px}.team-builder-roster img{width:44px;height:44px}.team-builder-roster strong{font-size:17px}.team-builder-roster small{overflow:visible;text-overflow:clip;white-space:normal;line-height:1.25}.team-builder-roster small,.team-builder-header small,.team-builder-footer span{font-size:11px}.team-builder-footer{align-items:stretch;flex-direction:column}.team-builder-footer button{width:100%}}.showcase-hud-touch_mobile_v01{--touch-rail-width: clamp(320px, 20vw, 390px);--touch-left-panel-width: clamp(270px, 17vw, 330px);--touch-history-width: clamp(280px, 19vw, 360px)}.showcase-hud-touch_mobile_v01 .showcase-touch-rail{grid-template-rows:150px minmax(0,1fr) 48px 64px;width:var(--touch-rail-width)}.showcase-hud-touch_mobile_v01 .showcase-spell-bar{padding:8px 3px}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll{grid-template-rows:repeat(4,minmax(70px,1fr));grid-auto-rows:unset;height:100%;min-height:0;gap:7px;overflow:hidden}.showcase-hud-touch_mobile_v01 .showcase-spell,.showcase-hud-touch_mobile_v01 .showcase-spell-empty{min-height:0}.showcase-hud-touch_mobile_v01 .showcase-end-turn{display:grid;width:auto;min-height:0;margin:3px;place-content:center;border:1px solid rgba(192,133,68,.82);border-radius:3px;background:linear-gradient(180deg,#79502b,#3d2418);box-shadow:inset 0 0 0 2px #1f0f0a80}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:6px 3px 2px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button{align-content:center;gap:2px;padding:2px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button span{font-family:Georgia,serif;font-size:17px;line-height:18px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button small{display:block;overflow:hidden;max-width:100%;color:#8f856f;font-size:6px;font-weight:800;line-height:8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-abandon] small{color:#e6a39b}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock{position:absolute;top:5px;right:calc(var(--touch-rail-width) + 10px);left:calc(var(--touch-left-panel-width) + 5px);height:146px;padding:7px;box-sizing:border-box;overflow:hidden;pointer-events:auto;border:1px solid rgba(157,117,61,.74);border-radius:5px;background:linear-gradient(180deg,#191e20f7,#05090cf5);box-shadow:inset 0 1px #ffe8b014,0 8px 22px #0000008c}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order{display:block;width:100%;height:100%;min-width:0;padding:0}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order>div{display:flex;width:100%;height:100%;gap:6px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-color:#8c6a3e rgba(0,0,0,.28);scrollbar-width:thin;touch-action:pan-x}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article{flex:0 0 clamp(96px,7.2vw,132px);width:auto;height:122px}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article img{height:118px}.showcase-hud-touch_mobile_v01 .showcase-combat-log{bottom:8px;left:6px;width:var(--touch-history-width);height:clamp(270px,40vh,390px);max-height:none}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol{height:calc(100% - 34px);max-height:none;box-sizing:border-box}@media(max-width:1100px),(max-height:620px){.showcase-hud-touch_mobile_v01{--touch-rail-width: clamp(270px, 24vw, 320px);--touch-left-panel-width: clamp(210px, 20vw, 270px);--touch-history-width: clamp(230px, 23vw, 290px)}.showcase-hud-touch_mobile_v01 .showcase-touch-rail{grid-template-rows:122px minmax(0,1fr) 42px 54px}.showcase-hud-touch_mobile_v01 .showcase-active-panel{grid-template-columns:70px minmax(0,1fr);grid-template-rows:112px}.showcase-hud-touch_mobile_v01 .showcase-portrait{width:66px;height:106px}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock{height:112px}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article{flex-basis:86px;height:90px}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article img{height:86px}.showcase-hud-touch_mobile_v01 .showcase-combat-log{height:clamp(220px,42vh,300px)}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button small{display:none}}.team-builder-panel{display:flex;flex-direction:column;width:min(1480px,calc(100vw - 32px));height:calc(100vh - 32px);max-height:calc(100vh - 32px);overflow:hidden}#app.is-building-team #game-menu-root{display:none}.team-builder-header,.team-builder-footer{position:relative;flex:0 0 auto;z-index:4;background:linear-gradient(90deg,rgba(255,190,78,.08),transparent 42%,rgba(90,205,255,.05)),#080e0ef5}.team-builder-header small,.team-builder-footer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.builder-team-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.builder-team-heading p{white-space:nowrap}.builder-team-heading .is-over-budget{color:#ff705f}.team-builder-roster{grid-template-columns:repeat(2,minmax(0,1fr))}.team-builder-loadouts{display:grid;gap:10px;margin-top:14px}.builder-loadout-card{min-width:0;padding:10px;border:1px solid rgba(232,200,115,.2);border-radius:8px;background:linear-gradient(135deg,rgba(255,190,78,.06),transparent 34%),#040909b8}.builder-loadout-card>header{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:10px}.builder-loadout-card>header img{width:44px;height:44px;object-fit:contain;object-position:center bottom}.builder-loadout-card>header span,.builder-spell-pick span,.builder-item-pick span{min-width:0}.builder-loadout-card>header strong,.builder-loadout-card>header small,.builder-spell-pick strong,.builder-spell-pick small,.builder-item-pick strong,.builder-item-pick small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.builder-loadout-card>header strong{color:#fff0c8;font-family:Georgia,serif;font-size:18px;line-height:1}.builder-loadout-card>header small,.builder-loadout-section>span,.builder-spell-pick small,.builder-item-pick small{color:var(--ui-muted);font-size:11px}.builder-loadout-section{min-width:0;margin-top:8px}.builder-loadout-section>span{display:block;margin-bottom:5px;color:var(--ui-gold);font-weight:900;text-transform:uppercase}.builder-pick-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.builder-spell-pick,.builder-item-pick{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:7px;min-width:0;height:48px;padding:5px 7px;overflow:hidden;border:1px solid rgba(232,200,115,.16);border-radius:6px;background:#0d1414db;color:#f5ecd2;cursor:pointer}.builder-spell-pick.is-selected,.builder-item-pick.is-selected{border-color:#fff0a8eb;background:linear-gradient(90deg,rgba(255,190,78,.16),transparent 70%),#141a14f5;box-shadow:inset 0 0 0 1px #fff0a838}.builder-spell-pick img,.builder-item-pick img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 3px 3px rgba(0,0,0,.5))}.builder-spell-pick strong,.builder-item-pick strong{color:#fff0c8;font-size:12px;line-height:1.1;text-transform:uppercase}.builder-warning{display:block;margin-top:6px;color:#ffb07a;font-size:12px;font-weight:800;line-height:1.25}.team-builder-footer button:disabled{opacity:.58;filter:grayscale(.45);cursor:not-allowed}@media(max-width:1180px){.team-builder-columns,.team-builder-roster,.builder-pick-list{grid-template-columns:1fr}.team-builder-header small,.team-builder-footer span{white-space:normal}}.premium-action-bar .spell-card.action-spell-card[aria-disabled=true]{cursor:not-allowed!important}.premium-action-bar .action-spell-card .spell-tooltip{position:absolute!important;z-index:90!important;left:50%!important;bottom:calc(100% + 14px)!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:252px!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px 13px!important;overflow:visible!important;border:1px solid rgba(255,232,150,.48)!important;border-radius:7px!important;background:linear-gradient(180deg,#202620f5,#050a09fa),radial-gradient(circle at 20% 0%,rgba(232,129,58,.16),transparent 45%)!important;box-shadow:0 16px 28px #0000009e,inset 0 0 0 1px #fff4c714!important;color:#f5ecd2!important;font-family:Arial,sans-serif!important;line-height:1.24!important;text-align:left!important;white-space:normal!important;opacity:0!important;pointer-events:none!important;transform:translate(-50%) translateY(6px)!important;transition:opacity .12s ease,transform .12s ease!important}.premium-action-bar .action-spell-card:hover .spell-tooltip,.premium-action-bar .action-spell-card.is-hovered .spell-tooltip,.premium-action-bar .action-spell-card:focus-visible .spell-tooltip{opacity:1!important;transform:translate(-50%) translateY(0)!important}.premium-action-bar .action-spell-card .spell-tooltip strong,.premium-action-bar .action-spell-card .spell-tooltip em,.premium-action-bar .action-spell-card .spell-tooltip span,.premium-action-bar .action-spell-card .spell-tooltip b,.premium-action-bar .action-spell-card .spell-tooltip ul,.premium-action-bar .action-spell-card .spell-tooltip li{position:static!important;display:block!important;width:auto!important;height:auto!important;max-width:none!important;overflow:visible!important;padding:0!important;text-align:left!important;text-overflow:clip!important;white-space:normal!important}.premium-action-bar .action-spell-card .spell-tooltip strong{color:#fff0c8!important;font-family:Georgia,serif!important;font-size:17px!important;line-height:1!important;text-transform:uppercase!important}.premium-action-bar .action-spell-card .spell-tooltip em{color:#c9d7d1!important;font-size:12px!important;font-style:normal!important}.premium-action-bar .action-spell-card .spell-tooltip span{color:#f5ecd2!important;font-size:12px!important}.premium-action-bar .action-spell-card .spell-tooltip b{margin-bottom:2px!important;color:#58c9ff!important;font-size:10px!important;letter-spacing:.04em!important;text-transform:uppercase!important}.premium-action-bar .action-spell-card .spell-tooltip ul{display:grid!important;gap:3px!important;margin:0!important;padding:0!important;list-style:none!important}.premium-action-bar .action-spell-card .spell-tooltip li{color:#ffe0a0!important;font-size:12px!important}#game-menu-root{position:fixed;inset:0;z-index:2600;pointer-events:none}.game-menu-toggle{position:fixed;top:18px;left:18px;display:grid;grid-template-columns:28px auto;align-items:center;gap:8px;height:42px;min-width:108px;padding:0 13px 0 8px;border:1px solid rgba(255,232,150,.48);border-radius:6px;background:linear-gradient(180deg,#222821f5,#060a09f0),radial-gradient(circle at 15% 0%,rgba(232,129,58,.18),transparent 58%);box-shadow:0 10px 24px #00000070,inset 0 0 0 1px #fff4c712;color:#fff0c8;font-family:Georgia,serif;font-size:15px;font-weight:900;text-transform:uppercase;pointer-events:auto;cursor:pointer}.game-menu-toggle span{position:relative;display:block;width:28px;height:28px;border-radius:4px;background:linear-gradient(180deg,#b85227,#601d11);box-shadow:inset 0 0 0 2px #ffe0a07a}.game-menu-toggle span:before,.game-menu-toggle span:after{position:absolute;left:7px;right:7px;height:2px;background:#fff0c8;content:""}.game-menu-toggle span:before{top:9px;box-shadow:0 5px #fff0c8}.game-menu-toggle span:after{bottom:7px}.game-menu-toggle:hover,.game-menu-toggle.is-open{filter:brightness(1.1) saturate(1.08)}.game-menu-backdrop{position:fixed;inset:0;background:#0000003d;pointer-events:auto}.game-menu-panel{position:fixed;top:72px;left:18px;display:grid;grid-template-rows:auto auto minmax(0,1fr);width:min(760px,calc(100vw - 36px));max-height:calc(100vh - 112px);overflow:hidden;border:1px solid rgba(255,232,150,.42);border-radius:8px;background:linear-gradient(180deg,#181f1cfa,#040808fa),radial-gradient(circle at 20% 0%,rgba(88,201,255,.08),transparent 44%);box-shadow:0 22px 52px #000000b3,inset 0 0 0 1px #fff4c712;pointer-events:auto}.game-menu-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:12px 14px;border-bottom:1px solid rgba(255,232,150,.16);background:linear-gradient(90deg,rgba(184,82,39,.2),transparent 44%)}.game-menu-header span,.game-menu-tabs button{color:#58c9ff;font-size:11px;font-weight:900;text-transform:uppercase}.game-menu-header strong{overflow:hidden;color:#fff0c8;font-family:Georgia,serif;font-size:27px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.game-menu-header button{width:86px;height:34px;border:1px solid rgba(255,232,150,.38);border-radius:5px;background:#080d0ce6;color:#f5ecd2;font-weight:900;cursor:pointer}.game-menu-tabs{display:flex;gap:6px;padding:10px 12px;border-bottom:1px solid rgba(255,232,150,.14)}.game-menu-tabs button{flex:0 0 auto;height:36px;padding:0 14px;border:1px solid rgba(255,232,150,.22);border-radius:5px;background:#0b110fe0;color:#c9d7d1;cursor:pointer}.game-menu-tabs button.is-active{border-color:#ffe896ad;background:linear-gradient(180deg,#b8522766,#4d1d11db);color:#fff0c8}.game-menu-body{min-height:0;overflow:auto;padding:14px}.menu-inventory{display:grid;grid-template-columns:1fr 1fr;gap:12px}.menu-team-inventory{min-width:0}.menu-team-inventory h3,.menu-forfeit strong{margin:0 0 10px;color:#fff0c8;font-family:Georgia,serif;font-size:21px}.menu-unit-list{display:grid;gap:10px}.menu-unit-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;min-width:0;padding:10px;border:1px solid rgba(255,232,150,.16);border-radius:7px;background:#070d0cb8}.menu-unit-card.is-dead{opacity:.55}.menu-unit-portrait{width:72px;height:86px;object-fit:contain;object-position:center bottom;border:1px solid rgba(255,232,150,.2);border-radius:5px;background:#020505cc}.menu-unit-main{min-width:0}.menu-unit-main header{min-width:0}.menu-unit-main header span,.menu-unit-main header small{display:block;overflow:hidden;color:#c9d7d1;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.menu-unit-main header span{color:#58c9ff;font-weight:900;text-transform:uppercase}.menu-unit-main header strong{display:block;overflow:hidden;color:#fff0c8;font-family:Georgia,serif;font-size:22px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.menu-unit-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:9px 0}.menu-unit-stats div{min-width:0;padding:5px 4px;border:1px solid rgba(255,232,150,.12);border-radius:4px;background:#0000003d;text-align:center}.menu-unit-stats dt,.menu-unit-stats dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-unit-stats dt{color:#8fe4ff;font-size:8px;font-weight:900;text-transform:uppercase}.menu-unit-stats dd{color:#f5ecd2;font-size:12px;font-weight:900}.menu-item-grid{display:grid;grid-template-columns:1fr;gap:6px}.menu-item{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;min-height:46px;padding:5px 7px;border:1px solid rgba(255,232,150,.16);border-radius:5px;background:#080e0dc7}.menu-item img{width:42px;height:42px;object-fit:contain;border-radius:4px}.menu-item span{min-width:0}.menu-item strong,.menu-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-item strong{color:#fff0c8;font-family:Georgia,serif;font-size:14px}.menu-item small{margin-top:2px;color:#ffe0a0;font-size:11px}.menu-forfeit,.menu-options{display:grid;gap:12px;max-width:520px}.menu-forfeit p{margin:0;color:#c9d7d1;line-height:1.35}.menu-forfeit div{display:flex;flex-wrap:wrap;gap:10px}.menu-forfeit button{height:46px;padding:0 16px;border:1px solid rgba(255,232,150,.56);border-radius:5px;background:linear-gradient(180deg,#a33f24,#52180f);color:#fff0c8;font-family:Georgia,serif;font-size:16px;font-weight:900;cursor:pointer}.menu-forfeit button:disabled{cursor:not-allowed;filter:grayscale(1) brightness(.6)}.menu-option{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:54px;padding:9px 10px;border:1px solid rgba(255,232,150,.16);border-radius:6px;background:#070d0cb8}.menu-option input{width:22px;height:22px;accent-color:#b85227}.menu-option strong,.menu-option small{display:block;overflow:hidden;text-overflow:ellipsis}.menu-option strong{color:#fff0c8;font-family:Georgia,serif;font-size:16px}.menu-option small{margin-top:3px;color:#c9d7d1;font-size:12px;line-height:1.25}@media(max-width:820px){.game-menu-toggle{top:10px;left:10px;height:38px;min-width:94px;font-size:13px}.game-menu-panel{top:56px;left:10px;width:calc(100vw - 20px);max-height:calc(100vh - 70px)}.game-menu-header{grid-template-columns:minmax(0,1fr) auto}.game-menu-header span{display:none}.game-menu-header strong{font-size:22px}.game-menu-tabs{overflow-x:auto}.menu-inventory{grid-template-columns:1fr}.menu-unit-card{grid-template-columns:54px minmax(0,1fr)}.menu-unit-portrait{width:54px;height:68px}.menu-unit-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.premium-action-bar .spell-card.action-spell-card.is-disabled{cursor:not-allowed!important;filter:grayscale(.86) brightness(.58) saturate(.45)!important}.premium-action-bar .spell-card.action-spell-card.is-disabled .spell-art img{opacity:.62!important}.premium-action-bar .spell-card.action-spell-card.is-disabled:before{position:absolute!important;inset:6px 8px 22px!important;z-index:3!important;display:block!important;content:""!important;border-radius:4px!important;background:#0205068a!important;box-shadow:inset 0 0 24px #000000bf!important}.premium-action-bar .action-spell-card .spell-lock{position:absolute!important;top:44px!important;left:50%!important;z-index:6!important;display:grid!important;min-width:38px!important;height:34px!important;padding:0 8px!important;place-items:center!important;transform:translate(-50%)!important;border:1px solid rgba(255,240,168,.78)!important;border-radius:7px!important;background:#040809e0!important;color:#fff0c8!important;font-family:Georgia,serif!important;font-size:22px!important;font-weight:900!important;line-height:1!important;text-align:center!important;text-shadow:0 2px 2px #000!important;box-shadow:0 0 12px #000000b3!important}.premium-action-bar .action-spell-card.is-pa-locked .spell-lock{font-size:14px!important}.premium-action-bar .action-spell-card .spell-status{left:8px!important;right:8px!important;bottom:22px!important;z-index:6!important;display:block!important;max-width:none!important;height:16px!important;padding:0 4px!important;overflow:hidden!important;border-radius:4px!important;background:#040809d6!important;color:#f0d979!important;font-size:9px!important;font-weight:900!important;line-height:16px!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}.premium-action-bar .spell-card.action-spell-card{position:relative!important;flex:0 0 152px!important;width:152px!important;height:164px!important;min-width:152px!important;min-height:0!important;padding:0!important;overflow:visible!important;border:0!important;background:none!important;box-shadow:none!important}.premium-action-bar .spell-card.action-spell-card:before,.premium-action-bar .spell-card.action-spell-card:after{display:none!important;content:none!important;border:0!important;background:none!important;box-shadow:none!important}.premium-action-bar .spell-card.action-spell-card.is-selected{transform:none!important;background:none!important;box-shadow:0 0 0 2px #ffe896b8,0 0 22px #58c9ff47!important;filter:brightness(1.08) saturate(1.08)}.premium-action-bar .action-spell-card .spell-art{position:absolute!important;inset:0 0 20px!important;z-index:1!important;display:block!important;width:auto!important;height:auto!important;min-height:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}.premium-action-bar .action-spell-card .spell-art img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important}.premium-action-bar .action-spell-card .spell-name{position:absolute!important;left:6px!important;right:6px!important;bottom:0!important;z-index:4!important;display:block!important;height:20px!important;padding:0 2px!important;overflow:hidden!important;color:#fff2c8!important;font-family:Georgia,serif!important;font-size:12px!important;font-weight:900!important;line-height:20px!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-shadow:0 2px 2px #000,0 0 4px rgba(255,213,122,.42)!important}.premium-action-bar .action-spell-card .spell-cost{position:absolute!important;top:1px!important;left:0!important;z-index:5!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;border:0!important;background:url(/assets/spell_pa_cost_diamond-gz3n3R1c.png) center / contain no-repeat!important;color:#fff8dc!important;font-family:Georgia,serif!important;font-size:17px!important;font-weight:900!important;line-height:1!important;text-shadow:0 2px 0 rgba(4,18,35,.95),0 0 5px rgba(12,60,130,.78)!important;box-shadow:none!important}.premium-action-bar .end-turn.command-end.action-end-turn{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;overflow:visible!important;text-align:center!important;background-size:100% 100%!important;background-repeat:no-repeat!important}.premium-action-bar .end-turn.command-end.action-end-turn span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;padding:0!important;transform:none!important;text-align:center!important;line-height:1!important}.premium-action-bar .action-timer strong{top:36px!important}@media(max-width:820px){.premium-action-bar .spell-card.action-spell-card{flex:0 0 152px!important;width:152px!important;height:154px!important;min-width:152px!important}.premium-action-bar .action-spell-card .spell-art{inset:0 0 20px!important}.premium-action-bar .action-spell-card .spell-name{height:20px!important;font-size:11px!important;line-height:20px!important}.premium-action-bar .action-timer strong{top:33px!important}}.premium-action-bar .spell-card.action-spell-card{flex-basis:118px!important;width:118px!important;min-width:118px!important;height:136px!important}.premium-action-bar .action-spell-card .spell-art{inset:0 0 20px!important;overflow:visible!important}.premium-action-bar .action-spell-card .spell-art img{object-fit:contain!important;width:100%!important;height:100%!important;image-rendering:auto!important}.premium-action-bar .action-spell-card .spell-cost{top:2px!important;left:2px!important;width:30px!important;height:30px!important;font-size:16px!important}@media(max-width:820px){.premium-action-bar .spell-card.action-spell-card{flex-basis:116px!important;width:116px!important;min-width:116px!important;height:130px!important}.premium-action-bar .action-spell-card .spell-art{inset:0 0 19px!important}}.premium-action-bar .spell-card.action-spell-card{flex:0 0 136px!important;width:136px!important;height:154px!important;min-height:0!important;padding:0!important;overflow:visible!important;background:none!important;box-shadow:none!important}.premium-action-bar .spell-card.action-spell-card:before,.premium-action-bar .spell-card.action-spell-card:after{display:none!important;content:none!important;background:none!important}.premium-action-bar .spell-card.action-spell-card.is-selected{background:none!important;filter:brightness(1.08) saturate(1.08);box-shadow:0 0 0 2px #ffe896b8,0 0 22px #58c9ff47!important}.premium-action-bar .action-spell-card .spell-art{position:absolute!important;inset:0 0 18px!important;z-index:1!important;display:block!important;overflow:hidden!important;border-radius:0!important;background:none!important;box-shadow:none!important}.premium-action-bar .action-spell-card .spell-art img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important}.premium-action-bar .action-spell-card .spell-name{position:absolute!important;left:8px!important;right:8px!important;bottom:0!important;z-index:4!important;height:18px!important;line-height:18px!important;padding:0 2px!important;text-align:center!important}.premium-action-bar .action-spell-card .spell-cost{z-index:5!important;background:url(/assets/spell_pa_cost_diamond-gz3n3R1c.png) center / contain no-repeat!important}.premium-action-bar .end-turn.command-end.action-end-turn{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.premium-action-bar .end-turn.command-end.action-end-turn span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;transform:translateY(-1px)}.premium-action-bar .action-timer strong{top:38px!important}@media(max-width:820px){.premium-action-bar .spell-card.action-spell-card{flex:0 0 124px!important;width:124px!important;height:140px!important}.premium-action-bar .action-spell-card .spell-art{inset:0 0 17px!important}.premium-action-bar .action-timer strong{top:35px!important}}.premium-action-bar .spell-card.action-spell-card{flex:0 0 136px;width:136px;height:154px;min-height:0;padding:0;overflow:visible;background:none!important;box-shadow:none!important;filter:none}.premium-action-bar .spell-card.action-spell-card:after{display:none!important;content:none}.premium-action-bar .spell-card.action-spell-card.is-selected:after{display:none!important;content:none}.premium-action-bar .spell-card.action-spell-card.is-selected{filter:brightness(1.08) saturate(1.08);box-shadow:0 0 0 2px #ffe896b8,0 0 22px #58c9ff47!important}.premium-action-bar .action-spell-card .spell-art{position:absolute;inset:0 0 18px;z-index:1;display:block!important;overflow:hidden;border-radius:0}.premium-action-bar .action-spell-card .spell-art img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;filter:saturate(1.12) brightness(1.08) drop-shadow(0 4px 5px rgba(0,0,0,.52))}.premium-action-bar .action-spell-card .spell-cost{top:3px;left:2px;z-index:5;width:32px;height:32px;border:0;border-radius:0;background:url(/assets/spell_pa_cost_diamond-gz3n3R1c.png) center / contain no-repeat;color:#fff8dc;font-size:18px;line-height:1;text-shadow:0 2px 0 rgba(4,18,35,.9),0 0 5px rgba(12,60,130,.78);box-shadow:none}.premium-action-bar .action-spell-card .spell-name{position:absolute;z-index:4;left:8px;right:8px;bottom:0;height:18px;line-height:18px;padding:0 2px;text-align:center}.premium-action-bar .action-spell-card small,.premium-action-bar .action-spell-card .spell-pips{display:none!important}.premium-action-bar .action-spell-card .spell-status{position:absolute;right:9px;bottom:27px;display:block!important;width:auto;max-width:62px;height:16px;padding:0 5px;border-radius:3px;background:#060a0ac7;color:#fff0a8;font-size:10px;font-weight:900;line-height:16px}@media(max-width:820px){.premium-action-bar .action-spell-card .spell-art{inset:0 0 17px}.premium-action-bar .action-spell-card .spell-cost{width:28px;height:28px;font-size:15px}.premium-action-bar .spell-card.action-spell-card{flex:0 0 124px;width:124px;height:140px}.premium-action-bar .action-spell-card .spell-name{bottom:0}}#showcase-combat-hud{position:fixed;inset:0;z-index:30;pointer-events:none;color:#f2ead8;font-family:Segoe UI,Arial,sans-serif;letter-spacing:0}.showcase-hud{--hud-bg: rgba(10, 12, 13, .92);--hud-bg-soft: rgba(19, 21, 21, .9);--hud-border: rgba(156, 125, 75, .72);--hud-bronze: #b99559;--hud-gold: #e0c37c;--hud-teal: #67a8a0;--hud-blue: #668eae;--hud-red: #b65e51;--hud-muted: #aaa28f;--hud-panel-shadow: 0 12px 30px rgba(0, 0, 0, .48);position:absolute;inset:0}.showcase-hud button{font:inherit;letter-spacing:0}.showcase-active-panel,.showcase-spell-bar,.showcase-turn-order,.showcase-end-turn,.showcase-combat-log,.showcase-context-panel{pointer-events:auto;border:1px solid var(--hud-border);border-radius:6px;background:linear-gradient(180deg,rgba(39,38,34,.96),var(--hud-bg)),#111313;box-shadow:inset 0 1px #ffeebe14,inset 0 -1px #000000b8,var(--hud-panel-shadow)}.showcase-active-panel{position:absolute;left:18px;bottom:16px;display:grid;grid-template-columns:76px minmax(122px,1fr);grid-template-rows:1fr auto;width:250px;height:132px;padding:10px;box-sizing:border-box}.showcase-portrait{position:relative;grid-row:1 / 3;width:66px;height:108px;overflow:hidden;border:1px solid rgba(201,166,103,.54);border-radius:4px;background:linear-gradient(180deg,#47646c47,#0b0e0fcc),#15191a}.showcase-portrait img{width:100%;height:100%;object-fit:contain;object-position:center bottom;image-rendering:auto;transform:scale(1.24);transform-origin:center bottom}.showcase-active-marker{position:absolute;right:4px;bottom:4px;padding:2px 5px;border:1px solid rgba(107,172,164,.72);border-radius:3px;background:#092323e6;color:#b9e2dc;font-size:8px;font-weight:800}.showcase-active-copy{min-width:0;padding:0 0 0 10px}.showcase-eyebrow{display:block;color:var(--hud-gold);font-size:10px;font-weight:800;text-transform:uppercase}.showcase-active-copy>strong{display:block;overflow:hidden;color:#fff2d0;font-family:Georgia,serif;font-size:21px;line-height:25px;text-overflow:ellipsis;white-space:nowrap}.showcase-active-copy>small{display:block;color:var(--hud-muted);font-size:10px;line-height:13px}.showcase-health{margin-top:7px}.showcase-health>span{display:flex;align-items:baseline;gap:3px;color:#e9dfc7}.showcase-health>span b{margin-right:auto;color:var(--hud-muted);font-size:9px}.showcase-health>span strong{font-size:12px}.showcase-health>span small{color:var(--hud-muted);font-size:9px}.showcase-health>i{display:block;height:6px;margin-top:3px;overflow:hidden;border:1px solid rgba(0,0,0,.72);border-radius:3px;background:#211818}.showcase-health>i>em{display:block;height:100%;background:#9f5e49}.showcase-health-wounded>i>em{background:#b47d45}.showcase-health-critical>i>em{background:var(--hud-red);box-shadow:0 0 8px #b65e517a}.showcase-resources{display:flex;gap:6px;padding:6px 0 0 10px}.showcase-resource{display:grid;grid-template-columns:22px auto;align-items:center;min-width:58px;height:34px;padding:2px 5px;box-sizing:border-box;border:1px solid rgba(191,159,95,.3);border-radius:4px;background:#040708a3}.showcase-resource img{width:19px;height:19px;object-fit:contain;image-rendering:auto}.showcase-resource span{display:flex;align-items:baseline;gap:1px}.showcase-resource span b{color:#fff0bd;font-size:15px}.showcase-resource span small{color:var(--hud-muted);font-size:8px}.showcase-resource em{grid-column:1 / -1;display:flex;gap:2px;height:3px}.showcase-resource em i{flex:1;background:#342f27}.showcase-resource-pa em i.is-filled{background:var(--hud-gold)}.showcase-resource-pm em i.is-filled{background:var(--hud-teal)}.showcase-status-list{position:absolute;right:10px;top:8px;display:flex;gap:3px}.showcase-status-list span{position:relative;display:grid;width:22px;height:22px;place-items:center;border:1px solid rgba(107,168,160,.42);border-radius:3px;background:#14302fb8;color:#bfddd8;font-size:8px;font-style:normal;font-weight:900}.showcase-status-list span b{position:absolute;right:-2px;bottom:-3px;color:#f5dda2;font-size:8px}.showcase-status-list span.is-empty{border-color:#afa18238;background:#121211a3;color:#716b5e}.showcase-spell-bar{position:absolute;left:282px;right:154px;bottom:16px;height:132px;padding:9px 10px;box-sizing:border-box}.showcase-spell-scroll{display:flex;height:100%;gap:8px;align-items:center;justify-content:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--hud-bronze) rgba(0,0,0,.22)}.showcase-spell{position:relative;display:grid;grid-template-rows:78px 20px;flex:0 0 92px;width:92px;height:104px;padding:4px;border:1px solid rgba(151,121,75,.54);border-radius:5px;background:#090c0df0;color:#eee4cf;cursor:pointer;box-shadow:inset 0 0 0 2px #00000057}.showcase-spell:hover:not(:disabled),.showcase-spell:focus-visible:not(:disabled){border-color:#d1ad69;background:#171b1b}.showcase-spell.is-selected{border-color:#e0c37c;box-shadow:inset 0 0 0 2px #4a7f859e,0 0 13px #e0c37c33}.showcase-spell.is-disabled{cursor:not-allowed;filter:grayscale(.78) brightness(.6)}.showcase-spell-art{display:grid;overflow:hidden;place-items:center;border-radius:3px;background:radial-gradient(circle at 50% 34%,rgba(92,136,140,.34),transparent 54%),#111718}.showcase-spell-art img{width:72px;height:72px;object-fit:contain;image-rendering:auto}.showcase-spell>strong{overflow:hidden;font-family:Georgia,serif;font-size:11px;line-height:20px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.showcase-spell-cost{position:absolute;top:-5px;left:-5px;z-index:2;display:grid;width:30px;height:30px;place-items:center;border:1px solid #d2b46e;border-radius:50%;background:#172a33;color:#fff0bd;font-size:14px;font-weight:900}.showcase-spell-cost small{display:none}.showcase-spell-key{position:absolute;top:4px;right:5px;color:#d2c6aa;font-size:9px}.showcase-spell>em{position:absolute;left:6px;right:6px;top:50px;z-index:2;padding:3px 2px;border-radius:3px;background:#22110fe6;color:#e5a295;font-size:8px;font-style:normal;font-weight:800;text-align:center}.showcase-spell-tooltip{position:absolute;left:50%;bottom:112px;z-index:20;display:none;width:246px;padding:12px;transform:translate(-50%);border:1px solid var(--hud-border);border-radius:5px;background:#080b0cf7;box-shadow:0 10px 28px #00000094;text-align:left}.showcase-spell-tooltip header{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;padding-bottom:7px;border-bottom:1px solid rgba(210,180,110,.24)}.showcase-spell-tooltip header img{width:40px;height:40px;object-fit:contain}.showcase-spell-tooltip b{display:block;color:#f2d99d;font-family:Georgia,serif;font-size:14px}.showcase-spell-tooltip p{margin:8px 0;color:#bdb5a3;font-size:11px;line-height:1.35}.showcase-spell-tooltip i{display:block;color:#77b6af;font-size:10px;font-style:normal}.showcase-spell-tooltip dl{display:grid;gap:3px;margin:0 0 8px}.showcase-spell-tooltip dl div{display:flex;justify-content:space-between;gap:10px;font-size:10px}.showcase-spell-tooltip dt{color:#837b6c}.showcase-spell-tooltip dd{margin:0;color:#ddd2b8;text-align:right}.showcase-spell-tooltip section{display:grid;gap:3px;padding-top:7px;border-top:1px solid rgba(210,180,110,.18)}.showcase-spell-tooltip section strong{color:#f2d36b;font-size:10px;text-transform:uppercase}.showcase-spell-tooltip section span{color:#d8cda9;font-size:10px}.showcase-spell.is-detail-open .showcase-spell-tooltip{display:block}.showcase-end-turn{position:absolute;right:18px;bottom:16px;display:grid;width:122px;height:132px;place-content:center;border-color:#bb843fd1;background:linear-gradient(180deg,#7f431ff5,#411e13f7),#5d311e;color:#fff1ce;cursor:pointer;text-shadow:0 2px rgba(0,0,0,.6)}.showcase-end-turn:hover,.showcase-end-turn:focus-visible{border-color:#f0c779;background:#8b4b29}.showcase-end-turn span{font-family:Georgia,serif;font-size:17px;font-weight:900}.showcase-end-turn small{margin-top:8px;color:#d7b982;font-size:9px;text-transform:uppercase}.showcase-turn-order{position:absolute;top:12px;left:50%;display:flex;min-width:286px;height:58px;align-items:center;gap:9px;padding:5px 8px;transform:translate(-50%);box-sizing:border-box}.showcase-turn-order>span{color:var(--hud-muted);font-size:9px;font-weight:800;text-transform:uppercase}.showcase-turn-order>div{display:flex;gap:5px}.showcase-turn-order article{position:relative;display:grid;grid-template-columns:36px auto;width:74px;height:44px;align-items:center;overflow:hidden;border:1px solid rgba(156,125,75,.32);border-radius:4px;background:#121617}.showcase-turn-order article.is-active{border-color:var(--hud-gold);background:#1a2627}.showcase-turn-order article.is-ko{opacity:.38;filter:grayscale(1)}.showcase-turn-order article>small{position:absolute;top:2px;left:3px;z-index:2;color:#d8c38d;font-size:8px}.showcase-turn-order article img{width:36px;height:42px;object-fit:contain;object-position:bottom;image-rendering:auto}.showcase-turn-order article b{overflow:hidden;padding-right:4px;color:#e8dfc9;font-size:9px;text-overflow:ellipsis}.showcase-combat-log{position:absolute;top:84px;right:14px;width:270px;max-height:230px;overflow:hidden;transition:width .14s ease,max-height .14s ease}.showcase-combat-log>button{display:flex;width:100%;height:34px;align-items:center;justify-content:space-between;border:0;background:transparent;color:#dfc98f;cursor:pointer;padding:0 10px;font-size:11px;font-weight:800;text-transform:uppercase}.showcase-combat-log>button i{width:7px;height:7px;border-right:2px solid #b99559;border-bottom:2px solid #b99559;transform:rotate(45deg)}.showcase-combat-log.is-open>button i{transform:rotate(225deg)}.showcase-combat-log ol{max-height:184px;margin:0;padding:0 10px 10px;overflow-y:auto;list-style:none}.showcase-combat-log li{margin-top:4px;padding:6px 7px;border-left:2px solid #7f765f;background:#0000003d;color:#bbb4a3;font-size:10px;line-height:1.25}.showcase-combat-log li.is-damage,.showcase-combat-log li.is-ko{border-color:#b66b4e;color:#e0b091}.showcase-combat-log li.is-ability_cast{border-color:#7ca7a2;color:#bed8d3}.showcase-combat-log.is-closed{width:98px;max-height:34px}.showcase-context-panel{position:absolute;top:84px;left:14px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:14px 42px;width:194px;height:66px;padding:5px 8px;box-sizing:border-box}.showcase-context-panel>span{grid-column:1 / -1;color:var(--hud-muted);font-size:8px;font-weight:800;text-transform:uppercase}.showcase-context-panel>img{width:34px;height:42px;object-fit:contain;image-rendering:auto}.showcase-context-panel>div{min-width:0;padding-left:6px}.showcase-context-panel>div>strong{display:block;overflow:hidden;color:#f1e6ca;font-family:Georgia,serif;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.showcase-context-panel .showcase-health{margin-top:2px}.showcase-hud-compact .showcase-turn-order{min-width:236px}.showcase-hud-compact .showcase-turn-order article{width:56px;grid-template-columns:34px 1fr}.showcase-hud-compact .showcase-turn-order article b{display:none}.showcase-hud-compact .showcase-status-list,.showcase-hud-compact .showcase-active-copy>small{display:none}.showcase-hud-tactical .showcase-active-panel,.showcase-hud-tactical .showcase-spell-bar,.showcase-hud-tactical .showcase-end-turn{border-color:#a18550d6}.showcase-hud-cinematic .showcase-active-panel{width:220px;height:108px;grid-template-columns:58px 1fr;background:#080a0bc7}.showcase-hud-cinematic .showcase-portrait{width:50px;height:84px}.showcase-hud-cinematic .showcase-status-list,.showcase-hud-cinematic .showcase-active-copy>small{display:none}.showcase-hud-cinematic .showcase-spell-bar{left:250px;right:138px;height:108px;background:#080a0bc2}.showcase-hud-cinematic .showcase-spell{grid-template-rows:58px 18px;flex-basis:76px;width:76px;height:82px}.showcase-hud-cinematic .showcase-spell-art img{width:54px;height:54px}.showcase-hud-cinematic .showcase-spell-tooltip{bottom:92px}.showcase-hud-cinematic .showcase-end-turn{width:108px;height:108px}.showcase-hud-cinematic .showcase-turn-order{opacity:.82}.showcase-hud-cinematic .showcase-combat-log{top:14px}.showcase-hud-dofus_inspired{--hud-bg: rgba(7, 12, 18, .95);--hud-bg-soft: rgba(15, 24, 31, .94);--hud-border: rgba(151, 112, 60, .68);--hud-bronze: #a97842;--hud-gold: #d7b56d;--hud-teal: #65a19b;--hud-panel-shadow: 0 9px 22px rgba(0, 0, 0, .54)}.showcase-hud-dofus_inspired .showcase-bottom-dock{position:absolute;left:50%;bottom:12px;display:grid;grid-template-columns:208px minmax(0,1fr) 98px;width:min(920px,calc(100vw - 32px));height:116px;padding:7px;box-sizing:border-box;transform:translate(-50%);border:1px solid rgba(157,117,65,.78);border-radius:7px;background:linear-gradient(180deg,#192228fa,#060b10fa),#091017;box-shadow:inset 0 1px #ffe2a417,inset 0 -2px #000000ad,0 12px 30px #00000094}.showcase-hud-dofus_inspired .showcase-active-panel,.showcase-hud-dofus_inspired .showcase-spell-bar,.showcase-hud-dofus_inspired .showcase-end-turn{position:relative;inset:auto;width:auto;height:100%;border:0;border-radius:0;background:transparent;box-shadow:none}.showcase-hud-dofus_inspired .showcase-active-panel{display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:60px 34px;padding:4px 9px 4px 4px;border-right:1px solid rgba(151,112,60,.28)}.showcase-hud-dofus_inspired .showcase-portrait{grid-row:1 / 3;width:52px;height:92px;border-color:#b5894b94;background:#0b141a}.showcase-hud-dofus_inspired .showcase-portrait img{transform:scale(1.16)}.showcase-hud-dofus_inspired .showcase-active-marker{right:3px;bottom:3px;padding:1px 3px;font-size:7px}.showcase-hud-dofus_inspired .showcase-active-copy{padding:2px 0 0 8px}.showcase-hud-dofus_inspired .showcase-eyebrow{font-size:8px;line-height:10px}.showcase-hud-dofus_inspired .showcase-active-copy>strong{font-size:17px;line-height:19px}.showcase-hud-dofus_inspired .showcase-active-copy>small{font-size:8px;line-height:10px}.showcase-hud-dofus_inspired .showcase-health{margin-top:4px}.showcase-hud-dofus_inspired .showcase-health>span b{display:none}.showcase-hud-dofus_inspired .showcase-health>span strong{margin-left:auto;font-size:11px}.showcase-hud-dofus_inspired .showcase-health>i{height:5px;margin-top:2px}.showcase-hud-dofus_inspired .showcase-resources{align-items:center;gap:7px;padding:1px 0 0 8px}.showcase-hud-dofus_inspired .showcase-resource{display:grid;grid-template-columns:1fr;width:34px;min-width:34px;height:34px;padding:0;place-items:center;border-color:#cca65c8f;border-radius:50%;background:#101c25}.showcase-hud-dofus_inspired .showcase-resource img,.showcase-hud-dofus_inspired .showcase-resource em,.showcase-hud-dofus_inspired .showcase-resource span small{display:none}.showcase-hud-dofus_inspired .showcase-resource span b{color:#f5d98e;font-size:16px}.showcase-hud-dofus_inspired .showcase-resource-pm{border-color:#5ea097b3}.showcase-hud-dofus_inspired .showcase-resource-pm span b{color:#8fd1c7}.showcase-hud-dofus_inspired .showcase-status-list{right:8px;top:5px}.showcase-hud-dofus_inspired .showcase-status-list span{width:18px;height:18px;font-size:7px}.showcase-hud-dofus_inspired .showcase-spell-bar{padding:8px 9px;overflow:visible}.showcase-hud-dofus_inspired .showcase-spell-scroll{justify-content:center;gap:5px;overflow-y:visible}.showcase-hud-dofus_inspired .showcase-spell,.showcase-hud-dofus_inspired .showcase-spell-empty{position:relative;display:grid;flex:0 0 58px;width:58px;height:78px;place-items:center;box-sizing:border-box;border:1px solid rgba(145,109,65,.5);border-radius:4px;background:#05090ddb;box-shadow:inset 0 0 0 2px #00000047}.showcase-hud-dofus_inspired .showcase-spell{grid-template-rows:1fr;padding:3px}.showcase-hud-dofus_inspired .showcase-spell-art{width:50px;height:68px}.showcase-hud-dofus_inspired .showcase-spell-art img{width:48px;height:48px}.showcase-hud-dofus_inspired .showcase-spell>strong{display:none}.showcase-hud-dofus_inspired .showcase-spell-cost{top:-4px;left:-4px;width:23px;height:23px;font-size:11px}.showcase-hud-dofus_inspired .showcase-spell-key{top:auto;right:4px;bottom:3px;font-size:8px}.showcase-hud-dofus_inspired .showcase-spell>em{inset:auto 3px 21px;padding:2px 1px;font-size:7px}.showcase-hud-dofus_inspired .showcase-spell-tooltip{bottom:86px}.showcase-hud-dofus_inspired .showcase-spell-empty{opacity:.38}.showcase-hud-dofus_inspired .showcase-spell-empty:after{content:"";width:34px;height:34px;border:1px dashed rgba(160,134,91,.28);border-radius:4px}.showcase-hud-dofus_inspired .showcase-spell-empty small{position:absolute;right:4px;bottom:3px;color:#777064;font-size:8px}.showcase-hud-dofus_inspired .showcase-end-turn{display:grid;margin:5px 2px 5px 5px;place-content:center;border:1px solid rgba(190,126,61,.82);border-radius:5px;background:linear-gradient(180deg,#78411f,#422316)}.showcase-hud-dofus_inspired .showcase-end-turn span{font-size:13px;line-height:15px;text-align:center;text-transform:uppercase}.showcase-hud-dofus_inspired .showcase-end-turn small{margin-top:4px;font-size:7px}.showcase-hud-dofus_inspired .showcase-turn-order{top:9px;min-width:0;height:38px;gap:5px;padding:3px 5px;border-color:#97703c6b;background:#070c11d1}.showcase-hud-dofus_inspired .showcase-turn-order>span{display:none}.showcase-hud-dofus_inspired .showcase-turn-order>div{gap:3px}.showcase-hud-dofus_inspired .showcase-turn-order article{width:34px;height:30px;grid-template-columns:1fr}.showcase-hud-dofus_inspired .showcase-turn-order article img{width:32px;height:29px}.showcase-hud-dofus_inspired .showcase-turn-order article b{display:none}.showcase-hud-dofus_inspired .showcase-turn-order article>small{top:1px;left:2px;font-size:7px}.showcase-hud-dofus_inspired .showcase-combat-log{top:9px;right:10px;width:248px;max-height:190px;border-color:#97703c7a;background:#070c11e6}.showcase-hud-dofus_inspired .showcase-combat-log.is-closed{width:42px;height:38px;max-height:38px}.showcase-hud-dofus_inspired .showcase-combat-log.is-closed>button{width:40px;height:36px;justify-content:center;padding:0}.showcase-hud-dofus_inspired .showcase-combat-log.is-closed>button span{width:17px;overflow:hidden;font-size:0}.showcase-hud-dofus_inspired .showcase-combat-log.is-closed>button span:before{content:"≡";font-size:18px}.showcase-hud-dofus_inspired .showcase-combat-log.is-closed>button i{display:none}.showcase-hud-dofus_inspired .showcase-context-panel{top:54px;left:10px;width:178px;height:58px;border-color:#97703c75;background:#070c11e0}.showcase-hud-dofus_modular_v03{--hud-bg: rgba(8, 12, 16, .96);--hud-bg-soft: rgba(19, 24, 28, .95);--hud-border: rgba(153, 126, 82, .72);--hud-bronze: #ae8550;--hud-gold: #ddbd74;--hud-teal: #6ca79f;--hud-panel-shadow: 0 12px 28px rgba(0, 0, 0, .56)}.showcase-hud-dofus_modular_v03 .showcase-bottom-dock{position:absolute;left:50%;bottom:10px;display:grid;grid-template-columns:292px minmax(0,1fr) 118px;width:min(1140px,calc(100vw - 28px));height:154px;padding:8px;box-sizing:border-box;transform:translate(-50%);border:1px solid rgba(153,126,82,.82);border-radius:6px;background:linear-gradient(180deg,#1f2427fa,#070b0ffa),#0a1015;box-shadow:inset 0 1px #ffebbc14,inset 0 -2px #000000b8,0 14px 34px #0000009e}.showcase-hud-dofus_modular_v03 .showcase-active-panel,.showcase-hud-dofus_modular_v03 .showcase-spell-bar,.showcase-hud-dofus_modular_v03 .showcase-end-turn{position:relative;inset:auto;width:auto;height:100%;border:0;border-radius:0;background:transparent;box-shadow:none}.showcase-hud-dofus_modular_v03 .showcase-active-panel{display:grid;grid-template-columns:96px minmax(0,1fr);grid-template-rows:92px 44px;padding:4px 10px 4px 4px;border-right:1px solid rgba(153,126,82,.28)}.showcase-hud-dofus_modular_v03 .showcase-portrait{grid-row:1 / 3;width:88px;height:126px;border-color:#be97599e;background:#11171b}.showcase-hud-dofus_modular_v03 .showcase-portrait img{transform:scale(1.18)}.showcase-hud-dofus_modular_v03 .showcase-active-marker{right:5px;bottom:5px}.showcase-hud-dofus_modular_v03 .showcase-active-copy{padding:5px 0 0 10px}.showcase-hud-dofus_modular_v03 .showcase-active-copy>strong{font-size:22px;line-height:26px}.showcase-hud-dofus_modular_v03 .showcase-active-copy>small{font-size:10px}.showcase-hud-dofus_modular_v03 .showcase-health{margin-top:8px}.showcase-hud-dofus_modular_v03 .showcase-health>i{height:8px}.showcase-hud-dofus_modular_v03 .showcase-resources{align-items:center;gap:10px;padding:0 0 0 10px}.showcase-hud-dofus_modular_v03 .showcase-resource{display:grid;grid-template-columns:1fr;width:52px;min-width:52px;height:52px;padding:0;place-items:center;border:1px solid rgba(210,172,98,.68);border-radius:50%;background:#111d25}.showcase-hud-dofus_modular_v03 .showcase-resource img,.showcase-hud-dofus_modular_v03 .showcase-resource em,.showcase-hud-dofus_modular_v03 .showcase-resource span small{display:none}.showcase-hud-dofus_modular_v03 .showcase-resource span b{color:#f5d98e;font-size:23px}.showcase-hud-dofus_modular_v03 .showcase-resource-pm{border-color:#64afa3c2}.showcase-hud-dofus_modular_v03 .showcase-resource-pm span b{color:#91d6ca}.showcase-hud-dofus_modular_v03 .showcase-status-list{right:12px;top:8px}.showcase-hud-dofus_modular_v03 .showcase-spell-bar{padding:14px 12px}.showcase-hud-dofus_modular_v03 .showcase-spell-scroll{justify-content:center;gap:6px;overflow-y:visible}.showcase-hud-dofus_modular_v03 .showcase-spell,.showcase-hud-dofus_modular_v03 .showcase-spell-empty{position:relative;display:grid;flex:0 0 64px;width:64px;height:108px;place-items:center;box-sizing:border-box;border:1px solid rgba(153,126,82,.52);border-radius:5px;background:#080c0fe6}.showcase-hud-dofus_modular_v03 .showcase-spell{grid-template-rows:1fr;padding:4px}.showcase-hud-dofus_modular_v03 .showcase-spell-art{width:56px;height:98px}.showcase-hud-dofus_modular_v03 .showcase-spell-art img{width:58px;height:58px}.showcase-hud-dofus_modular_v03 .showcase-spell>strong{display:none}.showcase-hud-dofus_modular_v03 .showcase-spell-cost{width:28px;height:28px;font-size:13px}.showcase-hud-dofus_modular_v03 .showcase-spell-key{top:auto;right:5px;bottom:5px}.showcase-hud-dofus_modular_v03 .showcase-spell>em{inset:auto 4px 28px;font-size:7px}.showcase-hud-dofus_modular_v03 .showcase-spell-tooltip{bottom:116px}.showcase-hud-dofus_modular_v03 .showcase-spell-empty{opacity:.34}.showcase-hud-dofus_modular_v03 .showcase-spell-empty:after{content:"";width:42px;height:42px;border:1px dashed rgba(164,139,95,.32);border-radius:4px}.showcase-hud-dofus_modular_v03 .showcase-spell-empty small{position:absolute;right:5px;bottom:5px;color:#746e63;font-size:9px}.showcase-hud-dofus_modular_v03 .showcase-end-turn{display:grid;width:110px;height:96px;margin:auto;place-content:center;border:1px solid rgba(194,132,66,.86);border-radius:5px;background:linear-gradient(180deg,#79431f,#422418)}.showcase-hud-dofus_modular_v03 .showcase-end-turn span{font-size:15px;line-height:17px;text-align:center;text-transform:uppercase}.showcase-hud-dofus_modular_v03 .showcase-end-turn small{margin-top:6px;font-size:8px}.showcase-hud-dofus_modular_v03 .showcase-end-turn:disabled{cursor:default;filter:saturate(.45);opacity:.72}.showcase-hud-dofus_modular_v03 .showcase-end-turn.is-thinking{border-color:#6ca79fad;background:linear-gradient(180deg,#244443,#152727)}.showcase-hud-dofus_modular_v03 .showcase-turn-order{top:10px;min-width:0;height:52px;gap:5px;padding:4px 6px;background:#080c10e0}.showcase-hud-dofus_modular_v03 .showcase-turn-order>span{display:none}.showcase-hud-dofus_modular_v03 .showcase-turn-order article{width:44px;height:42px;grid-template-columns:1fr}.showcase-hud-dofus_modular_v03 .showcase-turn-order article img{width:42px;height:40px}.showcase-hud-dofus_modular_v03 .showcase-turn-order article b{display:none}.showcase-hud-dofus_modular_v03 .showcase-combat-log{top:10px;right:12px;width:270px;background:#080c10eb}.showcase-hud-dofus_modular_v03 .showcase-combat-log.is-closed{width:48px;height:42px;max-height:42px}.showcase-hud-dofus_modular_v03 .showcase-combat-log.is-closed>button{width:46px;height:40px;justify-content:center;padding:0}.showcase-hud-dofus_modular_v03 .showcase-combat-log.is-closed>button span{width:18px;overflow:hidden;font-size:0}.showcase-hud-dofus_modular_v03 .showcase-combat-log.is-closed>button span:before{content:"≡";font-size:20px}.showcase-hud-dofus_modular_v03 .showcase-combat-log.is-closed>button i{display:none}.showcase-hud-dofus_modular_v03 .showcase-context-panel{top:70px;left:12px;width:202px;height:64px;background:#080c10e6}.showcase-hud-touch_mobile_v01{--touch-rail-width: calc(20vw - 10px) ;--touch-edge: 5px;--touch-history-width: clamp(270px, 31vw, 590px);--hud-bg: rgba(6, 10, 14, .97);--hud-bg-soft: rgba(15, 22, 27, .96);--hud-border: rgba(156, 119, 66, .72);--hud-bronze: #a8763f;--hud-gold: #d8b66b;--hud-teal: #72aaa1;--hud-panel-shadow: 0 10px 28px rgba(0, 0, 0, .62)}.showcase-hud-touch_mobile_v01 .showcase-touch-rail{position:absolute;top:var(--touch-edge);right:var(--touch-edge);bottom:var(--touch-edge);display:grid;grid-template-rows:150px minmax(0,1fr) 54px;width:var(--touch-rail-width);padding:7px;overflow:visible;box-sizing:border-box;pointer-events:auto;border:1px solid rgba(157,117,61,.84);border-radius:5px;background:linear-gradient(90deg,rgba(180,129,65,.06),transparent 18%),linear-gradient(180deg,#1c2225fc,#05090dfc);box-shadow:inset 0 1px #ffe6aa14,inset 0 -2px #000000c7,0 0 0 2px #00000070,var(--hud-panel-shadow)}.showcase-hud-touch_mobile_v01 .showcase-active-panel,.showcase-hud-touch_mobile_v01 .showcase-spell-bar,.showcase-hud-touch_mobile_v01 .showcase-turn-order,.showcase-hud-touch_mobile_v01 .showcase-end-turn{position:relative;inset:auto;width:auto;height:auto;transform:none;border:0;border-radius:0;background:transparent;box-shadow:none}.showcase-hud-touch_mobile_v01 .showcase-active-panel{display:grid;grid-template-columns:clamp(82px,5.1vw,98px) minmax(0,1fr);grid-template-rows:138px;padding:3px 3px 7px;border-bottom:1px solid rgba(166,125,67,.38)}.showcase-hud-touch_mobile_v01 .showcase-portrait{grid-column:1;grid-row:1;width:clamp(78px,4.8vw,92px);height:132px;padding:2px;box-sizing:border-box;border:1px solid rgba(179,136,71,.66);border-radius:3px;background:linear-gradient(180deg,#151d21,#080c0f);box-shadow:inset 0 0 0 2px #00000085}.showcase-hud-touch_mobile_v01 .showcase-portrait img{width:100%;height:100%;object-position:center center;transform:translateY(31%) scale(4.1);transform-origin:center center}.showcase-hud-touch_mobile_v01 .showcase-active-marker{right:5px;bottom:5px;padding:1px 3px;border:0;background:#091d1ee6;font-size:6px}.showcase-hud-touch_mobile_v01 .showcase-active-copy{grid-column:2;grid-row:1;min-width:0;padding:7px 3px 48px 9px}.showcase-hud-touch_mobile_v01 .showcase-eyebrow{color:#b69a62;font-size:8px}.showcase-hud-touch_mobile_v01 .showcase-active-copy>strong{font-size:clamp(16px,1.1vw,20px);line-height:22px}.showcase-hud-touch_mobile_v01 .showcase-active-copy>small{font-size:8px;line-height:10px}.showcase-hud-touch_mobile_v01 .showcase-health{margin-top:3px}.showcase-hud-touch_mobile_v01 .showcase-health>span b{display:none}.showcase-hud-touch_mobile_v01 .showcase-health>span strong{margin-left:auto;font-size:11px}.showcase-hud-touch_mobile_v01 .showcase-health>i{display:flex;overflow:hidden;height:7px;border-radius:2px}.showcase-health mark{color:#60c6ff;background:transparent;font-weight:900}.showcase-health>i>mark{display:block;height:100%;flex:0 0 auto;background:#43aee8;box-shadow:inset 0 1px #d8f6ff57}.showcase-hud-touch_mobile_v01 .showcase-resources{grid-column:2;grid-row:1;display:flex;align-self:end;align-items:center;justify-content:flex-start;align-content:center;gap:7px;padding:0 3px 7px 9px}.showcase-hud-touch_mobile_v01 .showcase-resource{display:flex;width:64px;min-width:64px;height:32px;padding:2px 5px;place-items:center;justify-content:center;border:1px solid rgba(204,163,84,.62);border-radius:4px;background:linear-gradient(180deg,#1c2c31,#0b1216);box-shadow:inset 0 0 0 2px #00000057}.showcase-hud-touch_mobile_v01 .showcase-resource-pm{border-color:#69a589ad}.showcase-hud-touch_mobile_v01 .showcase-resource img,.showcase-hud-touch_mobile_v01 .showcase-resource em{display:none}.showcase-hud-touch_mobile_v01 .showcase-resource span{display:flex;align-items:baseline;justify-content:center;gap:3px;width:100%}.showcase-hud-touch_mobile_v01 .showcase-resource span b{color:#f4d98d;font-size:18px;line-height:20px;text-shadow:0 2px #000}.showcase-hud-touch_mobile_v01 .showcase-resource span small{display:block;color:#bdad87;font-size:7px;font-weight:800;text-transform:uppercase}.showcase-hud-touch_mobile_v01 .showcase-resource-pm span b{color:#a9d5a6}.showcase-hud-touch_mobile_v01 .showcase-status-list{display:none}.showcase-hud-touch_mobile_v01 .showcase-status-list span{width:19px;height:19px;border-radius:2px;font-size:7px}.showcase-hud-touch_mobile_v01 .showcase-spell-bar{min-height:0;padding:10px 3px 8px;overflow:visible}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll{display:grid;grid-template-columns:minmax(0,1fr);grid-auto-rows:78px;align-content:start;gap:8px;padding:2px;overflow:visible}.showcase-hud-touch_mobile_v01 .showcase-spell,.showcase-hud-touch_mobile_v01 .showcase-spell-empty{position:relative;display:grid;width:100%;height:100%;min-height:62px;place-items:center;box-sizing:border-box;border:0;border-radius:3px;background:linear-gradient(180deg,#141b1ff5,#05080bf5);box-shadow:inset 0 0 0 1px #ab82487a,inset 0 0 0 3px #0000005c}.showcase-hud-touch_mobile_v01 .showcase-spell{grid-template-columns:minmax(68px,30%) minmax(0,1fr);grid-template-rows:1fr;justify-items:stretch;padding:7px 9px 7px 7px}.showcase-hud-touch_mobile_v01 .showcase-spell.is-selected{background:linear-gradient(180deg,#2b3634fa,#090e10fa);box-shadow:inset 0 0 0 2px #deb763e0,0 0 10px #cda45733}.showcase-hud-touch_mobile_v01 .showcase-spell.is-disabled{background:linear-gradient(180deg,#0c0e0ff5,#050709fa);filter:grayscale(.7);opacity:.58}.showcase-hud-touch_mobile_v01 .showcase-spell-art{grid-column:1;width:min(100%,70px);height:64px;justify-self:center;background:transparent}.showcase-hud-touch_mobile_v01 .showcase-spell-art img{width:64px;height:64px}.showcase-hud-touch_mobile_v01 .showcase-spell>strong{display:block;grid-column:2;align-self:center;overflow:hidden;padding:0 8px;color:#e8dfc9;font-family:Georgia,serif;font-size:clamp(11px,.78vw,14px);line-height:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-spell-cost{top:2px;left:2px;width:22px;height:22px;border-color:#e0be70c7;background:#24343a;font-size:11px}.showcase-hud-touch_mobile_v01 .showcase-spell>em{display:none}.showcase-hud-touch_mobile_v01 .showcase-spell-tooltip{right:calc(100% + 10px);left:auto;bottom:0;width:260px;transform:none}.showcase-hud-touch_mobile_v01 .showcase-spell-empty{opacity:.28}.showcase-hud-touch_mobile_v01 .showcase-spell-empty:after{content:"Emplacement disponible";width:auto;height:auto;border:1px solid rgba(167,136,82,.16);border-radius:2px;padding:8px 12px;color:#a0937757;font-size:9px;text-transform:uppercase}.showcase-hud-touch_mobile_v01 .showcase-spell-empty small{position:absolute;right:5px;bottom:4px;color:#746c5d;font-size:8px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:7px 3px 2px;border-top:1px solid rgba(166,125,67,.34)}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button{display:grid;min-width:0;place-items:center;border:1px solid rgba(153,121,72,.38);border-radius:3px;background:linear-gradient(180deg,#1a2124f5,#080b0df5);color:#9f947b;cursor:default;opacity:.72}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button span{font-size:8px;font-weight:800}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-auto-battle]{cursor:pointer;opacity:1}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-abandon]{cursor:pointer;opacity:1;border-color:#be493eb8;color:#f0aaa1}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-abandon]:hover{background:linear-gradient(180deg,#64231ff0,#260d0dfa);color:#ffd4ce}#app.is-building-team canvas,#app.is-building-team~#showcase-combat-hud{visibility:hidden;pointer-events:none}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button.is-active{border-color:#68c4ffd1;background:linear-gradient(180deg,#1f516ceb,#0b202bf5);color:#bfe9ff;box-shadow:inset 0 0 0 1px #85d8ff33,0 0 8px #4aaeff2e}.showcase-hud-touch_mobile_v01 .showcase-touch-turn-dock{position:absolute;right:calc(20vw + 8px);bottom:10px;left:calc(var(--touch-history-width) + 18px);display:flex;width:min(920px,calc(80vw - var(--touch-history-width) - 30px));height:112px;align-items:stretch;gap:7px;margin:0 auto;padding:8px;box-sizing:border-box;pointer-events:auto;border:1px solid rgba(157,117,61,.74);border-radius:5px;background:linear-gradient(90deg,rgba(180,129,65,.08),transparent 18%,transparent 82%,rgba(180,129,65,.08)),linear-gradient(180deg,#1f2324fa,#060a0dfa);box-shadow:inset 0 1px #ffe8b014,0 10px 25px #0009}.showcase-hud-touch_mobile_v01 .showcase-turn-order{display:flex;flex:1 1 auto;min-width:0;align-items:center;gap:6px;padding:3px 5px}.showcase-hud-touch_mobile_v01 .showcase-turn-order>span{display:none}.showcase-hud-touch_mobile_v01 .showcase-turn-order>div{display:grid;grid-template-columns:repeat(6,minmax(72px,1fr));width:100%;gap:6px}.showcase-hud-touch_mobile_v01 .showcase-turn-order article{width:100%;height:86px;grid-template-columns:1fr;border:2px solid rgba(156,119,66,.38);border-radius:2px;background:#070a0cd1}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-team-a{border-color:#4aaeffb8}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-team-b{border-color:#e34e45b8}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-active{filter:brightness(1.18) saturate(1.1)}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-active.is-team-a{border-color:#7bc7ff;box-shadow:inset 0 0 0 2px #4aaeffe0,0 0 12px #4aaeff94}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-active.is-team-b{border-color:#ff8178;box-shadow:inset 0 0 0 2px #e34e45e6,0 0 12px #e34e4594}.showcase-hud-touch_mobile_v01 .showcase-turn-order article img{width:100%;height:82px;object-fit:contain;object-position:center center;transform:translateY(29%) scale(3.75);transform-origin:center center}.showcase-hud-touch_mobile_v01 .showcase-turn-order article b{display:none}.showcase-hud-touch_mobile_v01 .showcase-end-turn{display:grid;flex:0 0 132px;place-content:center;border:1px solid rgba(192,133,68,.82);border-radius:3px;background:linear-gradient(180deg,#79502b,#3d2418);box-shadow:inset 0 0 0 2px #1f0f0a80}.showcase-hud-touch_mobile_v01 .showcase-end-turn span{font-size:12px;line-height:13px;text-align:center;text-transform:uppercase}.showcase-hud-touch_mobile_v01 .showcase-end-turn small{margin-top:4px;font-size:7px}.showcase-hud-touch_mobile_v01 .showcase-combat-log{inset:auto auto 10px 6px;width:var(--touch-history-width);height:200px;max-height:200px;overflow:hidden;pointer-events:auto;border:1px solid rgba(157,117,61,.7);border-radius:5px;background:linear-gradient(180deg,#12181bf5,#05080bf7);box-shadow:0 10px 25px #0000008f}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title{display:flex;height:34px;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid rgba(157,117,61,.38);color:#dfc98f;font-size:10px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title small{color:#817866;font-size:8px;font-weight:700}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol{max-height:164px;padding:4px 8px 10px;overflow-y:auto;scrollbar-color:#8c6a3e rgba(0,0,0,.28);scrollbar-width:thin}.showcase-hud-touch_mobile_v01 .showcase-combat-log li{min-height:24px;margin-top:3px;padding:5px 7px;box-sizing:border-box;font-size:11.5px;line-height:15px}.showcase-combat-log strong.is-malus{color:#ff746b;font-weight:900}.showcase-combat-log strong.is-bonus{color:#68d99a;font-weight:900}.showcase-combat-log strong.is-neutral{color:#e1c77e;font-weight:900}.showcase-combat-log strong.is-effect{color:#f0d58d;font-weight:900;letter-spacing:.2px}.showcase-hud-touch_mobile_v01 .showcase-context-panel{top:10px;left:10px;width:186px;height:58px;background:#070b0eeb}@media(max-width:900px),(max-height:500px){.showcase-active-panel{left:8px;bottom:7px;grid-template-columns:54px 136px;width:198px;height:94px;padding:6px}.showcase-hud-cinematic .showcase-active-panel{width:198px;height:94px;grid-template-columns:54px 136px}.showcase-portrait{width:48px;height:80px}.showcase-active-copy{padding-left:6px}.showcase-active-copy>strong{font-size:17px;line-height:20px}.showcase-active-copy>small,.showcase-status-list{display:none}.showcase-health{margin-top:4px}.showcase-resources{gap:4px;padding:3px 0 0 6px}.showcase-resource{min-width:52px;height:27px;grid-template-columns:17px auto;padding:1px 4px}.showcase-resource img{width:15px;height:15px}.showcase-resource span b{font-size:13px}.showcase-spell-bar,.showcase-hud-cinematic .showcase-spell-bar{left:212px;right:96px;bottom:7px;height:94px;padding:5px}.showcase-spell-scroll{justify-content:flex-start;gap:5px}.showcase-spell,.showcase-hud-cinematic .showcase-spell{grid-template-rows:55px 16px;flex-basis:68px;width:68px;height:78px}.showcase-spell-art img,.showcase-hud-cinematic .showcase-spell-art img{width:50px;height:50px}.showcase-spell>strong{font-size:9px;line-height:16px}.showcase-spell-cost{width:24px;height:24px;font-size:11px}.showcase-spell-tooltip{bottom:86px;width:164px}.showcase-spell:hover .showcase-spell-tooltip,.showcase-spell:focus-visible .showcase-spell-tooltip{display:none}.showcase-spell.is-detail-open .showcase-spell-tooltip{display:block}.showcase-end-turn,.showcase-hud-cinematic .showcase-end-turn{right:8px;bottom:7px;width:82px;height:94px}.showcase-end-turn span{font-size:13px}.showcase-end-turn small{display:none}.showcase-turn-order{top:5px;min-width:200px;height:42px;padding:3px 5px}.showcase-turn-order>span{display:none}.showcase-turn-order article{width:54px;height:34px;grid-template-columns:30px 1fr}.showcase-turn-order article img{width:29px;height:32px}.showcase-turn-order article b{font-size:8px}.showcase-context-panel{top:5px;left:7px;width:166px;height:49px;grid-template-columns:30px 1fr;grid-template-rows:10px 30px;padding:3px 5px}.showcase-context-panel>img{width:28px;height:31px}.showcase-context-panel>div>strong{font-size:10px}.showcase-context-panel .showcase-health>span{display:none}.showcase-combat-log,.showcase-hud-cinematic .showcase-combat-log{top:5px;right:7px;width:218px;max-height:150px}.showcase-combat-log.is-closed{width:86px}.showcase-combat-log ol{max-height:110px}.showcase-hud-dofus_inspired .showcase-bottom-dock{bottom:6px;grid-template-columns:150px minmax(0,1fr) 72px;width:calc(100vw - 16px);height:88px;padding:4px}.showcase-hud-dofus_inspired .showcase-active-panel{grid-template-columns:42px minmax(0,1fr);grid-template-rows:47px 27px;width:auto;height:100%;padding:3px 5px 3px 2px}.showcase-hud-dofus_inspired .showcase-portrait{width:38px;height:74px}.showcase-hud-dofus_inspired .showcase-active-copy{padding-left:5px}.showcase-hud-dofus_inspired .showcase-active-copy>strong{font-size:14px;line-height:16px}.showcase-hud-dofus_inspired .showcase-active-copy>small{display:none}.showcase-hud-dofus_inspired .showcase-health>span strong{font-size:9px}.showcase-hud-dofus_inspired .showcase-resources{gap:4px;padding-left:5px}.showcase-hud-dofus_inspired .showcase-resource{width:27px;min-width:27px;height:27px}.showcase-hud-dofus_inspired .showcase-resource span b{font-size:13px}.showcase-hud-dofus_inspired .showcase-status-list{display:none}.showcase-hud-dofus_inspired .showcase-spell-bar{width:auto;height:100%;padding:5px 6px}.showcase-hud-dofus_inspired .showcase-spell-scroll{justify-content:flex-start;gap:4px}.showcase-hud-dofus_inspired .showcase-spell,.showcase-hud-dofus_inspired .showcase-spell-empty{flex-basis:50px;width:50px;height:66px}.showcase-hud-dofus_inspired .showcase-spell-art{width:44px;height:58px}.showcase-hud-dofus_inspired .showcase-spell-art img{width:42px;height:42px}.showcase-hud-dofus_inspired .showcase-spell-cost{width:20px;height:20px;font-size:10px}.showcase-hud-dofus_inspired .showcase-end-turn{width:auto;height:auto;margin:3px 1px 3px 4px}.showcase-hud-dofus_inspired .showcase-end-turn span{font-size:10px;line-height:11px}.showcase-hud-dofus_inspired .showcase-turn-order{top:5px;width:auto;height:34px}.showcase-hud-dofus_inspired .showcase-turn-order article{width:30px;height:27px}.showcase-hud-dofus_inspired .showcase-turn-order article img{width:28px;height:26px}.showcase-hud-dofus_inspired .showcase-combat-log{top:5px;right:6px}.showcase-hud-dofus_inspired .showcase-context-panel{top:43px;left:6px;width:156px;height:48px}.showcase-hud-dofus_modular_v03 .showcase-bottom-dock{bottom:5px;grid-template-columns:180px minmax(0,1fr) 78px;width:calc(100vw - 12px);height:112px;padding:5px}.showcase-hud-dofus_modular_v03 .showcase-active-panel{grid-template-columns:58px minmax(0,1fr);grid-template-rows:62px 38px;width:auto;height:100%;padding:2px 6px 2px 2px}.showcase-hud-dofus_modular_v03 .showcase-portrait{width:54px;height:98px}.showcase-hud-dofus_modular_v03 .showcase-active-copy{padding-left:6px}.showcase-hud-dofus_modular_v03 .showcase-active-copy>strong{font-size:16px;line-height:18px}.showcase-hud-dofus_modular_v03 .showcase-active-copy>small{display:none}.showcase-hud-dofus_modular_v03 .showcase-resources{gap:5px;padding-left:6px}.showcase-hud-dofus_modular_v03 .showcase-resource{width:36px;min-width:36px;height:36px}.showcase-hud-dofus_modular_v03 .showcase-resource span b{font-size:16px}.showcase-hud-dofus_modular_v03 .showcase-status-list{display:none}.showcase-hud-dofus_modular_v03 .showcase-spell-bar{width:auto;height:100%;padding:7px 6px}.showcase-hud-dofus_modular_v03 .showcase-spell-scroll{justify-content:flex-start;gap:5px}.showcase-hud-dofus_modular_v03 .showcase-spell,.showcase-hud-dofus_modular_v03 .showcase-spell-empty{flex-basis:58px;width:58px;height:88px}.showcase-hud-dofus_modular_v03 .showcase-spell-art{width:50px;height:78px}.showcase-hud-dofus_modular_v03 .showcase-spell-art img{width:52px;height:52px}.showcase-hud-dofus_modular_v03 .showcase-end-turn{width:70px;height:88px}.showcase-hud-dofus_modular_v03 .showcase-end-turn span{font-size:11px;line-height:12px}.showcase-hud-dofus_modular_v03 .showcase-turn-order{top:5px;height:42px}.showcase-hud-dofus_modular_v03 .showcase-turn-order article{width:36px;height:34px}.showcase-hud-dofus_modular_v03 .showcase-turn-order article img{width:34px;height:32px}.showcase-hud-dofus_modular_v03 .showcase-combat-log{top:5px;right:6px}}@media(max-width:1000px),(max-height:560px){.showcase-hud-touch_mobile_v01{--touch-rail-width: calc(20vw - 10px) ;--touch-edge: 5px;--touch-history-width: clamp(250px, 29vw, 320px)}.showcase-hud-touch_mobile_v01 .showcase-touch-rail{grid-template-rows:116px minmax(0,1fr) 44px;padding:5px}.showcase-hud-touch_mobile_v01 .showcase-active-panel{grid-template-columns:64px minmax(0,1fr);grid-template-rows:105px;padding:2px 2px 5px}.showcase-hud-touch_mobile_v01 .showcase-portrait{width:60px;height:101px;padding:2px}.showcase-hud-touch_mobile_v01 .showcase-portrait img{transform:translateY(31%) scale(4)}.showcase-hud-touch_mobile_v01 .showcase-active-marker,.showcase-hud-touch_mobile_v01 .showcase-active-copy>small,.showcase-hud-touch_mobile_v01 .showcase-status-list{display:none}.showcase-hud-touch_mobile_v01 .showcase-active-copy{padding:2px 2px 37px 5px}.showcase-hud-touch_mobile_v01 .showcase-eyebrow{font-size:7px}.showcase-hud-touch_mobile_v01 .showcase-active-copy>strong{font-size:14px;line-height:16px}.showcase-hud-touch_mobile_v01 .showcase-health{margin-top:3px}.showcase-hud-touch_mobile_v01 .showcase-health>span strong{font-size:9px}.showcase-hud-touch_mobile_v01 .showcase-health>i{height:5px}.showcase-hud-touch_mobile_v01 .showcase-resources{grid-column:2;grid-row:1;align-self:end;justify-content:flex-start;gap:5px;padding:0 2px 3px 5px}.showcase-hud-touch_mobile_v01 .showcase-resource{width:54px;min-width:54px;height:27px;padding:1px 3px}.showcase-hud-touch_mobile_v01 .showcase-resource span b{font-size:15px}.showcase-hud-touch_mobile_v01 .showcase-resource span small{font-size:6px}.showcase-hud-touch_mobile_v01 .showcase-spell-bar{padding:6px 2px 3px}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll{grid-template-columns:minmax(0,1fr);grid-auto-rows:58px;gap:5px}.showcase-hud-touch_mobile_v01 .showcase-spell,.showcase-hud-touch_mobile_v01 .showcase-spell-empty{min-height:51px}.showcase-hud-touch_mobile_v01 .showcase-spell{grid-template-columns:minmax(50px,30%) minmax(0,1fr) 23px;padding:4px 5px}.showcase-hud-touch_mobile_v01 .showcase-spell-art{width:min(100%,52px);height:50px}.showcase-hud-touch_mobile_v01 .showcase-spell-art img{width:49px;height:49px}.showcase-hud-touch_mobile_v01 .showcase-spell>strong{padding:0 5px;font-size:10px;line-height:12px}.showcase-hud-touch_mobile_v01 .showcase-spell-cost{width:19px;height:19px;font-size:9px}.showcase-hud-touch_mobile_v01 .showcase-spell-tooltip{width:176px}.showcase-hud-touch_mobile_v01 .showcase-spell-empty:after{padding:6px;font-size:7px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar{gap:3px;padding:5px 2px 1px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button span{font-size:6px}.showcase-hud-touch_mobile_v01 .showcase-touch-turn-dock{right:calc(20vw + 6px);bottom:5px;left:calc(var(--touch-history-width) + 10px);width:min(720px,calc(80vw - var(--touch-history-width) - 16px));height:88px;gap:4px;padding:5px}.showcase-hud-touch_mobile_v01 .showcase-turn-order{padding:2px}.showcase-hud-touch_mobile_v01 .showcase-turn-order>div{grid-template-columns:repeat(6,minmax(54px,1fr));gap:3px}.showcase-hud-touch_mobile_v01 .showcase-turn-order article{height:72px}.showcase-hud-touch_mobile_v01 .showcase-turn-order article img{height:68px;transform:translateY(29%) scale(3.65)}.showcase-hud-touch_mobile_v01 .showcase-end-turn{flex-basis:102px}.showcase-hud-touch_mobile_v01 .showcase-end-turn span{font-size:10px;line-height:11px}.showcase-hud-touch_mobile_v01 .showcase-end-turn small{display:block;font-size:6px}.showcase-hud-touch_mobile_v01 .showcase-combat-log{inset:auto auto 5px 5px;width:var(--touch-history-width);height:174px;max-height:174px}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol{max-height:140px}.showcase-hud-touch_mobile_v01 .showcase-combat-log li{min-height:20px;padding:3px 5px;font-size:9.5px;line-height:12px}.showcase-hud-touch_mobile_v01 .showcase-context-panel{top:5px;left:5px;width:156px;height:48px}}.team-builder-header,.team-builder-footer{display:flex;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid rgba(232,200,115,.18)}.team-builder-header{flex-wrap:wrap}.team-builder-header span{color:var(--ui-gold);font-size:12px;font-weight:900;text-transform:uppercase}.team-builder-header strong{color:#fff0c8;font-family:Georgia,serif;font-size:30px;line-height:1}.team-builder-header small,.team-builder-footer span{color:var(--ui-muted);font-size:13px}.team-builder-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;flex:1 1 auto;min-height:0;overflow:auto;padding:16px}.team-builder-team{min-width:0;padding:14px;border:1px solid rgba(232,200,115,.18);border-radius:8px;background:#060a0abd}.team-builder-team h2{margin:0;color:#fff0c8;font-family:Georgia,serif;font-size:24px}.team-builder-team p{margin:3px 0 12px;color:var(--ui-gold);font-size:12px;font-weight:800}.team-builder-roster{display:grid;grid-template-columns:1fr;gap:8px}.team-builder-roster button{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;min-height:68px;padding:7px 10px;overflow:hidden;border:1px solid rgba(232,200,115,.22);border-radius:7px;background:linear-gradient(90deg,rgba(88,201,255,.12),transparent 32%),#0e1616e6;color:#f5ecd2;cursor:pointer}.team-builder-team.team-b .team-builder-roster button{background:linear-gradient(90deg,rgba(255,112,95,.13),transparent 32%),#0e1616e6}.team-builder-roster button.is-selected{border-color:#fff0a8db;box-shadow:inset 0 0 0 2px #fff0a81f}.team-builder-roster img{width:54px;height:54px;object-fit:contain;object-position:center bottom}.team-builder-roster span{min-width:0}.team-builder-roster strong,.team-builder-roster small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-builder-roster strong{color:#fff0c8;font-family:Georgia,serif;font-size:20px;line-height:1}.team-builder-roster small{margin-top:5px;color:var(--ui-muted);font-size:12px}.team-builder-footer{justify-content:space-between;border-top:1px solid rgba(232,200,115,.18);border-bottom:0}.team-builder-footer button{min-width:180px;height:48px;padding:0 20px;border:1px solid rgba(255,240,168,.78);border-radius:6px;background:linear-gradient(180deg,#b85227,#752716);color:#fff0c8;font-family:Georgia,serif;font-size:18px;font-weight:900;text-shadow:0 2px 2px rgba(0,0,0,.72);cursor:pointer}@media(min-width:821px)and (max-width:1180px){.premium-action-bar{flex-wrap:wrap;width:min(760px,100%);min-height:226px;row-gap:5px}.action-cap{display:none}.action-portrait-block{width:86px;height:94px}.action-identity-block{width:120px;height:76px}.action-identity-block strong{font-size:21px}.action-timer{width:72px;height:76px}.resource-orb{flex-basis:56px;width:56px;height:82px}.action-spells{order:20;flex-basis:100%;height:120px;justify-content:center}}@media(max-width:820px){.premium-action-bar{flex-wrap:wrap;width:100%;min-height:166px;gap:5px}.action-cap,.action-separator,.action-resources{display:none}.action-portrait-block{width:58px;height:60px}.action-identity-block{flex:1 1 102px;width:auto;height:58px;padding:7px 8px}.action-identity-block strong{font-size:18px}.action-timer{width:56px;height:60px}.action-end-turn{flex-basis:96px;width:96px;min-height:56px}.action-spells{flex-basis:100%;height:90px;gap:5px}.action-spell-card{flex:1 1 0;min-width:0;min-height:88px}.team-builder-screen{box-sizing:border-box;padding:10px}.team-builder-panel{width:100%;max-height:calc(100vh - 20px)}.team-builder-header,.team-builder-footer{padding:12px}.team-builder-columns{grid-template-columns:1fr;padding:10px}.team-builder-roster button{grid-template-columns:44px minmax(0,1fr);min-height:58px;padding:6px 8px}.team-builder-roster img{width:44px;height:44px}.team-builder-roster small{overflow:visible;text-overflow:clip;white-space:normal;line-height:1.22}.team-builder-footer{align-items:stretch;flex-direction:column}.team-builder-footer button{width:100%}}:root{--baron-ui-scale: 1;--baron-motion-factor: 1;--baron-flash-opacity: 1;--baron-particle-density: 1;--baron-team-a: #3f7fdd;--baron-team-a-hi: #6fb5f8;--baron-team-b: #e6472e;--baron-team-b-hi: #ff8a72;--baron-cell-move: #58b7ff;--baron-cell-range: #ffcf4d;--baron-cell-target: #ff5b55;--baron-team-a-pattern: none;--baron-team-b-pattern: none;--baron-cell-move-pattern: none;--baron-cell-range-pattern: none;--baron-cell-target-pattern: none}:root[data-baron-ui-scale=compact]{--baron-ui-scale: .88}:root[data-baron-ui-scale=large]{--baron-ui-scale: 1.14}:root[data-baron-ui-scale] :is(.lobby3d-ui,.team-builder-screen,#command-root,#hud-root,.cc-root,.me-root,.multiplayer-entry,.baron-whats-new,.baron-tools-launcher,[data-ui-scale-root]){--ui-scale: var(--baron-ui-scale);zoom:var(--baron-ui-scale)}body.baron-colorblind{--baron-team-a: #0077bb;--baron-team-a-hi: #66ccee;--baron-team-b: #ee7733;--baron-team-b-hi: #ffbb66;--baron-cell-move: #33bbee;--baron-cell-range: #f0e442;--baron-cell-target: #cc3311;--baron-team-a-pattern: repeating-linear-gradient(45deg, transparent 0 5px, rgb(255 255 255 / .22) 5px 8px);--baron-team-b-pattern: repeating-linear-gradient(-45deg, transparent 0 5px, rgb(0 0 0 / .24) 5px 8px);--baron-cell-move-pattern: repeating-linear-gradient(45deg, transparent 0 6px, rgb(255 255 255 / .32) 6px 9px);--baron-cell-range-pattern: radial-gradient(circle at center, rgb(0 0 0 / .35) 0 1.5px, transparent 2px);--baron-cell-target-pattern: repeating-linear-gradient(45deg, transparent 0 6px, rgb(255 255 255 / .3) 6px 8px), repeating-linear-gradient(-45deg, transparent 0 6px, rgb(0 0 0 / .25) 6px 8px)}body.baron-colorblind .showcase-hud-touch_mobile_v01{--chc-blue: var(--baron-team-a) !important;--chc-blue-hi: var(--baron-team-a-hi) !important;--chc-blue-edge: #004b76 !important;--chc-red: var(--baron-team-b) !important;--chc-red-hi: var(--baron-team-b-hi) !important;--chc-red-edge: #8a3c00 !important}body.baron-colorblind :is(.is-team-a,.team-a,[data-team=A],[data-team=a]){--baron-team-color: var(--baron-team-a);--baron-team-pattern: var(--baron-team-a-pattern)}body.baron-colorblind :is(.is-team-b,.team-b,[data-team=B],[data-team=b]){--baron-team-color: var(--baron-team-b);--baron-team-pattern: var(--baron-team-b-pattern)}body.baron-colorblind :is(.is-team-a,.team-a):after,body.baron-colorblind :is(.is-team-b,.team-b):after{background-image:var(--baron-team-pattern)}body.baron-colorblind :is(.cell-move,.is-reachable,[data-cell-state=move]){--cell-highlight-color: var(--baron-cell-move);--cell-highlight-pattern: var(--baron-cell-move-pattern)}body.baron-colorblind :is(.cell-range,.is-in-range,[data-cell-state=range]){--cell-highlight-color: var(--baron-cell-range);--cell-highlight-pattern: var(--baron-cell-range-pattern);background-size:8px 8px}body.baron-colorblind :is(.cell-target,.is-valid-target,[data-cell-state=target]){--cell-highlight-color: var(--baron-cell-target);--cell-highlight-pattern: var(--baron-cell-target-pattern)}body.baron-reduced-motion *,body.baron-reduced-motion *:before,body.baron-reduced-motion *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;transition-delay:0ms!important}body.baron-reduced-motion{--baron-motion-factor: 0;--baron-flash-opacity: 0;--baron-particle-density: 0}body.baron-reduced-motion :is(.flash,.screen-flash,.damage-flash,.hit-flash,.white-flash,[data-vfx=flash],[data-vfx=pulse]){display:none!important}.lobby3d-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-bottom:4px}.lobby3d-settings-card{min-width:0;margin:0!important}.lobby3d-settings-card.is-wide{grid-column:1 / -1}.lobby3d-settings-field{display:grid;grid-template-columns:minmax(115px,.65fr) minmax(0,1fr);align-items:center;gap:10px;margin:8px 0}.lobby3d-settings-field>span{color:#dbe8ff;font-size:12px;font-weight:900}.lobby3d-setting-choices{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:6px}.lobby3d-setting-choice{min-height:34px;border:1px solid #526ba4;border-radius:9px;background:#132345;color:#dbe8ff;cursor:pointer;font-weight:900}.lobby3d-setting-choice.is-active{border-color:#ffd34d;background:#294a88;color:#fff;box-shadow:inset 0 0 0 1px #ffd34d47}.lobby3d-audio-mixer{display:grid;gap:9px}.lobby3d-audio-row{display:grid;grid-template-columns:78px minmax(100px,1fr) 50px;align-items:center;gap:8px;color:#dbe8ff;font-size:12px;font-weight:800}.lobby3d-audio-row input{width:100%;accent-color:#ffd34d}.lobby3d-audio-row output{color:#ffd96b;font-variant-numeric:tabular-nums;text-align:right}@media(max-width:760px){.lobby3d-settings-grid{grid-template-columns:1fr}.lobby3d-settings-card.is-wide{grid-column:auto}.lobby3d-settings-field{grid-template-columns:1fr}}.baron-whats-new{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;padding:18px;background:#030405cc;backdrop-filter:blur(10px) saturate(.65)}.baron-whats-new-card{width:min(520px,100%);padding:26px;border:1px solid rgba(215,170,85,.5);border-radius:0;background:linear-gradient(145deg,#1b1b18fc,#070808fc);color:#f1eadc;box-shadow:0 24px 80px #0000009e}.baron-whats-new-kicker{color:#d7aa55;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.baron-whats-new h2{margin:7px 0 16px;font:500 38px/1 Georgia,serif;letter-spacing:-.035em}.baron-whats-new ul{display:grid;gap:9px;margin:0 0 20px;padding-left:22px;color:#b8b0a1}.baron-whats-new button{width:100%;min-height:44px;border:1px solid rgba(215,170,85,.58);border-radius:0;background:linear-gradient(180deg,#d7aa552e,#3b260c4d);color:#f1eadc;cursor:pointer;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
