*{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:radial-gradient(circle at 50% 16%,rgba(111,181,248,.28),transparent 46%),radial-gradient(circle at 82% 84%,rgba(63,127,221,.22),transparent 52%),linear-gradient(165deg,#24316a,#1c2856 46%,#131c40);color:#f5ecd2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#app:before,#app:after{position:fixed;inset:0;content:"";pointer-events:none;z-index:0}#app:before{background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 2px,transparent 2px,transparent 11px);opacity:.7}#app:after{background:radial-gradient(120% 90% at 50% 6%,rgba(255,201,60,.12),transparent 42%),radial-gradient(130% 120% at 50% 50%,transparent 58%,rgba(9,14,36,.55) 100%)}#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-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: "Lilita One", "Arial Black", sans-serif;--ui-font-body: "Nunito", system-ui, sans-serif;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-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-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 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-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%}}.showcase-hud-touch_mobile_v01{--touch-profile-width: clamp(285px, 16vw, 330px);--touch-profile-offset: clamp(56px, calc(20vw - 210px) , 180px);--touch-spell-width: clamp(500px, 40vw, 760px);--touch-menu-width: 132px;--touch-left-panel-width: 330px;--touch-history-width: clamp(280px, 19vw, 360px);--touch-bottom-height: 186px;--touch-gap: 10px}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail{position:absolute;right:calc(var(--touch-menu-width) + var(--touch-profile-offset));bottom:8px;display:grid;grid-template-rows:126px 42px;width:var(--touch-profile-width);height:var(--touch-bottom-height);padding:7px;box-sizing:border-box;pointer-events:auto;border:1px solid rgba(157,117,61,.84);border-radius:5px;background:linear-gradient(180deg,#1c2225fc,#05090dfc);box-shadow:inset 0 1px #ffe6aa14,0 10px 28px #0000009e}.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-radius:0;box-shadow:none}.showcase-hud-touch_mobile_v01 .showcase-active-panel{display:grid;grid-template-columns:82px minmax(0,1fr);grid-template-rows:116px;padding:4px 5px 8px;border:0;border-bottom:1px solid rgba(166,125,67,.38);background:transparent}.showcase-hud-touch_mobile_v01 .showcase-portrait{grid-column:1;grid-row:1;width:78px;height:112px;padding:2px;box-sizing:border-box;border:1px solid rgba(179,136,71,.66);border-radius:3px;background:linear-gradient(180deg,#151d21,#080c0f)}.showcase-hud-touch_mobile_v01 .showcase-portrait img{width:100%;height:100%;object-position:center;transform:translateY(29%) scale(4);transform-origin:center}.showcase-hud-touch_mobile_v01 .showcase-active-copy{grid-column:2;grid-row:1;min-width:0;padding:6px 4px 46px 10px}.showcase-hud-touch_mobile_v01 .showcase-active-copy>strong{font-size:18px;line-height:22px}.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-hud-touch_mobile_v01 .showcase-resources{grid-column:2;grid-row:1;display:flex;align-self:end;gap:8px;padding:0 4px 7px 10px}.showcase-hud-touch_mobile_v01 .showcase-resource{display:flex;width:70px;min-width:70px;height:34px;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)}.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}.showcase-hud-touch_mobile_v01 .showcase-resource span b{color:#f4d98d;font-size:16px}.showcase-hud-touch_mobile_v01 .showcase-resource span small{color:#bdad87;font-size:7px;font-weight:800}.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-end-turn{display:grid;margin:2px 3px 3px;place-content:center;border:1px solid rgba(192,133,68,.82);background:linear-gradient(180deg,#79502b,#3d2418)}.showcase-hud-touch_mobile_v01 .showcase-touch-spell-dock{position:absolute;right:calc(var(--touch-menu-width) + var(--touch-profile-offset) + var(--touch-profile-width) + 24px);bottom:8px;left:calc(var(--touch-history-width) + 24px);width:auto;height:var(--touch-bottom-height);padding:8px;box-sizing:border-box;pointer-events:auto;border:0;border-radius:0;background:transparent;box-shadow:none}.showcase-hud-touch_mobile_v01 .showcase-spell-bar,.showcase-hud-touch_mobile_v01 .showcase-spell-scroll{width:100%;height:100%;min-height:0;padding:0;overflow:visible;background:transparent;border:0}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll{display:flex;align-items:center;justify-content:center;gap:clamp(16px,1.4vw,26px)}.showcase-hud-touch_mobile_v01 .showcase-spell,.showcase-hud-touch_mobile_v01 .showcase-spell-empty{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;flex:0 0 142px;width:142px;height:142px;min-height:0;place-items:center;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.showcase-hud-touch_mobile_v01 .showcase-spell.is-selected{filter:brightness(1.18) drop-shadow(0 0 8px rgba(226,181,87,.7))}.showcase-hud-touch_mobile_v01 .showcase-spell.is-disabled{filter:grayscale(.7);opacity:.55}.showcase-hud-touch_mobile_v01 .showcase-spell-art{grid-column:1;grid-row:1;width:142px;height:142px;justify-self:center;overflow:visible;background:transparent}.showcase-hud-touch_mobile_v01 .showcase-spell-art img{width:100%;height:100%;object-fit:contain;transform:scale(1.18)}.showcase-hud-touch_mobile_v01 .showcase-spell>strong,.showcase-hud-touch_mobile_v01 .showcase-spell>em{display:none}.showcase-hud-touch_mobile_v01 .showcase-spell-cost{display:none}.showcase-hud-touch_mobile_v01 .showcase-spell-tooltip{right:0;bottom:calc(100% + 10px);left:auto;width:280px;transform:none}.showcase-hud-touch_mobile_v01 .showcase-spell-empty{visibility:hidden;pointer-events:none}.showcase-hud-touch_mobile_v01 .showcase-spell-empty:after{content:none}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar{position:absolute;top:160px;bottom:18px;right:14px;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,minmax(82px,94px));align-content:start;width:132px;height:auto;gap:clamp(6px,1.25vh,12px);padding:0;box-sizing:border-box;pointer-events:auto;border:0;background:transparent;transform:none;z-index:12}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button{display:grid;grid-template-rows:minmax(62px,70px) 18px;width:132px;height:94px;min-width:0;min-height:0;justify-self:center;align-content:center;justify-items:center;gap:6px;padding:0;border:0;border-radius:0;background:transparent;color:#9f947b}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button span{display:block;width:70px;height:70px;margin:0 auto}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button span img{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto;opacity:1;filter:drop-shadow(0 4px 0 rgba(0,0,0,.92)) drop-shadow(0 0 6px rgba(0,0,0,.72))}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button:disabled span img{opacity:1;filter:drop-shadow(0 4px 0 rgba(0,0,0,.92)) drop-shadow(0 0 6px rgba(0,0,0,.72))}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button small{display:block;width:116px;height:18px;overflow:hidden;color:#ddc889;font-size:9px;font-weight:900;line-height:10px;text-align:center;text-shadow:0 2px 0 rgba(0,0,0,.9);text-transform:lowercase;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-team],.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-abandon]{cursor:pointer}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-team]{color:#ead39a}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-abandon]{color:#f0aaa1}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button[data-showcase-statistics]{color:#a9dce2;cursor:pointer}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button:hover span img,.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button:focus-visible span img{filter:brightness(1.18) drop-shadow(0 4px 0 rgba(0,0,0,.92)) drop-shadow(0 0 8px rgba(236,199,119,.52))}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button:focus-visible{outline:1px solid rgba(236,199,119,.85);outline-offset:1px}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock{position:absolute;top:5px;right:calc(var(--touch-menu-width) + 15px);left:auto;width:max-content;max-width:calc(100vw - var(--touch-menu-width) - var(--touch-left-panel-width) - 24px);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)}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order{display:block;width:auto;height:100%;min-width:0;padding:0;background:transparent;border:0}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order>div{display:flex;width:max-content;max-width:100%;height:100%;gap:6px;overflow-x:auto;overflow-y:hidden;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-auto-battle-pause{position:absolute;right:7px;bottom:calc(100% + 7px);z-index:4;min-width:104px;height:30px;padding:0 12px;border:1px solid rgba(209,165,81,.72);border-radius:3px;background:#0c1214eb;color:#f0d999;font-size:10px;font-weight:900;text-transform:uppercase;cursor:pointer}.showcase-hud-touch_mobile_v01 .showcase-auto-battle-pause.is-paused{border-color:#6fbb98d1;color:#aee5c3}.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;overflow-anchor:none}.showcase-hud-touch_mobile_v01 .showcase-combat-log li{min-height:24px;overflow-anchor:none}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.showcase-log-appear{opacity:0;transform:translateY(9px);transition:opacity .22s ease,transform .22s ease}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.showcase-log-appear.is-in{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.showcase-hud-touch_mobile_v01 .showcase-combat-log li.showcase-log-appear{transition:none}}@media(max-width:1100px),(max-height:620px){.showcase-hud-touch_mobile_v01{--touch-profile-width: 250px;--touch-profile-offset: 18px;--touch-spell-width: 465px;--touch-left-panel-width: 300px;--touch-history-width: 280px;--touch-bottom-height: 144px;--touch-menu-width: 132px}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail{grid-template-rows:80px 32px}.showcase-hud-touch_mobile_v01 .showcase-active-panel{grid-template-columns:52px minmax(0,1fr);grid-template-rows:72px}.showcase-hud-touch_mobile_v01 .showcase-portrait{width:49px;height:76px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar{top:128px;bottom:10px;grid-template-rows:repeat(5,minmax(70px,82px));width:132px;gap:6px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button{grid-template-rows:58px 16px;width:132px;height:82px;gap:4px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button span{width:58px;height:58px}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button small{display:block;width:112px;height:16px;font-size:8px;line-height:9px}.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-spell-art{width:106px;height:106px}.showcase-hud-touch_mobile_v01 .showcase-spell,.showcase-hud-touch_mobile_v01 .showcase-spell-empty{flex-basis:106px;width:106px;height:106px}.showcase-hud-touch_mobile_v01 .showcase-combat-log{height:clamp(220px,42vh,300px)}}.auto-battle-stats-panel{position:fixed;z-index:120;top:8px;left:8px;width:320px;max-height:calc(100vh - 16px);padding:14px;box-sizing:border-box;overflow:hidden;pointer-events:auto;display:flex;flex-direction:column;border:3px solid #1f2c55;border-radius:18px;background:radial-gradient(120% 80% at 15% -10%,rgba(111,181,248,.22),transparent 60%),radial-gradient(120% 90% at 100% 110%,rgba(255,201,60,.12),transparent 55%),linear-gradient(180deg,#3b4b8f,#2c396c 48%,#1f2b52);box-shadow:inset 0 2px #ffffff2e,inset 0 -4px #0a102680,0 12px #0a102666,0 20px 40px #050a1c8c;color:#eaf3ff;font-family:Nunito,Inter,Arial,sans-serif;font-size:12px}.auto-battle-stats-panel.is-expanded{top:50%;left:50%;width:min(1120px,calc(100vw - 160px));min-width:720px;height:min(780px,calc(100vh - 60px));transform:translate(-50%,-50%)}.auto-battle-stats-panel[hidden]{display:none}.auto-battle-stats-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:2px solid rgba(15,23,52,.55)}.auto-battle-stats-panel>header>div:first-child{display:flex;min-width:0;flex-direction:column;gap:3px}.auto-battle-stats-panel>header strong{font-family:Lilita One,Arial Black,sans-serif;font-weight:400;font-size:20px;letter-spacing:.03em;text-transform:uppercase;color:#fff;text-shadow:-1px -1px 0 #1f2c55,1px -1px 0 #1f2c55,-1px 1px 0 #1f2c55,1px 1px 0 #1f2c55,0 3px 0 rgba(15,23,52,.55)}.auto-battle-stats-panel>header span{color:#aabbe8;font-size:11px;font-weight:700}.balance-panel-actions{display:flex;flex-shrink:0;gap:6px}.balance-panel-actions button,.balance-tabs button,.balance-recommendation-tabs button{min-height:30px;padding:6px 12px;border:2px solid #1f2c55;border-radius:11px;background:linear-gradient(180deg,#46579f,#2c396c);box-shadow:inset 0 2px #ffffff2e,inset 0 -3px #0a102680,0 3px #0f173466;color:#fff;font:800 12px/1 Nunito,Arial,sans-serif;cursor:pointer;transition:filter .12s ease,transform .06s ease}.balance-panel-actions button:hover,.balance-tabs button:hover,.balance-recommendation-tabs button:hover{filter:brightness(1.08)}.balance-panel-actions button:active,.balance-tabs button:active,.balance-recommendation-tabs button:active{transform:translateY(2px);box-shadow:inset 0 2px #ffffff2e,inset 0 -2px #0a102680,0 1px #0f173466}.balance-tabs button.is-active,.balance-recommendation-tabs button.is-active{background:linear-gradient(180deg,#ffe98a,#ffc93c 55%,#e29a00);box-shadow:inset 0 2px #fff9,inset 0 -3px #9c6500,0 3px #0f173466;color:#fff;text-shadow:-1px -1px 0 #1f2c55,1px -1px 0 #1f2c55,-1px 1px 0 #1f2c55,1px 1px 0 #1f2c55}.auto-battle-score{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0 4px}.auto-battle-score b{overflow:hidden;color:#eaf3ff;font-size:12px;font-weight:800;text-align:center;text-overflow:ellipsis;white-space:nowrap}.balance-pill{flex-shrink:0;padding:5px 12px;border:2px solid #1f2c55;border-radius:999px;background:linear-gradient(180deg,#46579f,#2c396c);box-shadow:inset 0 1px #ffffff29;color:#eaf3ff;font-size:11px;font-weight:800;white-space:nowrap}.balance-pill.is-gold{background:linear-gradient(180deg,#ffe98a,#ffc93c 55%,#e29a00);border-color:#9c6500;color:#4a2c00}.balance-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.balance-panel-content{flex:1;min-height:240px;margin-top:12px;padding:4px;overflow:auto;border-radius:14px;scrollbar-color:#ffc93c #26325f;scrollbar-width:thin}.balance-panel-content::-webkit-scrollbar{width:10px}.balance-panel-content::-webkit-scrollbar-track{background:#0f173466;border-radius:8px}.balance-panel-content::-webkit-scrollbar-thumb{border:2px solid #26325f;border-radius:8px;background:linear-gradient(180deg,#ffe98a,#e29a00)}.balance-overview{display:flex;flex-direction:column;gap:14px;padding:6px}.balance-statcards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.balance-statcard{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding:16px 12px 14px;border:3px solid #1f2c55;border-radius:16px;background:linear-gradient(180deg,#46579f,#2c396c);box-shadow:inset 0 2px #ffffff2e,inset 0 -4px #0a102680,0 4px #0f173466;text-align:center}.balance-statcard.is-accent{background:linear-gradient(180deg,#ffe98a,#ffc93c 55%,#e29a00);border-color:#9c6500;box-shadow:inset 0 2px #fff9,inset 0 -4px #9c6500,0 4px #0f173466}.balance-statcard-ico{display:grid;width:34px;height:34px;margin-bottom:4px;place-items:center;border-radius:50%;border:2px solid #1f2c55;background:#0f173459;color:#ffe98a}.balance-statcard.is-accent .balance-statcard-ico{background:#ffffff59;color:#4a2c00}.balance-statcard-ico svg{width:20px;height:20px}.balance-statcard-value{font-family:Lilita One,Arial Black,sans-serif;font-weight:400;font-size:30px;line-height:1;color:#ffe98a;text-shadow:-1px -1px 0 #1f2c55,1px -1px 0 #1f2c55,-1px 1px 0 #1f2c55,1px 1px 0 #1f2c55,0 3px 0 rgba(15,23,52,.4)}.balance-statcard.is-accent .balance-statcard-value{color:#fff}.balance-statcard-label{margin-top:4px;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.balance-statcard.is-accent .balance-statcard-label{color:#3a2400}.balance-statcard-sub{color:#c3d2f5;font-size:10px;font-weight:700}.balance-statcard.is-accent .balance-statcard-sub{color:#6b4400}.balance-highlights{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.balance-hi{display:flex;gap:9px;align-items:flex-start;padding:12px;border:2px solid #1f2c55;border-radius:14px;background:linear-gradient(180deg,#3f4f92,#28345f);box-shadow:inset 0 2px #ffffff24,0 3px #0f173459}.balance-hi-ico{display:grid;flex-shrink:0;width:30px;height:30px;place-items:center;border-radius:9px;border:2px solid #1f2c55}.balance-hi-ico svg{width:18px;height:18px}.balance-hi-gold .balance-hi-ico{background:linear-gradient(180deg,#ffe98a,#e29a00);color:#4a2c00}.balance-hi-blue .balance-hi-ico{background:linear-gradient(180deg,#6fb5f8,#3f7fdd);color:#06264f}.balance-hi-red .balance-hi-ico{background:linear-gradient(180deg,#ff8a72,#e6472e);color:#4a0f04}.balance-hi-green .balance-hi-ico{background:linear-gradient(180deg,#9fe14e,#63b71e);color:#163a02}.balance-hi-body{min-width:0;display:flex;flex-direction:column;gap:1px}.balance-hi-body small{color:#aabbe8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.balance-hi-body strong{overflow:hidden;color:#fff;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.balance-hi-body strong.is-empty{color:#8ea0d0;font-weight:700;font-size:12px}.balance-hi-body em{color:#ffe08a;font-size:11px;font-weight:800;font-style:normal}.balance-lists{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.balance-list-card{padding:12px;border:3px solid #1f2c55;border-radius:16px;background:linear-gradient(180deg,#3a4a8c,#26325f);box-shadow:inset 0 2px #ffffff24,0 4px #0f173459}.balance-list-card>header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid rgba(15,23,52,.45)}.balance-list-card>header svg{width:18px;height:18px;color:#ffe98a}.balance-list-card>header b{color:#fff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.balance-rank-row{display:grid;grid-template-columns:24px 1fr 60px auto;align-items:center;gap:9px;padding:6px 0}.balance-rank-pos{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;border:2px solid #1f2c55;background:linear-gradient(180deg,#46579f,#2c396c);color:#cdd9f5;font-size:11px;font-weight:900}.balance-rank-pos.is-pos-1{background:linear-gradient(180deg,#ffe98a,#e29a00);border-color:#9c6500;color:#4a2c00}.balance-rank-pos.is-pos-2{background:linear-gradient(180deg,#e6ecf7,#b7c2d6);color:#2a3550}.balance-rank-pos.is-pos-3{background:linear-gradient(180deg,#e2a366,#b06f2f);color:#3a1c00}.balance-rank-name{overflow:hidden;color:#eaf3ff;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.balance-rank-bar{height:10px;border-radius:999px;border:2px solid #1f2c55;background:#0f173480;overflow:hidden}.balance-rank-bar i{display:block;height:100%;background:linear-gradient(90deg,#9fe14e,#63b71e)}.balance-rank-bar.is-blue i{background:linear-gradient(90deg,#6fb5f8,#3f7fdd)}.balance-rank-bar.is-red i{background:linear-gradient(90deg,#ff8a72,#e6472e)}.balance-rank-value{color:#ffe98a;font-size:13px;font-weight:900;text-align:right;font-variant-numeric:tabular-nums}.balance-rank-value small{color:#aabbe8;font-size:9px;font-weight:800}.balance-table-wrap{min-width:100%;overflow:auto;border:3px solid #1f2c55;border-radius:16px;background:linear-gradient(180deg,#3a4a8c,#26325f);box-shadow:inset 0 2px #ffffff1f}.balance-table-wrap table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.balance-table-wrap th,.balance-table-wrap td{padding:9px 12px;border-bottom:1px solid rgba(15,23,52,.4);text-align:right;white-space:nowrap;font-weight:800;color:#eaf3ff}.balance-table-wrap th{position:sticky;z-index:1;top:0;background:linear-gradient(180deg,#46579f,#2c396c);color:#ffe98a;font-size:10px;text-transform:uppercase;letter-spacing:.02em;border-bottom:2px solid #1f2c55}.balance-table-wrap th:first-child,.balance-table-wrap td:first-child{text-align:left;color:#fff;font-weight:900}.balance-table-wrap tbody tr:nth-child(2n){background:#0f173447}.balance-table-wrap tbody tr:hover{background:#ffc93c1f}.balance-reco-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:14px;border:3px solid #1f2c55;border-radius:16px;background:linear-gradient(180deg,#46579f,#2c396c);box-shadow:inset 0 2px #ffffff29,0 4px #0f173466}.balance-reco-heading b{display:block;font-family:Lilita One,Arial Black,sans-serif;font-weight:400;font-size:18px;letter-spacing:.02em;text-transform:uppercase;color:#fff;text-shadow:-1px -1px 0 #1f2c55,1px -1px 0 #1f2c55,-1px 1px 0 #1f2c55,1px 1px 0 #1f2c55}.balance-reco-heading span{color:#aabbe8;font-size:11px;font-weight:700}.balance-reco-counters{display:flex;gap:8px}.balance-reco-counter{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border:2px solid #1f2c55;border-radius:999px;font-size:11px;font-weight:800;color:#eaf3ff}.balance-reco-counter svg{width:14px;height:14px}.balance-reco-counter b{font-size:14px;font-weight:900}.balance-reco-counter.is-valid{background:linear-gradient(180deg,#9fe14e,#63b71e);border-color:#2f6a05;color:#163a02}.balance-reco-counter.is-refused{background:linear-gradient(180deg,#ff8a72,#e6472e);border-color:#8f2a17;color:#3a0d04}.balance-reco-counter.is-pending{background:linear-gradient(180deg,#46579f,#2c396c);color:#cdd9f5}.balance-recommendation-tabs{display:flex;gap:8px;margin-bottom:12px}.balance-recommendations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.balance-reco-card{display:flex;flex-direction:column;gap:10px;padding:14px;border:3px solid #1f2c55;border-radius:16px;background:linear-gradient(180deg,#3a4a8c,#26325f);box-shadow:inset 0 2px #ffffff24,0 4px #0f173459;transition:filter .15s ease,opacity .15s ease}.balance-reco-card.is-validated{border-color:#63b71e;box-shadow:inset 0 2px #ffffff24,0 0 0 2px #63b71e8c,0 4px #0f173459}.balance-reco-card.is-refused{opacity:.62;filter:grayscale(.5);border-color:#6a2a1c}.balance-reco-card>header{display:flex;align-items:center;gap:8px}.balance-reco-cat{padding:4px 11px;border:2px solid #1f2c55;border-radius:999px;background:linear-gradient(180deg,#ffe98a,#ffc93c 55%,#e29a00);color:#4a2c00;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.balance-reco-conf{color:#aabbe8;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.balance-conf-high{color:#9fe14e}.balance-conf-medium{color:#ffd166}.balance-conf-low{color:#8ea0d0}.balance-reco-badge{display:grid;width:24px;height:24px;margin-left:auto;place-items:center;border-radius:50%;border:2px solid #1f2c55}.balance-reco-badge svg{width:14px;height:14px}.balance-reco-badge.is-valid{background:linear-gradient(180deg,#9fe14e,#63b71e);color:#163a02}.balance-reco-badge.is-refused{background:linear-gradient(180deg,#ff8a72,#e6472e);color:#3a0d04}.balance-reco-block strong{display:block;margin-bottom:3px;color:#ffe98a;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.balance-reco-block p{margin:0;color:#dbe6ff;font-size:12.5px;font-weight:600;line-height:1.45}.balance-reco-actions{display:flex;gap:10px;margin-top:2px}.balance-reco-actions button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border:2px solid #1f2c55;border-radius:12px;font:900 13px/1 Nunito,Arial,sans-serif;cursor:pointer;transition:filter .12s ease,transform .06s ease}.balance-reco-actions button svg{width:16px;height:16px}.balance-btn-valid{background:linear-gradient(180deg,#9fe14e,#63b71e);border-color:#2f6a05;box-shadow:inset 0 2px #fff6,inset 0 -3px #2f6a05,0 3px #0f173459;color:#163a02}.balance-btn-refuse{background:linear-gradient(180deg,#ff8a72,#e6472e);border-color:#8f2a17;box-shadow:inset 0 2px #ffffff59,inset 0 -3px #8f2a17,0 3px #0f173459;color:#fff}.balance-reco-actions button:hover{filter:brightness(1.07)}.balance-reco-actions button:active{transform:translateY(2px)}.balance-reco-actions button.is-on{box-shadow:inset 0 2px 6px #0006;filter:brightness(.92)}.balance-btn-valid.is-on,.balance-btn-refuse.is-on{outline:2px solid rgba(255,255,255,.6)}.balance-empty{margin:0;padding:40px 30px;color:#aabbe8;font-weight:700;text-align:center}.auto-battle-stats-panel>footer{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:2px solid rgba(15,23,52,.5);color:#8ea0d0;font-size:10px;font-weight:700}.auto-battle-stats-panel code{padding:1px 5px;border-radius:5px;background:#0f173473;color:#ffe08a}@media(max-width:1120px),(max-height:640px){.auto-battle-stats-panel.is-expanded{width:calc(100vw - 60px);min-width:0;height:calc(100vh - 28px)}.balance-statcards,.balance-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.balance-lists,.balance-recommendations{grid-template-columns:1fr}}.team-builder-v3{--cb-ink: #1f2c55;--cb-ink-soft: rgba(21, 32, 66, .55);--cb-sky-hi: #7cc0f4;--cb-sky-mid: #4a86dd;--cb-sky-lo: #2a55b4;--cb-panel-hi: #3b4b8f;--cb-panel-lo: #26325f;--cb-panel-deep: #1b2547;--cb-panel-line: rgba(255, 255, 255, .18);--cb-copy: #ffffff;--cb-muted: #aabbe8;--cb-gold-hi: #ffe98a;--cb-gold: #ffc93c;--cb-gold-lo: #e29a00;--cb-gold-edge: #9c6500;--cb-blue-hi: #6fb5f8;--cb-blue: #3f7fdd;--cb-blue-edge: #1c4fa3;--cb-green-hi: #9fe14e;--cb-green: #63b71e;--cb-green-edge: #3d7710;--cb-red-hi: #ff8a72;--cb-red: #e6472e;--cb-red-edge: #8e1a10;--cb-hp: #ff6b5e;--cb-pa: #4fc3ff;--cb-pm: #5ee08a;--cb-bounce: cubic-bezier(.34, 1.56, .64, 1);--cb-ease: cubic-bezier(.22, 1, .36, 1);--cb-font-display: "Lilita One", "Arial Black", sans-serif;--cb-font-body: "Nunito", "Alegreya Sans", Arial, sans-serif;--cb-outline: -2px -2px 0 var(--cb-ink), 2px -2px 0 var(--cb-ink), -2px 2px 0 var(--cb-ink), 2px 2px 0 var(--cb-ink), 0 -2px 0 var(--cb-ink), 0 2px 0 var(--cb-ink), -2px 0 0 var(--cb-ink), 2px 0 0 var(--cb-ink), 0 4px 0 rgba(15, 23, 52, .55);--cb-outline-thin: -1px -1px 0 var(--cb-ink), 1px -1px 0 var(--cb-ink), -1px 1px 0 var(--cb-ink), 1px 1px 0 var(--cb-ink), 0 2px 0 rgba(15, 23, 52, .5);position:fixed;z-index:90;inset:0;display:grid;padding:0;place-items:stretch;overflow:hidden;background:radial-gradient(120% 90% at 50% -15%,rgba(255,255,255,.28),transparent 55%),radial-gradient(90% 70% at 50% 115%,rgba(12,24,74,.55),transparent 60%),linear-gradient(180deg,var(--cb-sky-hi) 0%,var(--cb-sky-mid) 46%,var(--cb-sky-lo) 100%);color:var(--cb-copy);font-family:var(--cb-font-body)}.team-builder-v3 .builder-ambient{position:absolute;inset:0;overflow:hidden;pointer-events:none}.team-builder-v3 .builder-ambient-glow{position:absolute;left:50%;top:50%;width:240vmax;height:240vmax;margin:-120vmax 0 0 -120vmax;background:repeating-conic-gradient(from 0deg,#ffffff12 0deg 9deg,#fff0 9deg 22deg);-webkit-mask-image:radial-gradient(circle at center,#000 0%,rgba(0,0,0,.35) 30%,transparent 62%);mask-image:radial-gradient(circle at center,#000 0%,rgba(0,0,0,.35) 30%,transparent 62%);animation:cb-rays-spin 90s linear infinite}@keyframes cb-rays-spin{to{transform:rotate(360deg)}}.team-builder-v3 .builder-ambient span{position:absolute;bottom:-3%;width:6px;height:6px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#ffe98ae6 55%,#ffc93c00);opacity:0;animation:cb-sparkle 14s linear infinite}@keyframes cb-sparkle{0%{transform:translateZ(0) scale(.6);opacity:0}8%{opacity:.85}55%{opacity:.6}to{transform:translate3d(2.2vw,-108vh,0) scale(1.1);opacity:0}}.team-builder-v3 .builder-ambient span:nth-child(2){left:6%;animation-duration:13s}.team-builder-v3 .builder-ambient span:nth-child(3){left:14%;animation-duration:17s;animation-delay:3.2s;width:4px;height:4px}.team-builder-v3 .builder-ambient span:nth-child(4){left:23%;animation-duration:11s;animation-delay:6.1s}.team-builder-v3 .builder-ambient span:nth-child(5){left:31%;animation-duration:19s;animation-delay:1.4s;width:8px;height:8px;filter:blur(.5px)}.team-builder-v3 .builder-ambient span:nth-child(6){left:39%;animation-duration:14s;animation-delay:8.3s}.team-builder-v3 .builder-ambient span:nth-child(7){left:48%;animation-duration:16s;animation-delay:4.6s;width:4px;height:4px}.team-builder-v3 .builder-ambient span:nth-child(8){left:55%;animation-duration:12s;animation-delay:9.8s}.team-builder-v3 .builder-ambient span:nth-child(9){left:63%;animation-duration:18s;animation-delay:2.3s;width:7px;height:7px;filter:blur(.6px)}.team-builder-v3 .builder-ambient span:nth-child(10){left:71%;animation-duration:13.5s;animation-delay:7.2s}.team-builder-v3 .builder-ambient span:nth-child(11){left:78%;animation-duration:15s;animation-delay:5.4s;width:4px;height:4px}.team-builder-v3 .builder-ambient span:nth-child(12){left:85%;animation-duration:20s;animation-delay:.8s}.team-builder-v3 .builder-ambient span:nth-child(13){left:91%;animation-duration:12.5s;animation-delay:10.6s;width:7px;height:7px;filter:blur(.5px)}.team-builder-v3 .builder-ambient span:nth-child(14){left:96%;animation-duration:16.5s;animation-delay:3.9s}.team-builder-v3 .builder-ambient span:nth-child(15){left:44%;animation-duration:21s;animation-delay:12.4s;width:3px;height:3px}@keyframes cb-pop-in{0%{transform:scale(.92) translateY(14px);opacity:0}70%{transform:scale(1.015) translateY(-2px);opacity:1}to{transform:scale(1) translateY(0);opacity:1}}@keyframes cb-drop-in{0%{transform:translateY(-26px);opacity:0}70%{transform:translateY(4px);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes cb-rise-in{0%{transform:translateY(26px);opacity:0}70%{transform:translateY(-3px);opacity:1}to{transform:translateY(0);opacity:1}}.team-builder-v3 .team-builder-panel{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:100%;height:100%;max-height:none;min-height:0;overflow:hidden;border:none;border-radius:0;background:transparent;box-shadow:none;padding-bottom:78px}.team-builder-v3 ::-webkit-scrollbar{width:9px;height:9px}.team-builder-v3 ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--cb-gold),var(--cb-gold-lo));border:2px solid rgba(15,23,52,.65);border-radius:999px}.team-builder-v3 ::-webkit-scrollbar-track{background:#0f163073;border-radius:999px}.team-builder-v3 ::-webkit-scrollbar-corner{background:transparent}.team-builder-v3 .team-builder-header,.team-builder-v3 .team-builder-footer{background:none;box-shadow:none}.team-builder-v3 .team-builder-header{grid-row:1}.team-builder-v3 .team-builder-workspace{grid-row:2}.team-builder-v3 .team-builder-footer{grid-row:3}.team-builder-v3 .team-builder-header{animation:cb-drop-in .55s var(--cb-bounce) both}.team-builder-v3 .team-builder-workspace>*{animation:cb-pop-in .55s var(--cb-bounce) both}.team-builder-v3 .team-builder-workspace>*:nth-child(1){animation-delay:.1s}.team-builder-v3 .team-builder-workspace>*:nth-child(2){animation-delay:.18s}.team-builder-v3 .team-builder-workspace>*:nth-child(3){animation-delay:.26s}.team-builder-v3 .team-builder-footer{animation:cb-rise-in .55s var(--cb-bounce) .22s both}.team-builder-v3 strong,.team-builder-v3 b{font-family:var(--cb-font-display);font-weight:400}.team-builder-v3 button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.team-builder-v3 .team-builder-team-switch button,.team-builder-v3 .builder-character-workshop nav button,.team-builder-v3 .builder-item-categories button,.team-builder-v3 .builder-start-combat,.team-builder-v3 [data-builder-confirm-add],.team-builder-v3 .builder-remove-character,:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button{position:relative;border:2px solid var(--cb-ink);border-radius:12px;font-family:var(--cb-font-display);color:#fff;text-shadow:var(--cb-outline-thin);transition:transform .12s var(--cb-ease),box-shadow .12s var(--cb-ease),filter .15s var(--cb-ease)}.team-builder-v3 .team-builder-team-switch button:active,.team-builder-v3 .builder-character-workshop nav button:active,.team-builder-v3 .builder-item-categories button:active,.team-builder-v3 .builder-start-combat:active:not(:disabled),.team-builder-v3 [data-builder-confirm-add]:active,.team-builder-v3 .builder-remove-character:active,:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button:active{transform:translateY(3px)}.team-builder-v3 .team-builder-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 36px 6px}.team-builder-v3 .builder-header-capital{flex:0 1 auto;align-self:center;min-width:300px;max-width:400px;padding:8px 20px 10px}.team-builder-v3 .builder-header-capital .builder-capital-figure{justify-content:center}.team-builder-v3 .builder-header-capital .builder-capital-figure b{margin-left:0}.team-builder-v3 .builder-header-capital .builder-capital-top{justify-content:center}.team-builder-v3 .builder-header-capital .builder-capital-rest{text-align:center}.team-builder-v3 .team-builder-header>div:first-child{display:flex;flex-direction:column;gap:5px;align-self:flex-start}.team-builder-v3 .team-builder-header>div:first-child span{align-self:flex-start;padding:4px 12px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold));box-shadow:inset 0 1px #ffffff8c,0 3px #0f173459;color:#5c3a00;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.team-builder-v3 .team-builder-header>div:first-child strong{font-size:clamp(30px,3.4vw,44px);line-height:1;letter-spacing:.01em;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline)}.team-builder-v3 .team-builder-header>div:first-child small{color:#dcebff;font-size:12.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 0 rgba(21,32,66,.5)}.team-builder-v3 .team-builder-team-switch{display:flex;gap:10px}.team-builder-v3 .team-builder-team-switch button{display:flex;flex-direction:column;gap:2px;min-width:132px;padding:9px 16px 11px;font-size:16px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo));box-shadow:inset 0 2px #ffffff38,inset 0 -4px #0a102680,0 5px #0f173459;opacity:.88}.team-builder-v3 .team-builder-team-switch button small{display:inline-flex;align-items:center;gap:5px;font-family:var(--cb-font-body);font-size:11.5px;font-weight:800;color:var(--cb-muted);text-shadow:none}.team-builder-v3 .team-builder-team-switch button:hover{transform:translateY(-1px);opacity:1}.team-builder-v3 .team-builder-team-switch button[data-builder-team=A].is-active{background:linear-gradient(180deg,var(--cb-blue-hi),var(--cb-blue));box-shadow:inset 0 2px #fff6,inset 0 -4px 0 var(--cb-blue-edge),0 5px #0f173459,0 0 18px #6fb5f88c;opacity:1}.team-builder-v3 .team-builder-team-switch button[data-builder-team=B].is-active{background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red));box-shadow:inset 0 2px #fff6,inset 0 -4px 0 var(--cb-red-edge),0 5px #0f173459,0 0 18px #ff8a7280;opacity:1}.team-builder-v3 .team-builder-team-switch button.is-active small{color:#fff}.team-builder-v3 .builder-random-team{display:flex;align-items:center;gap:9px;align-self:center;padding:9px 18px 11px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 2px #fff6,inset 0 -4px 0 var(--cb-green-edge),0 5px #0f173459;color:#fff;transition:transform .12s var(--cb-bounce),filter .12s ease}.team-builder-v3 .builder-random-team:hover{transform:translateY(-1px);filter:brightness(1.06)}.team-builder-v3 .builder-random-team:active{transform:translateY(3px);box-shadow:inset 0 2px #fff6,inset 0 -2px 0 var(--cb-green-edge),0 2px #0f173459}.team-builder-v3 .builder-random-dice{font-size:22px;line-height:1;filter:drop-shadow(0 2px 1px rgba(10,16,38,.55))}.team-builder-v3 .builder-random-labels{display:flex;flex-direction:column;gap:1px;text-align:left}.team-builder-v3 .builder-random-labels b{font-family:var(--cb-font-display);font-size:16px;letter-spacing:.02em;text-transform:uppercase;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-random-labels small{font-family:var(--cb-font-body);font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#ffffffd1}.team-builder-v3 .team-builder-workspace{position:relative;z-index:1;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;min-height:0;overflow:hidden;padding:10px 36px 6px;scrollbar-color:rgba(255,201,60,.7) rgba(27,37,71,.6);scrollbar-width:thin}.team-builder-v3.is-view-add_character .team-builder-workspace{grid-template-rows:auto minmax(0,1fr)}.team-builder-v3.is-view-overview .team-builder-workspace{grid-template-rows:minmax(0,1fr) auto}.team-builder-v3.is-view-add_character .builder-team-slots{height:150px}.team-builder-v3.is-view-add_character .builder-character-slot dl,.team-builder-v3.is-view-add_character .builder-character-slot footer,.team-builder-v3.is-view-add_character .builder-character-slot em{display:none}.team-builder-v3.is-view-add_character .builder-character-slot img{padding:8px 14px 2px}.team-builder-v3.is-view-add_character .builder-capital{display:none}.team-builder-v3 .builder-selected-team{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.team-builder-v3.is-view-overview .builder-selected-team{padding:14px 18px 16px;border:3px solid var(--cb-ink);border-radius:20px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo) 70%);box-shadow:inset 0 3px 0 var(--cb-panel-line),inset 0 -6px #0a102659,0 14px #0f173447,0 22px 44px #0a123073}.team-builder-v3 .builder-team-library{min-height:0}.team-builder-v3 .builder-character-catalog{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;overflow:hidden}.team-builder-v3 .builder-character-catalog,.team-builder-v3 .builder-character-workshop{position:relative;border:3px solid var(--cb-ink);border-radius:20px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo) 70%);box-shadow:inset 0 3px 0 var(--cb-panel-line),inset 0 -6px #0a102659,0 14px #0f173447,0 22px 44px #0a123073}.team-builder-v3 .builder-selected-team>header,.team-builder-v3 .builder-team-library>header,.team-builder-v3 .builder-character-catalog>header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:2px 4px 8px}.team-builder-v3 .builder-character-catalog>header{padding:14px 18px 6px}.team-builder-v3 .builder-selected-team header>div:first-child,.team-builder-v3 .builder-team-library header>div,.team-builder-v3 .builder-character-catalog header>div{display:flex;flex-direction:column;gap:3px}.team-builder-v3 .builder-selected-team header span,.team-builder-v3 .builder-team-library header span,.team-builder-v3 .builder-character-catalog header span,.team-builder-v3 .builder-character-stats>span{font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--cb-gold-hi);text-shadow:0 1px 0 rgba(21,32,66,.6)}.team-builder-v3 .builder-selected-team header strong,.team-builder-v3 .builder-team-library header strong,.team-builder-v3 .builder-character-catalog header strong{font-size:clamp(19px,1.9vw,26px);text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-team-library header small,.team-builder-v3 .builder-character-catalog header small{max-width:520px;color:#cdddfa;font-size:12px;font-weight:700;text-shadow:0 1px 0 rgba(21,32,66,.45)}.team-builder-v3 .builder-coin,.builder-workshop-modal .builder-coin{display:inline-block;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff7cf 0%,var(--cb-gold-hi, #ffe98a) 28%,var(--cb-gold, #ffc93c) 60%,var(--cb-gold-lo, #e29a00) 100%);box-shadow:inset 0 0 0 2px #9c6500d9,inset 0 -2px 2px #9c650080,0 1px 2px #0f173473}.team-builder-v3 .builder-coin-inline,.builder-workshop-modal .builder-coin-inline{width:12px;height:12px;margin-right:3px;vertical-align:-1px}.team-builder-v3 .builder-capital{display:flex;flex-direction:column;gap:4px;min-width:250px;padding:10px 14px 9px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#2b3869f2,#1b2547f2);box-shadow:inset 0 2px #ffffff29,0 5px #0f17344d}.team-builder-v3 .builder-capital-top{display:flex;align-items:baseline;gap:7px}.team-builder-v3 .builder-capital-top .builder-coin{align-self:center;width:18px;height:18px}.team-builder-v3 .builder-capital-top small{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-capital b{margin-left:auto;font-size:24px;line-height:1;color:var(--cb-gold-hi);text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-capital-max{font-size:12px;font-weight:800;color:var(--cb-muted);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-capital-bar{position:relative;height:14px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,#141c3a,#1e2a52);box-shadow:inset 0 2px 3px #00000080;overflow:hidden}.team-builder-v3 .builder-capital-bar i{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(180deg,var(--cb-gold-hi) 0%,var(--cb-gold) 55%,var(--cb-gold-lo) 100%);box-shadow:inset 0 -3px #9c65008c,inset 0 2px #ffffff80;transition:width .5s var(--cb-bounce);overflow:hidden}.team-builder-v3 .builder-capital-bar i:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-55deg,#ffffff47 0 8px,#fff0 8px 16px);animation:cb-bar-stripes 1.6s linear infinite}@keyframes cb-bar-stripes{to{transform:translate(19px)}}.team-builder-v3 .builder-capital-rest{font-size:11px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-capital.is-over-budget b{color:var(--cb-red-hi)}.team-builder-v3 .builder-capital.is-over-budget .builder-capital-bar i{background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red));box-shadow:inset 0 -3px 0 var(--cb-red-edge),inset 0 2px #fff6}.team-builder-v3 .builder-capital.is-over-budget .builder-capital-rest{color:var(--cb-red-hi)}.team-builder-v3 .builder-capital-hero{min-width:320px;padding:12px 20px 14px;border-width:3px;border-radius:18px;background:radial-gradient(120% 120% at 50% 0%,rgba(255,201,60,.16),transparent 60%),linear-gradient(180deg,#2b3869f2,#1b2547f2);box-shadow:inset 0 2px #ffffff2e,inset 0 -5px #0a102666,0 8px #0f173452,0 0 22px #ffc93c47}.team-builder-v3 .builder-capital-hero .builder-capital-top .builder-coin{width:22px;height:22px}.team-builder-v3 .builder-capital-hero .builder-capital-top small{font-size:11px;letter-spacing:.18em;color:var(--cb-gold-hi)}.team-builder-v3 .builder-capital-figure{display:flex;align-items:baseline;gap:8px;margin:2px 0}.team-builder-v3 .builder-capital-hero .builder-capital-figure b{font-family:var(--cb-font-display);font-size:clamp(40px,4vw,58px);line-height:.9;color:var(--cb-gold-hi);text-shadow:var(--cb-outline);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-capital-hero .builder-capital-max{font-size:18px;font-weight:900}.team-builder-v3 .builder-capital-hero .builder-capital-bar{height:18px}.team-builder-v3 .builder-capital-hero .builder-capital-rest{font-size:12px}.team-builder-v3 .builder-capital-hero.is-over-budget .builder-capital-figure b{color:var(--cb-red-hi)}.team-builder-v3 .builder-team-slots{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;min-height:0;padding:4px 4px 10px}.team-builder-v3 .builder-team-slots>*{animation:cb-pop-in .55s var(--cb-bounce) both}.team-builder-v3 .builder-team-slots>*:nth-child(1){animation-delay:.16s}.team-builder-v3 .builder-team-slots>*:nth-child(2){animation-delay:.24s}.team-builder-v3 .builder-team-slots>*:nth-child(3){animation-delay:.32s}.team-builder-v3 .builder-team-slots>*:nth-child(4){animation-delay:.4s}.team-builder-v3 .builder-team-slots>*:nth-child(5){animation-delay:.48s}.team-builder-v3 .builder-character-slot{position:relative;display:flex;flex-direction:column;min-height:0;padding:0;border:3px solid var(--cb-gold-lo);border-radius:16px;background:linear-gradient(180deg,#34437f,#26325f 62%,#1e2850);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 3px #ffffff24,0 8px #0f173452,0 14px 26px #0a123066;color:var(--cb-copy);text-align:center;overflow:hidden;transition:transform .16s var(--cb-ease),box-shadow .16s var(--cb-ease),border-color .16s var(--cb-ease)}.team-builder-v3 .builder-character-slot:hover{transform:translateY(-5px) scale(1.02);border-color:var(--cb-gold);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 3px #ffffff24,0 12px #0f17344d,0 20px 34px #0a123080,0 0 22px #ffc93c73}.team-builder-v3 .builder-character-slot:active{transform:translateY(-1px) scale(.99)}.team-builder-v3 .builder-character-slot:before{content:"";position:absolute;inset:0 0 34%;background:radial-gradient(65% 60% at 50% 44%,#7ab0ff80,#7ab0ff00 75%);pointer-events:none;transition:opacity .2s var(--cb-ease)}.team-builder-v3 .builder-character-slot[data-role=dps]:before{background:radial-gradient(65% 60% at 50% 44%,#ff9a3d8c,#ff9a3d00 75%)}.team-builder-v3 .builder-character-slot[data-role=soutien]:before{background:radial-gradient(65% 60% at 50% 44%,#b46cf08c,#b46cf000 75%)}.team-builder-v3 .builder-character-slot[data-role=tank]:before{background:radial-gradient(65% 60% at 50% 44%,#4fa3ff99,#4fa3ff00 75%)}.team-builder-v3 .builder-character-slot[data-role=placeur]:before{background:radial-gradient(65% 60% at 50% 44%,#5ee08a80,#5ee08a00 75%)}.team-builder-v3 .builder-character-slot img{flex:1 1 0;min-height:0;width:100%;object-fit:contain;padding:18px 22px 8px;image-rendering:auto;filter:drop-shadow(0 8px 6px rgba(10,16,38,.55));transition:transform .2s var(--cb-bounce)}.team-builder-v3 .builder-character-slot:hover img{transform:translateY(-3px) scale(1.05)}.team-builder-v3 .builder-character-slot>span{display:flex;flex-direction:column;gap:2px;padding:6px 8px 7px;background:linear-gradient(180deg,#101834eb,#0d132af2);border-top:2px solid rgba(255,201,60,.55);box-shadow:0 -4px 10px #0a102673}.team-builder-v3 .builder-character-slot strong{font-size:clamp(15px,1.5vw,20px);text-transform:uppercase;letter-spacing:.02em;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-character-slot>span small{display:inline-flex;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-character-slot em{font-style:normal;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--cb-gold-hi)}.team-builder-v3 .builder-character-slot.is-captain{border-color:var(--cb-gold);animation:cb-pop-in .55s var(--cb-bounce) both,cb-captain-pulse 2.6s ease-in-out 1s infinite}@keyframes cb-captain-pulse{0%,to{box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 3px #ffffff24,0 8px #0f173452,0 0 12px #ffc93c59}50%{box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 3px #ffffff24,0 8px #0f173452,0 0 26px #ffc93ca6}}.team-builder-v3 .builder-character-slot dl{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:0;padding:7px 9px 2px;background:#0d132af2}.team-builder-v3 .builder-character-slot dl div{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 2px;border:2px solid var(--cb-ink);border-radius:9px;background:linear-gradient(180deg,#2d3a6e,#1f2a54);box-shadow:inset 0 2px #ffffff24,0 2px #0f173466}.team-builder-v3 .builder-character-slot dt{font-size:9px;font-weight:900;letter-spacing:.08em;color:var(--cb-muted)}.team-builder-v3 .builder-character-slot dd{margin:0;font-family:var(--cb-font-display);font-size:14px;color:#fff;text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-character-slot dl div:nth-child(1) dd{color:var(--cb-hp)}.team-builder-v3 .builder-character-slot dl div:nth-child(2) dd{color:var(--cb-pa)}.team-builder-v3 .builder-character-slot dl div:nth-child(3) dd{color:var(--cb-pm)}.team-builder-v3 .builder-character-slot footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 8px 9px;background:#0d132af2;font-size:10.5px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-character-slot footer span{display:inline-flex;padding:2px 8px;border-radius:999px;background:#3f7fdd47;border:1px solid rgba(111,181,248,.4)}.team-builder-v3 .builder-empty-character{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:3px dashed rgba(255,255,255,.6);border-radius:16px;background:#10193a73;color:#eaf3ff;transition:transform .16s var(--cb-ease),border-color .16s var(--cb-ease),background .16s var(--cb-ease)}.team-builder-v3 .builder-empty-character:hover:not(:disabled){transform:translateY(-4px);border-color:var(--cb-gold);background:#1e2c5c80}.team-builder-v3 .builder-empty-character:disabled{opacity:.4;cursor:not-allowed}.team-builder-v3 .builder-empty-character span{display:grid;place-items:center;width:54px;height:54px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 2px #ffffff73,inset 0 -4px 0 var(--cb-green-edge),0 5px #0f173459;font-family:var(--cb-font-display);font-size:30px;line-height:1;color:#fff;text-shadow:var(--cb-outline-thin);transition:transform .18s var(--cb-bounce)}.team-builder-v3 .builder-empty-character:hover:not(:disabled) span{transform:scale(1.12) rotate(90deg)}.team-builder-v3 .builder-empty-character small{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 1px 0 rgba(21,32,66,.5)}.team-builder-v3 .builder-team-slots-cards{align-items:stretch;padding:6px 2px 4px}.team-builder-v3 .builder-team-card{position:relative;display:flex;flex-direction:column;min-height:0;padding:12px;border:2px solid var(--cb-ink);border-radius:16px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo));box-shadow:inset 0 2px #ffffff29,inset 0 -4px #0a102666,0 6px #0f17344d;color:var(--cb-copy);text-align:left;cursor:pointer;overflow:hidden;transition:transform .15s var(--cb-ease),box-shadow .15s var(--cb-ease),border-color .15s var(--cb-ease)}.team-builder-v3 .builder-team-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;border-radius:16px 16px 0 0;background:var(--cb-blue-hi, #6fb5f8)}.team-builder-v3 .builder-team-card[data-role=dps]:before{background:#ff9a3d}.team-builder-v3 .builder-team-card[data-role=soutien]:before{background:#b46cf0}.team-builder-v3 .builder-team-card[data-role=tank]:before{background:#4fa3ff}.team-builder-v3 .builder-team-card[data-role=placeur]:before{background:#5ee08a}.team-builder-v3 .builder-team-card:hover{transform:translateY(-4px);border-color:var(--cb-gold);box-shadow:inset 0 2px #ffffff29,inset 0 -4px #0a102666,0 9px #0f17344d,0 0 16px #ffc93c66}.team-builder-v3 .builder-team-card:active{transform:translateY(-1px)}.team-builder-v3 .builder-team-card.is-captain{border-color:var(--cb-gold)}.team-builder-v3 .builder-team-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.team-builder-v3 .builder-team-card-title{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;min-width:0}.team-builder-v3 .builder-team-card-title strong{font-family:var(--cb-font-display);font-size:clamp(17px,1.35vw,21px);line-height:1;letter-spacing:.01em;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-builder-v3 .builder-team-card-title small{flex:0 0 auto;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-team-card-title .builder-team-card-crown{position:static;transform:none;align-self:center;font-size:17px}.team-builder-v3 .builder-team-card-cost{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:4px 11px 5px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold) 60%,var(--cb-gold-lo));box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #9c650080,0 2px #0f173459}.team-builder-v3 .builder-team-card-cost .builder-coin{align-self:center;width:15px;height:15px}.team-builder-v3 .builder-team-card-cost b{font-family:var(--cb-font-display);font-size:18px;line-height:1;color:#4a2f00;text-shadow:0 1px 0 rgba(255,255,255,.4);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-team-card-body{display:grid;grid-template-columns:minmax(0,42%) minmax(0,1fr);align-items:stretch;gap:12px;flex:1 1 0;min-height:150px}.team-builder-v3 .builder-team-card-portrait{position:relative;display:flex;align-items:stretch;justify-content:center;min-height:168px;border-radius:12px;overflow:hidden;background:radial-gradient(60% 60% at 50% 52%,rgba(122,176,255,.34),transparent 78%)}.team-builder-v3 .builder-team-card-portrait-canvas{position:absolute;inset:0;width:100%;height:100%;min-height:140px;display:block;background:transparent;touch-action:none;filter:drop-shadow(0 7px 6px rgba(10,16,38,.55))}.team-builder-v3 .builder-team-card-portrait{position:relative;min-height:168px}.team-builder-v3 .builder-team-card-portrait[data-role=dps]{background:radial-gradient(60% 60% at 50% 52%,rgba(255,154,61,.4),transparent 78%)}.team-builder-v3 .builder-team-card-portrait[data-role=soutien]{background:radial-gradient(60% 60% at 50% 52%,rgba(180,108,240,.4),transparent 78%)}.team-builder-v3 .builder-team-card-portrait[data-role=tank]{background:radial-gradient(60% 60% at 50% 52%,rgba(79,163,255,.44),transparent 78%)}.team-builder-v3 .builder-team-card-portrait[data-role=placeur]{background:radial-gradient(60% 60% at 50% 52%,rgba(94,224,138,.38),transparent 78%)}.team-builder-v3 .builder-team-card-portrait img{position:absolute;inset:0;width:100%;height:100%;min-height:0;object-fit:contain;object-position:center center;image-rendering:auto;filter:drop-shadow(0 7px 6px rgba(10,16,38,.55));transform:none;transform-origin:center center;transition:transform .2s var(--cb-bounce)}.team-builder-v3 .builder-team-card:hover .builder-team-card-portrait img{transform:translateY(-2px) scale(1.06)}.team-builder-v3 .builder-team-card-crown{font-style:normal;filter:drop-shadow(0 2px 2px rgba(10,16,38,.55))}.team-builder-v3 .builder-team-card-side{display:flex;flex-direction:column;gap:12px;min-width:0;justify-content:center}.team-builder-v3 .builder-team-card-loadout{display:flex;flex-direction:column;gap:8px}.team-builder-v3 .builder-team-card-loadout .battle-loadout-line{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%}.team-builder-v3 .builder-team-card-loadout .battle-loadout-slot{width:100%;height:auto;aspect-ratio:1 / 1;border-radius:10px;border-width:2px}.team-builder-v3 .builder-team-card-loadout .battle-loadout-slot img{padding:3px}.team-builder-v3 .builder-team-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:2px 0 0}.team-builder-v3 .builder-team-card-stats div{display:flex;flex-direction:column;align-items:center;gap:1px;padding:4px 2px;border:2px solid var(--cb-ink);border-radius:9px;background:#1018348c}.team-builder-v3 .builder-team-card-stats dt{font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-team-card-stats dd{margin:0;font-family:var(--cb-font-display);font-size:15px;line-height:1;color:#fff;text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-team-card-stats div:nth-child(1) dd{color:var(--cb-hp)}.team-builder-v3 .builder-team-card-stats div:nth-child(2) dd{color:var(--cb-pa)}.team-builder-v3 .builder-team-card-stats div:nth-child(3) dd{color:var(--cb-pm)}.team-builder-v3 .builder-team-library-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.team-builder-v3 .builder-saved-team,.team-builder-v3 .builder-create-team{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 10px 9px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo));box-shadow:inset 0 2px #ffffff2e,inset 0 -4px #0a102666,0 6px #0f17344d;color:var(--cb-copy);text-align:center;transition:transform .15s var(--cb-ease),box-shadow .15s var(--cb-ease),border-color .15s var(--cb-ease)}.team-builder-v3 .builder-saved-team .builder-team-logo{display:grid;place-items:center;width:44px;height:44px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,var(--cb-blue-hi, #6fb5f8),var(--cb-blue, #3f7fd8));box-shadow:inset 0 2px #fff6,inset 0 -3px #0a102666,0 3px #0f173459;font-family:var(--cb-font-display);font-style:normal;font-size:22px;line-height:1;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-saved-team.team-b .builder-team-logo{background:linear-gradient(180deg,var(--cb-red-hi, #ff8a72),var(--cb-red, #e0523a))}.team-builder-v3 .builder-saved-team:hover,.team-builder-v3 .builder-create-team:hover{transform:translateY(-3px)}.team-builder-v3 .builder-saved-team.team-a.is-active{border-color:var(--cb-blue-hi);box-shadow:inset 0 2px #ffffff2e,inset 0 -4px #0a102666,0 6px #0f17344d,0 0 18px #6fb5f880}.team-builder-v3 .builder-saved-team.team-b.is-active{border-color:var(--cb-red-hi);box-shadow:inset 0 2px #ffffff2e,inset 0 -4px #0a102666,0 6px #0f17344d,0 0 18px #ff8a7273}.team-builder-v3 .builder-saved-team>b{font-size:14px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-saved-team.team-a>b{color:var(--cb-blue-hi)}.team-builder-v3 .builder-saved-team.team-b>b{color:var(--cb-red-hi)}.team-builder-v3 .builder-saved-team-delete{position:absolute;top:6px;right:6px;z-index:2;display:grid;place-items:center;width:22px;height:22px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,#ff8a72,#e2503a);box-shadow:inset 0 2px #ffffff59,0 2px #0f173466;color:#fff;font-size:15px;font-weight:900;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s var(--cb-ease),transform .15s var(--cb-ease)}.team-builder-v3 .builder-saved-team:hover .builder-saved-team-delete,.team-builder-v3 .builder-saved-team:focus-within .builder-saved-team-delete,.team-builder-v3 .builder-saved-team-delete:focus-visible{opacity:1}.team-builder-v3 .builder-saved-team-delete:hover{transform:scale(1.12)}.team-builder-v3 .builder-saved-team>small{font-size:10.5px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-saved-team-roster{display:flex;align-items:center;gap:6px;min-height:40px}.team-builder-v3 .builder-saved-team-roster img{width:34px;image-rendering:auto;filter:drop-shadow(0 3px 2px rgba(10,16,38,.55))}.team-builder-v3 .builder-saved-team-roster em{font-style:normal;font-size:11.5px;font-weight:700;color:var(--cb-muted)}.team-builder-v3 .builder-saved-team footer{display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:auto;padding-top:4px}.team-builder-v3 .builder-saved-team footer em{display:inline-flex;padding:2px 9px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 1px #ffffff73,0 2px #0f173459;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff;text-shadow:0 1px 0 rgba(21,32,66,.55)}.team-builder-v3 .builder-saved-team footer strong{display:inline-flex;align-items:center;gap:4px;font-size:16px;color:var(--cb-gold-hi);text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-create-team{align-items:center;justify-content:center;text-align:center;border-style:dashed;border-color:#ffffff61;background:#141e4259;box-shadow:none}.team-builder-v3 .builder-create-team:hover{border-color:var(--cb-gold);background:#1e2c5c80}.team-builder-v3 .builder-create-team span{display:grid;place-items:center;width:44px;height:44px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 2px #ffffff73,inset 0 -3px 0 var(--cb-green-edge),0 4px #0f173459;font-family:var(--cb-font-display);font-size:24px;color:#fff;text-shadow:var(--cb-outline-thin);transition:transform .18s var(--cb-bounce)}.team-builder-v3 .builder-create-team:hover span{transform:scale(1.12) rotate(90deg)}.team-builder-v3 .builder-create-team b{font-size:13px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-create-team small{font-size:10px;font-weight:700;color:var(--cb-muted)}.team-builder-v3 .builder-catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;min-height:0;padding:6px 18px 16px}.team-builder-v3 .builder-class-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:10px;align-content:start;min-height:0;overflow:auto;padding:4px}.team-builder-v3 .builder-class-grid button{display:flex;align-items:center;gap:10px;padding:9px 12px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#313f78,#232e5b);box-shadow:inset 0 2px #ffffff29,inset 0 -3px #0a102666,0 4px #0f17344d;color:var(--cb-copy);text-align:left;transition:transform .14s var(--cb-ease),border-color .14s var(--cb-ease),box-shadow .14s var(--cb-ease)}.team-builder-v3 .builder-class-grid button:hover:not(:disabled){transform:translateY(-3px);border-color:var(--cb-gold)}.team-builder-v3 .builder-class-grid button.is-selected{border-color:var(--cb-gold);background:linear-gradient(180deg,#3d4d92,#2a3768);box-shadow:inset 0 2px #fff3,inset 0 -3px #0a102666,0 4px #0f17344d,0 0 16px #ffc93c80}.team-builder-v3 .builder-class-grid button:disabled{opacity:.42;cursor:not-allowed;filter:saturate(.4)}.team-builder-v3 .builder-class-grid img{width:46px;image-rendering:auto;filter:drop-shadow(0 4px 3px rgba(10,16,38,.55))}.team-builder-v3 .builder-class-grid span:not(.builder-coin):not(.builder-coin-inline){display:flex;flex-direction:column;gap:1px;min-width:0}.team-builder-v3 .builder-class-grid span strong{font-size:15px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-builder-v3 .builder-class-grid span small{font-size:11px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-class-grid>button>b{display:inline-flex;align-items:center;gap:4px;margin-left:auto;font-size:15px;color:var(--cb-gold-hi);text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-candidate-preview{display:flex;flex-direction:column;align-items:center;gap:7px;min-height:0;overflow:auto;padding:16px 16px 14px;border:3px solid var(--cb-gold-lo);border-radius:16px;background:radial-gradient(70% 45% at 50% 24%,rgba(122,176,255,.4),transparent 75%),linear-gradient(180deg,#34437f,#1f2950)}.team-builder-v3 .builder-candidate-preview[data-role=dps]{background:radial-gradient(70% 45% at 50% 24%,rgba(255,154,61,.42),transparent 75%),linear-gradient(180deg,#34437f,#1f2950)}.team-builder-v3 .builder-candidate-preview[data-role=soutien]{background:radial-gradient(70% 45% at 50% 24%,rgba(180,108,240,.42),transparent 75%),linear-gradient(180deg,#34437f,#1f2950)}.team-builder-v3 .builder-candidate-preview[data-role=tank]{background:radial-gradient(70% 45% at 50% 24%,rgba(79,163,255,.48),transparent 75%),linear-gradient(180deg,#34437f,#1f2950)}.team-builder-v3 .builder-candidate-preview[data-role=placeur]{background:radial-gradient(70% 45% at 50% 24%,rgba(94,224,138,.4),transparent 75%),linear-gradient(180deg,#34437f,#1f2950);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 3px #ffffff24,0 8px #0f17344d;text-align:center}.team-builder-v3 .builder-candidate-preview img{width:110px;image-rendering:auto;filter:drop-shadow(0 8px 6px rgba(10,16,38,.55));animation:cb-pop-in .4s var(--cb-bounce) both}.team-builder-v3 .builder-candidate-preview>span{padding:3px 12px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-blue-hi),var(--cb-blue));box-shadow:inset 0 1px #fff6,0 2px #0f173459;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-shadow:0 1px 0 rgba(21,32,66,.55)}.team-builder-v3 .builder-candidate-preview strong{font-size:24px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-candidate-preview p{margin:0;font-size:12.5px;font-weight:600;line-height:1.45;color:#d4e2fb}.team-builder-v3 .builder-candidate-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:100%;margin:2px 0 0}.team-builder-v3 .builder-candidate-summary div{display:flex;flex-direction:column;gap:1px;padding:6px 4px;border:2px solid var(--cb-ink);border-radius:10px;background:linear-gradient(180deg,#2d3a6e,#1f2a54);box-shadow:inset 0 2px #ffffff24,0 2px #0f173466}.team-builder-v3 .builder-candidate-summary dt{font-size:9px;font-weight:900;letter-spacing:.1em;color:var(--cb-muted)}.team-builder-v3 .builder-candidate-summary dd{margin:0;font-family:var(--cb-font-display);font-size:17px;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-candidate-summary div:nth-child(1) dd{color:var(--cb-hp)}.team-builder-v3 .builder-candidate-summary div:nth-child(2) dd{color:var(--cb-pa)}.team-builder-v3 .builder-candidate-summary div:nth-child(3) dd{color:var(--cb-pm)}.team-builder-v3 [data-builder-confirm-add]{width:100%;margin-top:4px;padding:12px 16px 14px;font-size:17px;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 2px #ffffff73,inset 0 -5px 0 var(--cb-green-edge),0 6px #0f173459}.team-builder-v3 [data-builder-confirm-add]:hover{filter:brightness(1.07);transform:translateY(-1px)}.team-builder-v3 .builder-empty-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;min-height:140px;color:var(--cb-muted);font-size:12.5px;font-weight:700;text-align:center}.team-builder-v3 .builder-empty-preview span,.builder-workshop-modal .builder-empty-preview span{display:grid;place-items:center;width:46px;height:46px;border:2px dashed rgba(255,255,255,.4);border-radius:50%;font-family:var(--cb-font-display);font-size:24px;color:#ffffffa6}.team-builder-v3 .builder-empty-preview p,.builder-workshop-modal .builder-empty-preview p{margin:0;max-width:200px}.team-builder-v3 .builder-cost,.builder-workshop-modal .builder-cost{display:inline-flex;flex:none;align-items:center;gap:4px;white-space:nowrap;padding:3px 10px 3px 5px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,#151e3ef2,#0f1630f2);box-shadow:inset 0 1px #ffffff1f}.team-builder-v3 .builder-cost b,.builder-workshop-modal .builder-cost b{font-family:var(--cb-font-display);font-size:14px;color:var(--cb-gold-hi);text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-cost small,.builder-workshop-modal .builder-cost small{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-workshop-modal{position:absolute;inset:0;z-index:5;display:grid;place-items:center;padding:18px 26px 96px;background:#0a112a9e;backdrop-filter:blur(5px);animation:cb-fade-in .25s ease both}@keyframes cb-fade-in{0%{opacity:0}to{opacity:1}}.team-builder-v3 .builder-workshop-close{position:absolute;top:26px;right:36px;z-index:7;display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red));box-shadow:inset 0 2px #fff6,inset 0 -4px 0 var(--cb-red-edge),0 5px #0f173466;font-family:var(--cb-font-display);font-size:21px;line-height:1;color:#fff;text-shadow:var(--cb-outline-thin);transition:transform .15s var(--cb-bounce)}.team-builder-v3 .builder-workshop-close:hover{transform:scale(1.1) rotate(90deg)}.team-builder-v3 .builder-workshop-close:active{transform:scale(.95)}.team-builder-v3 .builder-character-workshop{display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;min-height:0;overflow:hidden;animation:cb-pop-in .4s var(--cb-bounce) both}.team-builder-v3 .builder-character-workshop>header{display:flex;align-items:center;gap:16px;padding:14px 62px 12px 18px;border-bottom:2px solid rgba(15,23,52,.55);box-shadow:0 2px #ffffff14}.team-builder-v3 .builder-workshop-identity{display:flex;align-items:center;gap:12px;min-width:0}.team-builder-v3 .builder-workshop-identity img{width:52px;image-rendering:auto;filter:drop-shadow(0 5px 4px rgba(10,16,38,.55))}.team-builder-v3 .builder-workshop-identity-portrait{flex:0 0 auto;width:52px;height:52px;display:block;border-radius:12px;background:radial-gradient(60% 60% at 50% 48%,rgba(122,176,255,.28),transparent 78%);filter:drop-shadow(0 5px 4px rgba(10,16,38,.55));object-fit:contain;object-position:center bottom;touch-action:none}.team-builder-v3 .builder-workshop-identity span:not(.builder-coin):not(.builder-coin-inline){display:flex;flex-direction:column;gap:1px;min-width:0}.team-builder-v3 .builder-workshop-identity small{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--cb-gold-hi)}.team-builder-v3 .builder-workshop-identity strong{font-size:23px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-workshop-identity em{display:inline-flex;align-items:center;gap:3px;font-style:normal;font-size:12px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-character-workshop nav{display:flex;gap:8px;margin:0 auto}.team-builder-v3 .builder-character-workshop nav button,.team-builder-v3 .builder-item-categories button{padding:9px 22px 10px;font-size:14px;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(180deg,#313f78,#232e5b);box-shadow:inset 0 2px #ffffff29,inset 0 -4px #0a102680,0 4px #0f17344d;opacity:.85}.team-builder-v3 .builder-character-workshop nav button:hover,.team-builder-v3 .builder-item-categories button:hover{opacity:1;transform:translateY(-1px)}.team-builder-v3 .builder-character-workshop nav button.is-active,.team-builder-v3 .builder-item-categories button.is-active{background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold) 55%,var(--cb-gold-lo));box-shadow:inset 0 2px #ffffff8c,inset 0 -4px 0 var(--cb-gold-edge),0 4px #0f17344d,0 0 14px #ffc93c73;color:#fff;opacity:1}.team-builder-v3 .builder-workshop-layout{display:grid;grid-template-columns:minmax(330px,400px) 310px minmax(0,1fr);gap:14px;min-height:0;padding:14px 18px 18px}.team-builder-v3 .builder-character-sheet{display:flex;flex-direction:column;gap:12px;min-height:0;padding:14px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#141d3ce6,#0f1630eb);box-shadow:inset 0 2px 5px #0006}.team-builder-v3 .sheet-paperdoll{position:relative;flex:1 1 auto;min-height:240px;display:grid;place-items:center;border-radius:16px;overflow:hidden;background:radial-gradient(62% 58% at 50% 44%,rgba(122,176,255,.28),transparent 80%)}.team-builder-v3 .sheet-slot-overlay{position:absolute;inset:0;display:flex;align-items:stretch;justify-content:space-between;padding:10px;pointer-events:none}.team-builder-v3 .sheet-slot-col{display:flex;flex-direction:column;justify-content:space-between;gap:18px;pointer-events:auto}.team-builder-v3 .sheet-slot-col-right{align-items:flex-end}.team-builder-v3 .sheet-hero{width:100%;height:100%;max-width:100%;transform:none;object-fit:contain;object-position:center center;image-rendering:auto;filter:drop-shadow(0 12px 10px rgba(10,16,38,.62));pointer-events:none}.team-builder-v3 canvas.sheet-hero{display:block;background:transparent;touch-action:none}.team-builder-v3 .sheet-hero[data-role]{background:none}.team-builder-v3 .sheet-paperdoll:has(.sheet-hero[data-role=dps]){background:radial-gradient(62% 58% at 50% 44%,rgba(255,154,61,.34),transparent 80%)}.team-builder-v3 .sheet-paperdoll:has(.sheet-hero[data-role=soutien]){background:radial-gradient(62% 58% at 50% 44%,rgba(180,108,240,.34),transparent 80%)}.team-builder-v3 .sheet-paperdoll:has(.sheet-hero[data-role=tank]){background:radial-gradient(62% 58% at 50% 44%,rgba(79,163,255,.38),transparent 80%)}.team-builder-v3 .sheet-paperdoll:has(.sheet-hero[data-role=placeur]){background:radial-gradient(62% 58% at 50% 44%,rgba(94,224,138,.32),transparent 80%)}.team-builder-v3 .sheet-slot{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:82px;height:82px;padding:5px 4px;border:2px solid var(--cb-gold-lo);border-radius:14px;background:radial-gradient(75% 55% at 50% 34%,rgba(122,176,255,.25),transparent 78%),linear-gradient(180deg,#33417cd1,#232e5bd1);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 2px #ffffff24,0 3px #0f173466;opacity:.86;transition:transform .13s var(--cb-ease),border-color .13s var(--cb-ease),box-shadow .13s var(--cb-ease),opacity .13s var(--cb-ease)}.team-builder-v3 .sheet-slot:hover:not(:disabled){opacity:1}.team-builder-v3 .sheet-slot img{width:50px;image-rendering:auto;filter:drop-shadow(0 3px 2px rgba(10,16,38,.55))}.team-builder-v3 .sheet-slot-glyph{display:grid;place-items:center;width:34px;height:34px;color:#d6e2fbb8}.team-builder-v3 .sheet-slot-glyph svg{width:100%;height:100%;filter:drop-shadow(0 2px 1px rgba(10,16,38,.5))}.team-builder-v3 .sheet-slot.is-empty:hover:not(:disabled) .sheet-slot-glyph{color:var(--cb-gold-hi)}.team-builder-v3 .sheet-slot small{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .sheet-slot.is-filled:hover{transform:translateY(-2px);border-color:var(--cb-red-hi);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 2px #ffffff24,0 5px #0f173459,0 0 12px #ff8a7273}.team-builder-v3 .sheet-slot.is-empty{border:2px dashed rgba(255,255,255,.32);background:#10183480;box-shadow:none}.team-builder-v3 .sheet-slot.is-empty i{display:grid;place-items:center;width:24px;height:24px;border:2px dashed rgba(255,255,255,.35);border-radius:50%;font-family:var(--cb-font-display);font-style:normal;font-size:14px;color:#ffffffb3}.team-builder-v3 .sheet-slot.is-empty:hover:not(:disabled){transform:translateY(-2px);border-color:var(--cb-gold)}.team-builder-v3 .sheet-slot.is-empty:hover:not(:disabled) i{border-color:var(--cb-gold);color:var(--cb-gold-hi)}.team-builder-v3 .sheet-slot:disabled{opacity:.35;cursor:not-allowed}.team-builder-v3 .sheet-slot.is-captain-slot.is-filled{border-color:var(--cb-gold);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 2px #ffffff24,0 3px #0f173466,0 0 14px #ffc93c80}.team-builder-v3 .sheet-spell-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;flex:none}.team-builder-v3 .sheet-spell-slot{width:100%;aspect-ratio:1;height:auto;padding:0;overflow:hidden;opacity:1}.team-builder-v3 .sheet-spell-slot.is-filled{padding:0}.team-builder-v3 .sheet-spell-slot.is-filled img{width:100%;height:100%;object-fit:cover;border-radius:10px}.team-builder-v3 .sheet-spell-pa{position:absolute;top:-7px;left:-7px;z-index:2;display:grid;place-items:center;width:26px;height:26px;border:2px solid var(--cb-ink);border-radius:50%;background:radial-gradient(circle at 32% 28%,#d3ecff 0%,var(--cb-blue-hi) 30%,var(--cb-blue) 66%,var(--cb-blue-edge) 100%);box-shadow:inset 0 -2px 2px #1c4fa38c,inset 0 2px 2px #ffffff73,0 2px #0f173466}.team-builder-v3 .sheet-spell-pa b{font-family:var(--cb-font-display);font-size:12px;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-character-sheet .builder-character-stats{flex:none;min-height:0;padding:10px 12px;border-color:#1f2c55e6;background:#101730a6;box-shadow:none}.team-builder-v3 .builder-character-sheet .builder-character-stats dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px}.team-builder-v3 .builder-character-sheet .builder-character-stats dl div{padding:6px 11px}.team-builder-v3 .builder-character-sheet .builder-character-stats dd{font-size:14px}.team-builder-v3 .builder-available-picks.builder-picker{display:flex;flex-direction:column;gap:8px;min-height:0}.team-builder-v3 .builder-available-picks.builder-picker>div{flex:1;min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 12px}.team-builder-v3 .builder-available-picks.builder-picker>div>button{min-height:172px;padding:16px 8px 10px;justify-content:space-between}.team-builder-v3 .builder-available-picks.builder-picker>div>button img{width:100%;height:auto;flex:1 1 auto;min-height:0;max-height:118px;object-fit:contain}.team-builder-v3 .builder-available-picks.builder-picker>div>button span:not(.builder-cost)>b{font-size:14.5px}.team-builder-v3 .builder-available-picks.builder-picker>div>button span:not(.builder-cost)>small{font-size:10.5px}.team-builder-v3 .builder-loadout-editor{display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;min-height:0}.team-builder-v3 .builder-loadout-editor:has(.builder-item-categories){grid-template-rows:auto auto minmax(0,1fr)}.team-builder-v3 .builder-equipped-slots{border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#141d3ce6,#0f1630eb);box-shadow:inset 0 2px 5px #0006;padding:10px 12px 12px}.team-builder-v3 .builder-equipped-slots>header,.team-builder-v3 .builder-available-picks>header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-bottom:8px}.team-builder-v3 .builder-equipped-slots header strong,.team-builder-v3 .builder-available-picks header strong{font-size:15px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-equipped-slots header small,.team-builder-v3 .builder-available-picks header small{font-size:11px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .builder-equipped-slots>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped,.team-builder-v3 .builder-equipped-slots>div>span.is-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:122px;padding:10px 8px;border-radius:14px;text-align:center}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped b{font-size:12.5px;line-height:1.1;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped{border:2px solid var(--cb-gold-lo);background:radial-gradient(70% 55% at 50% 34%,rgba(122,176,255,.35),transparent 75%),linear-gradient(180deg,#34437f,#232e5b);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 2px #ffffff29,0 4px #0f173459;color:var(--cb-copy);transition:transform .14s var(--cb-ease),border-color .14s var(--cb-ease),box-shadow .14s var(--cb-ease)}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped:hover{transform:translateY(-3px);border-color:var(--cb-red-hi);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 2px #ffffff29,0 7px #0f17344d,0 0 14px #ff8a7266}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped img{width:52px;image-rendering:auto;filter:drop-shadow(0 3px 2px rgba(10,16,38,.55))}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped small{font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--cb-pa)}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped em{font-style:normal;font-size:9.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--cb-red-hi);opacity:0;transition:opacity .15s ease}.team-builder-v3 .builder-equipped-slots>div>button.is-equipped:hover em{opacity:1}.team-builder-v3 .builder-equipped-slots>div>span.is-empty{border:2px dashed rgba(255,255,255,.28);background:#10183480;color:#aabbe8bf;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.team-builder-v3 .builder-equipped-slots .is-brassard-slot.is-equipped{border-color:var(--cb-gold);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 2px #ffffff29,0 4px #0f173459,0 0 14px #ffc93c73}.team-builder-v3 .builder-item-categories{display:flex;flex-wrap:wrap;gap:8px}.team-builder-v3 .builder-item-categories button{padding:7px 16px 8px;font-size:12px}.team-builder-v3 .builder-available-picks{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;padding:10px 12px 12px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#141d3ce6,#0f1630eb);box-shadow:inset 0 2px 5px #0006}.team-builder-v3 .builder-available-picks>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr));gap:16px 12px;align-content:start;min-height:0;overflow:auto;padding:14px 6px 8px 10px}.team-builder-v3 .builder-available-picks>div>button{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;min-height:176px;padding:18px 9px 10px;border:2px solid var(--cb-ink);border-radius:14px;background:radial-gradient(80% 45% at 50% 20%,rgba(122,176,255,.22),transparent 75%),linear-gradient(180deg,#35447f,#232e5b);box-shadow:inset 0 2px #ffffff29,0 5px #0f173459;color:var(--cb-copy);text-align:center;transition:transform .13s var(--cb-ease),border-color .13s var(--cb-ease),box-shadow .13s var(--cb-ease)}.team-builder-v3 .builder-available-picks>div>button:hover{transform:translateY(-4px);border-color:var(--cb-blue-hi);box-shadow:inset 0 2px #ffffff29,0 8px #0f17344d,0 0 16px #6fb5f866}.team-builder-v3 .builder-available-picks>div>button.is-selected{border-color:var(--cb-gold-hi);background:radial-gradient(80% 45% at 50% 20%,rgba(255,201,60,.4),transparent 75%),linear-gradient(180deg,#4a4a7e,#322f56);box-shadow:inset 0 0 0 2px var(--cb-gold),inset 0 2px #ffffff2e,0 5px #0f173459,0 0 22px #ffc93cb3}.team-builder-v3 .builder-available-picks>div>button img{width:56px;margin-top:2px;flex-shrink:0;image-rendering:auto;filter:drop-shadow(0 4px 3px rgba(10,16,38,.55))}.team-builder-v3 .builder-available-picks>div>button span:not(.builder-cost):not(.builder-coin){display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0;width:100%}.team-builder-v3 .builder-available-picks>div>button span:not(.builder-cost)>b{font-size:13.5px;line-height:1.12;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-available-picks>div>button span:not(.builder-cost)>small{font-size:10px;font-weight:800;line-height:1.25;color:var(--cb-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.team-builder-v3 .builder-available-picks>div>button .builder-cost{position:absolute;top:-11px;left:-9px;display:grid;place-items:center;width:38px;height:38px;margin:0;padding:0;border:2px solid var(--cb-ink);border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff7cf 0%,var(--cb-gold-hi) 30%,var(--cb-gold) 62%,var(--cb-gold-lo) 100%);box-shadow:inset 0 -3px 3px #9c650080,inset 0 2px 2px #ffffff80,0 3px #0f173466}.team-builder-v3 .builder-available-picks>div>button .builder-cost .builder-coin,.team-builder-v3 .builder-available-picks>div>button .builder-cost small{display:none}.team-builder-v3 .builder-available-picks>div>button .builder-cost b{font-size:13px;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-available-picks>div>button em{flex-shrink:0;margin-top:auto;font-style:normal;padding:5px 14px 6px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 1px #fff6,0 3px #0f173459;font-family:var(--cb-font-display);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-shadow:0 1px 0 rgba(21,32,66,.55)}.team-builder-v3 .builder-available-picks>div>button.is-selected em{background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red))}.team-builder-v3 .builder-card-preview{min-height:0;overflow:hidden}.team-builder-v3 .builder-preview-card{display:flex;flex-direction:column;gap:10px;height:100%;padding:18px 16px 14px;border:3px solid var(--cb-gold-lo);border-radius:16px;background:radial-gradient(85% 45% at 50% 14%,rgba(180,108,240,.38),transparent 70%),linear-gradient(180deg,#34437f,#1f2950);box-shadow:inset 0 0 0 2px var(--cb-ink),inset 0 3px #ffffff24,0 6px #0f17344d;animation:cb-pop-in .3s var(--cb-bounce) both;overflow:auto;scrollbar-width:none}.team-builder-v3 .builder-preview-card::-webkit-scrollbar{display:none}.team-builder-v3 .builder-preview-card img{width:auto;height:34%;min-height:150px;max-width:100%;object-fit:contain;margin:2px auto;padding:0;border:none;background:none;box-shadow:none;image-rendering:auto;filter:drop-shadow(0 6px 6px rgba(10,16,38,.6))}.team-builder-v3 .builder-card-kicker{display:flex;align-items:center;justify-content:center;gap:10px}.team-builder-v3 .builder-card-kicker span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--cb-gold-hi);text-shadow:0 1px 0 rgba(21,32,66,.6)}.team-builder-v3 .builder-preview-card strong{font-size:25px;line-height:1.05;text-align:center;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-preview-card p{margin:0;font-size:13.5px;font-weight:600;line-height:1.5;text-align:center;color:#d4e2fb}.team-builder-v3 .builder-preview-card dl{display:flex;flex-direction:column;gap:7px;margin:4px 0 0}.team-builder-v3 .builder-preview-card dl div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:8px 13px;border:2px solid var(--cb-ink);border-radius:10px;background:linear-gradient(180deg,#182244e6,#101834e6);box-shadow:inset 0 1px #ffffff1a}.team-builder-v3 .builder-preview-card dt{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-preview-card dd{margin:0;font-family:var(--cb-font-display);font-size:15px;color:#fff;text-shadow:var(--cb-outline-thin);text-align:right}.team-builder-v3 .builder-preview-card{justify-content:safe center}.team-builder-v3 .builder-preview-card footer{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:6px;padding-top:6px}.team-builder-v3 .builder-effect-heading{margin-top:6px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:var(--cb-muted)}.team-builder-v3 .builder-effect-lines{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.team-builder-v3 .builder-effect-lines li{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:8px;padding:2px 0}.team-builder-v3 .builder-effect-lines li b{font-family:var(--cb-font-display);font-size:26px;line-height:1;font-weight:900;text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-effect-lines li span{font-size:13px;font-weight:800;letter-spacing:.02em;color:#d4e2fb;text-transform:uppercase}.team-builder-v3 .builder-effect-lines li[data-effect=damage] b{color:#ff6f5e}.team-builder-v3 .builder-effect-lines li[data-effect=heal] b{color:#5ee08a}.team-builder-v3 .builder-effect-lines li[data-effect=shield] b{color:#7ac2ff}.team-builder-v3 .builder-effect-lines li[data-effect=resist] b{color:#5b8dc9}.team-builder-v3 .builder-effect-lines li[data-effect=buff] b{color:var(--cb-gold-hi, #ffd23c)}.team-builder-v3 .builder-effect-lines li[data-effect=poison] b{color:#3f9e57}.team-builder-v3 .builder-effect-lines li[data-effect=debuff] b{color:#b46cf0}.team-builder-v3 .builder-effect-lines li[data-effect=neutral] b{color:#e6edfb}.team-builder-v3 .builder-panoplie-chip{padding:6px 16px 7px;border:2px solid rgba(255,201,60,.65);border-radius:999px;background:linear-gradient(180deg,#ffc93c57,#e29a004d);box-shadow:inset 0 1px #fff3,0 2px #0f17344d;color:var(--cb-gold-hi);font-family:var(--cb-font-display);font-size:14px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .13s var(--cb-ease),filter .13s var(--cb-ease),box-shadow .13s var(--cb-ease)}.team-builder-v3 .builder-panoplie-chip:hover{transform:translateY(-1px);filter:brightness(1.08);box-shadow:inset 0 1px #ffffff40,0 4px #0f17344d,0 0 12px #ffc93c66}.team-builder-v3 .builder-panoplie-chip:active{transform:translateY(1px)}.team-builder-v3 .builder-item-preview-card{position:relative}.team-builder-v3 .builder-panoplie-popup{position:absolute;top:8px;left:8px;right:8px;z-index:6;padding:12px 14px 14px;border:2px solid var(--cb-gold-lo);border-radius:14px;background:linear-gradient(180deg,#2a3970,#1a2346);box-shadow:inset 0 0 0 2px var(--cb-ink),0 10px 24px #060c1e99;animation:cb-pop-in .2s var(--cb-bounce) both}.team-builder-v3 .builder-panoplie-popup header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}.team-builder-v3 .builder-panoplie-popup header strong{font-family:var(--cb-font-display);font-size:15px;line-height:1.05;text-align:left;text-transform:none;color:var(--cb-gold-hi);text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-panoplie-close{flex:0 0 auto;display:grid;place-items:center;width:24px;height:24px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,#ff6f5e,#d8402f);box-shadow:0 2px #0f173459;color:#fff;font-size:16px;font-weight:900;line-height:1;cursor:pointer}.team-builder-v3 .builder-panoplie-close:hover{filter:brightness(1.1)}.team-builder-v3 .builder-panoplie-tiers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.team-builder-v3 .builder-panoplie-tiers li{display:flex;align-items:baseline;gap:10px}.team-builder-v3 .builder-panoplie-tiers li b{flex:0 0 auto;min-width:66px;font-family:var(--cb-font-display);font-size:13px;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-panoplie-tiers li span{font-size:13px;font-weight:700;color:#cfe0fb}.team-builder-v3 .builder-team-card-remove{display:block;width:100%;margin-top:8px;padding:7px 8px;border:2px solid #d8402f;border-radius:10px;background:linear-gradient(180deg,#401a1ee6,#281216eb);box-shadow:inset 0 1px #ffffff14,0 2px #0f173459;color:#ff8f83;font-family:var(--cb-font-display);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;text-align:center;cursor:pointer;transition:transform .13s var(--cb-ease),filter .13s var(--cb-ease),background .13s var(--cb-ease),color .13s var(--cb-ease)}.team-builder-v3 .builder-team-card-remove:hover{transform:translateY(-1px);background:linear-gradient(180deg,#ff6f5e,#d8402f);color:#fff;filter:none}.team-builder-v3 .builder-team-card-remove:active{transform:translateY(1px)}.team-builder-v3 .builder-team-card-remove:focus-visible{outline:none;box-shadow:0 0 0 3px #ff6f5eb3}.team-builder-v3 .builder-character-stats{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto;padding:12px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#141d3ce6,#0f1630eb);box-shadow:inset 0 2px 5px #0006}.team-builder-v3 .builder-character-stats dl{display:flex;flex-direction:column;gap:5px;margin:0}.team-builder-v3 .builder-character-stats dl div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 10px;border:2px solid var(--cb-ink);border-radius:9px;background:linear-gradient(180deg,#2b3768,#202b54);box-shadow:inset 0 1px #ffffff1f}.team-builder-v3 .builder-character-stats dt{font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-character-stats dd{margin:0;font-family:var(--cb-font-display);font-size:15px;color:#fff;text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}.team-builder-v3 .builder-character-stats .is-hp dd{color:var(--cb-hp)}.team-builder-v3 .builder-character-stats .is-pa dd{color:var(--cb-pa)}.team-builder-v3 .builder-character-stats .is-pm dd{color:var(--cb-pm)}.team-builder-v3 .builder-character-stats .is-initiative dd{color:var(--cb-gold-hi)}.team-builder-v3 .builder-character-stats .is-damages dd{color:#ffab5e}.team-builder-v3 .builder-character-stats .is-heals dd{color:#7df0c0}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu{position:absolute;left:0;right:0;bottom:0;z-index:30;display:flex;align-items:stretch;justify-content:center;height:78px;padding:0 max(10px,env(safe-area-inset-left)) 0 max(10px,env(safe-area-inset-right));background:linear-gradient(180deg,#2f3f7c,#222d5c 55%,#1b2447);border-top:3px solid var(--cb-ink);box-shadow:inset 0 3px #ffffff29,0 -10px 26px #0a12308c;animation:cb-menu-in .55s var(--cb-bounce) .25s both}@keyframes cb-menu-in{0%{transform:translateY(90px);opacity:0}to{transform:translateY(0);opacity:1}}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button{position:relative;flex:1 1 0;max-width:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin:7px 5px;padding:4px 6px;border:2px solid transparent;border-radius:14px;background:none;box-shadow:none;text-align:center;opacity:.85}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button+button:before{content:"";position:absolute;left:-6px;top:14%;bottom:14%;width:2px;border-radius:2px;background:#0f173480;box-shadow:1px 0 #ffffff14}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button:hover{background:#ffffff12;opacity:1;transform:none}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button:active{transform:translateY(2px)}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu .nav-ico{display:grid;place-items:center;width:30px;height:30px;color:#cfe0ff;filter:drop-shadow(0 2px 0 rgba(15,23,52,.55));transition:transform .18s var(--cb-bounce)}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu .nav-ico svg{width:100%;height:100%}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button b{font-size:12.5px;text-transform:uppercase;letter-spacing:.03em;color:#dce9ff;text-shadow:var(--cb-outline-thin)}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button small{display:none}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.is-active{margin-top:-14px;border:3px solid var(--cb-ink);background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold) 55%,var(--cb-gold-lo));box-shadow:inset 0 3px #ffffff8c,inset 0 -5px 0 var(--cb-gold-edge),0 6px #0f173466,0 0 22px #ffc93c8c;opacity:1}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.is-active .nav-ico{color:#fff;transform:scale(1.15)}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.is-active b{color:#fff}.team-builder-v3 .team-builder-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:18px;padding:6px 36px 22px}.team-builder-v3 .builder-footer-status{position:absolute;left:36px;top:50%;transform:translateY(-50%);max-width:34%;font-size:12px;font-weight:800;color:#dcebff;text-shadow:0 1px 0 rgba(21,32,66,.5)}.team-builder-v3 .builder-start-combat{position:relative;min-width:300px;padding:15px 42px 17px;border-radius:16px;font-size:21px;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(180deg,var(--cb-gold-hi) 0%,var(--cb-gold) 52%,var(--cb-gold-lo) 100%);box-shadow:inset 0 3px #ffffff8c,inset 0 -6px 0 var(--cb-gold-edge),0 8px #0f173466,0 14px 24px #0a123073;overflow:hidden;animation:cb-cta-float 3.2s ease-in-out 1.2s infinite}@keyframes cb-cta-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.team-builder-v3 .builder-start-combat:after{content:"";position:absolute;top:-20%;left:-30%;width:34%;height:140%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);transform:skew(-18deg);animation:cb-sheen 3.2s ease-in-out 1.6s infinite;pointer-events:none}@keyframes cb-sheen{0%{left:-40%}38%,to{left:130%}}.team-builder-v3 .builder-start-combat:hover:not(:disabled){filter:brightness(1.06)}.team-builder-v3 .builder-start-combat:active:not(:disabled){animation:none;box-shadow:inset 0 3px #ffffff8c,inset 0 -3px 0 var(--cb-gold-edge),0 4px #0f173466,0 8px 14px #0a123066}.team-builder-v3 .builder-start-combat:disabled{cursor:not-allowed;background:linear-gradient(180deg,#8b95b8,#5d688f);box-shadow:inset 0 3px #ffffff40,inset 0 -6px #3a4468,0 8px #0f173459;animation:none;filter:saturate(.6)}.team-builder-v3 .builder-start-combat:disabled:after{display:none}body.is-building-team #command-root,body.is-building-team #hud-root{display:none}.team-builder-v3.is-hub-overlay{display:block;padding-bottom:0;background:none;pointer-events:none}.team-builder-v3.is-hub-overlay .builder-utility-menu{pointer-events:auto}.team-builder-v3 .hub-title{position:absolute;top:16px;left:24px;display:flex;flex-direction:column;gap:5px;animation:cb-drop-in .55s var(--cb-bounce) both}.team-builder-v3 .hub-title span{align-self:flex-start;padding:4px 12px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold));box-shadow:inset 0 1px #ffffff8c,0 3px #0f173459;color:#5c3a00;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.team-builder-v3 .hub-title strong{font-size:clamp(26px,3vw,38px);line-height:1;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline)}.team-builder-v3 .hub-hint{position:absolute;left:50%;bottom:92px;transform:translate(-50%);padding:6px 16px;border:2px solid rgba(31,44,85,.7);border-radius:999px;background:#141d3cb8;color:#dcebff;font-size:12px;font-weight:800;text-shadow:0 1px 0 rgba(21,32,66,.5);animation:cb-rise-in .55s var(--cb-bounce) .4s both}@media(max-width:1100px),(max-height:700px){.team-builder-v3 .hub-hint{bottom:74px}}.team-builder-v3 .builder-utility-menu button[data-builder-menu=team]{order:1}.team-builder-v3 .builder-utility-menu button[data-builder-menu=progression]{order:2}.team-builder-v3 .builder-utility-menu button[data-builder-menu=battle]{order:3}.team-builder-v3 .builder-utility-menu button[data-builder-menu=friends]{order:4}.team-builder-v3 .builder-utility-menu button[data-builder-menu=chests]{order:5}.team-builder-v3 .builder-utility-menu button[data-builder-menu=missions],.team-builder-v3 .builder-utility-menu button[data-builder-menu=encyclopedia],.team-builder-v3 .builder-utility-menu button[data-builder-menu=tutorial],.team-builder-v3 .builder-utility-menu button[data-builder-menu=ranking],.team-builder-v3 .builder-utility-menu button[data-builder-menu=statistics]{display:none}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle{flex:1.3 1 0;max-width:300px;margin:-18px 10px 9px;padding:6px 10px;border:3px solid var(--cb-ink);border-radius:16px;background:linear-gradient(180deg,#ffd76e,#ff9d2e 58%,#e2761d);box-shadow:inset 0 3px #ffffff80,inset 0 -5px #a04c00,0 6px #0f173466,0 0 22px #ff9d2e66;opacity:1}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle:before{display:none}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle+button:before{display:none}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle:hover{background:linear-gradient(180deg,#ffe18a,#ffab42 58%,#ef8426);transform:translateY(-2px)}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle .nav-ico{width:34px;height:34px;color:#fff}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle b{font-size:16px;color:#fff}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle.is-active{margin-top:-18px;box-shadow:inset 0 3px #ffffff8c,inset 0 -5px #a04c00,0 6px #0f173466,0 0 34px #ff9d2ebf}.team-builder-v3 .builder-lobby-view{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:22px;width:100%;height:min(100%,calc(100vh - 132px));min-height:0;padding:0 28px 112px}.team-builder-v3 .lobby-map-shell{position:relative;min-width:0;min-height:0;border:3px solid rgba(31,44,85,.85);border-radius:18px;overflow:hidden;background:radial-gradient(circle at 32% 24%,rgba(255,230,142,.22),transparent 26%),linear-gradient(180deg,#4ea75d,#2e7f4b 48%,#1d5e3d);box-shadow:inset 0 3px #ffffff38,0 10px #101e3b5c,0 24px 44px #050d2261}.team-builder-v3 .lobby-map-heading{position:absolute;z-index:8;top:18px;left:20px;display:flex;flex-direction:column;gap:4px;padding:12px 16px;border:2px solid rgba(31,44,85,.68);border-radius:14px;background:#0d1e30b8;color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.25)}.team-builder-v3 .lobby-map-heading span{color:#ffe39a;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.team-builder-v3 .lobby-map-heading strong{font-size:28px;line-height:1;text-transform:uppercase}.team-builder-v3 .lobby-map-heading small{color:#dceeff;font-size:12px;font-weight:800}.team-builder-v3 .lobby-map{position:absolute;inset:0;cursor:crosshair}.team-builder-v3 .lobby-map:before{content:"";position:absolute;inset:auto -8% -18%;height:34%;background:radial-gradient(ellipse at center,rgba(4,17,33,.28),transparent 70%);pointer-events:none}.team-builder-v3 .lobby-tile{position:absolute;left:calc(50% + ((var(--c) - 3) * 8.2%) + ((var(--r) - 4) * -8.2%));top:calc(18% + ((var(--c) - 3) * 4.4%) + ((var(--r) - 1) * 4.4%));width:14.4%;aspect-ratio:2 / 1;transform:translate(-50%,-50%) rotate(45deg) skew(-10deg,-10deg);border:1px solid rgba(38,70,30,.55);border-radius:6px;background:linear-gradient(135deg,#77bf45,#4f9a38);box-shadow:inset 0 2px #ffffff40,0 3px #20452459}.team-builder-v3 .lobby-tile.is-path{background:linear-gradient(135deg,#c5a15b,#927541);border-color:#5d461fa6}.team-builder-v3 .lobby-tile.is-garden{background:linear-gradient(135deg,#8acb52,#3f8b49)}.team-builder-v3 .lobby-tile.is-landmark{background:linear-gradient(135deg,#6db1c8,#3a7e9b);border-color:#183659b3}.team-builder-v3 .lobby-tile i{position:absolute;inset:0;display:grid;place-items:center;transform:skew(10deg,10deg) rotate(-45deg);color:#fff2a8;font-size:clamp(14px,2vw,24px);font-style:normal;text-shadow:0 2px 0 rgba(13,28,49,.45)}.team-builder-v3 .lobby-coach{position:absolute;z-index:12;left:var(--coach-x);top:var(--coach-y);display:grid;justify-items:center;width:clamp(74px,8vw,112px);border:0;background:transparent;color:#fff;transform:translate(-50%,-88%);transition:left .32s ease,top .32s ease,transform .16s ease;filter:drop-shadow(0 10px 10px rgba(4,15,35,.45))}.team-builder-v3 .lobby-coach:hover{transform:translate(-50%,-90%) scale(1.03)}.team-builder-v3 .lobby-coach img{width:100%;height:auto;image-rendering:auto}.team-builder-v3 .lobby-coach span{margin-top:-8px;padding:3px 9px;border:2px solid rgba(31,44,85,.7);border-radius:999px;background:#0d1e30c7;font-size:11px;font-weight:900;text-transform:uppercase}.team-builder-v3 .lobby-side-panel{position:relative;z-index:4;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:12px;min-height:0}.team-builder-v3 .lobby-side-actions,.team-builder-v3 .lobby-info-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.team-builder-v3 .lobby-info-tabs{grid-template-columns:repeat(3,1fr)}.team-builder-v3 .lobby-side-actions button,.team-builder-v3 .lobby-info-tabs button{min-width:0}.team-builder-v3 .lobby-info-tabs button{padding:10px 8px;border:2px solid rgba(31,44,85,.65);border-radius:12px;background:#122246b8;color:#dceeff;font-size:12px;font-weight:900;text-transform:uppercase}.team-builder-v3 .lobby-info-tabs button.is-active{background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold));color:#5c3a00;box-shadow:inset 0 2px #ffffff73}.team-builder-v3 .lobby-info-content{min-height:0}.team-builder-v3 .lobby-info-panel{display:none;height:100%;min-height:0;padding:16px;border:2px solid rgba(31,44,85,.65);border-radius:14px;background:#0f1d3cd1;overflow:auto}.team-builder-v3 .lobby-info-panel.is-active{display:block}.team-builder-v3 .lobby-info-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.team-builder-v3 .lobby-info-panel>header strong{color:#fff;font-size:18px;text-transform:uppercase}.team-builder-v3 .lobby-info-panel>header small{color:#a9bddf;font-size:12px;font-weight:800}.team-builder-v3 .lobby-combat-launcher{position:fixed;z-index:60;left:50%;bottom:108px;transform:translate(-50%);pointer-events:auto}.team-builder-v3 .lobby-combat-launcher .builder-start-combat{min-width:min(360px,70vw)}.team-builder-v3.is-view-battle .team-builder-workspace,.team-builder-v3.is-view-friends .team-builder-workspace,.team-builder-v3.is-view-ranking .team-builder-workspace,.team-builder-v3.is-view-statistics .team-builder-workspace,.team-builder-v3.is-view-lobby .team-builder-workspace,.team-builder-v3.is-view-coach .team-builder-workspace,.team-builder-v3.is-view-social .team-builder-workspace,.team-builder-v3.is-view-shop .team-builder-workspace,.team-builder-v3.is-view-encyclopedia .team-builder-workspace,.team-builder-v3.is-view-tutorial .team-builder-workspace{grid-template-rows:minmax(0,1fr)}.team-builder-v3.is-view-battle .team-builder-header,.team-builder-v3.is-view-friends .team-builder-header,.team-builder-v3.is-view-ranking .team-builder-header,.team-builder-v3.is-view-statistics .team-builder-header,.team-builder-v3.is-view-lobby .team-builder-header,.team-builder-v3.is-view-coach .team-builder-header,.team-builder-v3.is-view-social .team-builder-header,.team-builder-v3.is-view-shop .team-builder-header,.team-builder-v3.is-view-encyclopedia .team-builder-header,.team-builder-v3.is-view-tutorial .team-builder-header,.team-builder-v3.is-view-battle .team-builder-footer,.team-builder-v3.is-view-friends .team-builder-footer,.team-builder-v3.is-view-ranking .team-builder-footer,.team-builder-v3.is-view-statistics .team-builder-footer,.team-builder-v3.is-view-lobby .team-builder-footer,.team-builder-v3.is-view-coach .team-builder-footer,.team-builder-v3.is-view-social .team-builder-footer,.team-builder-v3.is-view-shop .team-builder-footer,.team-builder-v3.is-view-encyclopedia .team-builder-footer,.team-builder-v3.is-view-tutorial .team-builder-footer{display:none}.team-builder-v3.is-view-battle .team-builder-workspace,.team-builder-v3.is-view-friends .team-builder-workspace,.team-builder-v3.is-view-ranking .team-builder-workspace,.team-builder-v3.is-view-statistics .team-builder-workspace,.team-builder-v3.is-view-lobby .team-builder-workspace,.team-builder-v3.is-view-coach .team-builder-workspace,.team-builder-v3.is-view-social .team-builder-workspace,.team-builder-v3.is-view-shop .team-builder-workspace,.team-builder-v3.is-view-encyclopedia .team-builder-workspace,.team-builder-v3.is-view-tutorial .team-builder-workspace{padding-top:18px}.team-builder-v3 .builder-stats-host{position:relative;min-height:0;height:100%}.auto-battle-stats-panel.is-embedded{position:static;top:auto;left:auto;width:100%;min-width:0;height:100%;max-height:none;transform:none}.auto-battle-stats-panel.is-embedded [data-balance-toggle]{display:none}.team-builder-v3.is-static .team-builder-header,.team-builder-v3.is-static .team-builder-workspace>*,.team-builder-v3.is-static .team-builder-footer,.team-builder-v3.is-static .builder-utility-menu,.team-builder-v3.is-static .builder-team-slots>*,.team-builder-v3.is-static .builder-workshop-modal,.team-builder-v3.is-static .builder-character-workshop,.team-builder-v3.is-static .builder-candidate-preview img,.team-builder-v3.is-static .builder-preview-card,.team-builder-v3.is-static .builder-character-slot.is-captain{animation:none}.team-builder-v3.is-context-combat .team-builder-footer{display:flex}.team-builder-v3 .builder-social-heading,.team-builder-v3 .builder-battle-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:0 4px 10px}.team-builder-v3 .builder-social-heading>div,.team-builder-v3 .builder-battle-heading{display:flex;flex-direction:column;gap:4px}.team-builder-v3 .builder-social-heading span,.team-builder-v3 .builder-battle-heading span{align-self:flex-start;padding:3px 11px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold));box-shadow:inset 0 1px #ffffff8c,0 2px #0f173459;color:#5c3a00;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.team-builder-v3 .builder-social-heading strong,.team-builder-v3 .builder-battle-heading strong{font-size:clamp(24px,2.4vw,34px);line-height:1;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline)}.team-builder-v3 .builder-social-heading small{padding-bottom:3px;font-size:12.5px;font-weight:800;color:#dcebff;text-shadow:0 1px 0 rgba(21,32,66,.5)}.team-builder-v3 .builder-battle-view{display:grid;grid-template-rows:auto auto;align-content:center;gap:6px;min-height:0;padding:6px 8px 24px}.team-builder-v3 .builder-battle-heading{align-items:center;text-align:center}.team-builder-v3 .builder-battle-heading span{align-self:center}.team-builder-v3 .builder-battle-stage{display:grid;grid-template-columns:minmax(360px,1fr) minmax(220px,.5fr) minmax(360px,1fr);align-items:stretch;gap:clamp(14px,2vw,28px);width:min(100%,1320px);min-height:0;margin:0 auto;padding:10px 2% 8px}.team-builder-v3 .battle-side{display:flex;flex-direction:column;justify-content:flex-start;gap:12px;min-height:426px;padding:18px 18px 16px;border:3px solid var(--cb-ink);border-radius:18px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo));box-shadow:inset 0 3px #ffffff2e,inset 0 -5px #0a102666,0 8px #0f17344d;text-align:center}.team-builder-v3 .battle-side.team-a{border-color:var(--cb-blue-hi);box-shadow:inset 0 3px #ffffff2e,inset 0 -5px #0a102666,0 8px #0f17344d,0 0 22px #6fb5f859}.team-builder-v3 .battle-side.team-b{border-color:var(--cb-red-hi);box-shadow:inset 0 3px #ffffff2e,inset 0 -5px #0a102666,0 8px #0f17344d,0 0 22px #ff8a724d}.team-builder-v3 .battle-side header{display:flex;flex-direction:column;gap:3px}.team-builder-v3 .battle-side header span{font-family:var(--cb-font-display);font-size:27px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .battle-side.team-a header span{color:var(--cb-blue-hi)}.team-builder-v3 .battle-side.team-b header span{color:var(--cb-red-hi)}.team-builder-v3 .battle-side header small{display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .battle-side-roster{display:grid;align-content:start;gap:8px;min-height:0;width:100%}.team-builder-v3 .battle-roster-row{display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:8px 12px 8px 8px;border:2px solid var(--cb-ink);border-radius:14px;background:radial-gradient(88% 120% at 18% 50%,rgba(255,255,255,.1),transparent 58%),linear-gradient(180deg,#141d3ed9,#0e152ee6);box-shadow:inset 0 2px #ffffff1f,0 4px #0f173459}.team-builder-v3 .battle-roster-row.is-captain{border-color:var(--cb-gold-hi);box-shadow:inset 0 2px #fff3,0 4px #0f173459,0 0 0 2px var(--cb-gold) inset,0 0 16px #ffcd5a66}.team-builder-v3 .battle-roster-portrait{position:relative;display:grid;place-items:center;width:62px;height:62px;overflow:hidden;border:2px solid rgba(8,13,33,.9);border-radius:12px;background:radial-gradient(72% 70% at 50% 34%,rgba(122,176,255,.42),transparent 76%),linear-gradient(180deg,#192956f2,#0b122bfa);box-shadow:inset 0 2px #ffffff24,inset 0 -4px 8px #00000038}.team-builder-v3 .battle-roster-row.is-captain .battle-roster-portrait{border-color:var(--cb-gold-hi);box-shadow:inset 0 2px #fff3,inset 0 -4px 8px #00000038,0 0 0 2px var(--cb-gold)}.team-builder-v3 .battle-roster-portrait img{position:absolute;left:50%;top:0;width:186px;height:186px;object-fit:contain;transform:translate(-50%) translateY(-33px);image-rendering:auto;filter:drop-shadow(0 4px 3px rgba(10,16,38,.5))}.team-builder-v3 .battle-roster-portrait img.battle-roster-portrait-3d{width:176px;height:220px;transform:translate(-50%) translateY(-16px)}.team-builder-v3 .battle-roster-crown{position:absolute;top:-3px;right:-2px;font-size:15px;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6));z-index:2}.team-builder-v3 .battle-roster-copy{display:grid;justify-items:stretch;gap:6px;min-width:0;width:100%;text-align:left}.team-builder-v3 .battle-roster-copy b{max-width:100%;overflow:hidden;font-family:var(--cb-font-display);font-size:15px;color:#fff;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .battle-loadout-line{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%}.team-builder-v3 .battle-loadout-slot{display:grid;place-items:center;width:26px;height:26px;border:1.5px solid rgba(8,13,33,.9);border-radius:7px;background:linear-gradient(180deg,#1e2c5ae6,#0e152ef2);box-shadow:inset 0 1px #ffffff1a;overflow:hidden;flex:0 0 auto}.team-builder-v3 .battle-loadout-slot img{width:100%;height:100%;object-fit:contain;image-rendering:auto}.team-builder-v3 .battle-loadout-slot.is-empty{background:linear-gradient(180deg,#141d3e99,#0a1024b3);box-shadow:inset 0 1px 2px #00000059}.team-builder-v3 .battle-loadout-items .battle-loadout-slot.is-filled{border-color:var(--cb-gold-edge)}.team-builder-v3 .battle-side-roster em{font-style:normal;font-size:12px;font-weight:700;color:var(--cb-muted)}.team-builder-v3 .battle-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.team-builder-v3 .battle-vs{font-family:var(--cb-font-display);font-size:clamp(38px,4.4vw,58px);line-height:1;color:var(--cb-gold-hi);text-shadow:var(--cb-outline);animation:cb-vs-pulse 2.4s ease-in-out infinite}@keyframes cb-vs-pulse{0%,to{transform:scale(1) rotate(-3deg)}50%{transform:scale(1.1) rotate(3deg)}}.team-builder-v3 .battle-launch{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap;padding:16px 34px 18px;border:3px solid var(--cb-ink);border-radius:18px;background:linear-gradient(180deg,#ffd76e,#ff9d2e 58%,#e2761d);box-shadow:inset 0 3px #ffffff80,inset 0 -6px #a04c00,0 8px #0f173466,0 14px 26px #0a123073;font-family:var(--cb-font-display);font-size:25px;text-transform:uppercase;letter-spacing:.04em;color:#fff;text-shadow:var(--cb-outline-thin);overflow:hidden;transition:transform .12s var(--cb-ease),filter .15s var(--cb-ease),box-shadow .12s var(--cb-ease);animation:cb-cta-float 3.2s ease-in-out .8s infinite}.team-builder-v3 .battle-launch span{white-space:nowrap}.team-builder-v3 .battle-launch:after{content:"";position:absolute;top:-20%;left:-30%;width:34%;height:140%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);transform:skew(-18deg);animation:cb-sheen 3.2s ease-in-out 1.2s infinite;pointer-events:none}.team-builder-v3 .battle-launch svg{width:30px;height:30px;filter:drop-shadow(0 2px 0 rgba(15,23,52,.5))}.team-builder-v3 .battle-launch:hover:not(:disabled){filter:brightness(1.07)}.team-builder-v3 .battle-launch:active:not(:disabled){transform:translateY(4px);animation:none;box-shadow:inset 0 3px #ffffff80,inset 0 -3px #a04c00,0 4px #0f173466}.team-builder-v3 .battle-launch:disabled{cursor:not-allowed;background:linear-gradient(180deg,#8b95b8,#5d688f);box-shadow:inset 0 3px #ffffff40,inset 0 -6px #3a4468,0 8px #0f173459;animation:none;filter:saturate(.6)}.team-builder-v3 .battle-launch:disabled:after{display:none}.team-builder-v3 .battle-hint{max-width:300px;font-size:12px;font-weight:800;line-height:1.4;text-align:center;color:#dcebff;text-shadow:0 1px 0 rgba(21,32,66,.5)}.team-builder-v3 .battle-multiplayer{display:inline-flex;align-items:center;gap:8px;padding:10px 22px 12px;border:2px solid var(--cb-ink);border-radius:13px;background:linear-gradient(180deg,var(--cb-blue-hi),var(--cb-blue));box-shadow:inset 0 2px #fff6,inset 0 -4px 0 var(--cb-blue-edge),0 5px #0f173459;font-family:var(--cb-font-display);font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#fff;text-shadow:var(--cb-outline-thin);transition:transform .12s var(--cb-ease),filter .15s var(--cb-ease)}.team-builder-v3 .battle-multiplayer svg{width:18px;height:18px}.team-builder-v3 .battle-multiplayer:hover{filter:brightness(1.08);transform:translateY(-1px)}.team-builder-v3 .battle-multiplayer:active{transform:translateY(3px)}.team-builder-v3 .builder-social-view{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;padding:6px 4px 4px}.team-builder-v3 .builder-social-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr);align-items:start;gap:12px;min-height:0;height:100%}.team-builder-v3 .social-panel{max-height:100%}.team-builder-v3 .social-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;padding:12px 12px 10px;border:2px solid var(--cb-ink);border-radius:16px;background:linear-gradient(180deg,#1e2952eb,#141d3cf0);box-shadow:inset 0 2px #ffffff24,0 6px #0f173447}.team-builder-v3 .social-panel>header{display:flex;align-items:center;gap:8px;padding:0 2px 9px}.team-builder-v3 .social-panel>header strong{font-size:15px;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .social-panel>header small{font-size:11.5px;font-weight:800;color:var(--cb-muted)}.team-builder-v3 .social-badge{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--cb-ink);border-radius:999px;background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red));box-shadow:inset 0 1px #fff6;font-family:var(--cb-font-display);font-style:normal;font-size:11px;color:#fff;text-shadow:0 1px 0 rgba(21,32,66,.55);animation:cb-badge-pulse 2s ease-in-out infinite}@keyframes cb-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.team-builder-v3 .social-rows{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto;padding:2px 4px 2px 2px}.team-builder-v3 .social-row{display:flex;align-items:center;gap:10px;flex:none;padding:8px 10px;border:2px solid var(--cb-ink);border-radius:12px;background:linear-gradient(180deg,#313f78,#26315f);box-shadow:inset 0 2px #ffffff21,0 3px #0f17344d;transition:transform .13s var(--cb-ease),border-color .13s var(--cb-ease)}.team-builder-v3 .social-row:hover{transform:translateY(-2px);border-color:var(--cb-blue-hi)}.team-builder-v3 .social-avatar{position:relative;display:grid;place-items:center;width:40px;height:40px;flex:none;border:2px solid var(--cb-ink);border-radius:50%;background:radial-gradient(circle at 32% 28%,#8fc2ff,#3f7fdd 70%);box-shadow:inset 0 2px #ffffff59,0 2px #0f173459;font-family:var(--cb-font-display);font-size:17px;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .social-avatar.is-online{box-shadow:inset 0 2px #ffffff59,0 0 0 2px var(--cb-green),0 2px #0f173459}.team-builder-v3 .social-avatar.is-combat{box-shadow:inset 0 2px #ffffff59,0 0 0 2px #ff9d2e,0 2px #0f173459}.team-builder-v3 .social-avatar.is-offline{filter:saturate(.35) brightness(.85)}.team-builder-v3 .social-identity{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.team-builder-v3 .social-identity b{font-size:14px;color:#fff;text-shadow:var(--cb-outline-thin);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-builder-v3 .social-identity small{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;color:var(--cb-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-builder-v3 .social-dot{width:8px;height:8px;flex:none;border-radius:50%;background:#8b95b8;box-shadow:0 1px 1px #0f173480}.team-builder-v3 .social-dot.is-online{background:var(--cb-green-hi)}.team-builder-v3 .social-dot.is-combat{background:#ff9d2e}.team-builder-v3 .social-actions{display:flex;gap:6px;flex:none}.team-builder-v3 .social-btn{padding:6px 13px 7px;border:2px solid var(--cb-ink);border-radius:10px;font-family:var(--cb-font-display);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#fff;text-shadow:var(--cb-outline-thin);transition:transform .12s var(--cb-ease),filter .15s var(--cb-ease)}.team-builder-v3 .social-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.team-builder-v3 .social-btn:active:not(:disabled){transform:translateY(2px)}.team-builder-v3 .social-btn.is-invite,.team-builder-v3 .social-btn.is-accept{background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 2px #fff6,inset 0 -3px 0 var(--cb-green-edge),0 3px #0f173459}.team-builder-v3 .social-btn.is-decline{background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red));box-shadow:inset 0 2px #fff6,inset 0 -3px 0 var(--cb-red-edge),0 3px #0f173459}.team-builder-v3 .social-btn.is-add{background:linear-gradient(180deg,var(--cb-blue-hi),var(--cb-blue));box-shadow:inset 0 2px #fff6,inset 0 -3px 0 var(--cb-blue-edge),0 3px #0f173459}.team-builder-v3 .social-btn.is-accept,.team-builder-v3 .social-btn.is-decline{width:32px;height:32px;padding:0;border-radius:50%;font-size:14px}.team-builder-v3 .social-btn:disabled{cursor:not-allowed;background:linear-gradient(180deg,#8b95b8,#5d688f);box-shadow:inset 0 2px #fff3,0 3px #0f17344d;filter:saturate(.5);opacity:.7}.team-builder-v3 .ranking-list{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto;padding:4px clamp(4px,8vw,120px) 8px}.team-builder-v3 .ranking-row{display:flex;align-items:center;gap:12px;flex:none;padding:9px 16px;border:2px solid var(--cb-ink);border-radius:13px;background:linear-gradient(180deg,#313f78,#26315f);box-shadow:inset 0 2px #ffffff21,0 4px #0f17344d;transition:transform .13s var(--cb-ease)}.team-builder-v3 .ranking-row:hover{transform:translateY(-2px)}.team-builder-v3 .ranking-row.is-self{border-color:var(--cb-blue-hi);background:linear-gradient(180deg,#3a55a4,#2b4183);box-shadow:inset 0 2px #fff3,0 4px #0f17344d,0 0 18px #6fb5f873}.team-builder-v3 .ranking-rank{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:52px;flex:none}.team-builder-v3 .ranking-rank b{font-size:19px;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .ranking-rank svg{width:17px;height:17px;filter:drop-shadow(0 1px 0 rgba(15,23,52,.55))}.team-builder-v3 .ranking-row.is-top-1{border-color:var(--cb-gold)}.team-builder-v3 .ranking-row.is-top-1 .ranking-rank,.team-builder-v3 .ranking-row.is-top-1 .ranking-rank b{color:var(--cb-gold-hi)}.team-builder-v3 .ranking-row.is-top-2 .ranking-rank{color:#d9e4f6}.team-builder-v3 .ranking-row.is-top-3 .ranking-rank{color:#e0995a}.team-builder-v3 .ranking-delta{width:52px;flex:none;text-align:center;font-size:12px;font-weight:900}.team-builder-v3 .ranking-delta.is-up{color:var(--cb-green-hi)}.team-builder-v3 .ranking-delta.is-down{color:var(--cb-red-hi)}.team-builder-v3 .ranking-delta.is-flat{color:var(--cb-muted)}.team-builder-v3 .ranking-score{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;min-width:86px;flex:none;color:var(--cb-gold-hi)}.team-builder-v3 .ranking-score svg{width:16px;height:16px;filter:drop-shadow(0 1px 0 rgba(15,23,52,.55))}.team-builder-v3 .ranking-score b{font-size:17px;text-shadow:var(--cb-outline-thin);font-variant-numeric:tabular-nums}@media(max-width:1240px){.team-builder-v3 .builder-workshop-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr)}.team-builder-v3 .builder-workshop-layout .builder-card-preview{display:none}.team-builder-v3 .builder-available-picks.builder-picker>div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px),(max-height:700px){.team-builder-v3 .team-builder-panel{padding-bottom:62px}.team-builder-v3 .team-builder-header{padding:10px 18px 4px}.team-builder-v3 .team-builder-workspace{display:flex;flex-direction:column;gap:10px;padding:8px 18px 4px;overflow:auto}.team-builder-v3 .team-builder-workspace>*{flex:none}.team-builder-v3 .builder-selected-team{grid-template-rows:auto auto}.team-builder-v3 .builder-team-slots{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));height:215px}.team-builder-v3.is-view-add_character .builder-team-slots{height:120px}.team-builder-v3 .builder-team-library-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.team-builder-v3 .builder-catalog-layout{grid-template-columns:minmax(0,1fr)}.team-builder-v3 .builder-candidate-preview{display:none}.team-builder-v3 .builder-workshop-modal{padding:10px 12px 74px}.team-builder-v3 .builder-workshop-close{top:16px;right:18px;width:36px;height:36px}.team-builder-v3 .builder-workshop-layout{grid-template-columns:minmax(0,1fr);overflow:auto}.team-builder-v3 .builder-card-preview,.team-builder-v3 .builder-footer-status{display:none}.team-builder-v3 .builder-social-view,.team-builder-v3 .builder-battle-view{display:block}.team-builder-v3 .builder-social-columns{grid-template-columns:minmax(0,1fr)}.team-builder-v3 .social-rows,.team-builder-v3 .ranking-list{overflow:visible}.team-builder-v3 .ranking-list{padding:4px 2px 8px}.team-builder-v3 .builder-battle-stage{display:flex;flex-direction:column;align-items:stretch}.team-builder-v3 .battle-center{order:-1;padding-bottom:6px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu{height:62px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle{margin:-14px 6px 7px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle .nav-ico{width:26px;height:26px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.nav-battle b{font-size:12px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu .nav-ico{width:24px;height:24px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button b{font-size:10.5px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button.is-active{margin-top:-10px}}@media(max-width:720px){.team-builder-v3 .team-builder-header{flex-direction:column;align-items:stretch;padding-right:18px}.team-builder-v3 .team-builder-team-switch button{flex:1;min-width:0}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button{margin:5px 2px}:is(.team-builder-v3,.showcase-hud-touch_mobile_v01) .builder-utility-menu button b{font-size:9.5px;letter-spacing:0}.team-builder-v3 .builder-workshop-modal{padding:8px 8px 68px}.team-builder-v3 .builder-workshop-close{top:12px;right:12px}.team-builder-v3 .builder-start-combat{width:100%;min-width:0}}.team-builder-v3 .builder-create-modal-overlay{position:absolute;inset:0;z-index:60;display:grid;place-items:center;padding:24px;background:#080e20b8;backdrop-filter:blur(2px)}.team-builder-v3 .builder-create-modal-overlay.is-appearing{animation:builderCreateModalFade .16s var(--cb-ease)}.team-builder-v3 .builder-create-modal{width:min(420px,100%);display:flex;flex-direction:column;gap:16px;padding:18px 20px 20px;border:3px solid var(--cb-ink);border-radius:22px;background:linear-gradient(180deg,var(--cb-panel-hi),var(--cb-panel-lo));box-shadow:inset 0 3px #ffffff38,inset 0 -6px #0a102680,0 14px #0f173459,0 22px 44px #060c1e8c}.team-builder-v3 .builder-create-modal.is-appearing{animation:builderCreateModalPop .22s var(--cb-bounce)}.team-builder-v3 .builder-create-modal-head{display:flex;align-items:center;gap:12px}.team-builder-v3 .builder-create-modal-badge{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold));box-shadow:inset 0 2px #ffffff80,inset 0 -3px 0 var(--cb-gold-edge),0 3px #0f173459;font-size:24px;line-height:1}.team-builder-v3 .builder-create-modal-head>div{display:flex;flex-direction:column;min-width:0}.team-builder-v3 .builder-create-modal-head span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--cb-gold-hi)}.team-builder-v3 .builder-create-modal-head strong{font-family:var(--cb-font-display);font-size:22px;line-height:1.1;color:#fff;text-shadow:var(--cb-outline-thin)}.team-builder-v3 .builder-create-modal-x{margin-left:auto;flex:0 0 auto;width:32px;height:32px;border:2px solid var(--cb-ink);border-radius:10px;background:linear-gradient(180deg,var(--cb-red-hi),var(--cb-red));box-shadow:inset 0 2px #ffffff59,inset 0 -3px 0 var(--cb-red-edge),0 3px #0f17344d;color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:transform .12s var(--cb-bounce),filter .12s ease}.team-builder-v3 .builder-create-modal-x:hover{transform:translateY(-1px);filter:brightness(1.06)}.team-builder-v3 .builder-create-modal-field{display:flex;flex-direction:column;gap:8px}.team-builder-v3 .builder-create-modal-field>span{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--cb-muted)}.team-builder-v3 .builder-create-modal-field input{width:100%;padding:11px 14px;border:2px solid var(--cb-ink);border-radius:12px;background:var(--cb-panel-deep);box-shadow:inset 0 2px 6px #060c1e8c;color:#fff;font-family:var(--cb-font-body);font-size:16px;font-weight:800;outline:none;transition:border-color .15s var(--cb-ease),box-shadow .15s var(--cb-ease)}.team-builder-v3 .builder-create-modal-field input::placeholder{color:var(--cb-ink-soft)}.team-builder-v3 .builder-create-modal-field input:focus{border-color:var(--cb-gold);box-shadow:inset 0 2px 6px #060c1e8c,0 0 0 3px #ffc93c66}.team-builder-v3 .builder-create-modal-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.team-builder-v3 .builder-create-modal-logo{display:grid;place-items:center;aspect-ratio:1;border:2px solid var(--cb-ink);border-radius:12px;background:var(--cb-panel-deep);box-shadow:inset 0 2px #ffffff1f,inset 0 -3px #0a102673;font-size:24px;line-height:1;cursor:pointer;transition:transform .12s var(--cb-bounce),border-color .12s ease,box-shadow .12s ease}.team-builder-v3 .builder-create-modal-logo:hover{transform:translateY(-2px)}.team-builder-v3 .builder-create-modal-logo.is-selected{border-color:var(--cb-gold);background:linear-gradient(180deg,#ffe98a3d,#ffc93c1f);box-shadow:inset 0 2px #fff3,0 0 0 2px var(--cb-gold-hi),0 0 14px #ffc93c80}.team-builder-v3 .builder-create-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:2px}.team-builder-v3 .builder-create-modal-cancel,.team-builder-v3 .builder-create-modal-confirm{padding:12px 16px 14px;border:2px solid var(--cb-ink);border-radius:14px;font-family:var(--cb-font-display);font-size:17px;letter-spacing:.02em;color:#fff;text-shadow:var(--cb-outline-thin);cursor:pointer;transition:transform .12s var(--cb-bounce),filter .12s ease}.team-builder-v3 .builder-create-modal-cancel{background:linear-gradient(180deg,#56679c,#384577);box-shadow:inset 0 2px #ffffff47,inset 0 -4px #0a102680,0 5px #0f173459}.team-builder-v3 .builder-create-modal-confirm{background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:inset 0 2px #fff6,inset 0 -4px 0 var(--cb-green-edge),0 5px #0f173459}.team-builder-v3 .builder-create-modal-cancel:hover,.team-builder-v3 .builder-create-modal-confirm:hover{transform:translateY(-1px);filter:brightness(1.06)}.team-builder-v3 .builder-create-modal-cancel:active,.team-builder-v3 .builder-create-modal-confirm:active{transform:translateY(3px)}@keyframes builderCreateModalFade{0%{opacity:0}to{opacity:1}}@keyframes builderCreateModalPop{0%{opacity:0;transform:translateY(10px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.team-builder-v3 .builder-add-modal{width:min(520px,100%)}.team-builder-v3 .builder-add-modal-hint{margin:-6px 0 0;font-family:var(--cb-font-body);font-size:13px;font-weight:700;color:var(--cb-muted)}.team-builder-v3 .builder-add-modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.team-builder-v3 .builder-add-modal-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px 9px;border:2px solid var(--cb-ink);border-radius:14px;background:linear-gradient(180deg,#3f7fdd29,#1c4fa324);box-shadow:inset 0 2px #ffffff24,inset 0 -4px #0a102673,0 4px #0f173447;color:#fff;cursor:pointer;transition:transform .15s var(--cb-bounce),filter .15s ease,border-color .15s ease,box-shadow .15s ease}.team-builder-v3 .builder-add-modal-card:hover:not(:disabled){transform:translateY(-3px);border-color:var(--cb-gold);box-shadow:inset 0 2px #ffffff2e,0 0 0 2px var(--cb-gold-hi),0 8px 16px #060c1e66}.team-builder-v3 .builder-add-modal-card:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px #ffffff1f,inset 0 -1px #0a102666,0 2px #0f173447}.team-builder-v3 .builder-add-modal-card:focus-visible{outline:none;border-color:var(--cb-gold);box-shadow:0 0 0 3px #ffc93cd9,0 0 12px #ffc93c73}.team-builder-v3 .builder-add-modal-card:disabled{cursor:not-allowed;filter:grayscale(.85) brightness(.7);opacity:.55}.team-builder-v3 .builder-add-modal-portrait{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;border:2px solid var(--cb-ink);border-radius:12px;background:radial-gradient(circle at 50% 28%,#6fb5f859,#0c1634a6);box-shadow:inset 0 2px 6px #060c1e80;overflow:hidden}.team-builder-v3 .builder-add-modal-portrait[data-role=dps]{background:radial-gradient(circle at 50% 28%,#ff6b5e52,#0c1634a6)}.team-builder-v3 .builder-add-modal-portrait[data-role=soutien]{background:radial-gradient(circle at 50% 28%,#5ee08a4d,#0c1634a6)}.team-builder-v3 .builder-add-modal-portrait[data-role=tank]{background:radial-gradient(circle at 50% 28%,#ffc93c4d,#0c1634a6)}.team-builder-v3 .builder-add-modal-portrait[data-role=placeur]{background:radial-gradient(circle at 50% 28%,#9f7aea52,#0c1634a6)}.team-builder-v3 .builder-add-modal-portrait img{width:92%;height:92%;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 3px 4px rgba(6,12,30,.5))}.team-builder-v3 .builder-add-modal-check{position:absolute;top:4px;right:4px;display:grid;place-items:center;width:20px;height:20px;border:2px solid var(--cb-ink);border-radius:50%;background:linear-gradient(180deg,var(--cb-green-hi),var(--cb-green));box-shadow:0 2px #0f173459;color:#fff;font-size:12px;font-weight:900;line-height:1}.team-builder-v3 .builder-add-modal-name{font-family:var(--cb-font-display);font-size:15px;line-height:1.05;color:#fff;text-shadow:var(--cb-outline-thin);text-align:center}.team-builder-v3 .builder-add-modal-meta{font-family:var(--cb-font-body);font-size:10.5px;font-weight:800;letter-spacing:.02em;color:var(--cb-muted);text-align:center;line-height:1.15}.team-builder-v3 .builder-add-modal-cost{display:inline-flex;align-items:center;gap:4px;margin-top:2px;padding:2px 9px;border:2px solid var(--cb-gold-edge);border-radius:999px;background:linear-gradient(180deg,var(--cb-gold-hi),var(--cb-gold));box-shadow:inset 0 1px #ffffff80,0 2px #0f17344d;color:var(--cb-ink);font-family:var(--cb-font-body);font-size:12px;font-weight:900}.team-builder-v3 .builder-add-modal-actions{grid-template-columns:1fr}@media(max-width:560px){.team-builder-v3 .builder-add-modal-grid{grid-template-columns:repeat(2,1fr)}}.team-builder-v3 .builder-saved-team,.team-builder-v3 .builder-create-team,.team-builder-v3 .builder-team-card,.team-builder-v3 .builder-random-team,.team-builder-v3 .builder-create-modal-logo,.team-builder-v3 .builder-create-modal-cancel,.team-builder-v3 .builder-create-modal-confirm,.team-builder-v3 .sheet-slot,.team-builder-v3 .builder-preview-card{transition:transform .2s var(--cb-ease),filter .2s var(--cb-ease),background .2s var(--cb-ease),box-shadow .2s var(--cb-ease),border-color .2s var(--cb-ease)}.team-builder-v3 .builder-saved-team:focus-visible,.team-builder-v3 .builder-create-team:focus-visible,.team-builder-v3 .builder-team-card:focus-visible,.team-builder-v3 .builder-random-team:focus-visible,.team-builder-v3 [data-builder-open-character]:focus-visible,.team-builder-v3 .builder-create-modal-logo:focus-visible,.team-builder-v3 .builder-create-modal-cancel:focus-visible,.team-builder-v3 .builder-create-modal-confirm:focus-visible,.team-builder-v3 .builder-create-modal-x:focus-visible,.team-builder-v3 .sheet-slot:focus-visible,.team-builder-v3 .team-builder-team-switch button:focus-visible,.team-builder-v3 [data-builder-menu]:focus-visible,.team-builder-v3 [data-builder-loadout-tab]:focus-visible,.team-builder-v3 .builder-create-modal-field input:focus-visible{outline:none;border-color:var(--cb-gold);box-shadow:0 0 0 3px #ffc93cd9,0 0 12px #ffc93c73}.team-builder-v3 .builder-saved-team:active:not(:disabled),.team-builder-v3 .builder-create-team:active:not(:disabled){transform:translateY(2px);box-shadow:inset 0 2px #ffffff2e,inset 0 -1px #0a102666,0 2px #0f17344d}.team-builder-v3 .builder-create-team:active:not(:disabled){background:#1e2c5c8c}.team-builder-v3 .team-builder-team-switch button:active:not(:disabled),.team-builder-v3 [data-builder-loadout-tab]:active:not(:disabled){transform:translateY(1px)}.team-builder-v3 .team-builder-team-switch button:hover:not(:disabled):not(.is-active),.team-builder-v3 [data-builder-loadout-tab]:hover:not(:disabled):not(.is-active){transform:translateY(-1px);filter:brightness(1.06)}.team-builder-v3 .builder-create-modal-logo:active{transform:translateY(1px);box-shadow:inset 0 2px #ffffff1a,inset 0 -1px #0a102666}.team-builder-v3 .builder-create-modal-cancel:active{box-shadow:inset 0 2px #ffffff47,inset 0 -1px #0a102680,0 2px #0f173459}.team-builder-v3 .builder-create-modal-confirm:active{box-shadow:inset 0 2px #fff6,inset 0 -1px 0 var(--cb-green-edge),0 2px #0f173459}.team-builder-v3 .builder-saved-team:disabled,.team-builder-v3 .builder-create-team:disabled,.team-builder-v3 .builder-team-card:disabled,.team-builder-v3 .builder-random-team:disabled,.team-builder-v3 .builder-create-modal-logo:disabled,.team-builder-v3 .builder-create-modal-cancel:disabled,.team-builder-v3 .builder-create-modal-confirm:disabled{filter:grayscale(.65) brightness(.85);opacity:.5;cursor:not-allowed;transform:none}.team-builder-v3 .builder-saved-team:disabled:hover,.team-builder-v3 .builder-create-team:disabled:hover,.team-builder-v3 .builder-team-card:disabled:hover,.team-builder-v3 .builder-random-team:disabled:hover,.team-builder-v3 .builder-create-modal-logo:disabled:hover,.team-builder-v3 .builder-create-modal-cancel:disabled:hover,.team-builder-v3 .builder-create-modal-confirm:disabled:hover{transform:none;filter:grayscale(.65) brightness(.85);border-color:var(--cb-ink)}@media(prefers-reduced-motion:reduce){.team-builder-v3 *,.team-builder-v3 *:before,.team-builder-v3 *:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.team-builder-v3 .builder-saved-team:hover,.team-builder-v3 .builder-create-team:hover,.team-builder-v3 .builder-team-card:hover,.team-builder-v3 .builder-random-team:hover,.team-builder-v3 .builder-create-modal-logo:hover,.team-builder-v3 .builder-create-modal-cancel:hover,.team-builder-v3 .builder-create-modal-confirm:hover,.team-builder-v3 .builder-add-modal-card:hover,.team-builder-v3 .team-builder-team-switch button:hover,.team-builder-v3 [data-builder-loadout-tab]:hover{transform:none}}.team-builder-v3 .builder-item-card[data-rarity],.team-builder-v3 .builder-item-preview-card[data-rarity],.team-builder-v3 .builder-item-card[data-rarity=common],.team-builder-v3 .builder-item-preview-card[data-rarity=common]{--rarity-color: #a8acb6}.team-builder-v3 .builder-item-card[data-rarity=rare],.team-builder-v3 .builder-item-preview-card[data-rarity=rare]{--rarity-color: #4285f4}.team-builder-v3 .builder-item-card[data-rarity=epic],.team-builder-v3 .builder-item-preview-card[data-rarity=epic]{--rarity-color: #a855f7}.team-builder-v3 .builder-item-card[data-rarity=legendary],.team-builder-v3 .builder-item-preview-card[data-rarity=legendary]{--rarity-color: #f5c542}.team-builder-v3 .builder-available-picks>div>button.builder-item-card[data-rarity]:not(.is-selected),.team-builder-v3 .builder-available-picks.builder-picker>div>button.builder-item-card[data-rarity]:not(.is-selected){border-color:var(--rarity-color);box-shadow:inset 0 2px #ffffff29,0 5px #0f173459,0 0 10px 1px color-mix(in srgb,var(--rarity-color) 60%,transparent)}.team-builder-v3 .builder-available-picks>div>button.builder-item-card[data-rarity]:not(.is-selected):hover,.team-builder-v3 .builder-available-picks.builder-picker>div>button.builder-item-card[data-rarity]:not(.is-selected):hover{border-color:var(--rarity-color);box-shadow:inset 0 2px #ffffff29,0 8px #0f17344d,0 0 16px 2px color-mix(in srgb,var(--rarity-color) 75%,transparent)}.team-builder-v3 .builder-item-preview-card[data-rarity]{border-color:var(--rarity-color);box-shadow:0 0 0 1px color-mix(in srgb,var(--rarity-color) 55%,transparent),0 0 14px 2px color-mix(in srgb,var(--rarity-color) 45%,transparent)}body.is-embedded .builder-utility-menu,body.is-embedded .baron-tools-launcher{display:none}body.is-embedded .team-builder-screen{padding-bottom:12px}.team-builder-v3 .social-row.is-locked,.team-builder-v3 .builder-available-picks button.is-locked,.team-builder-v3 .builder-item-card.is-locked{opacity:.55;filter:grayscale(.7);cursor:pointer}.team-builder-v3 .social-row.is-locked:hover,.team-builder-v3 .builder-available-picks button.is-locked:hover,.team-builder-v3 .builder-item-card.is-locked:hover{opacity:.8}.team-builder-v3 .encyclopedia-row{cursor:pointer}.team-builder-v3 .encyclopedia-lock{display:inline-flex;margin-left:6px;font-size:12px;filter:none;opacity:1}.team-builder-v3 .encyclopedia-detail-lock{margin:0 0 8px;padding:6px 10px;border-radius:8px;background:#00000040;border:1px solid rgba(255,255,255,.15);font-size:13px}.team-builder-v3 .encyclopedia-character-preview dl{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 12px;margin-top:8px}.team-builder-v3 .social-tabs{display:flex;gap:8px;margin:10px 0 16px}.team-builder-v3 .social-tabs button{padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:inherit;font-weight:700;cursor:pointer}.team-builder-v3 .social-tabs button.is-active{background:#ffc93c38;border-color:#ffc93c99}.team-builder-v3 .social-empty-state p{opacity:.85;line-height:1.5}.team-builder-v3 .guild-card .guild-identity{display:flex;align-items:center;gap:12px;margin:8px 0}.team-builder-v3 .guild-emblem{--guild-color: #c9962f;width:40px;height:40px;border-radius:10px;background:linear-gradient(160deg,var(--guild-color),color-mix(in srgb,var(--guild-color) 50%,black));box-shadow:0 0 10px 1px color-mix(in srgb,var(--guild-color) 60%,transparent);flex:none}:root{--mm-bg-0: #070b18;--mm-bg-1: #0d1530;--mm-bg-2: #142046;--mm-blue: #3f8ae0;--mm-blue-hi: #78c2ff;--mm-blue-glow: rgba(120, 194, 255, .55);--mm-gold: #ffc93c;--mm-gold-hi: #ffe89a;--mm-gold-glow: rgba(255, 201, 60, .5);--mm-red: #ff5a44;--mm-red-hi: #ff9a86;--mm-green: #63d16b;--mm-ink: #05070f;--mm-text: #eaf1ff;--mm-text-soft: #a7bce0;--mm-text-dim: #6b80ab;--mm-line: rgba(120, 194, 255, .22);--mm-line-strong: rgba(120, 194, 255, .5);--mm-font-display: "Orbitron", "Nunito", system-ui, sans-serif;--mm-font-body: "Exo 2", "Alegreya Sans", system-ui, sans-serif;--mm-ease: cubic-bezier(.22, .61, .36, 1);--mm-t-fast: .13s;--mm-t: .2s;--mm-glow-soft: 0 0 22px rgba(120, 194, 255, .18);--mm-frame-med: url(/assets/ui-modern/frames/frame-box-medium-01.png);--mm-frame-med-sel: url(/assets/ui-modern/frames/frame-box-medium-01-selected.png);--mm-frame-small: url(/assets/ui-modern/frames/frame-box-small-01.png);--mm-box-light: url(/assets/ui-modern/boxes/box-medium-01.png);--mm-box-dark: url(/assets/ui-modern/boxes/box-medium-04-dark.png);--mm-btn-03: url(/assets/ui-modern/buttons/button-03.png);--mm-btn-03-sel: url(/assets/ui-modern/buttons/button-03-selected.png);--mm-btn-02: url(/assets/ui-modern/buttons/button-02.png);--mm-bar-gold: url(/assets/ui-modern/bars/bar-box-11-gold.png);--mm-bar-blue: url(/assets/ui-modern/bars/bar-box-11-blue.png);--mm-shield-01: url(/assets/ui-modern/shields/shield-01.png);--mm-shield-03: url(/assets/ui-modern/shields/shield-03.png)}.mm-ui{font-family:var(--mm-font-body);color:var(--mm-text);-webkit-font-smoothing:antialiased}.mm-ui :where(h1,h2,h3,h4,.mm-display){font-family:var(--mm-font-display);letter-spacing:.02em}.mm-ico{--mm-ico-tint: var(--mm-text);display:inline-block;width:1.4em;height:1.4em;background:var(--mm-ico-tint);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;flex:none;filter:drop-shadow(0 0 3px color-mix(in srgb,var(--mm-ico-tint) 55%,transparent))}.mm-ico.is-plain{filter:none}.mm-ico-star{-webkit-mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Star_01_Clean.png);mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Star_01_Clean.png)}.mm-ico-coin{-webkit-mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Currency_Coin_01_Clean.png);mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Currency_Coin_01_Clean.png)}.mm-ico-plus{-webkit-mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Plus_01_Clean.png);mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Plus_01_Clean.png)}.mm-ico-crown{-webkit-mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Crown_01_Clean.png);mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Crown_01_Clean.png)}.mm-ico-combat{-webkit-mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Combat_01_Clean.png);mask-image:url(/assets/ui-modern/icons/ICON_ModernMenus_Combat_01_Clean.png)}.mm-ico.tint-gold{--mm-ico-tint: var(--mm-gold-hi)}.mm-ico.tint-blue{--mm-ico-tint: var(--mm-blue-hi)}.mm-coin{display:inline-block;width:1.25em;height:1.25em;background:radial-gradient(circle at 38% 32%,var(--mm-gold-hi),var(--mm-gold) 55%,#c8892a 100%);-webkit-mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Star_01_Clean.png) center / contain no-repeat;mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Star_01_Clean.png) center / contain no-repeat;filter:drop-shadow(0 0 4px var(--mm-gold-glow));vertical-align:-.18em}.mm-btn{--mm-btn-sprite: var(--mm-btn-03);--mm-btn-accent: var(--mm-blue-glow);position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.85em 2em;border:0;background:transparent;color:#0c1a33;font-family:var(--mm-font-display);font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,255,255,.35);cursor:pointer;isolation:isolate;transition:transform var(--mm-t-fast) var(--mm-ease),filter var(--mm-t) var(--mm-ease);-webkit-tap-highlight-color:transparent}.mm-btn:before{content:"";position:absolute;inset:-6px -4px;z-index:-1;background:var(--mm-btn-sprite) center / 100% 100% no-repeat;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transition:filter var(--mm-t) var(--mm-ease)}.mm-btn:hover{filter:brightness(1.1) saturate(1.08)}.mm-btn:hover:before{filter:drop-shadow(0 4px 14px var(--mm-btn-accent))}.mm-btn:active{transform:translateY(2px) scale(.99)}.mm-btn:disabled,.mm-btn[aria-disabled=true]{cursor:not-allowed;filter:grayscale(.7) opacity(.5);transform:none}.mm-btn--gold{--mm-btn-accent: var(--mm-gold-glow)}.mm-panel-frame{position:relative;border-style:solid;border-width:26px;border-image:var(--mm-frame-med) 150 fill / 26px / 0 stretch}.mm-panel-frame.is-selected{border-image-source:var(--mm-frame-med-sel);filter:drop-shadow(0 0 8px var(--mm-blue-glow))}.mm-progress{position:relative;height:12px;border-radius:6px;background:linear-gradient(180deg,#060c1ce6,#0e1834e6);border:1px solid var(--mm-line);overflow:hidden}.mm-progress>i{display:block;height:100%;background:linear-gradient(180deg,var(--mm-gold-hi),var(--mm-gold) 60%,#d69526);box-shadow:0 0 12px var(--mm-gold-glow);transition:width .4s var(--mm-ease)}@media(prefers-reduced-motion:reduce){.mm-ui *,.mm-ui *:before,.mm-ui *:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.mm-ui .team-builder-panel{background:radial-gradient(140% 100% at 50% -10%,rgba(34,58,122,.5),transparent 55%),linear-gradient(180deg,var(--mm-bg-1) 0%,var(--mm-bg-0) 100%)}.mm-ui .builder-ambient-glow{background:radial-gradient(50% 45% at 50% 12%,rgba(90,160,255,.28),transparent 70%)}.mm-ui .builder-ambient span{background:var(--mm-blue-glow)}.mm-ui .team-builder-header>div>span{color:var(--mm-blue-hi);letter-spacing:.18em}.mm-ui .team-builder-header>div>strong{font-family:var(--mm-font-display);color:var(--mm-text);text-shadow:0 0 18px rgba(120,194,255,.35)}.mm-ui .team-builder-header>div>small{color:var(--mm-text-dim)}.mm-ui .builder-capital-hero{position:relative;background:transparent;border:0;border-radius:0;clip-path:none;box-shadow:none;border-style:solid;border-width:24px;border-image:var(--mm-frame-med) 150 fill / 24px / 0 stretch;padding:6px 14px 12px}.mm-ui .builder-capital-hero.is-over-budget{border-image-source:var(--mm-frame-med-sel);filter:drop-shadow(0 0 10px rgba(255,90,68,.4))}.mm-ui .builder-capital-hero .builder-capital-top small{color:var(--mm-text-soft);letter-spacing:.04em}.mm-ui .builder-capital-hero .builder-capital-figure b{font-family:var(--mm-font-display);color:var(--mm-gold-hi);text-shadow:0 0 14px var(--mm-gold-glow)}.mm-ui .builder-capital-hero .builder-capital-max,.mm-ui .builder-capital-hero .builder-capital-rest{color:var(--mm-text-dim)}.mm-ui .builder-capital-hero.is-over-budget .builder-capital-figure b{color:var(--mm-red-hi)}.mm-ui .builder-coin{width:18px;height:18px;background:radial-gradient(circle at 38% 32%,var(--mm-gold-hi),var(--mm-gold) 55%,#c8892a 100%)!important;-webkit-mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Star_01_Clean.png) center / contain no-repeat;mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Star_01_Clean.png) center / contain no-repeat;border-radius:0!important;box-shadow:none!important;filter:drop-shadow(0 0 4px var(--mm-gold-glow))}.mm-ui .builder-coin:before,.mm-ui .builder-coin:after{content:none!important}.mm-ui .builder-coin-inline{width:13px;height:13px}.mm-ui .builder-capital-hero .builder-capital-bar{position:relative;height:26px;border:0;border-radius:0;clip-path:none;background:var(--mm-bar-gold) left center / 100% 100% no-repeat;filter:saturate(.35) brightness(.62) drop-shadow(0 2px 4px rgba(0,0,0,.4));overflow:visible;padding:0}.mm-ui .builder-capital-hero .builder-capital-bar i{position:absolute;top:4px;bottom:4px;left:5px;height:auto;max-width:calc(100% - 11px);background:var(--mm-bar-gold) left center / auto 100% no-repeat;filter:saturate(2.6) brightness(1.75);box-shadow:none;border-radius:0}.mm-ui .builder-capital-hero.is-over-budget .builder-capital-bar{background-image:var(--mm-bar-gold);filter:saturate(0) brightness(.55) drop-shadow(0 2px 4px rgba(0,0,0,.4))}.mm-ui .builder-capital-hero.is-over-budget .builder-capital-bar i{filter:none;background:linear-gradient(180deg,var(--mm-red-hi),var(--mm-red))}.mm-ui .team-builder-team-switch button{position:relative;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-family:var(--mm-font-display)!important;color:#0c1a33!important;text-shadow:0 1px 0 rgba(255,255,255,.3);isolation:isolate;transition:transform var(--mm-t-fast) var(--mm-ease),filter var(--mm-t) var(--mm-ease)!important}.mm-ui .team-builder-team-switch button:before{content:"";position:absolute;inset:-5px -3px;z-index:-1;background:var(--mm-btn-03) center / 100% 100% no-repeat;filter:saturate(.5) brightness(.85) drop-shadow(0 3px 6px rgba(0,0,0,.4));transition:filter var(--mm-t) var(--mm-ease)}.mm-ui .team-builder-team-switch button small{color:#24406e}.mm-ui .team-builder-team-switch button:hover{filter:brightness(1.1)}.mm-ui .team-builder-team-switch button.is-active{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.5)}.mm-ui .team-builder-team-switch button.is-active small{color:#ffffffd9}.mm-ui .team-builder-team-switch button[data-builder-team=A].is-active:before{filter:brightness(1.05) drop-shadow(0 3px 10px var(--mm-blue-glow))}.mm-ui .team-builder-team-switch button[data-builder-team=B].is-active:before{filter:hue-rotate(155deg) saturate(1.4) brightness(1) drop-shadow(0 3px 10px rgba(224,63,63,.5))}.mm-ui .builder-random-team{position:relative;border:0!important;background:transparent!important;color:#0b1730!important;font-family:var(--mm-font-display)!important;isolation:isolate;overflow:visible}.mm-ui .builder-random-team:before{content:"";position:absolute;inset:-5px -8px;z-index:-1;background:var(--mm-btn-03) center / 100% 100% no-repeat;filter:drop-shadow(0 3px 7px rgba(0,0,0,.4));transition:filter var(--mm-t) var(--mm-ease)}.mm-ui .builder-random-team:hover:before{filter:brightness(1.1) drop-shadow(0 3px 12px var(--mm-blue-glow))}.mm-ui .builder-random-team:active{transform:translateY(2px)}.mm-ui .builder-random-team .builder-random-labels b{color:#0b1730}.mm-ui .builder-random-team .builder-random-labels small{color:#24406e}.mm-ui .builder-selected-team>header,.mm-ui .builder-team-library>header{position:relative}.mm-ui .builder-selected-team>header>div,.mm-ui .builder-team-library>header>div{position:relative;display:inline-flex;flex-direction:column;justify-content:center;padding:8px 46px 9px 20px;min-height:34px}.mm-ui .builder-selected-team>header>div:before,.mm-ui .builder-team-library>header>div:before{content:"";position:absolute;inset:0 -6px;z-index:-1;background:var(--mm-bar-blue) left center / 100% 100% no-repeat;filter:drop-shadow(0 2px 5px rgba(0,0,0,.4))}.mm-ui .builder-selected-team>header span,.mm-ui .builder-team-library>header span{color:#eaf4ff;letter-spacing:.14em;text-shadow:0 1px 2px rgba(6,18,44,.6)}.mm-ui .builder-selected-team>header strong,.mm-ui .builder-team-library>header strong{font-family:var(--mm-font-display);color:#fff;text-shadow:0 1px 3px rgba(6,18,44,.7)}.mm-ui .builder-team-library>header small{color:var(--mm-text-dim)}.mm-ui .builder-team-card{position:relative;border:0!important;border-radius:0!important;background:var(--mm-box-light) center / 100% 100% no-repeat!important;box-shadow:0 8px 18px #0000006b!important;padding:16px 18px 14px!important;overflow:visible!important;transition:transform var(--mm-t) var(--mm-ease),filter var(--mm-t) var(--mm-ease)!important}.mm-ui .builder-team-card:before{content:none!important}.mm-ui .builder-team-card:hover{transform:translateY(-4px)!important;filter:brightness(1.05)}.mm-ui .builder-team-card:after{content:"";position:absolute;inset:-12px;border-style:solid;border-width:24px;border-image:var(--mm-frame-med-sel) 150 / 24px / 0 stretch;opacity:0;pointer-events:none;transition:opacity var(--mm-t) var(--mm-ease)}.mm-ui .builder-team-card:hover:after{opacity:.85}.mm-ui .builder-team-card.is-captain:after{opacity:.95;filter:hue-rotate(-32deg) saturate(1.5) drop-shadow(0 0 8px var(--mm-gold-glow))}.mm-ui .builder-team-card-header{display:flex!important;flex-direction:column;align-items:stretch!important;gap:4px}.mm-ui .builder-team-card-title{order:0;width:100%;display:flex;align-items:center;flex-wrap:nowrap;gap:6px;min-width:0}.mm-ui .builder-team-card-title strong{font-family:var(--mm-font-display);color:#14223f;font-size:clamp(14px,1.05vw,18px);line-height:1.05;letter-spacing:.01em;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;word-break:keep-all;overflow-wrap:normal;text-shadow:none}.mm-ui .builder-team-card-title small{order:3;color:#3a568c;white-space:nowrap}.mm-ui .builder-team-card-cost{align-self:flex-start}.mm-ui .builder-team-card-crown{filter:drop-shadow(0 0 4px var(--mm-gold-glow))}.mm-ui .builder-team-card-cost{display:inline-flex;align-items:center;gap:4px;padding:3px 9px 3px 6px;border-radius:999px;background:linear-gradient(180deg,#18244ef5,#0a122af5)!important;border:1px solid var(--mm-gold-glow)!important;box-shadow:0 2px 6px #00000059!important}.mm-ui .builder-team-card-cost b{color:var(--mm-gold-hi);font-family:var(--mm-font-display)}.mm-ui .builder-team-card-cost .builder-coin{width:14px;height:14px}.mm-ui .builder-team-card-portrait{position:relative;display:grid!important;place-items:center!important;grid-template:1fr / 1fr;background:none!important;border:0!important;border-radius:0!important;overflow:visible!important;align-self:center!important;min-height:0!important;--mm-port-tint: rgba(120, 194, 255, .28)}.mm-ui .builder-team-card-portrait[data-role=dps]{--mm-port-tint: rgba(255, 154, 61, .3)}.mm-ui .builder-team-card-portrait[data-role=soutien]{--mm-port-tint: rgba(180, 108, 240, .3)}.mm-ui .builder-team-card-portrait[data-role=tank]{--mm-port-tint: rgba(79, 163, 255, .34)}.mm-ui .builder-team-card-portrait[data-role=placeur]{--mm-port-tint: rgba(94, 224, 138, .3)}.mm-ui .builder-team-card-portrait:before{content:"";grid-area:1 / 1;place-self:center;width:min(100%,124px);height:min(100%,124px);background:radial-gradient(58% 58% at 50% 52%,var(--mm-port-tint),transparent 72%);border-style:solid;border-width:16px;border-image:var(--mm-frame-small) 70 fill / 16px / 0 stretch;filter:drop-shadow(0 3px 6px rgba(0,0,0,.35))}.mm-ui .builder-team-card-portrait img{position:static!important;grid-area:1 / 1;place-self:center;width:min(100%,124px)!important;height:min(100%,124px)!important;padding:14%!important;box-sizing:border-box;object-fit:contain!important;object-position:center bottom!important;transform:none!important;z-index:1;filter:drop-shadow(0 6px 6px rgba(10,16,38,.55))}.mm-ui .builder-team-card.is-captain .builder-team-card-portrait:before{border-image-source:var(--mm-frame-med-sel);filter:hue-rotate(-32deg) saturate(1.4) drop-shadow(0 0 6px var(--mm-gold-glow))}.mm-ui .builder-team-card-stats dt{color:#3a568c}.mm-ui .builder-team-card-stats dd{color:#16223f;font-family:var(--mm-font-display)}.mm-ui .builder-team-card-remove{color:#b23a2a}.mm-ui .builder-team-card-remove:hover{color:#e6472e}.mm-ui .builder-empty-character{border:0!important;border-radius:0!important;background:var(--mm-box-dark) center / 100% 100% no-repeat!important;box-shadow:0 8px 18px #0006!important;clip-path:none!important;filter:none;transition:filter var(--mm-t) var(--mm-ease),transform var(--mm-t) var(--mm-ease)!important}.mm-ui .builder-empty-character:hover:not(:disabled){filter:brightness(1.18);transform:translateY(-3px)}.mm-ui .builder-empty-character span{width:46px!important;height:46px!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:transparent!important;background:var(--mm-blue-hi)!important;-webkit-mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Plus_01_Clean.png) center / contain no-repeat;mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Plus_01_Clean.png) center / contain no-repeat;filter:drop-shadow(0 0 6px var(--mm-blue-glow))}.mm-ui .builder-empty-character:hover:not(:disabled) span{transform:scale(1.14) rotate(90deg)}.mm-ui .builder-empty-character small{color:var(--mm-blue-hi);font-family:var(--mm-font-display)}.mm-ui .builder-saved-team{position:relative;border:0!important;border-radius:0!important;background:var(--mm-box-dark) center / 100% 100% no-repeat!important;box-shadow:0 6px 14px #0000006b!important;color:var(--mm-text)!important;clip-path:none!important;transition:transform var(--mm-t) var(--mm-ease),filter var(--mm-t) var(--mm-ease)!important}.mm-ui .builder-saved-team:hover{transform:translateY(-3px)!important;filter:brightness(1.12)}.mm-ui .builder-saved-team.is-active:after{content:"";position:absolute;inset:-10px;border-style:solid;border-width:22px;border-image:var(--mm-frame-med-sel) 150 / 22px / 0 stretch;pointer-events:none;filter:drop-shadow(0 0 8px var(--mm-blue-glow))}.mm-ui .builder-saved-team b{font-family:var(--mm-font-display);color:#fff}.mm-ui .builder-saved-team small{color:var(--mm-text-soft)}.mm-ui .builder-saved-team footer em{color:var(--mm-text-dim)}.mm-ui .builder-saved-team footer strong{color:var(--mm-gold-hi);font-family:var(--mm-font-display)}.mm-ui .builder-saved-team .builder-team-logo{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;background:var(--mm-shield-03) center / contain no-repeat;filter:drop-shadow(0 2px 4px rgba(0,0,0,.45));font-size:22px;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.6)}.mm-ui .builder-saved-team.is-active .builder-team-logo{filter:drop-shadow(0 0 8px var(--mm-blue-glow))}.mm-ui .builder-saved-team-delete{background:linear-gradient(180deg,var(--mm-red-hi),var(--mm-red))!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}.mm-ui .builder-create-team{border:0!important;border-radius:0!important;background:var(--mm-box-dark) center / 100% 100% no-repeat!important;box-shadow:0 6px 14px #0006!important;color:var(--mm-text-soft)!important;clip-path:none!important;filter:saturate(.6) brightness(.82);transition:filter var(--mm-t) var(--mm-ease),transform var(--mm-t) var(--mm-ease)!important}.mm-ui .builder-create-team:hover{filter:brightness(1.05);transform:translateY(-2px)}.mm-ui .builder-create-team span{width:44px!important;height:44px!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:transparent!important;background:var(--mm-blue-hi)!important;-webkit-mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Plus_01_Clean.png) center / contain no-repeat;mask:url(/assets/ui-modern/icons/ICON_ModernMenus_Plus_01_Clean.png) center / contain no-repeat;filter:drop-shadow(0 0 6px var(--mm-blue-glow))}.mm-ui .builder-create-team:hover span{transform:scale(1.12) rotate(90deg)}.mm-ui .builder-create-team b{font-family:var(--mm-font-display);color:var(--mm-text)}.mm-ui .builder-create-team small{color:var(--mm-text-dim)}.mm-ui .builder-utility-menu{background:linear-gradient(180deg,#0e1834f0,#060b1afa)!important;border-top:1px solid var(--mm-line-strong)!important;box-shadow:0 -6px 24px #0000008c!important}.mm-ui .builder-utility-menu button{position:relative;border:0!important;border-radius:0!important;background:transparent!important;color:var(--mm-text-dim)!important;font-family:var(--mm-font-display)!important;clip-path:none!important;isolation:isolate;transition:color var(--mm-t) var(--mm-ease),filter var(--mm-t) var(--mm-ease)!important}.mm-ui .builder-utility-menu button .nav-ico{color:currentColor;transition:none}.mm-ui .builder-utility-menu button:hover{color:var(--mm-text-soft)!important}.mm-ui .builder-utility-menu button.is-active{color:#0c1a33!important;text-shadow:0 1px 0 rgba(255,255,255,.35)}.mm-ui .builder-utility-menu button.is-active:before{content:"";position:absolute;inset:4px 6px 6px;z-index:-1;background:var(--mm-btn-03) center / 100% 100% no-repeat;filter:drop-shadow(0 3px 7px rgba(0,0,0,.4))}.mm-ui .builder-utility-menu button.is-active .nav-ico{color:#0c1a33}.mm-ui .builder-utility-menu button.nav-battle{color:var(--mm-gold-hi)!important}.mm-ui .builder-utility-menu button.nav-battle .nav-ico{filter:drop-shadow(0 0 6px var(--mm-gold-glow))}.mm-ui .builder-utility-menu button.nav-battle.is-active{color:#2a1c00!important}.mm-ui .builder-utility-menu button.nav-battle.is-active .nav-ico{color:#2a1c00;filter:none}.mm-ui .builder-utility-menu button.nav-battle.is-active:before{filter:sepia(.7) saturate(2.6) hue-rotate(4deg) brightness(1.08) drop-shadow(0 3px 8px var(--mm-gold-glow))}.mm-ui .team-builder-footer .builder-footer-status{color:var(--mm-text-soft)}.showcase-hud.showcase-hud-touch_mobile_v01{--chc-ink: #1f2c55;--chc-panel-hi: #3b4b8f;--chc-panel-lo: #26325f;--chc-deep: #16203f;--chc-muted: #aabbe8;--chc-gold-hi: #ffe98a;--chc-gold: #ffc93c;--chc-gold-lo: #e29a00;--chc-gold-edge: #9c6500;--chc-blue-hi: #6fb5f8;--chc-blue: #3f7fdd;--chc-blue-edge: #1c4fa3;--chc-green-hi: #9fe14e;--chc-green: #63b71e;--chc-red-hi: #ff8a72;--chc-red: #e6472e;--chc-red-edge: #8e1a10;--chc-hp: #ff6b5e;--chc-pa: #4fc3ff;--chc-pm: #5ee08a;--chc-font-display: "Lilita One", "Arial Black", sans-serif;--chc-font-body: "Nunito", Arial, sans-serif;--chc-outline: -1px -1px 0 var(--chc-ink), 1px -1px 0 var(--chc-ink), -1px 1px 0 var(--chc-ink), 1px 1px 0 var(--chc-ink), 0 2px 0 rgba(15, 23, 52, .5);font-family:var(--chc-font-body)}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock{height:auto;min-height:0;padding:0;overflow:visible;border:3px solid var(--chc-ink);border-radius:18px;background:linear-gradient(180deg,var(--chc-gold-hi) 0,var(--chc-gold) 5px,transparent 5px),linear-gradient(180deg,#34457f,#26325f 60%,#1c2750);box-shadow:inset 0 4px #ffffff24,inset 0 -4px #0a102680,0 8px #0a10266b,0 16px 30px #050a1c80}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order{display:flex;align-items:center;gap:14px;height:auto;padding:8px 16px}.showcase-hud-touch_mobile_v01 .showcase-turn-order{border:0;border-radius:0;background:transparent;box-shadow:none}.showcase-hud-touch_mobile_v01 .showcase-turn-order>.showcase-turn-order-banner{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:1px;align-self:center;padding:5px 10px;border:2px solid var(--chc-ink);border-radius:10px;background:linear-gradient(180deg,var(--chc-gold-hi) 0%,var(--chc-gold) 55%,var(--chc-gold-lo) 100%);box-shadow:inset 0 2px #ffffff80,inset 0 -3px 0 var(--chc-gold-edge),0 4px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-turn-order-banner b{color:#4a2f00;font-family:var(--chc-font-display);font-weight:400;font-size:9px;line-height:1;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,255,255,.35)}.showcase-hud-touch_mobile_v01 .showcase-turn-order-banner i{color:#2a1c00;font-family:var(--chc-font-display);font-style:normal;font-size:21px;font-weight:400;line-height:.92;letter-spacing:.01em;text-shadow:0 2px 0 rgba(255,255,255,.28)}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order>div{align-items:center;height:auto;gap:6px;padding:7px 5px 5px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order>div::-webkit-scrollbar{display:none}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article{position:relative;flex:0 0 clamp(56px,4.3vw,74px);height:74px;border:2px solid var(--chc-ink);border-radius:10px;background:linear-gradient(180deg,#2c3a70,#1a244a);box-shadow:inset 0 2px #ffffff24,inset 0 -3px #0a102680,0 4px #0a10266b;overflow:hidden;cursor:pointer;transition:transform .14s cubic-bezier(.22,1,.36,1),filter .14s ease}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article:hover{transform:translateY(-3px);filter:brightness(1.12)}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article:focus-visible{outline:3px solid var(--chc-gold);outline-offset:2px;filter:brightness(1.12)}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article.is-ko{cursor:default}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article img{height:70px}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-team-a{border-color:var(--chc-blue);box-shadow:inset 0 0 0 1px #6fb5f880,inset 0 2px #ffffff24,0 4px #0a10266b}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-team-b{border-color:var(--chc-red);box-shadow:inset 0 0 0 1px #ff8a7280,inset 0 2px #ffffff24,0 4px #0a10266b}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article.is-active{flex-basis:clamp(62px,4.8vw,82px);height:84px;border-color:var(--chc-gold);transform:translateY(-5px) scale(1.02);box-shadow:inset 0 2px #ffffff38,inset 0 -3px #0a102680,0 6px #0a102673,0 0 22px #ffc93ccc;overflow:hidden;z-index:3}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-active img{height:78px}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-ko{filter:grayscale(.95) brightness(.6);border-color:#7884acb3}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-ko:before{content:"";position:absolute;inset:0;background:#0a102680;z-index:3}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-ko:after{content:"✕";position:absolute;inset:0;display:grid;place-items:center;color:#ff5a4a;font-family:var(--chc-font-display);font-size:48px;text-shadow:0 0 3px rgba(0,0,0,.9),0 2px 5px rgba(0,0,0,.8),-1px -1px 0 #7a1108,1px 1px 0 #7a1108;z-index:4}.showcase-hud-touch_mobile_v01 .showcase-turn-order article small{position:absolute;top:0;left:0;display:grid;place-items:center;width:15px;height:15px;border-radius:0 0 7px;border:none;background:var(--chc-ink);color:#fff;font-family:var(--chc-font-display);font-size:9px;z-index:3}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-active small{background:linear-gradient(180deg,var(--chc-gold),var(--chc-gold-lo));color:#4a2f00}.showcase-hud-touch_mobile_v01 .showcase-turn-order article b{background:linear-gradient(180deg,#10183426,#0d132af0 62%);color:#fff;font-family:var(--chc-font-display);font-weight:400;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-turn-order-tag{position:absolute;top:-11px;left:50%;z-index:5;padding:2px 9px 3px;border:1.5px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold));color:#5c3a00;font-family:var(--chc-font-display);font-weight:400;font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;box-shadow:0 2px #0a102666;transform:translate(-50%)}.showcase-hud-touch_mobile_v01 .showcase-turn-order-caret{position:absolute;bottom:-14px;left:50%;z-index:5;color:var(--chc-gold);font-size:20px;line-height:1;text-shadow:0 2px 3px rgba(5,10,28,.6);transform:translate(-50%);animation:chc-caret-bob 1.2s ease-in-out infinite}@keyframes chc-caret-bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(3px)}}.showcase-hud-touch_mobile_v01 .showcase-spell{border:2px solid var(--chc-gold-lo);border-radius:14px;background:radial-gradient(80% 50% at 50% 26%,rgba(122,176,255,.25),transparent 75%),linear-gradient(180deg,#35447f,#232e5b);box-shadow:inset 0 0 0 2px var(--chc-ink),inset 0 2px #ffffff24,0 5px #0a102673;transition:transform .13s cubic-bezier(.22,1,.36,1),box-shadow .13s ease,border-color .13s ease}.showcase-hud-touch_mobile_v01 .showcase-spell.is-hover:not(.is-disabled){transform:translateY(-4px);border-color:var(--chc-gold)}.showcase-hud-touch_mobile_v01 .showcase-spell.is-selected{border-color:var(--chc-gold);background:radial-gradient(80% 50% at 50% 26%,rgba(255,201,60,.32),transparent 75%),linear-gradient(180deg,#3d4278,#2b2f56);box-shadow:inset 0 0 0 2px var(--chc-ink),inset 0 2px #ffffff2e,0 5px #0a102673,0 0 18px #ffc93c99}.showcase-hud-touch_mobile_v01 .showcase-spell.is-disabled{border-color:#8b95b899;background:radial-gradient(80% 50% at 50% 26%,rgba(122,176,255,.12),transparent 75%),linear-gradient(180deg,#2a3560,#1b2445);filter:saturate(.45) brightness(.85);opacity:1}.showcase-hud-touch_mobile_v01 .showcase-spell strong{font-family:var(--chc-font-display);font-weight:400;letter-spacing:.02em;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-spell{overflow:visible}.showcase-hud-touch_mobile_v01 .showcase-spell em{border:1px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red));color:#fff;font-style:normal;font-weight:800;text-shadow:0 1px 0 rgba(21,32,66,.55)}.showcase-hud-touch_mobile_v01 .showcase-spell-empty{border:2px dashed rgba(255,255,255,.28);border-radius:14px;background:#10183466}.showcase-hud-touch_mobile_v01 .showcase-spell-tooltip{width:280px;max-width:300px;padding:12px 13px;border:2px solid var(--chc-ink);border-radius:14px;background:linear-gradient(180deg,#303e74fa,#17203ffc);box-shadow:inset 0 2px #ffffff29,0 12px 26px #050a1c9e;color:#eaf3ff}.showcase-hud-touch_mobile_v01 .showcase-tip-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,201,60,.28)}.showcase-hud-touch_mobile_v01 .showcase-tip-head img{width:30px;height:30px;object-fit:contain}.showcase-hud-touch_mobile_v01 .showcase-tip-head b{font-family:var(--chc-font-display);font-weight:400;font-size:16px;line-height:1.05;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-tip-badges{display:flex;gap:5px;justify-self:end}.showcase-hud-touch_mobile_v01 .showcase-tip-badge{padding:2px 8px;border-radius:999px;border:1px solid var(--chc-ink);font-family:var(--chc-font-display);font-weight:400;font-size:11px;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-tip-badge.is-ap{background:linear-gradient(180deg,var(--chc-blue-hi),var(--chc-blue));color:#071427}.showcase-hud-touch_mobile_v01 .showcase-tip-badge.is-range{background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold));color:#3a2500}.showcase-hud-touch_mobile_v01 .showcase-tip-desc{margin:9px 0 0;color:#dfe8fb;font-family:var(--chc-font-body);font-size:12.5px;line-height:1.42}.showcase-hud-touch_mobile_v01 .showcase-tip-infos{display:grid;gap:3px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(122,176,255,.2)}.showcase-hud-touch_mobile_v01 .showcase-tip-info{font-family:var(--chc-font-body);font-size:12.5px;line-height:1.3;color:#c9d6f2}.showcase-hud-touch_mobile_v01 .showcase-tip-info i{font-style:normal;color:#9fb2da}.showcase-hud-touch_mobile_v01 .showcase-tip-info b{font-weight:800;color:#fff}.showcase-hud-touch_mobile_v01 .showcase-tip-effects{display:grid;gap:3px;margin:10px 0 0;padding-top:8px;border-top:1px solid rgba(122,176,255,.2);list-style:none}.showcase-hud-touch_mobile_v01 .showcase-tip-effect{display:block;padding:0;background:none;border:0}.showcase-hud-touch_mobile_v01 .showcase-tip-effect-value{font-family:var(--chc-font-display);font-weight:400;font-size:19px;line-height:1.15;letter-spacing:.01em;text-shadow:0 2px 0 rgba(6,11,28,.55)}.showcase-hud-touch_mobile_v01 .showcase-tip-effect-label{font-family:var(--chc-font-body);font-weight:700;font-size:12px;color:#c9d6f2}.showcase-hud-touch_mobile_v01 .showcase-tip-effect.is-damage .showcase-tip-effect-value{color:var(--chc-red-hi)}.showcase-hud-touch_mobile_v01 .showcase-tip-effect.is-heal .showcase-tip-effect-value{color:var(--chc-green-hi)}.showcase-hud-touch_mobile_v01 .showcase-tip-effect.is-shield .showcase-tip-effect-value{color:var(--chc-blue-hi)}.showcase-hud-touch_mobile_v01 .showcase-tip-effect.is-buff .showcase-tip-effect-value{color:var(--chc-gold-hi)}.showcase-hud-touch_mobile_v01 .showcase-tip-effect.is-debuff .showcase-tip-effect-value{color:#d8b8ff}.showcase-hud-touch_mobile_v01 .showcase-tip-effect.is-neutral .showcase-tip-effect-value{color:#eaf3ff;font-size:14px}.showcase-hud-touch_mobile_v01 .showcase-active-panel{border:3px solid var(--chc-gold-lo);border-radius:16px;background:radial-gradient(85% 50% at 50% 12%,rgba(122,176,255,.24),transparent 70%),linear-gradient(180deg,#33427e,#1f2950);box-shadow:inset 0 0 0 2px var(--chc-ink),inset 0 2px #ffffff29,0 8px #0a102673,0 16px 30px #050a1c8c}.showcase-hud-touch_mobile_v01 .showcase-portrait{border:2px solid var(--chc-ink);border-radius:12px;background:radial-gradient(70% 60% at 50% 42%,rgba(122,176,255,.35),transparent 78%),linear-gradient(180deg,#141d3ee6,#0e152ef2);box-shadow:inset 0 2px #ffffff1f;overflow:hidden}.showcase-hud-touch_mobile_v01 .showcase-active-marker{border:1px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold));color:#5c3a00;font-weight:900;letter-spacing:.1em}.showcase-hud-touch_mobile_v01 .showcase-eyebrow{color:var(--chc-gold-hi);font-weight:900;letter-spacing:.14em}.showcase-hud-touch_mobile_v01 .showcase-active-copy strong{font-family:var(--chc-font-display);font-weight:400;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-active-copy small{color:var(--chc-muted);font-weight:800}.showcase-hud-touch_mobile_v01 .showcase-health i{border:2px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,#141c3a,#1e2a52);box-shadow:inset 0 2px 3px #00000080;overflow:hidden}.showcase-hud-touch_mobile_v01 .showcase-health em{border-radius:999px;background:linear-gradient(180deg,var(--chc-green-hi),var(--chc-green));box-shadow:inset 0 -2px #3d7710b3,inset 0 1px #ffffff73}.showcase-hud-touch_mobile_v01 .showcase-health-wounded em{background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold-lo));box-shadow:inset 0 -2px #9c6500b3,inset 0 1px #ffffff73}.showcase-hud-touch_mobile_v01 .showcase-health-critical em{background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red));box-shadow:inset 0 -2px #8e1a10b3,inset 0 1px #ffffff73}.showcase-hud-touch_mobile_v01 .showcase-health span b,.showcase-hud-touch_mobile_v01 .showcase-health span strong{font-family:var(--chc-font-display);font-weight:400;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-resource{border:2px solid var(--chc-ink);border-radius:11px;background:linear-gradient(180deg,#2d3a6e,#1f2a54);box-shadow:inset 0 2px #ffffff24,0 2px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-resource b{font-family:var(--chc-font-display);font-weight:400;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-resource-pa b{color:var(--chc-pa)}.showcase-hud-touch_mobile_v01 .showcase-resource-pm b{color:var(--chc-pm)}.showcase-hud-touch_mobile_v01 .showcase-resource small{color:var(--chc-muted);font-weight:800}.showcase-hud-touch_mobile_v01 .showcase-resource em i{border-radius:999px;background:#141c3ae6;box-shadow:inset 0 1px 1px #00000080}.showcase-hud-touch_mobile_v01 .showcase-resource-pa em i.is-filled{background:linear-gradient(180deg,#8fd4ff,var(--chc-pa))}.showcase-hud-touch_mobile_v01 .showcase-resource-pm em i.is-filled{background:linear-gradient(180deg,#93f0b5,var(--chc-pm))}.showcase-hud-touch_mobile_v01 .showcase-end-turn{border:3px solid var(--chc-ink);border-radius:14px;background:linear-gradient(180deg,var(--chc-gold-hi) 0%,var(--chc-gold) 55%,var(--chc-gold-lo) 100%);box-shadow:inset 0 3px #ffffff80,inset 0 -5px 0 var(--chc-gold-edge),0 6px #0a102673,0 10px 20px #050a1c73;transition:transform .12s ease,box-shadow .12s ease,filter .15s ease}.showcase-hud-touch_mobile_v01 .showcase-end-turn span{font-family:var(--chc-font-display);font-weight:400;letter-spacing:.05em;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-end-turn small{color:#5c3a00e6;font-weight:900;letter-spacing:.1em}.showcase-hud-touch_mobile_v01 .showcase-end-turn:hover:not(:disabled){filter:brightness(1.06)}.showcase-hud-touch_mobile_v01 .showcase-end-turn:active:not(:disabled){transform:translateY(3px);box-shadow:inset 0 3px #ffffff80,inset 0 -2px 0 var(--chc-gold-edge),0 2px #0a102673}.showcase-hud-touch_mobile_v01 .showcase-end-turn:disabled,.showcase-hud-touch_mobile_v01 .showcase-end-turn.is-thinking{background:linear-gradient(180deg,#8b95b8,#5d688f);box-shadow:inset 0 3px #ffffff38,inset 0 -5px #3a4468,0 6px #0a102666;filter:saturate(.6)}.showcase-hud-touch_mobile_v01 .showcase-end-turn.is-thinking span{animation:chc-thinking 1.6s ease-in-out infinite}@keyframes chc-thinking{0%,to{opacity:1}50%{opacity:.55}}.showcase-hud-touch_mobile_v01 .showcase-auto-battle-pause{border:2px solid var(--chc-ink);border-radius:11px;background:linear-gradient(180deg,var(--chc-blue-hi),var(--chc-blue));box-shadow:inset 0 2px #fff6,inset 0 -3px 0 var(--chc-blue-edge),0 4px #0a102666;color:#fff;font-family:var(--chc-font-display);text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-auto-battle-pause.is-paused{background:linear-gradient(180deg,var(--chc-green-hi),var(--chc-green))}.showcase-hud-touch_mobile_v01 .showcase-combat-log{border:2px solid var(--chc-ink);border-radius:16px;background:linear-gradient(180deg,#26325ff0,#16203ff5);box-shadow:inset 0 2px #ffffff24,0 8px #0a102666,0 14px 26px #050a1c80}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title{border-bottom:2px solid rgba(15,23,52,.6);box-shadow:0 1px #ffffff14}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title span{font-family:var(--chc-font-display);font-weight:400;letter-spacing:.04em;color:var(--chc-gold-hi);text-shadow:0 1px 0 rgba(21,32,66,.6)}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title small{color:var(--chc-muted);font-weight:800}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol{scrollbar-color:rgba(255,201,60,.7) rgba(20,28,58,.6);scrollbar-width:thin}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol::-webkit-scrollbar{width:8px}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--chc-gold),var(--chc-gold-lo));border-radius:999px}.showcase-hud-touch_mobile_v01 .showcase-combat-log li{border:1px solid rgba(31,44,85,.9);border-radius:10px;background:#1e2a52a8;color:#dce7fb;font-weight:600}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-muted{color:var(--chc-muted)}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button{border:2px solid var(--chc-ink);border-radius:12px;background:linear-gradient(180deg,var(--chc-panel-hi),var(--chc-panel-lo));box-shadow:inset 0 2px #ffffff29,inset 0 -3px #0a102680,0 4px #0a102666;transition:transform .13s ease,filter .15s ease}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button:hover:not(:disabled){transform:translate(-2px);filter:brightness(1.08)}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button:disabled{filter:saturate(.4) brightness(.75)}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button small{color:#dcebff;font-weight:800;text-shadow:0 1px 0 rgba(21,32,66,.6)}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button.is-abandon{background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red));box-shadow:inset 0 2px #ffffff59,inset 0 -3px 0 var(--chc-red-edge),0 4px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button.is-team{background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold) 60%,var(--chc-gold-lo));box-shadow:inset 0 2px #ffffff80,inset 0 -3px 0 var(--chc-gold-edge),0 4px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-touch-utility-bar button.is-team small{color:#fff}.showcase-hud.showcase-hud-touch_mobile_v01{--touch-menu-width: 0px;--chc-nav-height: 0px}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail,.showcase-hud-touch_mobile_v01 .showcase-touch-spell-dock,.showcase-hud-touch_mobile_v01 .showcase-combat-log{bottom:calc(var(--chc-nav-height) + 12px)}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail{right:14px}.showcase-hud-touch_mobile_v01 .showcase-touch-spell-dock{right:calc(var(--touch-profile-width) + 38px)}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail{border:2px solid var(--chc-ink);border-radius:16px;background:linear-gradient(180deg,#303e74f5,#1b2547f7);box-shadow:inset 0 2px #ffffff29,0 8px #0a102666,0 14px 26px #050a1c80}.showcase-hud-touch_mobile_v01 .showcase-rail-actions{position:absolute;right:calc(var(--touch-menu-width) + var(--touch-profile-offset));bottom:calc(var(--chc-nav-height) + 12px + var(--touch-bottom-height) + 8px);display:flex;gap:8px;pointer-events:auto}.showcase-hud-touch_mobile_v01 .showcase-rail-actions .showcase-auto-battle-pause{position:static;inset:auto;transform:none;margin:0}.showcase-hud-touch_mobile_v01 .showcase-abandon-button{padding:8px 16px 9px;border:2px solid var(--chc-ink);border-radius:11px;background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red));box-shadow:inset 0 2px #fff6,inset 0 -3px 0 var(--chc-red-edge),0 4px #0a102666;color:#fff;font-family:var(--chc-font-display);font-size:12px;letter-spacing:.05em;text-transform:uppercase;text-shadow:var(--chc-outline);cursor:pointer;transition:transform .12s ease,filter .15s ease}.showcase-hud-touch_mobile_v01 .showcase-abandon-button:hover{filter:brightness(1.08)}.showcase-hud-touch_mobile_v01 .showcase-abandon-button:active{transform:translateY(2px)}.showcase-hud-touch_mobile_v01 .builder-utility-menu{pointer-events:auto;z-index:40}.showcase-hud-touch_mobile_v01 .showcase-touch-spell-dock .showcase-spell,.showcase-hud-touch_mobile_v01 .showcase-spell{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);flex:0 0 clamp(126px,10.5vw,168px);width:clamp(126px,10.5vw,168px);height:100%;min-height:0;align-items:stretch;justify-items:stretch;padding:0;box-sizing:border-box;overflow:visible;border:3px solid var(--chc-gold-lo);border-radius:16px;background:linear-gradient(180deg,#34437f,#26325f 62%,#1e2850);box-shadow:inset 0 0 0 2px var(--chc-ink),inset 0 3px #ffffff24,0 7px #0a102666,0 12px 22px #0a12306b;filter:none}.showcase-hud-touch_mobile_v01 .showcase-spell.is-hover:not(.is-disabled){transform:translateY(-5px) scale(1.06);border-color:var(--chc-gold);filter:none;box-shadow:inset 0 0 0 2px var(--chc-ink),inset 0 3px #ffffff24,0 11px #0a102661,0 18px 30px #0a123080,0 0 20px #ffc93c6b}.showcase-hud-touch_mobile_v01 .showcase-spell.is-selected,.showcase-hud-touch_mobile_v01 .showcase-spell.is-selected.is-hover:not(.is-disabled){transform:translateY(-4px) scale(1.08);z-index:3;border-color:var(--chc-gold);filter:none;background:linear-gradient(180deg,#3d4d92,#2a3768 62%,#232d5c);box-shadow:inset 0 0 0 2px var(--chc-ink),inset 0 3px #ffffff2e,0 7px #0a102666,0 0 26px #ffc93cb8}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll:has(.showcase-spell.is-selected) .showcase-spell:not(.is-selected):not(.showcase-spell-empty){filter:grayscale(.72) brightness(.82);opacity:.62}.showcase-hud-touch_mobile_v01 .showcase-spell{transition:transform .15s cubic-bezier(.22,1,.36,1),filter .15s ease,opacity .15s ease,border-color .15s ease,box-shadow .15s ease}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-help{position:absolute;z-index:6;top:-8px;right:-8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:2.5px solid var(--chc-ink);border-radius:50%;background:radial-gradient(circle at 34% 26%,#fff2c4 0%,var(--chc-gold) 42%,var(--chc-gold-lo) 100%);box-shadow:inset 0 -2px 3px #784a0080,inset 0 2px 2px #fff9,0 3px #0a102680,0 4px 8px #0a123066;color:#3a2600;font-family:var(--chc-font-display);font-weight:400;font-size:18px;line-height:1;cursor:pointer;user-select:none;transition:transform .13s cubic-bezier(.34,1.56,.64,1),background .13s ease,color .13s ease,box-shadow .13s ease,border-color .13s ease}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-help:hover{transform:scale(1.12)}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll:has(.showcase-spell.is-selected) .showcase-spell:not(.is-selected) .showcase-spell-help{filter:none;opacity:1}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-help.is-active{border-color:#0d2c66;background:radial-gradient(circle at 34% 26%,#cfe6ff 0%,var(--chc-pa) 38%,var(--chc-blue) 100%);color:#fff;box-shadow:inset 0 -2px 3px #0f347a8c,inset 0 2px 2px #fff9,0 3px #0a102680,0 0 14px #4fc3ffbf;animation:chc-help-pop .26s cubic-bezier(.34,1.56,.64,1)}@keyframes chc-help-pop{0%{transform:scale(.7)}55%{transform:scale(1.22)}to{transform:scale(1)}}.showcase-hud-touch_mobile_v01 .showcase-spell.is-disabled{border-color:#7884acb3;background:linear-gradient(180deg,#2a3560,#1f2a50 62%,#182241);filter:saturate(.5) brightness(.82);opacity:1}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-head{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;gap:0;padding:9px 10px 8px;border-radius:13px 13px 0 0;border-bottom:2px solid var(--chc-ink);background:linear-gradient(180deg,#3b4b8feb,#26325feb);box-shadow:inset 0 1px #ffffff1f}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-head>strong{flex:1 1 auto;min-width:0;overflow:hidden;font-family:var(--chc-font-display);font-weight:400;font-size:clamp(15px,1.25vw,18px);line-height:1.05;letter-spacing:.01em;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-cost{position:absolute;z-index:5;top:-9px;left:-9px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:0;width:34px;height:34px;border:2.5px solid var(--chc-ink);border-radius:50%;background:radial-gradient(circle at 34% 26%,#d6f1ff 0%,var(--chc-pa) 34%,var(--chc-blue) 70%,var(--chc-blue-edge) 100%);box-shadow:inset 0 -3px 3px #1c4fa399,inset 0 2px 2px #ffffff8c,0 3px #0a102680,0 4px 8px #0a123073;color:#fff;font-family:var(--chc-font-display);font-weight:400;font-size:16px;line-height:.82;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-cost small{color:#e9f5ffeb;font-family:var(--chc-font-body);font-size:6.5px;font-weight:900;letter-spacing:.04em;line-height:1;text-shadow:0 1px 0 rgba(21,32,66,.6)}.showcase-hud-touch_mobile_v01 .showcase-spell.is-disabled .showcase-spell-cost{background:radial-gradient(circle at 34% 26%,#d7dcec,#aab3cd 40%,#7f8aa8);border-color:#152042d9;color:#2b3252;box-shadow:inset 0 -3px 3px #4a54708c,inset 0 2px 2px #fff6,0 3px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-spell.is-disabled .showcase-spell-cost small{color:#2b3252bf}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-art{position:relative;grid-column:1;grid-row:2;display:block;width:100%;height:100%;min-height:0;padding:0;border:0;border-radius:0 0 13px 13px;background:#0e152ee6;box-shadow:none;overflow:hidden}.showcase-hud-touch_mobile_v01 .showcase-spell .showcase-spell-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:none;image-rendering:auto;filter:none}.showcase-hud-touch_mobile_v01 .showcase-spell>em{display:inline-flex;align-items:center;justify-content:center;position:absolute;z-index:3;inset:auto auto 8px 50%;width:max-content;max-width:calc(100% - 14px);height:auto;padding:2px 8px 3px;border:1px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red));color:#fff;font-family:var(--chc-font-body);font-style:normal;font-size:9.5px;font-weight:800;line-height:1.1;letter-spacing:.01em;white-space:nowrap;text-shadow:0 1px 0 rgba(21,32,66,.55);transform:translate(-50%)}.showcase-hud-touch_mobile_v01 .showcase-spell.is-cooldown>em{background:linear-gradient(180deg,var(--chc-blue-hi),var(--chc-blue))}.showcase-hud-touch_mobile_v01 .showcase-spell-scroll{gap:clamp(14px,1.3vw,22px)}.showcase-hud-touch_mobile_v01 .showcase-resource-pa span b{color:var(--chc-pa)}.showcase-hud-touch_mobile_v01 .showcase-resource-pm span b{color:var(--chc-pm)}.showcase-hud-touch_mobile_v01 .showcase-resource span small{color:var(--chc-muted);font-weight:800}.showcase-hud-touch_mobile_v01 .showcase-resource{border-color:var(--chc-ink);background:linear-gradient(180deg,#2d3a6e,#1f2a54);box-shadow:inset 0 2px #ffffff24,0 2px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-resource-pm{border-color:#5ee08a80}.showcase-hud-touch_mobile_v01 .showcase-resource-pa{border-color:#4fc3ff80}.showcase-hud-touch_mobile_v01 .showcase-portrait img{width:227px;height:227px;object-fit:cover;margin-left:-60px;margin-top:-11px;transform:none}.showcase-hud.showcase-hud-touch_mobile_v01{--touch-profile-width: clamp(330px, 20vw, 400px);--touch-bottom-height: 232px}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail{grid-template-rows:168px 52px;padding:10px}.showcase-hud-touch_mobile_v01 .showcase-active-panel{grid-template-columns:112px minmax(0,1fr);grid-template-rows:158px;padding:6px 6px 10px}.showcase-hud-touch_mobile_v01 .showcase-portrait{width:108px;height:152px}.showcase-hud-touch_mobile_v01 .showcase-active-copy{padding:8px 6px 58px 12px}.showcase-hud-touch_mobile_v01 .showcase-active-copy>strong{font-size:23px;line-height:26px}.showcase-hud-touch_mobile_v01 .showcase-active-copy small{font-size:12.5px}.showcase-hud-touch_mobile_v01 .showcase-active-panel .showcase-eyebrow{font-size:12px}.showcase-hud-touch_mobile_v01 .showcase-health>i{height:11px}.showcase-hud-touch_mobile_v01 .showcase-health>span strong{font-size:14px}.showcase-hud-touch_mobile_v01 .showcase-resources{gap:10px;padding:0 6px 9px 12px}.showcase-hud-touch_mobile_v01 .showcase-resource{width:88px;min-width:88px;height:44px}.showcase-hud-touch_mobile_v01 .showcase-resource span b{font-size:21px}.showcase-hud-touch_mobile_v01 .showcase-resource span small{font-size:9px}.showcase-hud.showcase-hud-touch_mobile_v01{--touch-history-width: clamp(348px, 25vw, 470px)}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title{height:40px;padding:0 14px}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title span{font-size:17px;letter-spacing:.05em}.showcase-hud-touch_mobile_v01 .showcase-combat-log-title small{padding:3px 9px 4px;border:1.5px solid rgba(15,23,52,.7);border-radius:999px;background:#0f17348c;color:var(--chc-gold-hi);font-family:var(--chc-font-body);font-size:11.5px;font-weight:900;letter-spacing:.04em;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol{display:block;height:calc(100% - 40px);max-height:none;padding:8px 12px 10px}.showcase-hud-touch_mobile_v01 .showcase-combat-log li{margin:0;min-height:0;padding:1px 2px;border:0;border-radius:0;background:none;box-shadow:none;color:#d6e0f5;font-family:var(--chc-font-body);font-size:16.5px;font-weight:600;line-height:1.4;letter-spacing:.002em}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-damage,.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-death{color:#ff8f6b}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-heal,.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-soin{color:#7fe0a0}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-buff{color:#ffd863}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-debuff{color:#e79bff}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-system,.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-neutral,.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-info{color:#aab8dc}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.is-muted{color:var(--chc-muted);font-style:italic}.showcase-hud-touch_mobile_v01 .showcase-combat-log li strong{font-size:13.5px;font-weight:900;color:inherit}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock{left:8px;right:auto;max-width:min(62vw,880px)}.unit-inspector-tooltip{grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "chips" "states" "spells" "items";gap:8px 0;overflow-x:hidden;overflow-y:auto;padding:11px 11px 12px}.unit-inspector-tooltip .unit-inspector-header{grid-template-columns:46px minmax(0,1fr);gap:9px;padding:2px 2px 8px}.unit-inspector-tooltip .unit-inspector-portrait{width:44px;height:44px}.unit-inspector-tooltip .unit-inspector-chips{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.unit-inspector-tooltip .unit-inspector-chips .chip{padding:5px 6px;border-radius:9px;gap:3px}.unit-inspector-tooltip .unit-inspector-chips .chip b{font-size:13px}.unit-inspector-tooltip .unit-inspector-chips .chip small{font-size:8px}.unit-inspector-tooltip section div .unit-inspector-entry{width:64px;grid-template-rows:36px auto auto;padding:5px 4px 6px}.unit-inspector-tooltip .unit-inspector-entry-icon{width:36px;height:36px}.unit-inspector-tooltip .unit-inspector-entry b{font-size:9.5px;line-height:1.05}.unit-inspector-tooltip .unit-inspector-entry small{font-size:8.5px}.unit-inspector-detail{left:auto;right:calc(100% + 12px)}.combat-launch-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(120% 90% at 50% 20%,#182242b8,#060a18e6);backdrop-filter:blur(3px);font-family:Nunito,Arial,sans-serif}.combat-launch-panel{width:min(560px,94vw);display:flex;flex-direction:column;align-items:center;gap:10px;padding:30px 30px 34px;text-align:center;border:3px solid #1f2c55;border-radius:20px;background:radial-gradient(90% 55% at 50% 8%,rgba(122,176,255,.22),transparent 70%),linear-gradient(180deg,#33427e,#1f2950);box-shadow:inset 0 0 0 2px #ffc93c8c,inset 0 2px #ffffff29,0 14px #0a102673,0 22px 44px #050a1c99}.combat-launch-eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#ffd863;font-weight:800}.combat-launch-title{font-family:Lilita One,Arial Black,sans-serif;font-size:30px;line-height:1.05;color:#fff6df;text-shadow:0 2px 0 #10193a,0 0 10px rgba(255,201,60,.25)}.combat-launch-sub{margin:0 0 8px;font-size:14px;color:#c7d4f5}.combat-launch-actions{display:flex;gap:16px;width:100%;margin-top:6px}@media(max-width:520px){.combat-launch-actions{flex-direction:column}}.combat-launch-btn{flex:1 1 0;display:flex;flex-direction:column;gap:4px;padding:16px 14px;border-radius:14px;cursor:pointer;text-align:center;border:3px solid #101a3a;transition:transform .08s ease,filter .12s ease}.combat-launch-btn b{font-family:Lilita One,Arial Black,sans-serif;font-size:18px;letter-spacing:.01em}.combat-launch-btn small{font-size:12px;line-height:1.25;opacity:.92}.combat-launch-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}.combat-launch-btn:active{transform:translateY(1px)}.combat-launch-btn.is-ai{background:linear-gradient(180deg,#6fb5f8,#3f7fdd 60%,#1c4fa3);color:#071633;box-shadow:inset 0 3px #fff6,inset 0 -5px #143b7d,0 6px #0a102673}.combat-launch-btn.is-ai small{color:#0d2450}.combat-launch-btn.is-manual{background:linear-gradient(180deg,#ffe98a,#ffc93c 55%,#e29a00);color:#3a2400;box-shadow:inset 0 3px #ffffff80,inset 0 -5px #9c6500,0 6px #0a102673}.combat-launch-btn.is-manual small{color:#5c3d00}.showcase-hud .showcase-portrait-3d{object-fit:cover;object-position:50% 0%;transform:none}.showcase-hud-touch_mobile_v01 .showcase-portrait img.showcase-portrait-3d{width:100%;height:100%;margin:0;object-fit:cover;object-position:50% 0%;transform:scale(1.85);transform-origin:50% 13%}.showcase-hud-touch_mobile_v01 .showcase-turn-order article img.showcase-portrait-3d{width:100%;height:100%;margin:0;object-fit:cover;object-position:50% 0%;transform:scale(1.75);transform-origin:50% 14%}.showcase-hud-touch_mobile_v01 .showcase-team-hp-bar{position:relative;margin:6px 14px 2px;height:8px;border-radius:999px;overflow:hidden;background:#080c18d9;border:1px solid rgba(0,0,0,.45);box-shadow:inset 0 1px 2px #00000080}.showcase-hud-touch_mobile_v01 .showcase-team-hp-bar-a,.showcase-hud-touch_mobile_v01 .showcase-team-hp-bar-b{position:absolute;top:0;bottom:0;width:var(--seg, 0%);transition:width .22s ease,height .22s ease}.showcase-hud-touch_mobile_v01 .showcase-team-hp-bar-a{left:0;background:linear-gradient(180deg,var(--chc-blue-hi),var(--chc-blue))}.showcase-hud-touch_mobile_v01 .showcase-team-hp-bar-b{right:0;background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red))}.showcase-hud-touch_mobile_v01 .showcase-turn-order article .showcase-card-hp-track{position:absolute;left:2px;top:4px;bottom:4px;width:4px;border-radius:2px;background:#0009;overflow:hidden;pointer-events:none;z-index:2}.showcase-hud-touch_mobile_v01 .showcase-turn-order article .showcase-card-hp-fill{position:absolute;left:0;right:0;bottom:0;border-radius:2px;background:var(--chc-blue);transition:height .22s ease}.showcase-hud-touch_mobile_v01 .showcase-turn-order article.is-team-b .showcase-card-hp-fill{background:var(--chc-red)}.showcase-hud-touch_mobile_v01 .showcase-prep-ready{display:flex;align-items:center;gap:8px}.showcase-hud-touch_mobile_v01 .showcase-ready-button{padding:8px 20px 9px;border:2px solid var(--chc-ink);border-radius:11px;background:linear-gradient(180deg,var(--chc-green-hi),var(--chc-green));box-shadow:inset 0 2px #fff6,inset 0 -3px #143c0580,0 4px #0a102666;color:#fff;font-family:var(--chc-font-display);font-size:13px;letter-spacing:.05em;text-transform:uppercase;text-shadow:var(--chc-outline);cursor:pointer}.showcase-hud-touch_mobile_v01 .showcase-ready-button:hover{filter:brightness(1.08)}.showcase-hud-touch_mobile_v01 .showcase-ready-button:active{transform:translateY(2px)}.showcase-hud-touch_mobile_v01 .showcase-prep-timer{padding:4px 9px;border:1px solid rgba(230,200,90,.7);border-radius:999px;background:#0a0e18d9;color:#ffd98a;font-family:var(--chc-font-display);font-size:11px;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-turn-timer{display:inline-block;margin-left:6px;padding:2px 7px;border:1px solid rgba(230,200,90,.7);border-radius:999px;background:#0a0e18d9;color:#ffd98a;font-family:var(--chc-font-display);font-size:10px;vertical-align:middle}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail:has(.showcase-active-panel.is-compact){grid-template-rows:1fr}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-compact{position:relative;overflow:visible;grid-template-rows:1fr}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-compact .showcase-portrait{height:100%;align-self:stretch}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-compact .showcase-active-copy{display:flex;flex-direction:column;justify-content:center;gap:7px;height:100%;padding:8px 6px 8px 14px;box-sizing:border-box}.showcase-hud-touch_mobile_v01 .showcase-resources-row{display:flex;gap:8px;margin-top:2px}.showcase-hud-touch_mobile_v01 .showcase-res-chip{display:flex;align-items:center;gap:6px;flex:1 1 0;min-width:0;height:42px;padding:0 10px;box-sizing:border-box;border:2px solid var(--chc-ink);border-radius:10px;background:linear-gradient(180deg,#2d3a6e,#1f2a54);box-shadow:inset 0 2px #ffffff24,0 2px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-res-chip img{flex:0 0 auto;width:20px;height:20px}.showcase-hud-touch_mobile_v01 .showcase-res-chip b{font-family:var(--chc-font-display);font-weight:400;font-size:21px;line-height:1;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-res-chip small{margin-left:auto;font-size:9px;font-weight:800;letter-spacing:.06em;color:var(--chc-muted, #9fb0d8)}.showcase-hud-touch_mobile_v01 .showcase-res-chip-pa b{color:#f4d98d}.showcase-hud-touch_mobile_v01 .showcase-res-chip-pm b{color:#a9d5a6}.showcase-hud-touch_mobile_v01 .showcase-turn-timer-ring{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:5;overflow:visible}.showcase-hud-touch_mobile_v01 .showcase-turn-timer-ring path{fill:none;stroke:#ffd98a;stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 3px rgba(255,201,60,.65));transition:stroke-dashoffset .48s linear,stroke .2s ease}.showcase-hud-touch_mobile_v01 .showcase-turn-timer-big{position:absolute;top:-16px;left:50%;z-index:7;transform:translate(-50%);min-width:34px;padding:3px 9px;border:2px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold));color:#3a2400;font-family:var(--chc-font-display);font-size:20px;line-height:1.1;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.35);box-shadow:0 3px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-rail-actions{flex-wrap:wrap;justify-content:flex-end;max-width:var(--touch-profile-width, 330px)}.showcase-hud-touch_mobile_v01 .showcase-pass-turn-button,.showcase-hud-touch_mobile_v01 .showcase-driver-toggle-button{padding:7px 11px 8px;border:2px solid var(--chc-ink);border-radius:10px;font-family:var(--chc-font-display);font-size:10px;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 2px #ffffff59,inset 0 -3px #0a102659,0 3px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-driver-toggle-button{color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-pass-turn-button{background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold));color:#241400;text-shadow:0 1px 0 rgba(255,255,255,.6)}.showcase-hud-touch_mobile_v01 .showcase-pass-turn-button:disabled{cursor:default;background:linear-gradient(180deg,#8a8a8a,#5a5a5a);border-color:#00000073;color:#f0f0f0;text-shadow:0 1px 1px rgba(0,0,0,.7);box-shadow:none}.showcase-hud-touch_mobile_v01 .showcase-driver-toggle-button.is-manual{background:linear-gradient(180deg,var(--chc-blue-hi),var(--chc-blue))}.showcase-hud-touch_mobile_v01 .showcase-driver-toggle-button.is-auto{background:linear-gradient(180deg,var(--chc-green-hi),var(--chc-green))}.showcase-hud-touch_mobile_v01 .showcase-pass-turn-button:hover:not(:disabled),.showcase-hud-touch_mobile_v01 .showcase-driver-toggle-button:hover{filter:brightness(1.08)}.showcase-hud-touch_mobile_v01 .showcase-pass-turn-button:active:not(:disabled),.showcase-hud-touch_mobile_v01 .showcase-driver-toggle-button:active{transform:translateY(2px)}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card{display:flex;flex-direction:column;gap:6px;position:relative;overflow:visible;padding:8px 9px 9px;box-sizing:border-box}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card.is-team-a{border-color:var(--chc-blue)}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card.is-team-b{border-color:var(--chc-red)}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-profile-top{display:flex;align-items:stretch;gap:9px;min-width:0}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-portrait{flex:0 0 auto;width:66px;height:84px;align-self:flex-start}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-active-copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;height:auto;padding:0 78px 0 0}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-active-copy>strong{font-size:18px;line-height:20px}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-active-copy>small{font-size:11px;color:var(--chc-muted);font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-resources-row{margin-top:0}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-res-chip{height:36px}.showcase-hud-touch_mobile_v01 .showcase-active-marker.is-hovered{background:linear-gradient(180deg,#9cc0ff,#5f8ce0);color:#0b1430}.showcase-hud-touch_mobile_v01 .showcase-active-marker.is-pinned{background:linear-gradient(180deg,var(--chc-gold-hi),var(--chc-gold));color:#3a2400}.showcase-hud-touch_mobile_v01 .showcase-loadout-toggle{position:absolute;top:6px;right:8px;z-index:9;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border:2px solid var(--chc-ink);border-radius:999px;background:linear-gradient(180deg,#33427e,#1f2a54);color:var(--chc-gold-hi);font-family:var(--chc-font-display);font-weight:400;font-size:9px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 1px #ffffff24,0 2px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-loadout-toggle i{font-style:normal;font-size:11px;line-height:1;transition:transform .16s ease}.showcase-hud-touch_mobile_v01 .showcase-loadout-toggle.is-open i{transform:rotate(180deg)}.showcase-hud-touch_mobile_v01 .showcase-loadout-toggle:hover{filter:brightness(1.1)}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-card-stats{display:flex;flex-wrap:wrap;align-content:flex-start;gap:4px;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-card-stats::-webkit-scrollbar{display:none}.showcase-hud-touch_mobile_v01 .showcase-card-stat{display:inline-flex;align-items:baseline;gap:4px;max-width:100%;padding:2px 7px;border:1.5px solid var(--chc-ink);border-radius:7px;background:#0a102880;box-shadow:inset 0 1px #ffffff14}.showcase-hud-touch_mobile_v01 .showcase-card-stat i{font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--chc-muted);white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-card-stat b{font-family:var(--chc-font-display);font-weight:400;font-size:12px;color:#eaf1ff;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card .showcase-card-drawer{position:absolute;inset:0;z-index:6;display:none;flex-direction:column;padding:30px 8px 8px;box-sizing:border-box;border-radius:14px;background:linear-gradient(180deg,#1f2a54fa,#141c3cfc);box-shadow:inset 0 0 0 2px var(--chc-ink)}.showcase-hud-touch_mobile_v01 .showcase-active-panel.is-profile-card.is-loadout-open .showcase-card-drawer{display:flex}.showcase-hud-touch_mobile_v01 .showcase-card-drawer-scroll{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:7px;scrollbar-width:thin}.showcase-hud-touch_mobile_v01 .showcase-loadout-section>strong{display:block;margin-bottom:4px;font-family:var(--chc-font-display);font-weight:400;font-size:11px;letter-spacing:.04em;color:var(--chc-gold-hi);text-transform:uppercase}.showcase-hud-touch_mobile_v01 .showcase-loadout-states{display:flex;flex-wrap:wrap;gap:4px}.showcase-hud-touch_mobile_v01 .showcase-loadout-state{padding:2px 7px;border-radius:999px;background:#0a102899;border:1px solid rgba(120,150,220,.4);font-size:10px;font-weight:700}.showcase-hud-touch_mobile_v01 .showcase-loadout-state b{color:var(--chc-gold-hi);margin-left:3px}.showcase-hud-touch_mobile_v01 .showcase-loadout-list{display:flex;flex-direction:column;gap:4px}.showcase-hud-touch_mobile_v01 .showcase-loadout-entry{display:flex;align-items:center;gap:8px;padding:4px 7px;border:1.5px solid var(--chc-ink);border-radius:8px;background:#0a102880}.showcase-hud-touch_mobile_v01 .showcase-loadout-entry img{flex:0 0 auto;width:24px;height:24px;border-radius:5px;object-fit:cover}.showcase-hud-touch_mobile_v01 .showcase-loadout-entry b{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.showcase-hud-touch_mobile_v01 .showcase-loadout-entry small{flex:0 0 auto;font-size:9.5px;font-weight:800;color:var(--chc-muted);text-transform:uppercase}.showcase-hud-touch_mobile_v01 .showcase-loadout-empty{font-size:11px;color:var(--chc-muted)}.showcase-hud-touch_mobile_v01 .showcase-victory-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;pointer-events:auto;background:#0407109e;backdrop-filter:blur(2px)}.showcase-hud-touch_mobile_v01 .showcase-victory-card{display:flex;flex-direction:column;align-items:center;gap:12px;width:clamp(320px,40vw,460px);padding:26px 28px 22px;box-sizing:border-box;border:4px solid var(--chc-gold-lo);border-radius:22px;background:linear-gradient(180deg,var(--chc-gold-hi) 0,var(--chc-gold) 6px,transparent 6px),linear-gradient(180deg,#33427e,#1a2450);box-shadow:inset 0 0 0 2px var(--chc-ink),0 18px 44px #040816b3;color:#eef3ff;text-align:center}.showcase-hud-touch_mobile_v01 .showcase-victory-card.is-team-a{border-color:var(--chc-blue)}.showcase-hud-touch_mobile_v01 .showcase-victory-card.is-team-b{border-color:var(--chc-red)}.showcase-hud-touch_mobile_v01 .showcase-victory-eyebrow{font-family:var(--chc-font-display);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--chc-gold-hi)}.showcase-hud-touch_mobile_v01 .showcase-victory-title{font-family:var(--chc-font-display);font-weight:400;font-size:30px;line-height:1.05;color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-victory-card.is-team-a .showcase-victory-title{color:var(--chc-blue-hi)}.showcase-hud-touch_mobile_v01 .showcase-victory-card.is-team-b .showcase-victory-title{color:var(--chc-red-hi)}.showcase-hud-touch_mobile_v01 .showcase-victory-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%;margin-top:2px}.showcase-hud-touch_mobile_v01 .showcase-victory-stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;border:2px solid var(--chc-ink);border-radius:12px;background:#0a10288c}.showcase-hud-touch_mobile_v01 .showcase-victory-stat b{font-family:var(--chc-font-display);font-weight:400;font-size:20px;color:#fff}.showcase-hud-touch_mobile_v01 .showcase-victory-stat.is-team-a b{color:var(--chc-blue-hi)}.showcase-hud-touch_mobile_v01 .showcase-victory-stat.is-team-b b{color:var(--chc-red-hi)}.showcase-hud-touch_mobile_v01 .showcase-victory-stat small{font-size:8.5px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--chc-muted)}.showcase-hud-touch_mobile_v01 .showcase-victory-actions{display:flex;gap:10px;margin-top:8px}.showcase-hud-touch_mobile_v01 .showcase-victory-next,.showcase-hud-touch_mobile_v01 .showcase-victory-stop{padding:11px 20px 12px;border:2px solid var(--chc-ink);border-radius:12px;font-family:var(--chc-font-display);font-size:13px;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 2px #ffffff59,inset 0 -3px #0a102659,0 3px #0a102666}.showcase-hud-touch_mobile_v01 .showcase-victory-next{background:linear-gradient(180deg,var(--chc-green-hi),var(--chc-green));color:#10230a;text-shadow:0 1px 0 rgba(255,255,255,.4)}.showcase-hud-touch_mobile_v01 .showcase-victory-next em{font-style:normal;opacity:.85}.showcase-hud-touch_mobile_v01 .showcase-victory-stop{background:linear-gradient(180deg,var(--chc-red-hi),var(--chc-red));color:#fff;text-shadow:var(--chc-outline)}.showcase-hud-touch_mobile_v01 .showcase-victory-next:hover,.showcase-hud-touch_mobile_v01 .showcase-victory-stop:hover{filter:brightness(1.08)}.showcase-hud-touch_mobile_v01 .showcase-victory-next:active,.showcase-hud-touch_mobile_v01 .showcase-victory-stop:active{transform:translateY(2px)}.showcase-hud-touch_mobile_v01 .showcase-edit-toolbar{position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:55;display:flex;align-items:center;gap:8px;max-width:min(94vw,900px);flex-wrap:wrap;justify-content:center;padding:8px 12px;pointer-events:auto;border:2px solid var(--chc-gold-lo);border-radius:12px;background:#080c18f0;box-shadow:0 8px 22px #04081699}.showcase-hud-touch_mobile_v01 .showcase-edit-title{color:#ffd98a;font-family:Nunito,system-ui,sans-serif;font-size:11px;font-weight:800;min-width:0}.showcase-hud-touch_mobile_v01 .showcase-edit-toolbar button{padding:6px 12px 7px;border:2px solid var(--chc-ink);border-radius:9px;background:linear-gradient(180deg,#3b4b8f,#26325f);color:#eaf1ff;font-family:var(--chc-font-display);font-size:11px;cursor:pointer;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-edit-toolbar button.is-primary{background:linear-gradient(180deg,var(--chc-green-hi),var(--chc-green));color:#10230a}.showcase-hud-touch_mobile_v01 .showcase-edit-toolbar button:hover{filter:brightness(1.1)}#showcase-combat-hud[data-edit-mode="1"] [data-hud-block]{outline:2px dashed var(--chc-gold, #ffc93c);outline-offset:-2px;cursor:move;overflow:visible}.showcase-hud-touch_mobile_v01 .showcase-edit-handle{position:absolute;right:-1px;bottom:-1px;z-index:3;width:18px;height:18px;border:2px solid var(--chc-ink);border-radius:5px;background:linear-gradient(135deg,var(--chc-gold-hi),var(--chc-gold-lo));cursor:nwse-resize;touch-action:none}.showcase-hud-touch_mobile_v01 [data-hud-block]{box-sizing:border-box;min-width:0}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail>.showcase-hud-zoom{display:flex;flex-direction:column;justify-content:center;grid-row:1 / -1;grid-column:1 / -1;width:100%;height:100%;min-width:0;min-height:0;transform-origin:top left}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail>.showcase-hud-zoom>.showcase-active-panel{flex:1 1 auto;min-height:0}.showcase-hud-touch_mobile_v01 .showcase-combat-log ol{min-height:0;overflow-y:auto}.showcase-hud-touch_mobile_v01 .showcase-touch-spell-dock .showcase-spell-scroll{min-width:0;overflow-x:auto;overflow-y:hidden;box-sizing:border-box;padding:22px 12px 8px;justify-content:safe center;scrollbar-width:none;-ms-overflow-style:none}.showcase-hud-touch_mobile_v01 .showcase-touch-spell-dock .showcase-spell-scroll::-webkit-scrollbar{display:none}.showcase-hud-touch_mobile_v01 .showcase-spell-detail-portal{position:fixed;z-index:52;pointer-events:none}.showcase-hud-touch_mobile_v01 .showcase-spell-detail-portal .showcase-spell-tooltip{position:static;display:block;inset:auto;transform:none}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock{min-height:0}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order>div{min-width:0;min-height:0}.showcase-hud-touch_mobile_v01 .showcase-active-copy{min-width:0}.showcase-hud-touch_mobile_v01 .showcase-active-copy>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showcase-hud-touch_mobile_v01 .showcase-rail-actions{flex-wrap:wrap}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock{display:flex;flex-direction:row;align-items:stretch;gap:10px;width:clamp(158px,18vw,244px);height:auto;max-height:min(calc(100vh - 15px),880px);min-height:0;padding:10px 12px}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-turn-order{flex:1 1 auto;flex-direction:column;align-items:stretch;gap:8px;height:100%;min-height:0;padding:0}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-turn-order>.showcase-turn-order-banner{flex:0 0 auto;align-self:stretch;flex-direction:row;justify-content:center;gap:7px;padding:6px 10px}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-turn-order-banner i{font-size:17px}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-turn-order>div{flex:1 1 auto;flex-direction:column;align-items:stretch;width:auto;max-width:100%;height:auto;min-height:0;max-height:100%;gap:8px;padding:2px;overflow-x:hidden;overflow-y:auto;touch-action:pan-y}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-turn-order article{flex:0 0 auto;width:100%;height:var(--timeline-card-h, 88px);display:block;overflow:hidden}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-turn-order article img.showcase-portrait-3d{width:100%;height:100%;object-fit:cover;object-position:50% 0%;transform:scale(1.35);transform-origin:50% 16%}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-touch-timeline-dock .showcase-team-hp-bar{flex:0 0 12px;align-self:stretch;width:12px;height:auto;margin:0;border-radius:999px}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-team-hp-bar-a,#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-team-hp-bar-b{left:0;right:0;width:auto;height:var(--seg, 0%)}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-team-hp-bar-a{top:0;bottom:auto;background:linear-gradient(90deg,var(--chc-blue-hi),var(--chc-blue))}#showcase-combat-hud[data-timeline-orientation=vertical] .showcase-team-hp-bar-b{top:auto;bottom:0;background:linear-gradient(90deg,var(--chc-red-hi),var(--chc-red))}.showcase-hud-touch_mobile_v01 .showcase-combat-log{pointer-events:auto}.showcase-hud-touch_mobile_v01 .showcase-touch-profile-rail[data-hud-zoomed="1"] .showcase-turn-timer-big{top:4px}.showcase-hud-touch_mobile_v01 .chc-hp-anim{transition:width .32s cubic-bezier(.22,1,.36,1),height .32s cubic-bezier(.22,1,.36,1)}@keyframes chc-hit-flash{0%{filter:brightness(2.05) saturate(.55)}35%{filter:brightness(1.3) saturate(1.45) hue-rotate(-14deg)}to{filter:none}}.showcase-hud-touch_mobile_v01 .chc-hit{animation:chc-hit-flash .32s ease-out}@keyframes chc-turn-pop{0%{transform:scale(.94);opacity:.6}60%{transform:scale(1.025);opacity:1}to{transform:scale(1)}}.showcase-hud-touch_mobile_v01 .showcase-active-panel.chc-turn-pop{transform-origin:50% 100%;animation:chc-turn-pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes chc-active-pulse{0%,to{opacity:.22}50%{opacity:.55}}.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article.is-active:before{content:"";position:absolute;inset:0;z-index:2;border-radius:8px;box-shadow:inset 0 0 14px #ffc93cd9;pointer-events:none;animation:chc-active-pulse 1.6s ease-in-out infinite}@keyframes chc-cast-ring{0%{opacity:.85;transform:scale(.94)}to{opacity:0;transform:scale(1.16)}}.showcase-hud-touch_mobile_v01 .showcase-spell.chc-cast:after{content:"";position:absolute;inset:-4px;border:3px solid var(--chc-gold);border-radius:18px;box-shadow:0 0 18px #ffc93ccc,inset 0 0 12px #ffc93c80;pointer-events:none;animation:chc-cast-ring .34s ease-out forwards}.showcase-hud-touch_mobile_v01 .showcase-spell{transition:transform .13s cubic-bezier(.22,1,.36,1),box-shadow .13s ease,border-color .13s ease,opacity .25s ease,filter .25s ease}@keyframes chc-timer-urgent{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.12)}}.showcase-hud-touch_mobile_v01 .showcase-turn-timer-big.is-urgent{background:linear-gradient(180deg,var(--chc-red-hi, #ff8a72),var(--chc-red));color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.35);animation:chc-timer-urgent 1s ease-in-out infinite}.showcase-hud-touch_mobile_v01 .showcase-turn-timer-ring.is-urgent path{stroke:#ff6a55;filter:drop-shadow(0 0 4px rgba(255,90,74,.8))}.showcase-hud-touch_mobile_v01 .showcase-combat-log li.showcase-log-appear{transform:translateY(6px);transition:opacity .25s ease-out,transform .25s cubic-bezier(.22,1,.36,1)}@keyframes chc-victory-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes chc-victory-card-in{0%{transform:scale(.82) translateY(14px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.showcase-hud-touch_mobile_v01 .showcase-victory-overlay.chc-victory-in{animation:chc-victory-overlay-in .24s ease-out}.showcase-hud-touch_mobile_v01 .showcase-victory-overlay.chc-victory-in .showcase-victory-card{animation:chc-victory-card-in .38s cubic-bezier(.34,1.56,.64,1)}@media(prefers-reduced-motion:reduce){.showcase-hud-touch_mobile_v01 .chc-hp-anim,.showcase-hud-touch_mobile_v01 .showcase-spell{transition:none}.showcase-hud-touch_mobile_v01 .chc-hit,.showcase-hud-touch_mobile_v01 .showcase-active-panel.chc-turn-pop,.showcase-hud-touch_mobile_v01 .showcase-spell.chc-cast:after,.showcase-hud-touch_mobile_v01 .showcase-turn-timer-big.is-urgent,.showcase-hud-touch_mobile_v01 .showcase-touch-timeline-dock .showcase-turn-order article.is-active:before,.showcase-hud-touch_mobile_v01 .showcase-victory-overlay.chc-victory-in,.showcase-hud-touch_mobile_v01 .showcase-victory-overlay.chc-victory-in .showcase-victory-card{animation:none}}.baron-skined-launch{position:fixed;right:16px;bottom:16px;z-index:2147483000;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:2px solid #0f1734;border-radius:999px;background:linear-gradient(180deg,#ffd774,#f4a63c 60%,#d97a1c);color:#3a2400;font:700 14px/1 system-ui,sans-serif;cursor:pointer;box-shadow:0 4px #0f173459,0 8px 18px #00000059}.baron-skined-launch:hover{filter:brightness(1.05)}.baron-skined-launch:active{transform:translateY(2px);box-shadow:0 2px #0f173459}.baron-skined-root{position:fixed;inset:0;z-index:2147483200;pointer-events:none;font-family:system-ui,sans-serif;color:#f4f7ff}.baron-skined-root *{box-sizing:border-box}.baron-skined-zone{position:absolute;pointer-events:none;border:2px solid transparent;border-radius:8px;background:transparent;cursor:default;transition:background .1s ease,border-color .1s ease,box-shadow .1s ease}.baron-skined-zone.is-hover{background:#78beff1f;border-color:#78beffbf;box-shadow:inset 0 0 0 1px #78beff59}.baron-skined-root.is-dragging .baron-skined-zone{pointer-events:auto}.baron-skined-zone.is-dropping{background:#5ac88238;border-color:#78ffaaf2;box-shadow:inset 0 0 0 2px #78ffaa99}.baron-skined-drawer{position:absolute;z-index:2147483280;top:64px;left:16px;width:300px;height:460px;min-width:260px;min-height:300px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;pointer-events:auto;background:#0e1428f7;border:1px solid rgba(120,160,230,.4);border-radius:14px;box-shadow:0 12px 40px #00000080;overflow:hidden}.baron-skined-drawer-head{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(180deg,#283864e6,#182242e6);cursor:move;user-select:none;touch-action:none}.baron-skined-resize{position:absolute;right:0;bottom:0;width:20px;height:20px;cursor:nwse-resize;touch-action:none;z-index:3;background-image:linear-gradient(135deg,transparent 0 42%,rgba(255,255,255,.55) 42% 52%,transparent 52% 66%,rgba(255,255,255,.55) 66% 76%,transparent 76%)}.baron-skined-drawer-head strong{font-size:14px;flex:1}.baron-skined-drawer-head button{border:none;background:#ffffff1f;color:#fff;width:26px;height:26px;border-radius:7px;cursor:pointer;font-size:15px}.baron-skined-drawer-head button:hover{background:#ffffff38}.baron-skined-drawer-head .baron-skined-import-btn{width:auto;padding:0 10px;font:700 12px/1 system-ui,sans-serif;background:#78c88c40;border:1px solid rgba(120,255,170,.45);white-space:nowrap}.baron-skined-drawer-head .baron-skined-import-btn:hover{background:#78c88c66}.baron-skined-drawer-head .baron-skined-hidden-btn{width:auto;padding:0 10px;font:700 12px/1 system-ui,sans-serif;background:#ffc85a29;border:1px solid rgba(255,200,90,.45);white-space:nowrap}.baron-skined-drawer-head .baron-skined-hidden-btn:hover{background:#ffc85a4d}.baron-skined-drawer-head .baron-skined-hidden-btn.is-active{background:#ffc85ad9;color:#241a05}.baron-skined-drawer.is-drop-target{outline:2px dashed rgba(120,255,170,.9);outline-offset:-4px}.baron-skined-controls{flex:0 0 auto;padding:8px 10px 4px;border-bottom:1px solid rgba(120,160,230,.25);background:#0e1428f7}.baron-skined-body{padding:10px;overflow-y:auto;flex:1}.baron-skined-help{margin:0 10px 8px;padding:8px 10px;border-radius:8px;background:#5a82dc24;font-size:11.5px;line-height:1.45;color:#d6e4ff}.baron-skined-select-row{display:flex;align-items:center;gap:8px;margin:0 0 6px}.baron-skined-select-row span{flex:0 0 64px;font:700 11px/1 system-ui,sans-serif;color:#9fb6e4}.baron-skined-select-row select{flex:1;min-width:0;padding:6px 8px;border:1px solid rgba(120,160,230,.4);border-radius:8px;background:#1a2036;color:#eaf2ff;font:600 12px/1.2 system-ui,sans-serif;cursor:pointer}.baron-skined-select-row select:disabled{opacity:.5;cursor:not-allowed}.baron-skined-drawer select,.baron-skined-drawer option,.baron-skined-popover select,.baron-skined-popover option{background:#1a2036;color:#eaf2ff}.baron-skined-popover select{border:1px solid rgba(120,160,230,.4);border-radius:8px;padding:6px 8px;font:600 12px/1.2 system-ui,sans-serif;cursor:pointer}.baron-skined-zoombar{display:flex;align-items:center;gap:6px;padding:6px 12px 2px}.baron-skined-zoombar>span:first-child{font:700 11px/1 system-ui,sans-serif;color:#9fb6e4;margin-right:2px}.baron-skined-zoombar button{min-width:26px;height:24px;padding:0 6px;border:1px solid rgba(120,160,230,.4);border-radius:7px;background:#ffffff14;color:#e6eeff;font:700 14px/1 system-ui,sans-serif;cursor:pointer}.baron-skined-zoombar button:hover{background:#ffffff2e}.baron-skined-zoom-val{min-width:46px;text-align:center;font:700 12px/1 system-ui,sans-serif;color:#cfe0ff}.baron-skined-search{width:100%;margin:2px 0 8px;padding:7px 10px;border:1px solid rgba(120,160,230,.4);border-radius:8px;background:#00000040;color:#e6eeff;font:400 12px/1.2 system-ui,sans-serif}.baron-skined-search::placeholder{color:#7f92bd}.baron-skined-group-title{margin:8px 2px 4px;font:700 11px/1 system-ui,sans-serif;letter-spacing:.05em;text-transform:uppercase;color:#8fa8d8}.baron-skined-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.baron-skined-thumb{position:relative;aspect-ratio:1;border:1px solid rgba(120,160,230,.35);border-radius:8px;background:#00000040;background-image:linear-gradient(45deg,rgba(255,255,255,.06) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.06) 25%,transparent 25%);background-size:10px 10px;cursor:grab;display:flex;align-items:center;justify-content:center;overflow:hidden}.baron-skined-thumb:hover{border-color:#ffc85ae6}.baron-skined-thumb img{max-width:100%;max-height:100%;pointer-events:none}.baron-skined-thumb:active{cursor:grabbing}.baron-skined-thumb-fav{position:absolute;top:2px;right:2px;width:18px;height:18px;padding:0;border:none;border-radius:5px;background:#0a1022c7;color:#ffd98a;font:700 12px/18px system-ui,sans-serif;text-align:center;cursor:pointer;opacity:0;transition:opacity .1s ease}.baron-skined-thumb:hover .baron-skined-thumb-fav{opacity:1}.baron-skined-thumb-fav.is-fav{opacity:1;color:#fc5}.baron-skined-thumb-fav:hover{background:#283864f2}.baron-skined-drop{margin-top:8px;padding:18px 10px;border:2px dashed rgba(120,160,230,.5);border-radius:10px;text-align:center;font-size:12px;color:#b9caf0;cursor:pointer}.baron-skined-drop.is-over{border-color:#78ffaae6;background:#5ac8821f}.baron-skined-drop input{display:none}.baron-skined-actions{display:flex;gap:6px;padding:8px 10px;border-top:1px solid rgba(120,160,230,.3);background:#0a1022e6}.baron-skined-actions button{flex:1;padding:8px 6px;border:1px solid rgba(120,160,230,.4);border-radius:8px;background:#ffffff14;color:#e6eeff;font:700 11.5px/1 system-ui,sans-serif;cursor:pointer}.baron-skined-actions button:hover{background:#ffffff29}.baron-skined-actions button.is-danger{background:#c8464659}.baron-skined-history{border-top:none;padding-bottom:0}.baron-skined-history button[disabled]{opacity:.4;cursor:not-allowed}.baron-skined-history button[disabled]:hover{background:#ffffff14}.baron-skined-popover{position:absolute;z-index:2147483300;width:244px;pointer-events:auto;background:#0e1428fa;border:1px solid rgba(120,160,230,.5);border-radius:12px;box-shadow:0 12px 34px #0000008c;padding:12px}.baron-skined-popover h4{margin:0 0 8px;font-size:13px;color:#fff}.baron-skined-popover label{display:block;margin:8px 0 3px;font:700 11px/1 system-ui,sans-serif;color:#9fb6e4}.baron-skined-popover select,.baron-skined-popover input[type=range],.baron-skined-popover input[type=color]{width:100%}.baron-skined-popover .baron-skined-row{display:flex;gap:8px;margin-top:10px}.baron-skined-popover .baron-skined-row button{flex:1;padding:7px 6px;border:1px solid rgba(120,160,230,.4);border-radius:8px;background:#ffffff14;color:#e6eeff;font:700 11.5px/1 system-ui,sans-serif;cursor:pointer}.baron-skined-popover .baron-skined-row button.is-danger{background:#c8464659}.baron-skined-popover .baron-skined-row button[disabled]{opacity:.4;cursor:not-allowed}.baron-skined-slice-val{font-weight:400;color:#cfe0ff}.baron-skined-pop-sep{height:1px;margin:10px 0 2px;background:#78a0e64d}.baron-skined-popover{max-height:80vh;overflow-y:auto}.baron-skined-toast{position:absolute;z-index:2147483350;left:50%;bottom:20px;transform:translate(-50%);pointer-events:none;background:#141c34f5;border:1px solid rgba(255,200,90,.6);color:#ffe6ad;padding:8px 16px;border-radius:999px;font-size:12.5px;opacity:0;transition:opacity .2s ease}.baron-skined-toast.is-show{opacity:1}.baron-skined-drag-ghost{position:fixed;z-index:2147483400;width:72px;height:72px;margin:0;transform:translate(-50%,-50%);pointer-events:none;display:flex;align-items:center;justify-content:center;padding:6px;border:2px solid rgba(255,200,90,.95);border-radius:10px;background:#0e1428e6;box-shadow:0 8px 24px #00000080;opacity:.92;overflow:hidden}.baron-skined-drag-ghost img{max-width:100%;max-height:100%}.baron-skined-ctx{position:fixed;z-index:2147483320;width:220px;pointer-events:auto;background:#0e1428fa;border:1px solid rgba(120,160,230,.5);border-radius:10px;box-shadow:0 10px 28px #0000008c;padding:10px;display:flex;flex-direction:column;gap:6px}.baron-skined-ctx-title{font:700 12px/1.3 system-ui,sans-serif;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.baron-skined-ctx label{font:700 11px/1 system-ui,sans-serif;color:#9fb6e4;margin-top:2px}.baron-skined-ctx select{width:100%;padding:6px 8px;border:1px solid rgba(120,160,230,.4);border-radius:8px;background:#1a2036;color:#eaf2ff;font:600 12px/1.2 system-ui,sans-serif;cursor:pointer}.baron-skined-ctx option{background:#1a2036;color:#eaf2ff}.baron-skined-ctx button{padding:7px 6px;border:1px solid rgba(120,160,230,.4);border-radius:8px;background:#ffffff14;color:#e6eeff;font:700 11.5px/1 system-ui,sans-serif;cursor:pointer}.baron-skined-ctx button:hover{background:#ffffff29}.baron-skined-ctx button.is-danger{background:#c8464659}.baron-skined-layout{position:fixed;z-index:2147483290;pointer-events:auto;border:2px solid rgba(120,255,170,.95);background:#5ac8821a;cursor:move;touch-action:none;box-sizing:border-box}.baron-skined-layout-handle{position:absolute;width:14px;height:14px;background:#7dffaa;border:2px solid #0f1734;border-radius:3px;box-sizing:border-box;touch-action:none}.baron-skined-layout-handle.is-nw{left:-7px;top:-7px;cursor:nwse-resize}.baron-skined-layout-handle.is-ne{right:-7px;top:-7px;cursor:nesw-resize}.baron-skined-layout-handle.is-sw{left:-7px;bottom:-7px;cursor:nesw-resize}.baron-skined-layout-handle.is-se{right:-7px;bottom:-7px;cursor:nwse-resize}.baron-skined-layout-done{position:absolute;left:50%;top:-34px;transform:translate(-50%);padding:5px 12px;border:1px solid rgba(120,255,170,.8);border-radius:999px;background:#0e1428f2;color:#b9ffd2;font:700 12px/1 system-ui,sans-serif;cursor:pointer;white-space:nowrap}.baron-skined-layout-done:hover{background:#284637f2}.baron-tools-launcher{position:fixed;right:16px;bottom:16px;z-index:2147483000;font-family:system-ui,sans-serif;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.baron-tools-toggle{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;border:2px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#2b3350,#171c2e);color:#f4f6ff;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 4px #00000059,0 8px 18px #0006;transition:filter .12s ease,transform .12s ease}.baron-tools-toggle:hover{filter:brightness(1.12)}.baron-tools-toggle:active{transform:translateY(2px);box-shadow:0 2px #00000059}.baron-tools-launcher.is-open .baron-tools-toggle{border-color:#ffc85ab3}.baron-tools-panel{width:min(260px,calc(100vw - 32px));max-height:calc(100vh - 100px);overflow-y:auto;background:#0f1220f7;border:2px solid rgba(255,255,255,.14);border-radius:14px;padding:10px;display:flex;flex-direction:column;gap:6px;box-shadow:0 12px 32px #00000080;backdrop-filter:blur(6px)}.baron-tools-panel[hidden]{display:none}.baron-tools-panel-title{font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:#ffffff8c;padding:2px 6px 4px}.baron-tools-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#ffffff0f,#ffffff05);color:#f4f6ff;font-size:14px;font-weight:600;text-align:left;cursor:pointer;transition:border-color .12s ease,background .12s ease,transform .08s ease}.baron-tools-item:hover{border-color:#ffc85ab3;background:linear-gradient(180deg,#ffffff1a,#ffffff08)}.baron-tools-item:active{transform:translateY(1px)}.baron-tools-item-ico{font-size:19px;line-height:1;width:22px;text-align:center}.baron-tools-item-label{flex:1}@media(max-width:620px){.baron-tools-launcher{right:10px;bottom:10px}.baron-tools-toggle{width:48px;height:48px;font-size:20px}}.shop3d{--shop-ink: #142653;--shop-gold: #ffc93c;--shop-gold-hi: #ffe98a;--shop-gold-lo: #e29a00;--shop-panel-hi: #3b5396;--shop-panel-lo: #1a2c5e;--shop-copy: #f4f8ff;--shop-muted: #c6d6ff;--shop-green: #46c46b;--shop-green-lo: #279449;--shop-red: #ff6b5e;--shop-font-display: "Lilita One", "Arial Black", sans-serif;--shop-font-body: "Nunito", Arial, sans-serif;display:grid;gap:clamp(18px,2.4vw,26px);color:var(--shop-copy);font-family:var(--shop-font-body)}.shop3d-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.shop3d-head-title span{display:block;color:var(--shop-gold);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.shop3d-head-title strong{display:block;margin-top:2px;font-family:var(--shop-font-display);font-size:clamp(22px,3.4vw,34px);line-height:1.05;text-shadow:0 3px 0 rgba(0,0,0,.32)}.shop3d-wallet{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:3px solid var(--shop-ink);border-radius:999px;background:linear-gradient(180deg,#26407e,#16264f);box-shadow:inset 0 2px #fff3,0 4px #08102699}.shop3d-wallet b{font-family:var(--shop-font-display);font-size:22px;color:var(--shop-gold-hi)}.shop3d-wallet small{color:var(--shop-muted);font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.08em}.shop3d-coin{font-size:18px}.shop3d-feedback{padding:12px 16px;border-radius:14px;border:2px solid rgba(120,150,220,.5);background:#0b1834b3;font-weight:800;animation:shop3d-pop .28s cubic-bezier(.34,1.56,.64,1) both}.shop3d-feedback[data-kind=ok]{border-color:var(--shop-green);color:#d8ffe4}.shop3d-feedback[data-kind=err]{border-color:var(--shop-red);color:#ffe0dc}.shop3d-sec{display:grid;gap:14px;padding:clamp(14px,2vw,22px);border:3px solid var(--shop-ink);border-radius:20px;background:linear-gradient(160deg,#2e4a8c8c,#101e42b8);box-shadow:inset 0 2px #ffffff24,0 12px 30px #00000052}.shop3d-sechead h3{margin:0;font-family:var(--shop-font-display);font-size:clamp(18px,2.6vw,24px)}.shop3d-sechead p{margin:4px 0 0;color:var(--shop-muted);font-size:13px;font-weight:700}.shop3d-fineprint{margin:0;color:var(--shop-muted);font-size:11px;font-style:italic;opacity:.85}.shop3d-packs{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:14px}.shop3d-pack{position:relative;display:grid;justify-items:center;gap:8px;padding:20px 14px 16px;border:3px solid var(--shop-ink);border-radius:18px;background:linear-gradient(180deg,var(--shop-panel-hi),var(--shop-panel-lo));box-shadow:inset 0 2px #ffffff2e,0 8px #09122a8c;text-align:center}.shop3d-pack.is-populaire,.shop3d-pack.is-meilleure_offre{border-color:var(--shop-gold);box-shadow:inset 0 2px #ffffff3d,0 0 0 2px var(--shop-gold-lo),0 8px #09122a8c,0 0 22px #ffc93c59}.shop3d-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:4px 12px;border:2px solid var(--shop-ink);border-radius:999px;background:linear-gradient(180deg,var(--shop-gold-hi),var(--shop-gold-lo));color:#43310a;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;box-shadow:0 3px #09122a80}.shop3d-pack-coins{font-size:40px;line-height:1;filter:drop-shadow(0 4px 6px rgba(0,0,0,.4))}.shop3d-pack-amount{font-family:var(--shop-font-display);font-size:20px;color:var(--shop-gold-hi)}.shop3d-pack-bonus{color:#b9ffce;font-weight:900;font-size:12px}.shop3d-chests{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.shop3d-chest{display:grid;justify-items:center;gap:6px;padding:18px 14px 16px;border:3px solid var(--shop-ink);border-radius:18px;background:linear-gradient(180deg,var(--shop-panel-hi),var(--shop-panel-lo));box-shadow:inset 0 2px #ffffff29,0 8px #09122a80;text-align:center}.shop3d-chest-ico{position:relative;font-size:38px;line-height:1;filter:drop-shadow(0 4px 6px rgba(0,0,0,.4))}.shop3d-chest-owned{position:absolute;top:-6px;right:-12px;min-width:20px;padding:1px 5px;border:2px solid var(--shop-ink);border-radius:999px;background:var(--shop-gold);color:#43310a;font-size:11px;font-weight:900}.shop3d-chest-name{font-family:var(--shop-font-display);font-size:16px}.shop3d-chest-desc{color:var(--shop-muted);font-size:11px;font-weight:700;line-height:1.3}.shop3d-buy{margin-top:6px;padding:9px 18px;border:3px solid var(--shop-ink);border-radius:999px;font-family:var(--shop-font-display);font-size:15px;color:#fff;cursor:pointer;transition:filter .12s,transform .06s}.shop3d-buy:active{transform:translateY(2px)}.shop3d-buy.is-euro{background:linear-gradient(180deg,var(--shop-green),var(--shop-green-lo));box-shadow:inset 0 2px #ffffff4d,0 5px #093c1e99}.shop3d-buy.is-gold{color:#43310a;background:linear-gradient(180deg,var(--shop-gold-hi),var(--shop-gold-lo));box-shadow:inset 0 2px #fff6,0 5px 0 var(--shop-gold-lo)}.shop3d-buy:hover:not(:disabled){filter:brightness(1.08)}.shop3d-buy:disabled{filter:grayscale(.7) brightness(.8);cursor:not-allowed;opacity:.7}@keyframes shop3d-pop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.shop3d-feedback{animation:none}}.team-builder-v3 .chest-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-top:12px}.team-builder-v3 .chest-tile{--tier-color: #a9744f;display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border-radius:14px;border:1px solid color-mix(in srgb,var(--tier-color) 55%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--tier-color) 16%,transparent),#00000040);box-shadow:0 0 14px 1px color-mix(in srgb,var(--tier-color) 30%,transparent);text-align:center}.team-builder-v3 .chest-tile-ico{position:relative;font-size:40px;line-height:1}.team-builder-v3 .chest-tile-count{position:absolute;bottom:-4px;right:-10px;background:var(--tier-color);color:#1a1206;font-weight:800;font-size:12px;border-radius:999px;padding:1px 6px}.team-builder-v3 .chest-tile-name{font-size:15px}.team-builder-v3 .chest-tile-desc{opacity:.8}.team-builder-v3 .chest-tile-stats{display:flex;flex-direction:column;gap:2px;font-size:11px;opacity:.85;margin:4px 0}.team-builder-v3 .chest-tile-open{margin-top:6px;padding:8px 14px;border-radius:999px;border:1px solid var(--tier-color);background:color-mix(in srgb,var(--tier-color) 35%,transparent);color:inherit;font-weight:700;cursor:pointer}.team-builder-v3 .chest-tile-open:disabled{opacity:.45;cursor:default}.team-builder-v3 .chests-page-footer{margin-top:16px;display:flex;justify-content:center}.chest-opening-overlay{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center}.chest-opening-overlay .chest-opening-backdrop{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background:radial-gradient(ellipse at center,#140e06eb,#040301f7);opacity:0;transition:opacity .35s ease;padding:24px}.chest-opening-overlay.is-visible .chest-opening-backdrop{opacity:1}.chest-opening-chest{--tier-color: #a9744f;--flash-color: #f5c542;position:relative;font-size:96px;line-height:1;transition:opacity .3s ease,transform .3s ease;filter:drop-shadow(0 0 18px color-mix(in srgb,var(--tier-color) 70%,transparent))}.chest-opening-chest.is-shaking{animation:chest-shake .5s ease-in-out infinite}@keyframes chest-shake{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-6deg) scale(1.02)}75%{transform:rotate(6deg) scale(1.02)}}.chest-opening-chest.is-bursting{animation:chest-burst .5s ease-out forwards}@keyframes chest-burst{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1.6);opacity:0}}.chest-opening-chest.is-hidden{display:none}.chest-opening-chest-flash{position:absolute;inset:-60px;border-radius:50%;background:radial-gradient(circle,var(--flash-color) 0%,transparent 70%);opacity:0}.chest-opening-chest.is-bursting .chest-opening-chest-flash{animation:chest-flash .6s ease-out forwards}@keyframes chest-flash{0%{opacity:0;transform:scale(.4)}35%{opacity:.95;transform:scale(1.4)}to{opacity:0;transform:scale(2.2)}}.chest-opening-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:900px;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.chest-opening-cards.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.chest-card{--rarity-color: #a8acb6;width:96px;height:132px;perspective:700px}.chest-card-inner{position:relative;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.7,.3,1);transform-style:preserve-3d}.chest-card.is-flipped .chest-card-inner{transform:rotateY(180deg)}.chest-card-back,.chest-card-front{position:absolute;inset:0;backface-visibility:hidden;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6px}.chest-card-back{background:linear-gradient(160deg,#2a2a33,#16161c);border:1px solid rgba(255,255,255,.15);font-size:30px;font-weight:800;color:#fff6}.chest-card-front{transform:rotateY(180deg);background:linear-gradient(165deg,color-mix(in srgb,var(--rarity-color) 30%,#171717),#101014);border:2px solid var(--rarity-color);box-shadow:0 0 12px 1px color-mix(in srgb,var(--rarity-color) 55%,transparent);gap:4px;overflow:hidden}.chest-card.is-high-rarity .chest-card-front{box-shadow:0 0 22px 3px color-mix(in srgb,var(--rarity-color) 80%,transparent)}.chest-card.is-high-rarity .chest-card-front:after{content:"";position:absolute;inset:-50%;background:linear-gradient(115deg,transparent 40%,color-mix(in srgb,var(--rarity-color) 65%,white) 50%,transparent 60%);animation:chest-card-shine 1.6s ease-in-out infinite}@keyframes chest-card-shine{0%{transform:translate(-60%)}to{transform:translate(60%)}}.chest-card-rarity-pill{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--rarity-color);font-weight:700}.chest-card-name{font-size:11px;line-height:1.15}.chest-card-amount{font-size:11px;font-weight:800;color:var(--rarity-color)}.chest-opening-summary{display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;color:#f4f0e6}.chest-opening-summary.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.chest-opening-summary p{font-size:20px;font-weight:800;margin:0}.chest-summary-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chest-summary-pill{--rarity-color: #a8acb6;border:1px solid var(--rarity-color);color:var(--rarity-color);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}
