.compare-game{position:relative}.compare-game__error{border-radius:var(--radius-md);color:#f87171;font-family:var(--font-mono);background:#f8717114;border:1px solid #f871714d;margin-bottom:12px;padding:10px 14px;font-size:12px}.compare-game__loading{background:var(--bg-section);border-radius:var(--radius-md);font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-45);pointer-events:none;justify-content:center;align-items:center;font-size:11px;display:flex;position:absolute;inset:0}
.duel{grid-template-columns:minmax(0,1fr) 360px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.duel__mobile-compare{display:none}@media (max-width:900px){.duel{grid-template-columns:1fr}.duel__center{order:-1}}.duel__side{border:1px solid var(--border-card);background:linear-gradient(180deg, var(--bg-card) 0%, var(--bg-section) 100%);border-radius:var(--radius-md);flex-direction:column;min-height:440px;padding:16px 18px;display:flex}.duel__side--empty{border-style:dashed;border-color:var(--border-card);background:var(--bg-card-soft);justify-content:flex-start;align-items:center;padding:24px 20px}.duel__side-head{border-bottom:1px solid;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;padding-bottom:12px;display:flex}.duel__side--left .duel__side-head{border-color:#ffd36b55}.duel__side--right .duel__side-head{border-color:#7dd3fc55}.duel__side-identity{flex:1;min-width:0}.duel__side-clan{font-family:var(--font-mono);letter-spacing:.2em;color:var(--color-text-45);margin-bottom:4px;font-size:10.5px;font-weight:700}.duel__side-name{font-family:var(--font-display);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:700;line-height:1.1;overflow:hidden}.duel__side--left .duel__side-name{color:#ffd36b}.duel__side--right .duel__side-name{color:#7dd3fc}.duel__side-sub{margin-top:6px}.duel__side-tier{font-family:var(--font-mono);letter-spacing:.18em;color:var(--duel-tier-color);background:color-mix(in srgb, var(--duel-tier-color) 11%, transparent);border-radius:999px;align-items:center;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.duel__side-remove{border:1px solid var(--border-card);width:26px;height:26px;color:var(--color-text-45);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:0;font-size:16px;line-height:1;transition:all .15s}.duel__side-remove:hover{color:#f87171;background:#f8717114;border-color:#f8717180}.duel__metrics{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.duel__metric{border-radius:5px;grid-template-columns:auto minmax(0,1fr) auto;align-items:baseline;gap:10px;padding:7px 10px;transition:background .15s;display:grid;position:relative}.duel__side--left .duel__metric>.duel__metric-contrib{text-align:left;order:1}.duel__side--left .duel__metric>.duel__metric-label{text-align:left;order:2}.duel__side--left .duel__metric>.duel__metric-value{text-align:right;order:3}.duel__side--right .duel__metric>.duel__metric-value{text-align:left;order:1}.duel__side--right .duel__metric>.duel__metric-label{text-align:right;order:2}.duel__side--right .duel__metric>.duel__metric-contrib{text-align:right;order:3}.duel__metric-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap;color:#fb923c;font-size:13px;font-weight:700}.duel__metric-value[data-tone=win]{color:#22c55e}.duel__metric-value[data-tone=parity]{color:#5eead4}.duel__metric-value[data-tone=value]{color:#fb923c}.duel__metric:hover{background:var(--bg-card-soft)}.duel__metric--win{background:#22c55e0f;box-shadow:inset 2px 0 #22c55e}.duel__metric--parity{background:#5eead412;box-shadow:inset 2px 0 #5eead4}.duel__metric-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-45);font-size:10px}.duel__metric-body{text-align:right}.duel__metric-main{font-family:var(--font-mono);color:var(--color-text-100);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700;line-height:1.1}.duel__metric--win .duel__metric-main{color:#22c55e}.duel__metric-contrib{color:#ef4444;margin-left:5px;font-size:9.5px;font-weight:500}.duel__metric-contrib[data-tone=parity]{color:#5eead4}.duel__metric-contrib[data-tone=apex]{color:#ef4444}.duel__metric-sub{font-family:var(--font-mono);color:var(--color-text-45);font-variant-numeric:tabular-nums;margin-top:2px;font-size:9.5px}.duel__center{flex-direction:column;justify-content:center;align-items:stretch;min-height:440px;display:flex}.duel__radar{flex:auto;width:100%;min-height:400px;position:relative}.duel__vs{font-family:var(--font-display);color:var(--color-text-45);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:40px 12px;display:flex}.duel__vs-label{letter-spacing:.12em;color:var(--color-text-12);text-shadow:0 0 40px rgba(var(--accent-rgb), .2);font-size:72px;font-weight:700;line-height:1}.duel__vs-hint{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;font-size:10.5px;line-height:1.5}.duel__empty{flex-direction:column;gap:10px;width:100%;display:flex}.duel__empty-head{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--color-text-70);text-align:center;border-bottom:1px dashed var(--border-card);padding-bottom:10px;font-size:11px}.duel__empty-input{border:1px solid rgba(var(--accent-rgb), .4);background:var(--bg-section);width:100%;color:var(--color-text-100);font-family:var(--font-mono);border-radius:6px;outline:none;padding:10px 12px;font-size:12.5px;transition:border-color .15s,background .15s}.duel__empty-input:focus{border-color:var(--accent);background:var(--bg-void-strong);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12)}.duel__empty-input::placeholder{color:var(--color-text-45)}.duel__empty-results{flex-direction:column;gap:4px;max-height:240px;padding:2px;display:flex;overflow-y:auto}.duel__empty-results::-webkit-scrollbar{width:4px}.duel__empty-results::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:2px}.duel__empty-hint{font-family:var(--font-mono);letter-spacing:.12em;color:var(--color-text-45);text-align:center;padding:10px 6px;font-size:11px}.duel__empty-row{cursor:pointer;font-family:var(--font-mono);border-radius:6px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;transition:background .1s;display:flex}:is(.duel__empty-row:hover,.duel__empty-row:focus-visible){background:var(--bg-card-soft);outline:none}.duel__empty-row-name{min-width:0;color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.duel__empty-row-tag{letter-spacing:.1em;color:var(--color-ice);font-size:9.5px;font-weight:700}.duel__empty-row-apex{letter-spacing:.1em;color:var(--color-text-45);font-size:9.5px}.duel__empty-row-name--fresh{color:rgba(var(--accent-rgb), .82)}.duel__empty-import{border:1px dashed var(--accent-line);background:var(--accent-soft);color:var(--accent);cursor:pointer;font-family:var(--font-mono);letter-spacing:.08em;text-align:center;border-radius:6px;padding:9px 12px;font-size:11px;transition:all .15s}.duel__empty-import:hover:not(:disabled){background:rgba(var(--accent-rgb), .18);border-color:var(--accent)}@media (max-width:768px){.duel{grid-template-columns:1fr 1fr!important;gap:8px!important}.duel__center{order:-1!important;grid-column:1/-1!important;min-height:0!important}.duel__radar{min-height:0!important}.duel__radar>.spider-chart{aspect-ratio:1;width:97%;max-width:380px;height:auto;min-height:0;margin:0 auto}.duel__side{min-height:0!important;padding:10px 12px!important}:is(.duel__side--left,.duel__side--right){min-height:0!important}.duel__metrics{display:none!important}.duel__mobile-compare{border:1px solid var(--border-card);background:var(--bg-card);border-radius:var(--radius-md);margin-top:6px;padding:8px 6px;grid-column:1/-1!important;display:block!important}.duel__mobile-heads{display:none!important}.duel__side-head{position:relative;border-bottom:none!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}.duel__side-identity{text-align:center;gap:4px;width:100%;min-height:80px;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.duel__side-clan{order:1;letter-spacing:.16em!important;margin-bottom:0!important;font-size:9px!important}.duel__side-name{flex:auto;order:2;justify-content:center;align-items:center;width:100%;display:flex;font-size:clamp(11px,4.5vw,17px)!important}.duel__side-sub{order:3;margin-top:0!important}.duel__side-tier{letter-spacing:.16em!important;padding:3px 10px!important;font-size:8.5px!important}.duel__side-remove{width:18px!important;height:18px!important;font-size:12px!important;position:absolute!important;top:4px!important;right:4px!important}.duel__mobile-rows{margin:0;padding:0;list-style:none}.duel__mobile-row{border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr 34% 1fr;align-items:center;padding:5px 4px;display:grid}.duel__mobile-row:last-child{border-bottom:none}.duel__mobile-cell{font-family:var(--font-mono);font-variant-numeric:tabular-nums;align-items:baseline;gap:3px;font-size:11px;font-weight:700;overflow:hidden;grid-auto-rows:auto!important;grid-auto-flow:column!important;display:grid!important}.duel__mobile-cell--left{padding-right:6px;grid-template-columns:auto 1fr!important}.duel__mobile-cell--right{padding-left:6px;grid-template-columns:1fr auto!important}.duel__mobile-cell--left .duel__mobile-val{text-align:right;grid-column:2}.duel__mobile-cell--left .duel__mobile-contrib{text-align:left;grid-column:1}.duel__mobile-cell--right .duel__mobile-val{text-align:left;grid-column:1}.duel__mobile-cell--right .duel__mobile-contrib{text-align:right;grid-column:2}.duel__mobile-contrib{font-size:8px}.duel__mobile-cell[data-tone=win]{color:#22c55e}.duel__mobile-cell[data-tone=parity]{color:#5eead4}.duel__mobile-cell[data-tone=value]{color:#fb923c}.duel__mobile-contrib[data-tone=parity]{color:#5eead4}.duel__mobile-contrib[data-tone=apex]{color:#ef4444}.duel__mobile-val{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.duel__mobile-label{text-align:center;font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-text-45);text-transform:uppercase;border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);padding:0 4px;font-size:8.5px;line-height:1.15}}
.SpiderChart-module__UF_Yua__spiderChart{width:100%;height:100%;position:relative}.SpiderChart-module__UF_Yua__spiderChartHalo{background:radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb), .08) 0%, transparent 55%), radial-gradient(circle at 50% 50%, #7dd3fc0a 0%, transparent 70%);pointer-events:none;z-index:0;position:absolute;inset:-10%}.SpiderChart-module__UF_Yua__spiderChartDecor{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.SpiderChart-module__UF_Yua__spiderChart .recharts-wrapper{z-index:2;position:relative}.SpiderChart-module__UF_Yua__placeholder{width:100%;height:100%;min-height:200px}.SpiderChart-module__UF_Yua__hiddenDefs{width:0;height:0;position:absolute}.SpiderChart-module__UF_Yua__tooltip{background-color:var(--bg-deep);border:1px solid var(--accent-line);min-width:240px;font-family:var(--font-mono);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:10px;padding:.625rem .875rem;font-size:.75rem;box-shadow:0 14px 40px -10px #000000b3}.SpiderChart-module__UF_Yua__tooltipHeader{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-45);border-bottom:1px solid var(--border-subtle);justify-content:space-between;margin-bottom:2px;padding-bottom:6px;font-size:.6563rem;display:flex}.SpiderChart-module__UF_Yua__tooltipWeight{color:var(--color-text-70)}.SpiderChart-module__UF_Yua__tooltipRow{grid-template-columns:10px 1fr auto auto;align-items:center;gap:.5rem;padding:3px 0;display:grid}.SpiderChart-module__UF_Yua__tooltipDot{border-radius:50%;width:8px;height:8px}.SpiderChart-module__UF_Yua__tooltipName{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SpiderChart-module__UF_Yua__tooltipValue{color:var(--color-text-100);font-variant-numeric:tabular-nums;font-weight:600}.SpiderChart-module__UF_Yua__tooltipContribution{color:var(--accent);font-variant-numeric:tabular-nums;text-align:right;min-width:50px;font-size:.6563rem}.SpiderChart-module__UF_Yua__tooltipBaselineFooter{border-top:1px dashed var(--border-subtle);color:var(--text-55);justify-content:space-between;gap:10px;margin-top:6px;padding-top:6px;font-size:.6563rem;display:flex}.SpiderChart-module__UF_Yua__tabularNum{font-variant-numeric:tabular-nums}
.DynamicsCanvas-module__34bDjW__dynamicsCanvas{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:900px){.DynamicsCanvas-module__34bDjW__dynamicsCanvas{grid-template-columns:1fr}}.DynamicsCanvas-module__34bDjW__dynCard{--card-hue:244, 246, 251;border:1px solid rgba(var(--card-hue), .2);background:radial-gradient(circle at 18% 0%, rgba(var(--card-hue), .13), transparent 38%), linear-gradient(180deg, #ffffff05, transparent 46%), var(--bg-section);border-radius:var(--radius-md);box-shadow:inset 0 1px 0 #ffffff0b, 0 16px 44px -30px rgba(var(--card-hue), .55);padding:.75rem 1rem .625rem;position:relative;overflow:hidden}.DynamicsCanvas-module__34bDjW__dynCard:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--card-hue), .76), transparent);opacity:.9;height:1px;position:absolute;top:0;left:12%;right:12%}.DynamicsCanvas-module__34bDjW__dynCardHead{justify-content:space-between;align-items:baseline;gap:.625rem;margin-bottom:.125rem;display:flex}.DynamicsCanvas-module__34bDjW__dynCardHead h3{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#f4f6fbeb;align-items:center;gap:.4375rem;margin:0;font-size:.8125rem;font-weight:600;display:inline-flex}.DynamicsCanvas-module__34bDjW__dynCardHelp{border:1px solid var(--color-text-25);width:14px;height:14px;font-size:9px;font-weight:700;font-family:var(--font-mono);color:var(--color-text-45);cursor:pointer;text-transform:none;letter-spacing:0;transition:color var(--t-fast,.12s) ease, border-color var(--t-fast,.12s) ease, background var(--t-fast,.12s) ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.DynamicsCanvas-module__34bDjW__dynCardHelp:hover,.DynamicsCanvas-module__34bDjW__dynCardHelp:focus-visible{color:var(--color-text-100);border-color:var(--color-text-45);outline:none}.DynamicsCanvas-module__34bDjW__dynCardHelpOpen{color:var(--accent-ink,var(--color-text-100));border-color:var(--accent);background:var(--accent)}.DynamicsCanvas-module__34bDjW__dynCardHelpPopover{z-index:10;background:var(--bg-card-strong,var(--bg-card));border:1px solid var(--border-card);width:max-content;max-width:min(280px,70vw);font-family:var(--font-body,system-ui);letter-spacing:.01em;text-transform:none;color:var(--color-text-100);cursor:default;pointer-events:none;white-space:normal;border-radius:6px;padding:8px 10px;font-size:11px;font-weight:400;line-height:1.4;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px -8px #00000080}.DynamicsCanvas-module__34bDjW__dynCardVal{font-family:var(--font-display);letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1.18rem;font-weight:700;line-height:1}.DynamicsCanvas-module__34bDjW__dynCardValGold{color:var(--accent)}.DynamicsCanvas-module__34bDjW__dynCardValGreen{color:var(--stat-good)}.DynamicsCanvas-module__34bDjW__dynCardValRose,.DynamicsCanvas-module__34bDjW__dynCardValWarn{color:var(--stat-warn)}.DynamicsCanvas-module__34bDjW__delta{font-variant-numeric:tabular-nums;margin-left:.375rem;font-size:.6875rem;font-weight:600}.DynamicsCanvas-module__34bDjW__deltaUp{color:var(--stat-good)}.DynamicsCanvas-module__34bDjW__deltaDown{color:var(--stat-bad)}.DynamicsCanvas-module__34bDjW__dynCardSub{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-35,var(--color-text-45));font-variant-numeric:tabular-nums;margin-bottom:.375rem;font-size:.625rem}.DynamicsCanvas-module__34bDjW__dynCardChart{height:170px;box-shadow:none;background:0 0;border-radius:8px;position:relative;overflow:hidden}@media (max-width:900px){.DynamicsCanvas-module__34bDjW__dynCardVal{font-size:1.0625rem}.DynamicsCanvas-module__34bDjW__delta{font-size:.6875rem}.DynamicsCanvas-module__34bDjW__dynCardChart{height:150px}}.DynamicsCanvas-module__34bDjW__dynCardChart svg{z-index:2;width:100%;height:100%;display:block;position:relative;overflow:visible}.DynamicsCanvas-module__34bDjW__dynGrid{pointer-events:none}.DynamicsCanvas-module__34bDjW__dynGrid line{stroke:#ffffff0e;stroke-width:1px;stroke-dasharray:1 8}.DynamicsCanvas-module__34bDjW__dynLineArea{opacity:.1}.DynamicsCanvas-module__34bDjW__dynLineGlow{stroke-width:7px;stroke-opacity:.14;filter:blur(3px)}.DynamicsCanvas-module__34bDjW__dynLineMain{stroke-width:2.35px;filter:drop-shadow(0 0 5px)}.DynamicsCanvas-module__34bDjW__dynLineSubtle{stroke-width:1.85px;stroke-opacity:.72}.DynamicsCanvas-module__34bDjW__dynLineAvg{stroke-width:1.55px;stroke-opacity:.66}.DynamicsCanvas-module__34bDjW__dynPoint,.DynamicsCanvas-module__34bDjW__dynPointMuted,.DynamicsCanvas-module__34bDjW__dynPointLast{stroke:#05070fd1;stroke-width:1px}.DynamicsCanvas-module__34bDjW__dynPoint{opacity:.76}.DynamicsCanvas-module__34bDjW__dynPointMuted{opacity:.52}.DynamicsCanvas-module__34bDjW__dynPointLast{stroke-width:1.4px;filter:drop-shadow(0 0 5px)}.DynamicsCanvas-module__34bDjW__dynPointPulse{fill:#0000;stroke-width:1.2px;stroke-opacity:.55}.DynamicsCanvas-module__34bDjW__dynBarAxis{stroke:#ffffff21;stroke-width:1px;stroke-dasharray:3 5}.DynamicsCanvas-module__34bDjW__dynBarPositive,.DynamicsCanvas-module__34bDjW__dynBarNegative{opacity:.86;filter:drop-shadow(0 2px 5px #00000038)}.DynamicsCanvas-module__34bDjW__dynBarNegative{opacity:.74}.DynamicsCanvas-module__34bDjW__dynBarHit:hover{fill:#ffffff0e}.DynamicsCanvas-module__34bDjW__dynHit{fill:#0000;cursor:pointer}.DynamicsCanvas-module__34bDjW__dynCardTooltip{pointer-events:none;z-index:5;background:linear-gradient(180deg, rgba(var(--card-hue), .08), transparent), var(--bg-deep);border:1px solid rgba(var(--card-hue), .45);font-family:var(--font-mono);letter-spacing:.02em;color:var(--color-text-100);white-space:nowrap;border-radius:6px;max-width:calc(100% - 12px);padding:.5rem .625rem;font-size:.75rem;line-height:1.4;animation:.12s ease-out DynamicsCanvas-module__34bDjW__dyn-tooltip-in;position:absolute;transform:translate(-50%,calc(-100% - 10px));box-shadow:0 8px 22px -8px #000000b3,0 0 0 1px #0006}.DynamicsCanvas-module__34bDjW__dynCardTooltipBelow{transform:translate(-50%,10px)!important}.DynamicsCanvas-module__34bDjW__dynCardTooltipLeft{transform:translateY(calc(-100% - 10px))}.DynamicsCanvas-module__34bDjW__dynCardTooltipLeft.DynamicsCanvas-module__34bDjW__dynCardTooltipBelow{transform:translateY(10px)!important}.DynamicsCanvas-module__34bDjW__dynCardTooltipRight{transform:translate(-100%,calc(-100% - 10px))}.DynamicsCanvas-module__34bDjW__dynCardTooltipRight.DynamicsCanvas-module__34bDjW__dynCardTooltipBelow{transform:translate(-100%,10px)!important}.DynamicsCanvas-module__34bDjW__dynCardTooltip strong{color:var(--color-text-45);letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:.625rem;font-weight:600;display:block}.DynamicsCanvas-module__34bDjW__dynCardTooltipRow{font-variant-numeric:tabular-nums;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;min-width:126px;padding:1px 0;display:grid}.DynamicsCanvas-module__34bDjW__sw{border-radius:50%;flex-shrink:0;width:6px;height:6px}@keyframes DynamicsCanvas-module__34bDjW__dyn-tooltip-in{0%{opacity:0;transform:translate(-50%,calc(-100% - 6px))}to{opacity:1;transform:translate(-50%,calc(-100% - 10px))}}.DynamicsCanvas-module__34bDjW__dynCardAxis{font-family:var(--font-mono);letter-spacing:.12em;color:var(--color-text-25);justify-content:space-between;margin-top:.5rem;font-size:.625rem;display:flex}.DynamicsCanvas-module__34bDjW__dynStub,.DynamicsCanvas-module__34bDjW__dynStubPartial{text-align:center;border:1px dashed var(--border-card);background:var(--bg-card-soft);border-radius:var(--radius-md);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-70);padding:2.5rem 1.875rem;font-size:.875rem}.DynamicsCanvas-module__34bDjW__dynStub strong{color:var(--accent);letter-spacing:.2em;margin-bottom:.5rem;font-size:1rem;display:block}.DynamicsCanvas-module__34bDjW__dynStubPartial{border-color:var(--accent-line);color:var(--color-text-45)}
.EmptyState-module__Uo4jhW__root{text-align:center;border:1px dashed var(--border-subtle);background:var(--bg-card-soft);border-radius:var(--radius-md);padding:clamp(24px,4vw,40px)}.EmptyState-module__Uo4jhW__icon{color:var(--color-text-45);margin-bottom:10px;font-size:28px}.EmptyState-module__Uo4jhW__title{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-70);margin-bottom:0;font-size:11px}.EmptyState-module__Uo4jhW__titleWithMessage{margin-bottom:6px}.EmptyState-module__Uo4jhW__message{color:var(--color-text-45);margin:0;font-size:clamp(12px,1.3vw,14px);line-height:1.5}.EmptyState-module__Uo4jhW__action{margin-top:16px}
.Dossier-module__Ewx-ba__dossierButton{cursor:pointer;text-align:left;background:linear-gradient(145deg,#c9a8751a,#a07e480f);border:1px solid #a07e4859;border-radius:4px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;padding:.5rem .8125rem;transition:all .2s;display:grid;position:relative;overflow:hidden}.Dossier-module__Ewx-ba__dossierButton:before{content:"";pointer-events:none;opacity:0;background-image:repeating-linear-gradient(0deg,#0000 0 3px,#ffc8820a 3px 4px);transition:opacity .25s;position:absolute;inset:0}.Dossier-module__Ewx-ba__dossierButton:hover{background:linear-gradient(145deg,#c9a8752e,#a07e481f);border-color:#c9a87599;box-shadow:0 4px 14px -6px #a07e4866}.Dossier-module__Ewx-ba__dossierButton:hover:before{opacity:1}.Dossier-module__Ewx-ba__dossierButton:hover .Dossier-module__Ewx-ba__dossierButtonArrow{transform:translate(4px)}.Dossier-module__Ewx-ba__dossierButton:hover .Dossier-module__Ewx-ba__dossierButtonSealSvg{transform:rotate(-8deg)}.Dossier-module__Ewx-ba__dossierButtonClosed{cursor:not-allowed;opacity:.7;filter:grayscale(.6);background:linear-gradient(145deg,#5050502e,#2828281f);border-color:#78787859}.Dossier-module__Ewx-ba__dossierButtonClosed:hover{box-shadow:none;background:linear-gradient(145deg,#5050502e,#2828281f);border-color:#78787859}.Dossier-module__Ewx-ba__dossierButtonClosed .Dossier-module__Ewx-ba__dossierButtonCls{color:#a0a0a0b3}.Dossier-module__Ewx-ba__dossierButtonClosed .Dossier-module__Ewx-ba__dossierButtonTitle{color:#b4b4b4d9;-webkit-text-decoration:line-through #b4b4b480;text-decoration:line-through #b4b4b480}.Dossier-module__Ewx-ba__dossierButtonFolder{filter:drop-shadow(0 2px 3px #0000004d);flex-shrink:0;width:32px;height:25px;position:relative}.Dossier-module__Ewx-ba__dossierButtonFolderSvg{width:100%;height:100%;display:block}.Dossier-module__Ewx-ba__dossierButtonSealSvg{width:16px;height:16px;transition:transform .25s;position:absolute;bottom:-3px;right:-2px;transform:rotate(-2deg)}.Dossier-module__Ewx-ba__dossierButtonText{z-index:1;flex-direction:column;gap:0;min-width:0;display:flex;position:relative}.Dossier-module__Ewx-ba__dossierButtonCls{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#dc6464d9;white-space:nowrap;font-size:.5625rem;font-weight:700;line-height:1.2}.Dossier-module__Ewx-ba__dossierButtonTitle{font-family:var(--font-display);letter-spacing:.02em;color:var(--color-text-100);font-size:.9375rem;font-weight:700;line-height:1.2}.Dossier-module__Ewx-ba__dossierButtonArrow{font-family:var(--font-mono);color:#c9a875b3;z-index:1;font-size:1.125rem;transition:transform .2s;position:relative}@media (max-width:768px){.Dossier-module__Ewx-ba__dossierButton{text-align:center;grid-template-rows:auto 1fr auto;grid-template-columns:1fr;align-content:stretch;justify-items:center;gap:clamp(.25rem,1.2vw,.5rem);padding:clamp(.5rem,2vw,.75rem)}.Dossier-module__Ewx-ba__dossierButtonFolder{aspect-ratio:36/28;order:2;place-self:center;width:clamp(38px,10vw,56px)}.Dossier-module__Ewx-ba__dossierButtonText{display:contents}.Dossier-module__Ewx-ba__dossierButtonCls{letter-spacing:.12em;text-align:center;order:1;align-self:start;font-size:clamp(.48rem,1.75vw,.625rem)}.Dossier-module__Ewx-ba__dossierButtonTitle{text-align:center;order:3;align-self:end;font-size:clamp(.8rem,2.4vw,.9375rem)}.Dossier-module__Ewx-ba__dossierButtonArrow{display:none}.Dossier-module__Ewx-ba__dossierButtonSealSvg{width:clamp(14px,4vw,22px);height:clamp(14px,4vw,22px)}}.Dossier-module__Ewx-ba__dossierOverlay{z-index:9999;background:var(--bg-overlay);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:1.875rem;animation:.25s Dossier-module__Ewx-ba__dossier-overlay-in;display:flex;position:fixed;inset:0}@keyframes Dossier-module__Ewx-ba__dossier-overlay-in{0%{opacity:0}to{opacity:1}}.Dossier-module__Ewx-ba__dossierStage{flex-direction:column;align-items:center;width:min(760px,100%);max-height:92vh;display:flex;position:relative}.Dossier-module__Ewx-ba__dossierHint{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-55);pointer-events:none;font-size:.875rem;animation:2s ease-in-out infinite Dossier-module__Ewx-ba__dossier-hint-pulse;position:absolute;bottom:-32px}@keyframes Dossier-module__Ewx-ba__dossier-hint-pulse{0%,to{opacity:.55}50%{opacity:.95}}.Dossier-module__Ewx-ba__dossierFolder{background:linear-gradient(135deg,#c9a875 0%,#b08e58 50%,#a07e48 100%);border:1px solid #b4824680;border-radius:6px;width:100%;min-height:clamp(320px,60vh,480px);padding:2.1875rem 2.1875rem 2.5rem;transition:padding .6s,min-height .6s;position:relative;overflow:hidden;box-shadow:0 30px 80px -20px #000000b3,inset 0 0 0 1px #ffdcb42e}.Dossier-module__Ewx-ba__dossierFolder:before{content:"";pointer-events:none;mix-blend-mode:multiply;background-image:repeating-linear-gradient(0deg,#0000 0 3px,#00000006 3px 4px);position:absolute;inset:0}.Dossier-module__Ewx-ba__dossierFolderCorner{font-family:var(--font-mono);z-index:2;flex-direction:column;gap:2px;display:flex;position:absolute;top:14px;left:18px}.Dossier-module__Ewx-ba__dossierFolderCls{letter-spacing:.22em;color:#a01e1ed9;background:#ffdcc866;border:1px solid #a01e1e80;padding:1px .5rem;font-size:.75rem;font-weight:700}.Dossier-module__Ewx-ba__dossierFolderNo{color:#3c2814cc;letter-spacing:.1em;text-align:center;font-size:.625rem}.Dossier-module__Ewx-ba__dossierClose{color:#3c2814b3;cursor:pointer;z-index:5;background:0 0;border:0;border-radius:50%;width:28px;height:28px;font-size:1.75rem;line-height:1;transition:background .15s,color .15s;position:absolute;top:10px;right:12px}.Dossier-module__Ewx-ba__dossierClose:hover{color:#28140a;background:#00000014}.Dossier-module__Ewx-ba__dossierSeal{cursor:pointer;z-index:10;filter:drop-shadow(0 6px 12px #00000073);background:0 0;border:0;width:200px;height:200px;padding:0;transition:transform .25s,opacity .8s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Dossier-module__Ewx-ba__dossierSeal:disabled{cursor:default}.Dossier-module__Ewx-ba__dossierSeal:hover:not(:disabled){transform:translate(-50%,-50%)scale(1.04)}.Dossier-module__Ewx-ba__dossierSealSvg{width:100%;height:100%;display:block}.Dossier-module__Ewx-ba__dossierSealRingOuter{fill:#a01919eb;stroke:#6e0f0ff2;stroke-width:2.5px}.Dossier-module__Ewx-ba__dossierSealRingInner{fill:none;stroke:#ffe6dcb3;stroke-width:1.5px}.Dossier-module__Ewx-ba__dossierSealStar{fill:#ffe6dceb;stroke:#8c141499;stroke-width:.8px}.Dossier-module__Ewx-ba__dossierSealTextBottom{fill:#ffe6dcbf;font-family:var(--font-mono);letter-spacing:.18em;font-size:.5rem;font-weight:700}.Dossier-module__Ewx-ba__dossierSealCrack{transform-origin:top;opacity:0;background:#ffe6dcf2;width:4px;height:0;position:absolute;top:50%;left:50%;box-shadow:0 0 8px #fff0e6cc}.Dossier-module__Ewx-ba__dossierSealCrack1{transform:translate(-50%,-100%)rotate(15deg)}.Dossier-module__Ewx-ba__dossierSealCrack2{transform:translate(-50%,-100%)rotate(-25deg)}.Dossier-module__Ewx-ba__dossierSealCrack3{transform:translate(-50%,-100%)rotate(40deg)}.Dossier-module__Ewx-ba__stageCracking .Dossier-module__Ewx-ba__dossierSeal{animation:.4s Dossier-module__Ewx-ba__seal-shake,.8s .35s forwards Dossier-module__Ewx-ba__seal-fade}.Dossier-module__Ewx-ba__stageCracking .Dossier-module__Ewx-ba__dossierSealCrack{animation:.6s .15s forwards Dossier-module__Ewx-ba__seal-crack}.Dossier-module__Ewx-ba__stageRevealed .Dossier-module__Ewx-ba__dossierSeal{display:none}@keyframes Dossier-module__Ewx-ba__seal-shake{0%,to{transform:translate(-50%,-50%)}20%{transform:translate(-52%,-49%)rotate(-3deg)}40%{transform:translate(-48%,-51%)rotate(4deg)}60%{transform:translate(-51%,-48%)rotate(-2deg)}80%{transform:translate(-49%,-52%)rotate(2deg)}}@keyframes Dossier-module__Ewx-ba__seal-fade{to{opacity:0;transform:translate(-50%,-50%)scale(1.4)}}@keyframes Dossier-module__Ewx-ba__seal-crack{0%{opacity:0;height:0}10%{opacity:1}to{opacity:0;height:140px}}.Dossier-module__Ewx-ba__dossierPaper{font-family:var(--font-mono);color:#3a2a14;opacity:0;z-index:1;background:linear-gradient(#f5e6c4 0%,#ecd9b0 100%);border:1px solid #8c643266;border-radius:3px;padding:1.75rem 2rem 1.875rem;transition:opacity .55s,transform .55s;position:relative;transform:translateY(-40px)scale(.96);box-shadow:inset 0 1px #ffffff80,inset 0 -1px #0000000f,0 4px 12px #00000040}.Dossier-module__Ewx-ba__stageRevealed .Dossier-module__Ewx-ba__dossierPaper{opacity:1;transition-delay:.3s;transform:translateY(0)scale(1)}.Dossier-module__Ewx-ba__dossierPaper:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000 0 22px,#8c64320f 22px 23px);position:absolute;inset:0}.Dossier-module__Ewx-ba__dossierPaperHead{border-bottom:1px dashed #6e461e73;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.Dossier-module__Ewx-ba__dossierPaperCls{letter-spacing:.22em;color:#a01e1ed9;margin-bottom:.3125rem;font-size:.625rem;font-weight:700}.Dossier-module__Ewx-ba__dossierPaperTitle{font-family:var(--font-display);letter-spacing:.04em;color:#2a1a08;font-size:1.375rem;font-weight:700}.Dossier-module__Ewx-ba__dossierPaperDate{text-align:right;letter-spacing:.18em;color:#46280fb3;text-transform:uppercase;font-size:.625rem}.Dossier-module__Ewx-ba__dossierPaperDateVal{font-family:var(--font-mono);color:#2a1a08;letter-spacing:.05em;margin-top:2px;font-size:1rem;font-weight:700}.Dossier-module__Ewx-ba__dossierPaperRow{border-bottom:1px dotted #6e461e40;grid-template-columns:180px 1fr;align-items:baseline;gap:.75rem;padding:.3125rem 0;font-size:.875rem;display:grid}.Dossier-module__Ewx-ba__dossierPaperK{letter-spacing:.16em;text-transform:uppercase;color:#46280fb3;font-size:.75rem}.Dossier-module__Ewx-ba__dossierPaperV{color:#2a1a08;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.Dossier-module__Ewx-ba__dossierPaperDivider{background:linear-gradient(90deg,#0000,#6e461e80,#0000);height:1px;margin:1rem 0}.Dossier-module__Ewx-ba__dossierPaperArchetype{background:color-mix(in srgb, var(--arch-color) 12%, transparent);border-left:4px solid var(--arch-color);border-radius:2px;align-items:center;gap:1rem;padding:.9375rem;display:flex}.Dossier-module__Ewx-ba__dossierPaperArchIcon{font-size:3rem;line-height:1}.Dossier-module__Ewx-ba__dossierPaperArchName{font-family:var(--font-display);letter-spacing:.04em;color:var(--arch-color);text-shadow:0 1px #fff6;font-size:1.75rem;font-weight:700}.Dossier-module__Ewx-ba__dossierPaperText{font-family:var(--font-mono);color:#2a1a08;cursor:text;white-space:pre-wrap;min-height:100px;padding:.5rem 0 1rem;font-size:1rem;line-height:1.7}.Dossier-module__Ewx-ba__dossierPaperCaret{color:#a01e1ed9;font-weight:700;animation:.7s steps(2,end) infinite Dossier-module__Ewx-ba__caret-blink;display:inline-block}@keyframes Dossier-module__Ewx-ba__caret-blink{0%,50%{opacity:1}50.1%,to{opacity:0}}.Dossier-module__Ewx-ba__dossierPaperFooter{border-top:1px dashed #6e461e73;justify-content:space-between;align-items:flex-end;margin-top:1.375rem;padding-top:1rem;display:flex}.Dossier-module__Ewx-ba__dossierPaperSig{letter-spacing:.16em;text-transform:uppercase;color:#46280f99;font-size:.625rem}.Dossier-module__Ewx-ba__dossierPaperSigLine{background:#46280f8c;width:160px;height:1px;margin-bottom:.3125rem}.Dossier-module__Ewx-ba__dossierPaperStamp{position:relative}.Dossier-module__Ewx-ba__dossierPaperStampCircle{color:#a01e1eb3;width:64px;height:64px;font-family:var(--font-mono);letter-spacing:.18em;border:2.5px solid #a01e1eb3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.625rem;font-weight:700;display:flex;transform:rotate(-12deg)}.Dossier-module__Ewx-ba__dossierPaperStampStar{font-size:1.375rem;line-height:1}@media (max-width:600px){.Dossier-module__Ewx-ba__dossierOverlay{align-items:flex-start;padding:.9375rem;overflow-y:auto}.Dossier-module__Ewx-ba__dossierStage{max-height:none;margin:auto}.Dossier-module__Ewx-ba__dossierFolder{padding:2.8125rem 1rem 1.5625rem}.Dossier-module__Ewx-ba__dossierPaper{padding:1.25rem 1rem 1.375rem}.Dossier-module__Ewx-ba__dossierPaperHead{flex-direction:column;gap:.625rem}.Dossier-module__Ewx-ba__dossierPaperDate{text-align:left}.Dossier-module__Ewx-ba__dossierPaperRow{grid-template-columns:1fr;gap:2px;padding:.5rem 0}.Dossier-module__Ewx-ba__dossierPaperArchIcon{font-size:2.1875rem}.Dossier-module__Ewx-ba__dossierPaperArchName{font-size:1.25rem}.Dossier-module__Ewx-ba__dossierSeal{width:140px;height:140px}.Dossier-module__Ewx-ba__dossierPaperText{font-size:.9375rem}}
.PlayerEconomy-module__jF_sOW__sectionHeadAligned{align-items:center}.PlayerEconomy-module__jF_sOW__ecoLegend{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-45);gap:1.25rem;font-size:.875rem;display:flex}.PlayerEconomy-module__jF_sOW__ecoLegendPush{margin-left:auto}.PlayerEconomy-module__jF_sOW__ecoLegendPill{align-items:center;gap:.5rem;display:inline-flex}.PlayerEconomy-module__jF_sOW__ecoLegendD{border-radius:999px;width:7px;height:7px}.PlayerEconomy-module__jF_sOW__ecoLegendDCity{background:#60a5fa;box-shadow:0 0 6px #60a5fa}.PlayerEconomy-module__jF_sOW__ecoLegendDRural{background:#34d399;box-shadow:0 0 6px #34d399}.PlayerEconomy-module__jF_sOW__ecoGrid{position:relative}.PlayerEconomy-module__jF_sOW__ecoGrid:before{content:"";pointer-events:none;z-index:0;border-radius:var(--radius-md);background-image:repeating-linear-gradient(45deg,#0000 0 18px,#ffffff04 18px 19px);position:absolute;inset:-12px}.PlayerEconomy-module__jF_sOW__ecoGrid>*{z-index:1;position:relative}.PlayerEconomy-module__jF_sOW__ecoCard{border-radius:var(--radius-md);background:var(--bg-card-soft);-webkit-backdrop-filter:blur(20px);justify-content:space-between;align-items:center;gap:.625rem;padding:.9375rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.PlayerEconomy-module__jF_sOW__ecoCard{-webkit-backdrop-filter:blur(8px)}}.PlayerEconomy-module__jF_sOW__ecoCardCity{border:1px solid #60a5fa33}.PlayerEconomy-module__jF_sOW__ecoCardRural{border:1px solid #34d39933}.PlayerEconomy-module__jF_sOW__ecoCardFill{transition:width .5s cubic-bezier(.4,0,.2,1),filter .2s;position:absolute;inset:0}.PlayerEconomy-module__jF_sOW__ecoCardCity .PlayerEconomy-module__jF_sOW__ecoCardFill{background:linear-gradient(90deg,#60a5fa05,#60a5fa29 100%);box-shadow:inset -2px 0 10px #60a5fa59}.PlayerEconomy-module__jF_sOW__ecoCardRural .PlayerEconomy-module__jF_sOW__ecoCardFill{background:linear-gradient(90deg,#34d39905,#34d39929 100%);box-shadow:inset -2px 0 10px #34d39959}.PlayerEconomy-module__jF_sOW__ecoCard:hover .PlayerEconomy-module__jF_sOW__ecoCardFill{filter:brightness(1.5)saturate(1.3)}.PlayerEconomy-module__jF_sOW__ecoCardCity:hover{border-color:#60a5fa80;box-shadow:0 0 18px -6px #60a5fa66}.PlayerEconomy-module__jF_sOW__ecoCardRural:hover{border-color:#34d39980;box-shadow:0 0 18px -6px #34d39966}.PlayerEconomy-module__jF_sOW__ecoCardStripe{border-radius:0 2px 2px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.PlayerEconomy-module__jF_sOW__ecoCardCity .PlayerEconomy-module__jF_sOW__ecoCardStripe{background:#60a5fa;box-shadow:2px 0 8px #60a5fa80}.PlayerEconomy-module__jF_sOW__ecoCardRural .PlayerEconomy-module__jF_sOW__ecoCardStripe{background:#34d399;box-shadow:2px 0 8px #34d39980}.PlayerEconomy-module__jF_sOW__ecoCardBody{flex:1;min-width:0;position:relative}.PlayerEconomy-module__jF_sOW__ecoCardName{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:600;overflow:hidden}.PlayerEconomy-module__jF_sOW__ecoCardBuilt{font-family:var(--font-mono);color:var(--color-text-45);margin-top:3px;font-size:.875rem}.PlayerEconomy-module__jF_sOW__ecoCardBuilt span{color:var(--color-text-70)}.PlayerEconomy-module__jF_sOW__ecoCardScore{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;font-size:1.3125rem;font-weight:700;line-height:1;position:relative}.PlayerEconomy-module__jF_sOW__ecoCardCity .PlayerEconomy-module__jF_sOW__ecoCardScore{color:#60a5fa}.PlayerEconomy-module__jF_sOW__ecoCardRural .PlayerEconomy-module__jF_sOW__ecoCardScore{color:#34d399}.PlayerEconomy-module__jF_sOW__ecoCardScore small{letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-45);margin-top:3px;font-size:.625rem;font-weight:400;display:block}@media (max-width:768px){.PlayerEconomy-module__jF_sOW__ecoLegend{letter-spacing:.06em;gap:.5rem;font-size:clamp(8px,2.2vw,.65rem)}.PlayerEconomy-module__jF_sOW__ecoLegendD{width:6px;height:6px}.PlayerEconomy-module__jF_sOW__ecoGrid{scrollbar-gutter:stable;box-sizing:border-box;max-height:clamp(380px,60vh,520px);padding-right:0;overflow:hidden auto}.PlayerEconomy-module__jF_sOW__ecoGrid>.PlayerEconomy-module__jF_sOW__ecoCard{box-sizing:border-box;min-width:0;max-width:100%}.PlayerEconomy-module__jF_sOW__ecoCardBody{min-width:0}.PlayerEconomy-module__jF_sOW__ecoGrid::-webkit-scrollbar{width:3px}.PlayerEconomy-module__jF_sOW__ecoGrid::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:2px}.PlayerEconomy-module__jF_sOW__ecoGrid::-webkit-scrollbar-track{background:0 0}.PlayerEconomy-module__jF_sOW__ecoCard{gap:.4375rem;padding:.5rem .625rem}.PlayerEconomy-module__jF_sOW__ecoCardName{font-size:clamp(11px,3vw,.82rem)}.PlayerEconomy-module__jF_sOW__ecoCardBuilt{margin-top:2px;font-size:clamp(9px,2.4vw,.68rem)}.PlayerEconomy-module__jF_sOW__ecoCardScore{font-size:clamp(13px,3.6vw,1rem)}.PlayerEconomy-module__jF_sOW__ecoCardScore small{letter-spacing:.08em;margin-top:2px;font-size:clamp(8px,2.2vw,.6rem)}}
.PlayerAwards-module__SBWcnq__overallPct{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.PlayerAwards-module__SBWcnq__openAll{margin-top:14px}.PlayerAwards-module__SBWcnq__openAllIcon{margin-left:6px}.PlayerAwards-module__SBWcnq__tierChips{flex-wrap:wrap;gap:.625rem;margin-bottom:1.375rem;display:flex}.PlayerAwards-module__SBWcnq__tierChipsExpanded{margin-top:14px}.PlayerAwards-module__SBWcnq__collapseButton{margin-left:auto}.PlayerAwards-module__SBWcnq__emptyState{text-align:center;border:1px dashed var(--border-subtle);border-radius:var(--radius-md);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-45);background:var(--bg-card-soft);padding:20px 16px;font-size:11px}.PlayerAwards-module__SBWcnq__chip{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .9375rem;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.PlayerAwards-module__SBWcnq__chipD{border-radius:999px;width:7px;height:7px}.PlayerAwards-module__SBWcnq__chipGold{color:#ffd36bf2;background:#ffd36b1f;border:1px solid #ffd36b80}.PlayerAwards-module__SBWcnq__chipGold .PlayerAwards-module__SBWcnq__chipD{background:#ffd36bd9;box-shadow:0 0 6px #ffd36b99}.PlayerAwards-module__SBWcnq__chipSilver{color:#c0c0c0f2;background:#c0c0c01f;border:1px solid #c0c0c080}.PlayerAwards-module__SBWcnq__chipSilver .PlayerAwards-module__SBWcnq__chipD{background:#c0c0c0d9}.PlayerAwards-module__SBWcnq__chipBronze{color:#cd7f32f2;background:#cd7f321f;border:1px solid #cd7f3280}.PlayerAwards-module__SBWcnq__chipBronze .PlayerAwards-module__SBWcnq__chipD{background:#cd7f32d9}.PlayerAwards-module__SBWcnq__chipDim{color:#6b728073;border:1px solid #6b728026}.PlayerAwards-module__SBWcnq__chipDim .PlayerAwards-module__SBWcnq__chipD{background:#6b728059}.PlayerAwards-module__SBWcnq__chipOff{opacity:.6;background:0 0}.PlayerAwards-module__SBWcnq__chipCount{opacity:.55;margin-left:2px}.PlayerAwards-module__SBWcnq__awardCard{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(20px);background:linear-gradient(var(--bg-card), var(--bg-card-soft)) padding-box, linear-gradient(135deg, #f4f6fb33, #f4f6fb0d 50%, #f4f6fb26) border-box;border:1px solid #0000;padding:.9375rem 1rem;position:relative;overflow:hidden}@media (max-width:768px){.PlayerAwards-module__SBWcnq__awardCard{-webkit-backdrop-filter:none}}.PlayerAwards-module__SBWcnq__awardCard:before{content:"";background:linear-gradient(135deg, transparent 0%, var(--next-tint,transparent) 100%);pointer-events:none;z-index:0;transition:background .4s;position:absolute;inset:0}.PlayerAwards-module__SBWcnq__awardCard>*{z-index:1;position:relative}.PlayerAwards-module__SBWcnq__awardCardGold{background:linear-gradient(var(--bg-card), var(--bg-card-soft)) padding-box, linear-gradient(135deg, #ffd36bb8, #ffd36b2e 50%, #ffd36b8c) border-box}.PlayerAwards-module__SBWcnq__awardCardSilver{background:linear-gradient(var(--bg-card), var(--bg-card-soft)) padding-box, linear-gradient(135deg, #dcdce6b3, #dcdce626 50%, #dcdce68c) border-box}.PlayerAwards-module__SBWcnq__awardCardBronze{background:linear-gradient(var(--bg-card), var(--bg-card-soft)) padding-box, linear-gradient(135deg, #e6a564a6, #e6a56426 50%, #e6a56480) border-box}.PlayerAwards-module__SBWcnq__awardCardNone{background:linear-gradient(var(--bg-card), var(--bg-card-soft)) padding-box, linear-gradient(135deg, #6b72804d, #6b728014) border-box}.PlayerAwards-module__SBWcnq__awardCardMax:after{content:"выполнено";font-family:var(--font-mono);letter-spacing:.32em;text-transform:uppercase;color:#ffd36b24;pointer-events:none;white-space:nowrap;font-size:.875rem;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-14deg)}.PlayerAwards-module__SBWcnq__awardCardTop{justify-content:space-between;align-items:center;margin-bottom:.3125rem;display:flex}.PlayerAwards-module__SBWcnq__awardCardName{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:600;overflow:hidden}.PlayerAwards-module__SBWcnq__awardCardTier{font-family:var(--font-mono);letter-spacing:.12em;border-radius:3px;flex-shrink:0;margin-left:.625rem;padding:2px .5rem;font-size:.75rem;font-weight:700}.PlayerAwards-module__SBWcnq__awardCardGold .PlayerAwards-module__SBWcnq__awardCardTier{color:#ffd36be6;background:#ffd36b26}.PlayerAwards-module__SBWcnq__awardCardSilver .PlayerAwards-module__SBWcnq__awardCardTier{color:#c0c0c0e6;background:#c0c0c026}.PlayerAwards-module__SBWcnq__awardCardBronze .PlayerAwards-module__SBWcnq__awardCardTier{color:#cd7f32e6;background:#cd7f3226}.PlayerAwards-module__SBWcnq__awardCardNone .PlayerAwards-module__SBWcnq__awardCardTier{color:#6b7280b3;background:#6b72801f}.PlayerAwards-module__SBWcnq__awardCardDesc{font-family:var(--font-mono);color:var(--color-text-45);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.625rem;font-size:.75rem;overflow:hidden}.PlayerAwards-module__SBWcnq__awardCardDots{gap:.5rem;margin-bottom:.625rem;display:flex}.PlayerAwards-module__SBWcnq__awardCardDots>div{width:16px;height:16px;font-family:var(--font-mono);border-radius:999px;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:flex}.PlayerAwards-module__SBWcnq__bDone{color:#cd7f32e6;background:#cd7f3233;border:1px solid #cd7f32d9}.PlayerAwards-module__SBWcnq__sDone{color:#c0c0c0e6;background:#c0c0c033;border:1px solid #c0c0c0d9}.PlayerAwards-module__SBWcnq__gDone{color:#ffd36be6;background:#ffd36b33;border:1px solid #ffd36bd9}.PlayerAwards-module__SBWcnq__bTodo{color:#cd7f3259;border:1px solid #cd7f3240}.PlayerAwards-module__SBWcnq__sTodo{color:#c0c0c059;border:1px solid #c0c0c040}.PlayerAwards-module__SBWcnq__gTodo{color:#ffd36b59;border:1px solid #ffd36b40}@keyframes PlayerAwards-module__SBWcnq__barber{to{background-position:24px 0}}.PlayerAwards-module__SBWcnq__awardCardProgress{background:var(--border-subtle);border-radius:999px;height:5px;position:relative;overflow:hidden}.PlayerAwards-module__SBWcnq__awardCardProgressFill{border-radius:999px;height:100%;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.PlayerAwards-module__SBWcnq__awardCardProgressFill{transition:width .8s cubic-bezier(.4,0,.2,1)}.PlayerAwards-module__SBWcnq__awardCardProgressFill:after{content:"";mix-blend-mode:overlay;background-image:repeating-linear-gradient(-45deg,#0000 0 8px,#ffffff38 8px 12px);background-size:24px 24px;animation:1.2s linear infinite PlayerAwards-module__SBWcnq__barber;position:absolute;inset:0}}.PlayerAwards-module__SBWcnq__awardCardProgressLbl{font-family:var(--font-mono);color:var(--color-text-45);font-variant-numeric:tabular-nums;margin-top:.375rem;font-size:.75rem}.PlayerAwards-module__SBWcnq__awardCardDone{font-family:var(--font-mono);letter-spacing:.08em;color:#ffd36bb3;font-size:.75rem;font-weight:600}@media (max-width:768px){.PlayerAwards-module__SBWcnq__awardsGrid{gap:.4375rem;grid-template-columns:repeat(2,minmax(0,1fr))!important}.PlayerAwards-module__SBWcnq__awardsGridUpcoming>:nth-child(n+7){display:none}.PlayerAwards-module__SBWcnq__tierChips{gap:.3125rem;margin-bottom:.625rem}.PlayerAwards-module__SBWcnq__chip{letter-spacing:.06em;gap:.3125rem;padding:.25rem .5rem;font-size:clamp(8.5px,2.4vw,.68rem)}.PlayerAwards-module__SBWcnq__chipD{width:5px;height:5px}.PlayerAwards-module__SBWcnq__awardCard{padding:.5rem .625rem}.PlayerAwards-module__SBWcnq__awardCardName{font-size:clamp(10px,2.8vw,.78rem)}.PlayerAwards-module__SBWcnq__awardCardTier{letter-spacing:.06em;margin-left:.3125rem;padding:1px .3125rem;font-size:clamp(8px,2.2vw,.6rem)}.PlayerAwards-module__SBWcnq__awardCardDesc{margin-bottom:.375rem;font-size:clamp(8.5px,2.2vw,.62rem)}.PlayerAwards-module__SBWcnq__awardCardDots{gap:.3125rem;margin-bottom:.375rem}.PlayerAwards-module__SBWcnq__awardCardDots>div{width:13px;height:13px;font-size:clamp(7.5px,2vw,.55rem)}.PlayerAwards-module__SBWcnq__awardCardProgress{height:4px}.PlayerAwards-module__SBWcnq__awardCardProgressLbl{margin-top:.25rem;font-size:clamp(8.5px,2.2vw,.65rem)}.PlayerAwards-module__SBWcnq__awardCardDone{font-size:clamp(8.5px,2.2vw,.65rem)}}
.PlayerStatsModal-module__kegt4W__modalBody{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:12px;min-height:0;padding:clamp(10px,2.6vw,14px) clamp(12px,3.2vw,20px) clamp(14px,3.4vw,20px);display:flex;overflow-y:auto}.PlayerStatsModal-module__kegt4W__playerNation{color:var(--color-text-70);font-family:var(--font-sans);font-size:14px;font-weight:500}.PlayerStatsModal-module__kegt4W__statusBadge{color:#f87171;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;background:#f871711a;border:1px solid #f8717159;border-radius:3px;margin-top:4px;padding:1px 6px;font-size:9px;display:inline-block}.PlayerStatsModal-module__kegt4W__metaLabel{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:10px}.PlayerStatsModal-module__kegt4W__vpValue{color:var(--stat-vp);font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:clamp(18px,5vw,22px);font-weight:700}.PlayerStatsModal-module__kegt4W__statGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.PlayerStatsModal-module__kegt4W__statCard{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-card);text-align:center;padding:clamp(7px,2vw,10px) clamp(5px,1.6vw,8px)}.PlayerStatsModal-module__kegt4W__statLabel{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:9px}.PlayerStatsModal-module__kegt4W__statValue,.PlayerStatsModal-module__kegt4W__provValue{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:clamp(13px,3.6vw,15px);font-weight:700}.PlayerStatsModal-module__kegt4W__statValueDefault{color:var(--color-text-100)}.PlayerStatsModal-module__kegt4W__statValueGood,.PlayerStatsModal-module__kegt4W__statValueKdStrong{color:#22c55e}.PlayerStatsModal-module__kegt4W__statValueKdGood{color:#22c55ebf}.PlayerStatsModal-module__kegt4W__statValueWarn{color:var(--stat-warn)}.PlayerStatsModal-module__kegt4W__statValueBad{color:#f87171}.PlayerStatsModal-module__kegt4W__splitBox,.PlayerStatsModal-module__kegt4W__tablePanel{border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.PlayerStatsModal-module__kegt4W__splitBox{background:var(--bg-card-soft)}.PlayerStatsModal-module__kegt4W__splitTitle{border-bottom:1px solid var(--border-subtle);color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;padding:8px 12px;font-size:10px}.PlayerStatsModal-module__kegt4W__splitRow{border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-variant-numeric:tabular-nums;grid-template-columns:100px 1fr 1fr 1fr;align-items:baseline;gap:8px;padding:9px 12px;font-size:12px;display:grid}.PlayerStatsModal-module__kegt4W__splitRowLast{border-bottom:0}.PlayerStatsModal-module__kegt4W__splitRowPvp{--split-color:#22c55e}.PlayerStatsModal-module__kegt4W__splitRowAi{--split-color:#7dd3fc}.PlayerStatsModal-module__kegt4W__splitLabel{color:var(--split-color);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:600}.PlayerStatsModal-module__kegt4W__splitText{color:var(--color-text-70)}.PlayerStatsModal-module__kegt4W__splitKdCell{color:var(--color-text-70);text-align:right}.PlayerStatsModal-module__kegt4W__strong,.PlayerStatsModal-module__kegt4W__kdInline{font-weight:700}.PlayerStatsModal-module__kegt4W__kdInlineGood{color:#22c55e}.PlayerStatsModal-module__kegt4W__kdInlineBad{color:#f87171}.PlayerStatsModal-module__kegt4W__kdInlineMuted{color:var(--color-text-45)}.PlayerStatsModal-module__kegt4W__loadingBox{border:1px dashed var(--border-subtle);color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.08em;border-radius:5px;padding:10px 12px;font-size:10px}.PlayerStatsModal-module__kegt4W__categoryGrid{gap:6px;display:grid}.PlayerStatsModal-module__kegt4W__categoryGrid1{grid-template-columns:minmax(0,1fr)}.PlayerStatsModal-module__kegt4W__categoryGrid2{grid-template-columns:repeat(2,minmax(0,1fr))}.PlayerStatsModal-module__kegt4W__categoryGrid3{grid-template-columns:repeat(3,minmax(0,1fr))}.PlayerStatsModal-module__kegt4W__categoryGrid4{grid-template-columns:repeat(4,minmax(0,1fr))}.PlayerStatsModal-module__kegt4W__categoryButton,.PlayerStatsModal-module__kegt4W__dayButton{border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--color-text-100);cursor:pointer;border-radius:6px;transition:all .15s}.PlayerStatsModal-module__kegt4W__categoryButton{text-align:center;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;display:flex}.PlayerStatsModal-module__kegt4W__categoryButtonActive,.PlayerStatsModal-module__kegt4W__dayButtonActive{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.PlayerStatsModal-module__kegt4W__categoryIcon{width:22px;height:22px;color:var(--color-text-70);opacity:.9}.PlayerStatsModal-module__kegt4W__categoryButtonActive .PlayerStatsModal-module__kegt4W__categoryIcon{color:var(--accent);opacity:1}.PlayerStatsModal-module__kegt4W__categoryLabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:600;line-height:1.1}.PlayerStatsModal-module__kegt4W__categoryNumbers{font-family:var(--font-mono);font-variant-numeric:tabular-nums;opacity:.85;font-size:10px}.PlayerStatsModal-module__kegt4W__categoryButtonActive .PlayerStatsModal-module__kegt4W__categoryNumbers{opacity:1}.PlayerStatsModal-module__kegt4W__scrollArea{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:400px;overflow-y:auto}.PlayerStatsModal-module__kegt4W__daysScrollArea{overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:pan-y;-webkit-overflow-scrolling:touch;max-height:min(36dvh,280px);overflow-y:auto}.PlayerStatsModal-module__kegt4W__statsTable{border-collapse:separate;border-spacing:0;width:100%}.PlayerStatsModal-module__kegt4W__stickyHead{z-index:1;background:var(--bg-deep);position:sticky;top:0}.PlayerStatsModal-module__kegt4W__stickyHeadHigh{z-index:10}.PlayerStatsModal-module__kegt4W__headCell{border-bottom:1px solid var(--border-subtle);color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;padding:8px 12px;font-size:10px;font-weight:500}.PlayerStatsModal-module__kegt4W__borderRight{border-right:1px solid var(--border-subtle)}.PlayerStatsModal-module__kegt4W__left{text-align:left}.PlayerStatsModal-module__kegt4W__right{text-align:right}.PlayerStatsModal-module__kegt4W__fullWidth{width:100%}.PlayerStatsModal-module__kegt4W__shrinkWidth{white-space:nowrap;width:1%}.PlayerStatsModal-module__kegt4W__barWidth{width:96px;min-width:96px}.PlayerStatsModal-module__kegt4W__unitNameCell{border-right:1px solid var(--border-subtle);width:100%;max-width:0}.PlayerStatsModal-module__kegt4W__unitName{color:var(--color-text-100);font-family:var(--font-sans);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.PlayerStatsModal-module__kegt4W__unitCell,.PlayerStatsModal-module__kegt4W__dayCell{border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-variant-numeric:tabular-nums;padding:7px 12px}.PlayerStatsModal-module__kegt4W__unitCell{font-size:13px}.PlayerStatsModal-module__kegt4W__dayCell{font-size:12px}.PlayerStatsModal-module__kegt4W__unitNumberCell{border-right:1px solid var(--border-subtle);text-align:right;white-space:nowrap;width:1%}.PlayerStatsModal-module__kegt4W__barCell{width:96px}.PlayerStatsModal-module__kegt4W__unitBar{background:var(--color-bg-panel);border-radius:99px;height:6px;display:flex;overflow:hidden}.PlayerStatsModal-module__kegt4W__unitBarKill{background:#22c55eb3;height:100%}.PlayerStatsModal-module__kegt4W__unitBarLoss{background:#f87171b3;height:100%}.PlayerStatsModal-module__kegt4W__dayButton{width:100%;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:10px 14px;font-size:11px;font-weight:600;display:flex}.PlayerStatsModal-module__kegt4W__chevron{opacity:.7;font-size:12px;transition:transform .15s}.PlayerStatsModal-module__kegt4W__chevronExpanded{transform:rotate(90deg)}.PlayerStatsModal-module__kegt4W__daysPanel{border:1px solid var(--border-card);border-radius:var(--radius-md);background:var(--bg-card-soft);overflow:hidden}@media (max-width:767px){.PlayerStatsModal-module__kegt4W__modalBody{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.PlayerStatsModal-module__kegt4W__scrollArea{max-height:min(42dvh,360px)}.PlayerStatsModal-module__kegt4W__daysScrollArea{max-height:min(34dvh,260px)}.PlayerStatsModal-module__kegt4W__categoryButton{padding:8px 5px}.PlayerStatsModal-module__kegt4W__categoryLabel{letter-spacing:.1em;font-size:9px}.PlayerStatsModal-module__kegt4W__headCell,.PlayerStatsModal-module__kegt4W__unitCell,.PlayerStatsModal-module__kegt4W__dayCell{padding-left:9px;padding-right:9px}}.PlayerStatsModal-module__kegt4W__good{color:#22c55e}.PlayerStatsModal-module__kegt4W__goodSoft{color:#22c55ed9}.PlayerStatsModal-module__kegt4W__goodHead{color:#22c55eb3}.PlayerStatsModal-module__kegt4W__goodDay{color:#22c55ecc}.PlayerStatsModal-module__kegt4W__bad{color:#f87171}.PlayerStatsModal-module__kegt4W__badSoft{color:#f87171d9}.PlayerStatsModal-module__kegt4W__badHead{color:#f87171b3}.PlayerStatsModal-module__kegt4W__muted{color:var(--color-text-45)}.PlayerStatsModal-module__kegt4W__text70{color:var(--color-text-70)}
.PlayerScenarios-module__aG7zRq__mapRadial{align-items:center;gap:1.75rem;margin-bottom:1.375rem;display:flex}@media (max-width:720px){.PlayerScenarios-module__aG7zRq__mapRadial{flex-direction:column;align-items:stretch}}.PlayerScenarios-module__aG7zRq__mapRadialDial{flex-shrink:0;width:200px;height:200px;margin:0 auto;position:relative}.PlayerScenarios-module__aG7zRq__mapRadialDial svg{width:100%;height:100%;display:block}.PlayerScenarios-module__aG7zRq__mapRadialCenter{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PlayerScenarios-module__aG7zRq__mapRadialCenterBig{font-family:var(--font-display);color:var(--color-text-100);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:2.875rem;font-weight:700;line-height:1}.PlayerScenarios-module__aG7zRq__mapRadialCenterLbl{font-family:var(--font-mono);letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-45);margin-top:.5rem;font-size:.625rem}.PlayerScenarios-module__aG7zRq__mapRadialLegend{font-family:var(--font-mono);flex:1;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.3125rem .9375rem;font-size:.875rem;display:grid}.PlayerScenarios-module__aG7zRq__sw{border-radius:2px;width:8px;height:8px}.PlayerScenarios-module__aG7zRq__swGold{background:#ffd36bd9}.PlayerScenarios-module__aG7zRq__swSilver{background:#dcdce6cc}.PlayerScenarios-module__aG7zRq__swBronze{background:#e6a564cc}.PlayerScenarios-module__aG7zRq__swIce{background:#7dd3fcb3}.PlayerScenarios-module__aG7zRq__swPurple{background:#a78bfab3}.PlayerScenarios-module__aG7zRq__swGreen{background:#34d39999}.PlayerScenarios-module__aG7zRq__swOther{background:#f4f6fb47}.PlayerScenarios-module__aG7zRq__nm{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PlayerScenarios-module__aG7zRq__pct{color:var(--color-text-45);font-variant-numeric:tabular-nums;text-align:right}.PlayerScenarios-module__aG7zRq__games{color:var(--color-text-70);font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.PlayerScenarios-module__aG7zRq__scenarioExpandedGrid,.PlayerScenarios-module__aG7zRq__scenarioToggle{margin-top:14px}.PlayerScenarios-module__aG7zRq__scenarioCard{border:1px solid var(--border-card);background:var(--bg-card-soft);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-md);padding:.9375rem 1rem;position:relative;overflow:hidden}@media (max-width:768px){.PlayerScenarios-module__aG7zRq__scenarioCard{-webkit-backdrop-filter:blur(8px)}}.PlayerScenarios-module__aG7zRq__scenarioCardName{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;z-index:1;font-size:1rem;font-weight:600;position:relative;overflow:hidden}.PlayerScenarios-module__aG7zRq__scenarioCardCount{font-family:var(--font-mono);color:var(--accent);font-variant-numeric:tabular-nums;z-index:1;margin-top:.375rem;font-size:1.375rem;font-weight:700;position:relative}.PlayerScenarios-module__aG7zRq__scenarioCardCount small{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-45);margin-left:.5rem;font-size:.75rem;font-weight:400}.PlayerScenarios-module__aG7zRq__scenarioCardTopGold{background:#ffd36b14;border-color:#ffd36b66}.PlayerScenarios-module__aG7zRq__scenarioCardTopSilver{background:#c0c0c012;border-color:#c0c0c066}.PlayerScenarios-module__aG7zRq__scenarioCardTopBronze{background:#cd7f3212;border-color:#cd7f3266}.PlayerScenarios-module__aG7zRq__scenarioCardTopGold .PlayerScenarios-module__aG7zRq__scenarioCardCount{color:#ffd36bf2}.PlayerScenarios-module__aG7zRq__scenarioCardTopSilver .PlayerScenarios-module__aG7zRq__scenarioCardCount{color:#dcdcdcf2}.PlayerScenarios-module__aG7zRq__scenarioCardTopBronze .PlayerScenarios-module__aG7zRq__scenarioCardCount{color:#e6a564f2}.PlayerScenarios-module__aG7zRq__scenarioCardTopGold:before,.PlayerScenarios-module__aG7zRq__scenarioCardTopSilver:before,.PlayerScenarios-module__aG7zRq__scenarioCardTopBronze:before{pointer-events:none;z-index:0;font-family:Playfair Display,Times New Roman,serif;font-size:7.25rem;font-weight:900;line-height:.8;position:absolute;bottom:-14px;right:6px}.PlayerScenarios-module__aG7zRq__scenarioCardTopGold:before{content:"1";color:#ffd36b24}.PlayerScenarios-module__aG7zRq__scenarioCardTopSilver:before{content:"2";color:#dcdce624}.PlayerScenarios-module__aG7zRq__scenarioCardTopBronze:before{content:"3";color:#e6a56424}@media (max-width:768px){.PlayerScenarios-module__aG7zRq__mapRadialCenterBig{font-size:clamp(24px,6.4vw,2.2rem)}.PlayerScenarios-module__aG7zRq__mapRadialCenterLbl{letter-spacing:.14em;margin-top:.25rem;font-size:clamp(7.5px,2vw,.6rem)}.PlayerScenarios-module__aG7zRq__mapRadialLegend{gap:.1875rem .5rem;font-size:clamp(9px,2.4vw,.72rem)}.PlayerScenarios-module__aG7zRq__mapRadialLegend .PlayerScenarios-module__aG7zRq__sw{width:6px;height:6px}.PlayerScenarios-module__aG7zRq__scenarioCard{padding:.5rem .625rem}.PlayerScenarios-module__aG7zRq__scenarioCardName{font-size:clamp(11px,3vw,.85rem)}.PlayerScenarios-module__aG7zRq__scenarioCardCount{margin-top:.25rem;font-size:clamp(15px,4vw,1.15rem)}.PlayerScenarios-module__aG7zRq__scenarioCardCount small{letter-spacing:.08em;margin-left:.3125rem;font-size:clamp(8px,2.2vw,.6rem)}.PlayerScenarios-module__aG7zRq__scenarioCardTopGold:before,.PlayerScenarios-module__aG7zRq__scenarioCardTopSilver:before,.PlayerScenarios-module__aG7zRq__scenarioCardTopBronze:before{font-size:clamp(56px,16vw,5.5rem);bottom:-10px;right:4px}}
.DaySelect-module__NkOR2q__button{font-family:var(--font-mono);letter-spacing:.12em;color:var(--color-text-70);background:var(--bg-card-soft,#0d123059);border-color:var(--border-card);text-transform:uppercase;border-radius:6px;padding:4px 9px;font-size:10px;transition:border-color .15s,background .15s,color .15s}.DaySelect-module__NkOR2q__button:hover{border-color:var(--border-strong,var(--border-card));color:var(--color-text-100)}.DaySelect-module__NkOR2q__buttonOpen{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.DaySelect-module__NkOR2q__count{color:var(--color-text-45);font-size:10px}.DaySelect-module__NkOR2q__chevron{color:var(--color-text-45);font-size:10px;transition:transform .15s;display:inline-block}.DaySelect-module__NkOR2q__chevronOpen{transform:rotate(180deg)}.DaySelect-module__NkOR2q__popover{background:var(--bg-card-strong,var(--color-bg-deep));border:1px solid var(--border-card);border-radius:var(--radius-md);min-width:160px;max-width:240px;overflow:hidden;box-shadow:0 12px 36px -6px #000000b3}.DaySelect-module__NkOR2q__popoverDown{top:calc(100% + 6px)}.DaySelect-module__NkOR2q__popoverUp{bottom:calc(100% + 6px)}.DaySelect-module__NkOR2q__list{max-height:170px}.DaySelect-module__NkOR2q__row{height:34px;font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-text-100);cursor:pointer;text-align:left;background:0 0;border-left:2px solid #0000;font-size:12px}.DaySelect-module__NkOR2q__rowActive{background:var(--accent-soft);border-left-color:var(--accent-line);color:var(--accent)}.DaySelect-module__NkOR2q__rowCount{color:var(--color-text-45);opacity:.85;font-size:10px}.day-select-popover{-webkit-backdrop-filter:blur(20px)}@media (max-width:768px){.day-select-popover{-webkit-backdrop-filter:blur(8px)}}.nslay-day-row:hover{background-color:rgba(var(--accent-rgb), .08)}
.CompareButton-module__iBqIeG__compareBtnWrap{display:inline-flex;position:relative}.CompareButton-module__iBqIeG__compareBtn{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;color:var(--color-ice);background:#7dd3fc14;border:1px solid #7dd3fc59;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .9375rem;font-size:.875rem;transition:all .15s;display:inline-flex}.CompareButton-module__iBqIeG__compareBtn:hover:not(:disabled){background:#7dd3fc24;border-color:#7dd3fc8c}.CompareButton-module__iBqIeG__compareBtn:disabled{opacity:.5;cursor:not-allowed}.CompareButton-module__iBqIeG__compareBtnActive{color:#22c55e;background:#22c55e1f;border-color:#22c55e73}.CompareButton-module__iBqIeG__compareBtnActive:hover:not(:disabled){background:#22c55e2e;border-color:#22c55e99}.CompareButton-module__iBqIeG__compareBtnMuted{background:var(--bg-card-soft);border-color:var(--border-card);color:var(--color-text-70)}.CompareButton-module__iBqIeG__compareBtnMuted:hover:not(:disabled){background:var(--bg-card-soft);border-color:var(--border-card-hover);color:var(--color-text-100)}.CompareButton-module__iBqIeG__compareBtnCount{letter-spacing:0;background:rgba(var(--accent-rgb), .25);min-width:18px;height:18px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;margin-left:.3125rem;padding:0 .375rem;font-size:.75rem;font-weight:700;display:inline-flex}.CompareButton-module__iBqIeG__comparePopover{z-index:180;border:1px solid rgba(var(--accent-rgb), .35);background:radial-gradient(ellipse 80% 60% at 50% 0%, rgba(var(--accent-rgb), .12) 0%, transparent 60%), var(--bg-deep);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-md);width:max-content;min-width:240px;max-width:min(320px,100vw - 24px);box-shadow:inset 0 1px 0 #ffffff14, 0 14px 40px -14px #000c, 0 0 30px -12px rgba(var(--accent-rgb), .4);padding:.9375rem 1rem;animation:.18s cubic-bezier(.2,.8,.2,1) CompareButton-module__iBqIeG__compare-popover-in;position:absolute;top:calc(100% + 6px);right:0}@media (max-width:768px){.CompareButton-module__iBqIeG__comparePopover{-webkit-backdrop-filter:blur(8px)}.CompareButton-module__iBqIeG__compareBtn{letter-spacing:.1em;border-radius:5px;gap:.3125rem;padding:.3125rem .625rem;font-size:clamp(9.5px,2.4vw,.78rem)}.CompareButton-module__iBqIeG__compareBtnCount{min-width:15px;height:15px;margin-left:.1875rem;padding:0 .3125rem;font-size:clamp(9px,2.2vw,.72rem)}}@keyframes CompareButton-module__iBqIeG__compare-popover-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:none}}.CompareButton-module__iBqIeG__comparePopoverHead{border-bottom:1px dashed rgba(var(--accent-rgb), .22);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.625rem;display:flex}.CompareButton-module__iBqIeG__comparePopoverTitle{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:700}.CompareButton-module__iBqIeG__comparePopoverClear{border:1px solid var(--border-card);width:20px;height:20px;color:var(--color-text-45);cursor:pointer;background:0 0;border-radius:5px;padding:0;font-size:1rem;line-height:1;transition:all .15s}.CompareButton-module__iBqIeG__comparePopoverClear:hover{color:var(--color-text-100);border-color:var(--border-card-hover)}.CompareButton-module__iBqIeG__comparePopoverList{flex-direction:column;gap:.375rem;max-height:200px;margin-bottom:.9375rem;display:flex;overflow-y:auto}.CompareButton-module__iBqIeG__comparePopoverRow{border:1px solid var(--border-card);background:var(--bg-card);font-family:var(--font-mono);border-radius:6px;align-items:center;gap:.625rem;padding:.375rem .5rem .375rem .625rem;font-size:.9375rem;display:flex}.CompareButton-module__iBqIeG__comparePopoverDot{border-radius:999px;flex-shrink:0;width:7px;height:7px}.CompareButton-module__iBqIeG__tierFallback{background:var(--color-text-25)}.CompareButton-module__iBqIeG__comparePopoverName{min-width:0;color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.CompareButton-module__iBqIeG__comparePopoverTier{letter-spacing:.14em;border-radius:3px;padding:2px .5rem;font-size:.625rem;font-weight:700}.CompareButton-module__iBqIeG__comparePopoverDot.CompareButton-module__iBqIeG__tierember{background:#e5e7eb}.CompareButton-module__iBqIeG__comparePopoverDot.CompareButton-module__iBqIeG__tiernova{background:#4ade80}.CompareButton-module__iBqIeG__comparePopoverDot.CompareButton-module__iBqIeG__tiervortex{background:#60a5fa}.CompareButton-module__iBqIeG__comparePopoverDot.CompareButton-module__iBqIeG__tierinferno{background:#c084fc}.CompareButton-module__iBqIeG__comparePopoverDot.CompareButton-module__iBqIeG__tiereclipse{background:#f5c542}.CompareButton-module__iBqIeG__comparePopoverDot.CompareButton-module__iBqIeG__tierapex{background:#ef4444}.CompareButton-module__iBqIeG__comparePopoverTier.CompareButton-module__iBqIeG__tierember{color:#e5e7eb;background:#e5e7eb1a}.CompareButton-module__iBqIeG__comparePopoverTier.CompareButton-module__iBqIeG__tiernova{color:#4ade80;background:#4ade801a}.CompareButton-module__iBqIeG__comparePopoverTier.CompareButton-module__iBqIeG__tiervortex{color:#60a5fa;background:#60a5fa1a}.CompareButton-module__iBqIeG__comparePopoverTier.CompareButton-module__iBqIeG__tierinferno{color:#c084fc;background:#c084fc1a}.CompareButton-module__iBqIeG__comparePopoverTier.CompareButton-module__iBqIeG__tiereclipse{color:#f5c542;background:#f5c5421a}.CompareButton-module__iBqIeG__comparePopoverTier.CompareButton-module__iBqIeG__tierapex{color:#ef4444;background:#ef44441a}.CompareButton-module__iBqIeG__comparePopoverRowRemove{width:18px;height:18px;color:var(--color-text-45);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:0;font-size:1rem;line-height:1;transition:all .15s}.CompareButton-module__iBqIeG__comparePopoverRowRemove:hover{color:#f87171;background:#f871711a}.CompareButton-module__iBqIeG__comparePopoverCta{width:100%;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--accent);background:linear-gradient(180deg, rgba(var(--accent-rgb), .25), rgba(var(--accent-rgb), .12));color:var(--accent);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.6875rem .9375rem;font-size:.875rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff14}.CompareButton-module__iBqIeG__comparePopoverCta:hover:not(:disabled){background:linear-gradient(180deg, rgba(var(--accent-rgb), .35), rgba(var(--accent-rgb), .18));box-shadow:inset 0 1px 0 #ffffff1f, 0 0 20px -6px rgba(var(--accent-rgb), .5)}.CompareButton-module__iBqIeG__comparePopoverCta:disabled{border-color:var(--border-card);color:var(--color-text-45);cursor:not-allowed;box-shadow:none;background:0 0}.CompareButton-module__iBqIeG__comparePopoverCtaGhost{border-color:var(--border-card);color:var(--color-text-70);box-shadow:none;background:0 0}.CompareButton-module__iBqIeG__comparePopoverCtaGhost:hover:not(:disabled){border-color:rgba(var(--accent-rgb), .4);background:rgba(var(--accent-rgb), .06);color:var(--accent);box-shadow:none}.CompareButton-module__iBqIeG__comparePopoverCtaIcon{margin-left:6px}.CompareButton-module__iBqIeG__comparePopoverSearch{flex-direction:column;gap:.5rem;display:flex}.CompareButton-module__iBqIeG__comparePopoverSearchRow{align-items:center;gap:.5rem;display:flex}.CompareButton-module__iBqIeG__comparePopoverSearchInput{border:1px solid rgba(var(--accent-rgb), .4);background:var(--bg-section);min-width:0;color:var(--color-text-100);font-family:var(--font-mono);letter-spacing:.02em;border-radius:6px;outline:none;flex:1;padding:.6875rem .9375rem;font-size:.9375rem;transition:border-color .15s,background .15s}.CompareButton-module__iBqIeG__comparePopoverSearchInput:focus{border-color:var(--accent);background:var(--bg-card-strong)}.CompareButton-module__iBqIeG__comparePopoverSearchInput::placeholder{color:var(--color-text-45)}.CompareButton-module__iBqIeG__comparePopoverSearchCancel{border:1px solid var(--border-card);width:26px;height:26px;color:var(--color-text-45);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:0;font-size:1rem;line-height:1;transition:all .15s}.CompareButton-module__iBqIeG__comparePopoverSearchCancel:hover{color:var(--color-text-100);border-color:var(--border-card-hover)}.CompareButton-module__iBqIeG__comparePopoverResults{border-top:1px dashed rgba(var(--accent-rgb), .15);flex-direction:column;gap:.3125rem;max-height:160px;margin-top:.3125rem;padding:.5rem 2px .3125rem;display:flex;overflow-y:auto}.CompareButton-module__iBqIeG__comparePopoverResults::-webkit-scrollbar{width:4px}.CompareButton-module__iBqIeG__comparePopoverResults::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:2px}.CompareButton-module__iBqIeG__comparePopoverResultsHint{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-text-45);text-align:center;padding:.625rem .5rem;font-size:.875rem}.CompareButton-module__iBqIeG__comparePopoverResult{cursor:pointer;font-family:var(--font-mono);border-radius:5px;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.9375rem;transition:background .1s;display:flex}.CompareButton-module__iBqIeG__comparePopoverResult:hover,.CompareButton-module__iBqIeG__comparePopoverResult:focus-visible{background:var(--bg-card-soft);outline:none}.CompareButton-module__iBqIeG__comparePopoverResultName{min-width:0;color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.CompareButton-module__iBqIeG__comparePopoverResultNameFresh{color:rgba(var(--accent-rgb), .82)}.CompareButton-module__iBqIeG__comparePopoverResultTag{letter-spacing:.08em;color:var(--color-ice);flex-shrink:0;font-size:.75rem;font-weight:700}.CompareButton-module__iBqIeG__comparePopoverResultApex{letter-spacing:.1em;color:var(--color-text-45);flex-shrink:0;font-size:.75rem}.CompareButton-module__iBqIeG__comparePopoverImport{border:1px dashed var(--accent-line);background:var(--accent-soft);color:var(--accent);cursor:pointer;font-family:var(--font-mono);letter-spacing:.08em;text-align:center;border-radius:6px;padding:.625rem .75rem;font-size:.875rem;transition:all .15s}.CompareButton-module__iBqIeG__comparePopoverImport:hover:not(:disabled){background:rgba(var(--accent-rgb), .18);border-color:var(--accent)}.CompareButton-module__iBqIeG__comparePopoverImport:disabled{opacity:.6;cursor:not-allowed}
.CompareLegend-module__64U1_a__legend{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-text-45);flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:4px 12px;margin-top:6px;padding:0 4px;font-size:8.5px;display:flex}.CompareLegend-module__64U1_a__item{align-items:center;gap:4px;line-height:1.4;display:inline-flex}.CompareLegend-module__64U1_a__swatch{border-radius:2px;flex-shrink:0;width:7px;height:7px}.CompareLegend-module__64U1_a__text{white-space:nowrap}@media (max-width:768px){.CompareLegend-module__64U1_a__legend{gap:clamp(4px,1.5vw,6px);font-size:clamp(7.5px,2.2vw,9px)}}
.MobileTabActions-module__7OQJCa__rankingNotice{color:var(--stat-warn);background:#fb923c14;border:1px solid #fb923c59;border-radius:4px;font-size:clamp(8px,2.1vw,11px)}
.ErrorState-module__Dcq5ia__root{text-align:center;border-radius:var(--radius-md);background:#ef44440f;border:1px solid #ef444440;padding:clamp(20px,4vw,32px)}.ErrorState-module__Dcq5ia__title{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#ef4444d9;margin-bottom:8px;font-size:10px}.ErrorState-module__Dcq5ia__message{color:var(--color-text-70);margin:0;font-size:clamp(13px,1.4vw,15px);line-height:1.5}.ErrorState-module__Dcq5ia__actions{gap:10px;margin-top:16px}
.ClanHome-module__gHyiMa__homeShell{scrollbar-gutter:stable}@media (min-width:1024px){.ClanHome-module__gHyiMa__homeShell{overscroll-behavior:contain;padding-bottom:1rem;overflow-y:auto}}.ClanHome-module__gHyiMa__heroDescription{color:var(--color-text-70);border-left:2px solid var(--accent-line);white-space:pre-line;overflow-wrap:anywhere;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box}.ClanHome-module__gHyiMa__heroPrimaryAction,.ClanHome-module__gHyiMa__heroSecondaryAction,.ClanHome-module__gHyiMa__heroClosedAction{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;text-decoration:none}.ClanHome-module__gHyiMa__heroPrimaryAction{border:1px solid var(--border-card);background:var(--bg-card);color:var(--color-text-100);font-weight:600}.ClanHome-module__gHyiMa__heroPrimaryAction:hover{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.ClanHome-module__gHyiMa__heroSecondaryAction{border:1px solid var(--border-subtle);color:var(--color-text-70);background:0 0;font-weight:500}.ClanHome-module__gHyiMa__heroSecondaryAction:hover{border-color:var(--border-card);color:var(--color-text-100)}.ClanHome-module__gHyiMa__heroClosedAction{color:#f87171bf;cursor:not-allowed;background:#f871710f;border:1px dashed #f8717173;font-weight:600;-webkit-text-decoration:line-through #f87171b3;text-decoration:line-through #f87171b3}.ClanHome-module__gHyiMa__heroMembersMeta{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.1em}.ClanHome-module__gHyiMa__sectionTitle{color:var(--color-text-100);font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(20px,5.5vw,48px);font-weight:700;line-height:1.05}.ClanHome-module__gHyiMa__sectionTitleLimited{max-width:700px}.ClanHome-module__gHyiMa__activeEmpty{border:1px solid var(--border-card);border-radius:var(--radius-md);background:radial-gradient(circle at 18% 22%, rgba(var(--accent-rgb), .16), transparent 30%), radial-gradient(circle at 84% 18%, #7dd3fc1a, transparent 28%), linear-gradient(135deg, #1c1c20eb, #0a0a0cdb);min-height:172px;box-shadow:var(--shadow-card);position:relative;overflow:hidden}.ClanHome-module__gHyiMa__activeEmpty:after{content:"";pointer-events:none;border:1px solid rgba(var(--accent-rgb), .1);border-radius:inherit;position:absolute;inset:0}.ClanHome-module__gHyiMa__activeEmptyMap{opacity:.78;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ClanHome-module__gHyiMa__activeEmptyRoute{background:linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .55), transparent);transform-origin:0;width:34%;height:1px;position:absolute}.ClanHome-module__gHyiMa__activeEmptyRoute:first-child{top:28%;left:14%;transform:rotate(-10deg)}.ClanHome-module__gHyiMa__activeEmptyRoute:nth-child(2){top:52%;left:48%;transform:rotate(14deg)}.ClanHome-module__gHyiMa__activeEmptyRoute:nth-child(3){top:70%;left:23%;transform:rotate(7deg)}.ClanHome-module__gHyiMa__activeEmptyMarker{border:1px solid rgba(var(--accent-rgb), .78);background:rgba(var(--accent-rgb), .18);width:10px;height:10px;box-shadow:0 0 18px rgba(var(--accent-rgb), .36);border-radius:50%;position:absolute}.ClanHome-module__gHyiMa__activeEmptyMarker:after{content:"";border:1px solid rgba(var(--accent-rgb), .2);border-radius:inherit;position:absolute;inset:-7px}.ClanHome-module__gHyiMa__activeEmptyMarker:nth-child(4){top:25%;left:20%}.ClanHome-module__gHyiMa__activeEmptyMarker:nth-child(5){top:49%;left:76%}.ClanHome-module__gHyiMa__activeEmptyMarker:nth-child(6){top:69%;left:42%}.ClanHome-module__gHyiMa__activeEmptySweep{background:linear-gradient(180deg, transparent, rgba(var(--accent-rgb), .45), transparent);width:1px;box-shadow:0 0 22px rgba(var(--accent-rgb), .32);position:absolute;top:-35%;bottom:-35%;left:58%;transform:rotate(18deg)}.ClanHome-module__gHyiMa__activeEmptyContent{z-index:1;width:min(100%,560px);padding:1.25rem;position:relative}.ClanHome-module__gHyiMa__activeEmptyKicker{border:1px solid rgba(var(--accent-rgb), .3);background:rgba(var(--accent-rgb), .1);min-height:24px;color:var(--accent);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:6px;align-items:center;padding:0 .55rem;font-size:.65rem;font-weight:600;line-height:1;display:inline-flex}.ClanHome-module__gHyiMa__activeEmptyTitle{color:var(--color-text-100);font-family:var(--font-display);letter-spacing:0;margin-top:.85rem;font-size:1.35rem;font-weight:700;line-height:1.12}.ClanHome-module__gHyiMa__activeEmptyText{max-width:480px;color:var(--color-text-70);margin-top:.55rem;font-size:.95rem;line-height:1.55}.ClanHome-module__gHyiMa__activeEmptyMeta{flex-wrap:wrap;gap:.45rem;margin-top:1rem;display:flex}.ClanHome-module__gHyiMa__activeEmptyMeta span{border:1px solid var(--border-subtle);min-height:26px;color:var(--color-text-55);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#ffffff09;border-radius:6px;align-items:center;padding:0 .6rem;font-size:.65rem;display:inline-flex}@media (max-width:640px){.ClanHome-module__gHyiMa__activeEmpty{min-height:218px}.ClanHome-module__gHyiMa__activeEmptyContent{padding:1rem}.ClanHome-module__gHyiMa__activeEmptyTitle{font-size:1.15rem}.ClanHome-module__gHyiMa__activeEmptyText{max-width:17rem;font-size:.88rem}.ClanHome-module__gHyiMa__activeEmptyMap{background-size:24px 24px}.ClanHome-module__gHyiMa__activeEmptyRoute{width:48%}.ClanHome-module__gHyiMa__activeEmptyMarker:nth-child(5){left:82%}}
.GameCard-module__ES7gwa__card{border:1px solid var(--gc-border);background:var(--gc-bg);border-radius:var(--radius-md);opacity:var(--gc-opacity);padding:clamp(.55rem,1.2vw,.875rem) clamp(.5rem,1.1vw,1rem);transition:all .3s}.GameCard-module__ES7gwa__liveBadge{background:rgba(var(--accent-rgb), .16);border:1px solid rgba(var(--accent-rgb), .45);width:clamp(.875rem,3vw,1.375rem);height:clamp(.875rem,3vw,1.375rem);color:var(--accent);z-index:3;box-shadow:0 0 10px rgba(var(--accent-rgb), .25);border-radius:6px;position:absolute;top:.35rem;left:auto;right:.35rem}.GameCard-module__ES7gwa__stripe{background:linear-gradient(90deg, transparent, var(--gc-fg), transparent);box-shadow:var(--gc-stripe-shadow);opacity:var(--gc-stripe-opacity);border-radius:999px;width:calc(100% - 24px);margin-inline:auto;top:4px}.GameCard-module__ES7gwa__glow{background:radial-gradient(circle at 50% 0%, var(--gc-glow), transparent 60%)}.GameCard-module__ES7gwa__dayBadge{border:1px solid var(--gc-border);background:linear-gradient(135deg, var(--gc-soft), var(--color-bg-panel) 70%);width:clamp(3rem,13vw,3.5rem);height:clamp(3rem,13vw,3.5rem);box-shadow:var(--gc-day-shadow);border-radius:10px}.GameCard-module__ES7gwa__dayNum{font-family:var(--font-display);color:var(--gc-fg);letter-spacing:-.02em;font-variant-numeric:tabular-nums;text-shadow:var(--gc-day-text-shadow);font-size:clamp(1.1rem,4.5vw,1.625rem);font-weight:700;line-height:1}.GameCard-module__ES7gwa__dayLabel{font-family:var(--font-mono);letter-spacing:.16em;color:var(--color-text-70);font-size:clamp(.4rem,1.5vw,.5rem);font-weight:600;line-height:1;bottom:clamp(2px,.8vw,4px)}.GameCard-module__ES7gwa__title{font-family:var(--font-display);font-weight:600;font-size:clamp(calc(.6rem * var(--gc-title-scale,1)), calc(3.4vw * var(--gc-title-scale,1)), 1.5rem);letter-spacing:-.01em;color:var(--color-text-100);-webkit-line-clamp:2;word-break:normal;overflow-wrap:break-word;-webkit-box-orient:vertical;min-height:clamp(1.45rem,6.4vw,2.5rem);line-height:1.2;display:-webkit-box;overflow:hidden}.GameCard-module__ES7gwa__meta{font-family:var(--font-mono);color:var(--color-text-45);letter-spacing:.14em;text-transform:uppercase;font-size:clamp(.5rem,2vw,.6875rem)}.GameCard-module__ES7gwa__statusLive{color:var(--gc-kill)}.GameCard-module__ES7gwa__statusEnded,.GameCard-module__ES7gwa__statusJoin{color:var(--gc-compare)}.GameCard-module__ES7gwa__statusRanked{color:var(--gc-fg)}.GameCard-module__ES7gwa__statusPassword{color:var(--gc-kd-prov)}.GameCard-module__ES7gwa__statusDot{background:currentColor;box-shadow:0 0 6px}.GameCard-module__ES7gwa__statsGrid{border-top:1px solid var(--border-subtle)}.GameCard-module__ES7gwa__placeholderLabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;visibility:hidden;font-size:10px}.GameCard-module__ES7gwa__placeholderNotice{height:10px;font-family:var(--font-mono);letter-spacing:.1em;color:var(--color-text-45);text-transform:uppercase;font-size:9px;line-height:1}.GameCard-module__ES7gwa__placeholderDot{background:var(--gc-fg);opacity:.7;border-radius:999px;flex-shrink:0;width:4px;height:4px}.GameCard-module__ES7gwa__placeholderFooter{font-family:var(--font-mono);letter-spacing:.1em;visibility:hidden;font-size:9.5px}.GameCard-module__ES7gwa__contributionLabel{font-family:var(--font-mono);color:var(--color-text-45);letter-spacing:.14em;text-transform:uppercase;font-size:10px}.GameCard-module__ES7gwa__contributionValue{color:var(--gc-fg);font-weight:600}.GameCard-module__ES7gwa__contributionBar{background:var(--bg-overlay);border:1px solid var(--border-subtle);border-radius:4px;height:10px;overflow:hidden}.GameCard-module__ES7gwa__soloMarker{background:var(--gc-loss);width:2px;box-shadow:0 0 8px var(--gc-loss-shadow);z-index:2}.GameCard-module__ES7gwa__contributionFooter{font-family:var(--font-mono);color:var(--color-text-45);letter-spacing:.1em;font-size:9.5px}.GameCard-module__ES7gwa__lossMarker{color:var(--gc-loss)}.GameCard-module__ES7gwa__statValue{font-family:var(--font-display);color:var(--stat-color,var(--color-text-100));letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:clamp(.75rem,3vw,1.375rem);font-weight:600}.GameCard-module__ES7gwa__statValueLong{font-size:clamp(.7rem,2.4vw,1.0625rem)}.GameCard-module__ES7gwa__statLabel{font-family:var(--font-mono);color:var(--color-text-45);letter-spacing:.1em;text-transform:uppercase;font-size:clamp(.45rem,1.7vw,.59375rem)}.GameCard-module__ES7gwa__statLabelCompact{letter-spacing:.06em}@media (min-width:768px){.GameCard-module__ES7gwa__card{min-height:191px;padding-top:.82rem;padding-bottom:.86rem}.GameCard-module__ES7gwa__liveBadge{width:1.18rem;height:1.18rem;top:.55rem;left:auto;right:.55rem}.GameCard-module__ES7gwa__stripe{width:calc(100% - 64px);margin-left:3.6rem;margin-right:1.9rem;top:2rem}.GameCard-module__ES7gwa__dayBadge{width:3.15rem;height:3.15rem;transform:translateY(-.5rem)}.GameCard-module__ES7gwa__dayNum{font-size:1.38rem}.GameCard-module__ES7gwa__dayLabel{font-size:.45rem;bottom:3px}.GameCard-module__ES7gwa__title{min-height:2rem;padding-right:.35rem;font-size:1.28rem;line-height:1.12}.GameCard-module__ES7gwa__meta{margin-top:.42rem;font-size:.66rem}.GameCard-module__ES7gwa__statsGrid{padding-top:.76rem}.GameCard-module__ES7gwa__statValue{font-size:1.22rem;line-height:1}.GameCard-module__ES7gwa__statLabel{margin-top:.28rem;font-size:.53rem}.GameCard-module__ES7gwa__contributionLabel{margin-bottom:.28rem;font-size:9px}.GameCard-module__ES7gwa__contributionBar{height:9px}.GameCard-module__ES7gwa__contributionFooter{margin-top:.28rem;font-size:8.5px}}
.clan-picker{display:inline-flex;position:relative}.clan-picker__btn{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border:1px dashed var(--accent-line);background:var(--accent-soft);color:var(--accent);cursor:pointer;border-radius:6px;padding:8px 14px;font-size:11px;font-weight:600;transition:all .15s}.clan-picker__btn:hover:not(:disabled){background:rgba(var(--accent-rgb), .18);border-color:var(--accent);border-style:solid}.clan-picker__btn:disabled{opacity:.45;cursor:not-allowed;border-color:var(--border-card);color:var(--color-text-45);background:0 0}.clan-picker__popover{z-index:40;border:1px solid rgba(var(--accent-rgb), .35);background:var(--bg-deep);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:300px;max-height:250px;box-shadow:inset 0 1px 0 #ffffff0f, 0 20px 44px -14px #000000bf, 0 0 30px -12px rgba(var(--accent-rgb), .35);border-radius:8px;padding:6px;animation:.18s cubic-bezier(.2,.8,.2,1) ClanMemberPicker-module__EEr10W__clan-picker-in;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}@keyframes ClanMemberPicker-module__EEr10W__clan-picker-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.clan-picker__popover::-webkit-scrollbar{width:4px}.clan-picker__popover::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:2px}.clan-picker__row{cursor:pointer;width:100%;font-family:var(--font-mono);color:var(--color-text-100);text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:10px;padding:7px 10px;font-size:12px;transition:background .1s;display:flex;position:relative;overflow:hidden}.clan-picker__row:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--row-tint,transparent) 100%);pointer-events:none;z-index:0;position:absolute;inset:0}.clan-picker__row>*{z-index:1;position:relative}.clan-picker__row:hover{background:var(--bg-card-soft)}.clan-picker__dot{border-radius:999px;flex-shrink:0;width:9px;height:9px}.clan-picker__dot.clan-picker__tier-ember{background:#e5e7eb}.clan-picker__dot.clan-picker__tier-nova{background:#4ade80}.clan-picker__dot.clan-picker__tier-vortex{background:#60a5fa}.clan-picker__dot.clan-picker__tier-inferno{background:#c084fc}.clan-picker__dot.clan-picker__tier-eclipse{background:#f5c542}.clan-picker__dot.clan-picker__tier-apex{background:#ef4444}.clan-picker__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}:is(.clan-picker__name.clan-picker__tier-ember,.clan-picker__apex.clan-picker__tier-ember){color:#e5e7eb}:is(.clan-picker__name.clan-picker__tier-nova,.clan-picker__apex.clan-picker__tier-nova){color:#4ade80}:is(.clan-picker__name.clan-picker__tier-vortex,.clan-picker__apex.clan-picker__tier-vortex){color:#60a5fa}:is(.clan-picker__name.clan-picker__tier-inferno,.clan-picker__apex.clan-picker__tier-inferno){color:#c084fc}:is(.clan-picker__name.clan-picker__tier-eclipse,.clan-picker__apex.clan-picker__tier-eclipse){color:#f5c542}:is(.clan-picker__name.clan-picker__tier-apex,.clan-picker__apex.clan-picker__tier-apex){color:#ef4444}.clan-picker__apex{letter-spacing:.1em;flex-shrink:0;font-size:9.5px;font-weight:700}.clan-picker__empty{text-align:center;font-family:var(--font-mono);letter-spacing:.12em;color:var(--color-text-45);padding:14px;font-size:10.5px}
.FilterPanel-module__bPxOba__trigger{border-color:var(--border-card);background:var(--bg-card-soft,#0d123059);color:var(--color-text-70);cursor:pointer;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border-style:solid;border-width:1px;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:11px;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.FilterPanel-module__bPxOba__trigger:hover{border-color:var(--border-strong,var(--border-card));color:var(--color-text-100)}.FilterPanel-module__bPxOba__trigger[data-active=true]{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.FilterPanel-module__bPxOba__trigger[data-size=sm]{letter-spacing:.12em;gap:6px;padding:4px 9px;font-size:10px}.FilterPanel-module__bPxOba__triggerIcon{font-size:11px;line-height:1}.FilterPanel-module__bPxOba__chevron{opacity:.7;font-size:9px}.FilterPanel-module__bPxOba__popover{background:var(--bg-card-strong,var(--color-bg-deep));border:1px solid var(--border-card);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-height:min(70vh,560px);top:calc(100% + 4px);overflow:hidden;box-shadow:0 14px 40px -10px #000000b3}.FilterPanel-module__bPxOba__popover[data-compact=true]:not([data-has-search=true]){width:max-content!important;min-width:0!important;max-width:calc(100vw - 16px)!important}.FilterPanel-module__bPxOba__popover[data-compact=true]:not([data-has-search=true]) .FilterPanel-module__bPxOba__chipsGrid[data-grid=true]{grid-template-columns:max-content!important}.FilterPanel-module__bPxOba__searchBar{border-bottom:1px solid var(--border-card);flex-shrink:0;position:relative}.FilterPanel-module__bPxOba__searchIcon{color:var(--color-text-25);font-size:12px}.FilterPanel-module__bPxOba__searchInput{width:100%;min-width:0;color:var(--color-text-100);font-family:var(--font-sans);padding-right:18px;font-size:13px}.FilterPanel-module__bPxOba__clearSearch{width:18px;height:18px;color:var(--color-text-45);text-align:center;font-size:14px;line-height:18px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.FilterPanel-module__bPxOba__sections{flex:1;min-height:0}.FilterPanel-module__bPxOba__sectionsSplit{grid-template-columns:var(--filter-grid-columns)}.FilterPanel-module__bPxOba__section{min-width:0}.FilterPanel-module__bPxOba__sectionSplit:not(:first-child){border-left:1px solid #ffffff0f}.FilterPanel-module__bPxOba__sectionStacked:not(:first-child){border-top:1px solid #ffffff0f}.FilterPanel-module__bPxOba__sectionHeader{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;padding:8px 12px 4px;font-size:10px}.FilterPanel-module__bPxOba__sectionHeader[data-compact=true]{letter-spacing:.12em;padding-top:6px;padding-bottom:3px;font-size:9px}.FilterPanel-module__bPxOba__chipsGrid{flex-wrap:wrap;gap:5px;display:flex}.FilterPanel-module__bPxOba__chipsGrid[data-grid=true]{grid-template-columns:var(--filter-chip-columns);display:grid}.FilterPanel-module__bPxOba__chipOption{min-height:24px;color:var(--color-text-70);white-space:nowrap;text-overflow:ellipsis;border:1px solid var(--border-subtle);background:#ffffff05;overflow:hidden}.FilterPanel-module__bPxOba__chipOption:not([data-selected=true]){padding-left:8px!important;padding-right:8px!important}.FilterPanel-module__bPxOba__chipOption[data-selected=true]{padding-left:5px!important;padding-right:8px!important}.FilterPanel-module__bPxOba__optionCheck{width:0;color:var(--accent);opacity:0;visibility:hidden;flex:0 0 0}.FilterPanel-module__bPxOba__optionCheck[data-visible=true]{opacity:1;visibility:visible;flex-basis:10px;width:10px}.FilterPanel-module__bPxOba__chipOption:hover{background:var(--accent-soft)}.FilterPanel-module__bPxOba__chipOption[data-selected=true]{color:var(--accent);background:var(--accent-soft);border-color:var(--accent-line)}.FilterPanel-module__bPxOba__optionText{text-overflow:ellipsis;overflow:hidden}.FilterPanel-module__bPxOba__listOption{color:var(--color-text-100);background:0 0}.FilterPanel-module__bPxOba__listOption:hover{background:var(--accent-soft)}.FilterPanel-module__bPxOba__listOption[data-selected=true]{color:var(--accent);background:var(--accent-soft)}.FilterPanel-module__bPxOba__count{color:var(--color-text-45)}.FilterPanel-module__bPxOba__listOption[data-selected=true] .FilterPanel-module__bPxOba__count{color:var(--accent)}@media (max-width:768px){.FilterPanel-module__bPxOba__popover{background:var(--bg-card-strong);-webkit-backdrop-filter:none;contain:paint;isolation:isolate;max-width:calc(100vw - 16px)}.FilterPanel-module__bPxOba__popover[data-compact=true][data-has-search=true]{width:204px;min-width:0!important}.FilterPanel-module__bPxOba__popover[data-compact=true] .FilterPanel-module__bPxOba__chipsGrid[data-grid=true]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.FilterPanel-module__bPxOba__popover[data-compact=true] .FilterPanel-module__bPxOba__searchBar{padding-left:9px!important;padding-right:9px!important}.FilterPanel-module__bPxOba__popover[data-compact=true] .FilterPanel-module__bPxOba__searchInput{font-size:12px}.FilterPanel-module__bPxOba__sectionHeader{padding:6px 9px 3px}.FilterPanel-module__bPxOba__chipsGrid{gap:4px;padding-bottom:7px!important;padding-left:9px!important;padding-right:9px!important}.FilterPanel-module__bPxOba__chipOption{letter-spacing:0;grid-template-columns:0 minmax(0,auto);justify-content:center;gap:0;min-height:22px;padding:2px 6px!important;font-size:8.5px!important;display:grid!important}.FilterPanel-module__bPxOba__chipOption[data-selected=true]{grid-template-columns:6px minmax(0,auto);column-gap:2px;padding-left:4px!important;padding-right:6px!important}.FilterPanel-module__bPxOba__optionCheck{flex-basis:0;justify-self:center;width:0}.FilterPanel-module__bPxOba__optionCheck[data-visible=true]{flex-basis:6px;width:6px}.FilterPanel-module__bPxOba__optionText{min-width:0}}
.ShowcaseSection-module__e6m3La__root{flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex}.ShowcaseSection-module__e6m3La__subTabs{flex:none;justify-content:center;gap:6px;padding:2px;display:flex}.ShowcaseSection-module__e6m3La__subTab{border:1px solid var(--border-subtle);min-width:112px;height:28px;color:var(--color-text-55);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;background:#ffffff05;border-radius:6px;justify-content:center;align-items:center;font-size:10px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.ShowcaseSection-module__e6m3La__subTab[aria-selected=true]{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.ShowcaseSection-module__e6m3La__toolbar,.ShowcaseSection-module__e6m3La__filters{justify-content:space-between;align-items:center;gap:12px;display:flex}.ShowcaseSection-module__e6m3La__lockNotice{border:1px solid var(--accent-line);background:var(--accent-soft);color:var(--color-text-70);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:8px;padding:9px 11px;font-size:10px}.ShowcaseSection-module__e6m3La__lockNotice b{color:var(--accent)}.ShowcaseSection-module__e6m3La__title{color:var(--color-text-100);font-size:16px;font-weight:650}.ShowcaseSection-module__e6m3La__meta,.ShowcaseSection-module__e6m3La__cardMeta,.ShowcaseSection-module__e6m3La__rowId{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.ShowcaseSection-module__e6m3La__refreshButton,.ShowcaseSection-module__e6m3La__actionButton,.ShowcaseSection-module__e6m3La__filterChip,.ShowcaseSection-module__e6m3La__orderSelect{border:1px solid var(--border-subtle);background:var(--bg-void-soft);color:var(--color-text-70);cursor:pointer;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:7px;min-height:30px;padding:7px 10px;font-size:10px;font-weight:650;transition:border-color .15s,color .15s,background .15s,opacity .15s}.ShowcaseSection-module__e6m3La__refreshButton:hover,.ShowcaseSection-module__e6m3La__actionButton:hover,.ShowcaseSection-module__e6m3La__filterChip:hover,.ShowcaseSection-module__e6m3La__filterChip[aria-selected=true]{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.ShowcaseSection-module__e6m3La__refreshButton:disabled,.ShowcaseSection-module__e6m3La__actionButton:disabled,.ShowcaseSection-module__e6m3La__orderSelect:disabled{cursor:default;opacity:.45}.ShowcaseSection-module__e6m3La__filters{flex-wrap:wrap}.ShowcaseSection-module__e6m3La__search{border:1px solid var(--border-subtle);background:var(--bg-void-soft);min-width:240px;height:34px;color:var(--color-text-90);border-radius:8px;outline:none;flex:260px;padding:0 11px;font-size:13px}.ShowcaseSection-module__e6m3La__search:focus{border-color:var(--accent-line)}.ShowcaseSection-module__e6m3La__filterChips{flex-wrap:wrap;gap:6px;display:flex}.ShowcaseSection-module__e6m3La__body{flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex}.ShowcaseSection-module__e6m3La__slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ShowcaseSection-module__e6m3La__slot,.ShowcaseSection-module__e6m3La__row,.ShowcaseSection-module__e6m3La__empty{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-card-soft)}.ShowcaseSection-module__e6m3La__slot{min-height:112px;padding:14px;position:relative}.ShowcaseSection-module__e6m3La__slotEmpty{background:#ffffff03;border-style:dashed}.ShowcaseSection-module__e6m3La__slotIndex{color:var(--accent);font-family:var(--font-mono);font-size:10px;position:absolute;top:10px;right:12px}.ShowcaseSection-module__e6m3La__emptySlotText,.ShowcaseSection-module__e6m3La__empty{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.ShowcaseSection-module__e6m3La__emptySlotText{text-align:center;place-items:center;min-height:82px;display:grid}.ShowcaseSection-module__e6m3La__cardTitle,.ShowcaseSection-module__e6m3La__rowTitle{color:var(--color-text-100);font-size:14px;font-weight:650}.ShowcaseSection-module__e6m3La__cardTitle{max-width:calc(100% - 34px)}.ShowcaseSection-module__e6m3La__badges{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.ShowcaseSection-module__e6m3La__badge,.ShowcaseSection-module__e6m3La__badgeOk,.ShowcaseSection-module__e6m3La__badgeMuted,.ShowcaseSection-module__e6m3La__badgeAccent,.ShowcaseSection-module__e6m3La__badgeLive{border:1px solid var(--border-subtle);color:var(--color-text-50);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:5px;padding:3px 6px;font-size:9px}.ShowcaseSection-module__e6m3La__badgeOk{color:#86efac;background:#4ade8014;border-color:#4ade804d}.ShowcaseSection-module__e6m3La__badgeMuted{color:#fca5a5;background:#f871710f;border-color:#f8717147}.ShowcaseSection-module__e6m3La__badgeAccent,.ShowcaseSection-module__e6m3La__badgeLive{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.ShowcaseSection-module__e6m3La__inlineStatusOk,.ShowcaseSection-module__e6m3La__inlineStatusMuted{border:1px solid var(--border-subtle);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:5px;flex:none;padding:2px 5px;font-size:9px}.ShowcaseSection-module__e6m3La__inlineStatusOk{color:#86efac;background:#4ade800f;border-color:#4ade803d}.ShowcaseSection-module__e6m3La__inlineStatusMuted{color:#fca5a5;background:#f871710d;border-color:#f871713d}.ShowcaseSection-module__e6m3La__list{scrollbar-color:var(--border-strong) transparent;scrollbar-width:thin;flex:auto;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:8px;min-height:0;padding-right:4px;display:grid;overflow-y:auto}.ShowcaseSection-module__e6m3La__row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main actions";align-items:start;gap:8px 10px;min-height:104px;padding:12px;display:grid}.ShowcaseSection-module__e6m3La__rowPinned{border-color:var(--accent-line);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent-line) 45%, transparent)}.ShowcaseSection-module__e6m3La__rowHidden{opacity:.68;background:#ffffff03}.ShowcaseSection-module__e6m3La__rowMain{grid-area:main;min-width:0}.ShowcaseSection-module__e6m3La__rowTitleLine{align-items:center;gap:8px;min-width:0;display:flex}.ShowcaseSection-module__e6m3La__rowTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ShowcaseSection-module__e6m3La__actions{flex-wrap:wrap;grid-area:actions;justify-content:flex-end;gap:6px;display:flex}.ShowcaseSection-module__e6m3La__orderSelect{width:54px;min-height:26px;padding:5px 8px}.ShowcaseSection-module__e6m3La__squareToggle{border:1px solid var(--border-subtle);min-height:24px;color:var(--color-text-55);cursor:pointer;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;background:#ffffff05;border-radius:5px;align-items:center;gap:6px;padding:3px 6px;font-size:9px;font-weight:650;transition:border-color .15s,color .15s,background .15s,opacity .15s;display:inline-flex}.ShowcaseSection-module__e6m3La__squareToggle:disabled{cursor:default;opacity:.45}.ShowcaseSection-module__e6m3La__squareToggleBox{background:#0000002e;border:1px solid;border-radius:2px;width:24px;height:14px;position:relative}.ShowcaseSection-module__e6m3La__squareToggleBox:after{content:"";background:currentColor;border-radius:1px;width:8px;height:8px;transition:transform .16s;position:absolute;top:2px;left:2px}.ShowcaseSection-module__e6m3La__squareToggleOn{color:#86efac;background:#4ade8014;border-color:#4ade8057}.ShowcaseSection-module__e6m3La__squareToggleOff{color:var(--color-text-45);background:#94a3b812;border-color:#94a3b82e}.ShowcaseSection-module__e6m3La__squareToggleOn .ShowcaseSection-module__e6m3La__squareToggleBox:after{transform:translate(10px)}.ShowcaseSection-module__e6m3La__squareToggle:hover:not(:disabled){border-color:currentColor}.ShowcaseSection-module__e6m3La__squareToggleAccent.ShowcaseSection-module__e6m3La__squareToggleOn{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.ShowcaseSection-module__e6m3La__hiddenSection{flex-direction:column;gap:8px;display:flex}.ShowcaseSection-module__e6m3La__hiddenHeader{min-height:32px;color:var(--color-text-50);cursor:pointer;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;background:#ffffff03;border:1px dashed #94a3b833;border-radius:8px;justify-content:space-between;align-items:center;padding:0 11px;font-size:10px;font-weight:650;display:flex}.ShowcaseSection-module__e6m3La__hiddenHeader:hover,.ShowcaseSection-module__e6m3La__hiddenHeader[aria-expanded=true]{border-color:var(--accent-line);color:var(--accent)}.ShowcaseSection-module__e6m3La__empty{text-align:center;grid-column:1/-1;place-items:center;min-height:140px;padding:24px;display:grid}@media (max-width:768px){.ShowcaseSection-module__e6m3La__subTabs{justify-content:stretch}.ShowcaseSection-module__e6m3La__subTab{flex:1 1 0;min-width:0}.ShowcaseSection-module__e6m3La__toolbar{align-items:flex-start}.ShowcaseSection-module__e6m3La__slots{grid-template-columns:1fr}.ShowcaseSection-module__e6m3La__row{grid-template-columns:minmax(0,1fr);grid-template-areas:"main""actions";gap:10px;min-height:0}.ShowcaseSection-module__e6m3La__list{flex-direction:column;display:flex}.ShowcaseSection-module__e6m3La__actions{justify-content:stretch}.ShowcaseSection-module__e6m3La__search{flex-basis:100%;min-width:0}}@media (max-width:1180px) and (min-width:769px){.ShowcaseSection-module__e6m3La__list{grid-template-columns:repeat(2,minmax(0,1fr))}}
.GameDetailSkeleton-module__CaiaTa__statCard{border:1px solid var(--border-card);border-radius:var(--radius-md);padding:10px 12px}.GameDetailSkeleton-module__CaiaTa__tabStub{border:1px solid var(--border-card);border-radius:var(--radius-md);min-height:280px;padding:clamp(12px,2vw,20px) clamp(10px,2vw,18px)}
.Breadcrumbs-module__Iq4JqW__root{font-family:var(--font-condensed), ui-sans-serif, system-ui, sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-45);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:clamp(9px,1.6vw + 6px,11px);font-weight:500;line-height:1.2;display:flex}@media (max-width:480px){.Breadcrumbs-module__Iq4JqW__root{letter-spacing:.08em;gap:.375rem}}.Breadcrumbs-module__Iq4JqW__item{align-items:center;gap:.5rem;display:inline-flex}.Breadcrumbs-module__Iq4JqW__link{color:inherit;white-space:nowrap;transition:color .15s}.Breadcrumbs-module__Iq4JqW__link:hover{color:var(--color-text-100)}.Breadcrumbs-module__Iq4JqW__current{color:var(--color-text-70);white-space:nowrap}.Breadcrumbs-module__Iq4JqW__sep{color:var(--color-text-25);-webkit-user-select:none;user-select:none}
.ClanPanelSkeleton-module__Ear_xa__section{border:1px solid var(--border-card);border-radius:var(--radius-md);min-height:280px;padding:clamp(12px,2.5vw,24px) clamp(10px,2vw,22px)}
.ClanStatTile-module__8QINSa__tile{border:1px solid var(--border-card);background:var(--bg-card-soft);border-radius:var(--radius-md);text-align:center;padding:clamp(6px,1.5vw,10px) clamp(8px,1.8vw,12px)}.ClanStatTile-module__8QINSa__value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:clamp(13px,3vw,18px);font-weight:700;line-height:1}.ClanStatTile-module__8QINSa__toneDefault{color:var(--color-text-100)}.ClanStatTile-module__8QINSa__toneRank{color:#7dd3fc}.ClanStatTile-module__8QINSa__toneAccent{color:var(--accent)}.ClanStatTile-module__8QINSa__toneGood{color:#22c55e}.ClanStatTile-module__8QINSa__toneBad{color:#f87171}.ClanStatTile-module__8QINSa__label{color:var(--color-text-45);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-top:5px;font-size:clamp(8px,1.6vw,9.5px)}
.UnitCategoriesSection-module__Fmlsxa__grid{--unit-kill-color:var(--accent);--unit-loss-color:var(--stat-loss,#f87171)}.UnitCategoriesSection-module__Fmlsxa__card{border:1px solid var(--border-card);background:radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--cat-color) 12%, transparent), transparent 46%), linear-gradient(180deg, var(--bg-card-soft), color-mix(in srgb, var(--bg-card-soft) 88%, #05070d));border-radius:var(--radius-md);text-align:left;cursor:pointer;opacity:1;flex-direction:column;gap:clamp(8px,1.4vw,12px);min-width:0;padding:clamp(12px,1.8vw,16px);transition:border-color .15s,background .15s,transform .15s;display:flex;position:relative;overflow:hidden}.UnitCategoriesSection-module__Fmlsxa__card:not(:disabled):hover{border-color:color-mix(in srgb, var(--cat-color) 58%, var(--border-card));background:var(--bg-card);transform:translateY(-1px)}.UnitCategoriesSection-module__Fmlsxa__cardEmpty{cursor:default;opacity:.4}.UnitCategoriesSection-module__Fmlsxa__icon{width:clamp(28px,5.5vw,36px);height:clamp(28px,5.5vw,36px);color:var(--cat-color);filter:drop-shadow(0 0 12px color-mix(in srgb, var(--cat-color) 32%, transparent));flex-shrink:0}.UnitCategoriesSection-module__Fmlsxa__cardStat{text-align:right;line-height:1}.UnitCategoriesSection-module__Fmlsxa__cardStatLabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-45);margin-bottom:3px;font-size:clamp(7.5px,1.4vw,9px)}.UnitCategoriesSection-module__Fmlsxa__cardKd{font-family:var(--font-display);color:var(--cat-color);font-variant-numeric:tabular-nums;font-size:clamp(17px,2.8vw,22px);font-weight:700;line-height:1}.UnitCategoriesSection-module__Fmlsxa__cardTitle{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-100);font-size:clamp(9px,1.6vw,11px);font-weight:600;line-height:1.1}.UnitCategoriesSection-module__Fmlsxa__cardNumbers{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--color-text-45);font-size:clamp(9px,1.6vw,11px)}.UnitCategoriesSection-module__Fmlsxa__cardNumbersRow{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.UnitCategoriesSection-module__Fmlsxa__cardNumbersRight{text-align:right}.UnitCategoriesSection-module__Fmlsxa__cardMiniLabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-35,var(--color-text-45));margin-bottom:3px;font-size:clamp(7.5px,1.3vw,9px)}.UnitCategoriesSection-module__Fmlsxa__kill{color:var(--unit-kill-color)}.UnitCategoriesSection-module__Fmlsxa__loss{color:var(--unit-loss-color)}.UnitCategoriesSection-module__Fmlsxa__splitBlock{flex-direction:column;gap:6px;display:flex}.UnitCategoriesSection-module__Fmlsxa__splitLabels{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-45);justify-content:space-between;gap:8px;font-size:clamp(8px,1.4vw,9px);display:flex}.UnitCategoriesSection-module__Fmlsxa__splitTrack{background:#ffffff0d;border-radius:999px;height:5px;display:flex;overflow:hidden}.UnitCategoriesSection-module__Fmlsxa__splitPvp{width:var(--pvp-share);background:var(--cat-color);opacity:.84}.UnitCategoriesSection-module__Fmlsxa__splitAi{width:var(--ai-share);background:#94a3b847}.UnitCategoriesSection-module__Fmlsxa__summary .UnitCategoriesSection-module__Fmlsxa__kill,.UnitCategoriesSection-module__Fmlsxa__summary .UnitCategoriesSection-module__Fmlsxa__loss{font-weight:700}.UnitCategoriesSection-module__Fmlsxa__bestUnit{border-top:1px solid var(--border-subtle);font-family:var(--font-mono);color:var(--color-text-45);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;gap:6px;padding-top:8px;font-size:clamp(8.5px,1.5vw,10px);display:flex}.UnitCategoriesSection-module__Fmlsxa__truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.UnitCategoriesSection-module__Fmlsxa__bestKd{color:var(--kd-color);font-weight:700}.UnitCategoriesSection-module__Fmlsxa__modalRoot{background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--cat-color) 12%, transparent), transparent 42%), linear-gradient(180deg, #0f121ef5, #090b12fa);flex-direction:column;height:100%;display:flex}.UnitCategoriesSection-module__Fmlsxa__modalHeader{border-bottom:1px solid var(--border-subtle);flex-shrink:0;padding:13px 14px 11px}.UnitCategoriesSection-module__Fmlsxa__modalTop{align-items:center;gap:12px;margin-bottom:12px;display:flex}.UnitCategoriesSection-module__Fmlsxa__modalIcon{width:44px;height:44px;color:var(--cat-color);border:1px solid color-mix(in srgb, var(--cat-color) 42%, var(--border-card));background:color-mix(in srgb, var(--cat-color) 12%, transparent);box-shadow:0 0 24px color-mix(in srgb, var(--cat-color) 18%, transparent);border-radius:10px;place-items:center;display:grid}.UnitCategoriesSection-module__Fmlsxa__modalIcon svg{width:28px;height:28px}.UnitCategoriesSection-module__Fmlsxa__modalTitle{font-family:var(--font-display);color:var(--color-text-100);font-size:clamp(20px,3vw,24px);font-weight:700;line-height:1}.UnitCategoriesSection-module__Fmlsxa__modalSub{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-45);margin-top:4px;font-size:10px}.UnitCategoriesSection-module__Fmlsxa__summaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:10px;display:grid}.UnitCategoriesSection-module__Fmlsxa__summaryGrid div{border:1px solid var(--border-subtle);background:#ffffff06;border-radius:8px;min-width:0;padding:6px 8px}.UnitCategoriesSection-module__Fmlsxa__summaryGrid span,.UnitCategoriesSection-module__Fmlsxa__summaryGrid strong{display:block}.UnitCategoriesSection-module__Fmlsxa__summaryGrid span{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-45);font-size:8.5px}.UnitCategoriesSection-module__Fmlsxa__summaryGrid strong{font-family:var(--font-mono);color:var(--color-text-100);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:3px;font-size:12px}.UnitCategoriesSection-module__Fmlsxa__modalControls{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.UnitCategoriesSection-module__Fmlsxa__tabs{background:var(--bg-section);border:1px solid var(--border-subtle);border-radius:999px;gap:4px;padding:3px;display:flex}.UnitCategoriesSection-module__Fmlsxa__tab{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-70);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:4px 10px;font-size:10.5px;font-weight:600;transition:all .15s}.UnitCategoriesSection-module__Fmlsxa__tabActive{background:color-mix(in srgb, var(--cat-color) 13%, transparent);color:var(--cat-color);border-color:color-mix(in srgb, var(--cat-color) 42%, transparent)}.UnitCategoriesSection-module__Fmlsxa__summary{font-family:var(--font-mono);color:var(--color-text-70);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:16px;font-size:11px;display:flex}.UnitCategoriesSection-module__Fmlsxa__summaryStrong{color:var(--kd-color);font-weight:700}.UnitCategoriesSection-module__Fmlsxa__muted{font-family:var(--font-mono);color:var(--color-text-45);font-size:11px}.UnitCategoriesSection-module__Fmlsxa__unitList{flex:1;min-height:0;max-height:min(420px,100dvh - 310px);padding:8px 10px 12px;overflow-y:auto}.UnitCategoriesSection-module__Fmlsxa__unitHeader{z-index:2;border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-45);background:#090b12f5;grid-template-columns:minmax(140px,1fr) 50px 70px 70px 78px;align-items:center;gap:8px;padding:5px 8px 7px;font-size:8.5px;display:grid;position:sticky;top:0}.UnitCategoriesSection-module__Fmlsxa__unitHeader span:not(:first-child){text-align:right}.UnitCategoriesSection-module__Fmlsxa__unitRow{border-bottom:1px solid var(--border-subtle);opacity:1;grid-template-columns:minmax(140px,1fr) 50px 70px 70px 78px;align-items:center;gap:8px;padding:7px 8px;display:grid}.UnitCategoriesSection-module__Fmlsxa__unitRowLast{border-bottom:none}.UnitCategoriesSection-module__Fmlsxa__unitRowDim{opacity:.55}.UnitCategoriesSection-module__Fmlsxa__unitIndex{font-family:var(--font-mono);color:var(--color-text-45);flex-shrink:0;min-width:18px;font-size:9px}.UnitCategoriesSection-module__Fmlsxa__unitBody{min-width:0}.UnitCategoriesSection-module__Fmlsxa__unitName{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.UnitCategoriesSection-module__Fmlsxa__unitNameText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.UnitCategoriesSection-module__Fmlsxa__extremeBadge{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border-subtle);color:var(--color-text-45);border-radius:3px;flex-shrink:0;padding:1px 4px;font-size:8.5px}.UnitCategoriesSection-module__Fmlsxa__bar{background:#ffffff0d;border-radius:999px;height:5px;display:flex;overflow:hidden}.UnitCategoriesSection-module__Fmlsxa__barKill{width:var(--kill-pct);background:linear-gradient(90deg, color-mix(in srgb, var(--cat-color) 42%, transparent), var(--cat-color));box-shadow:0 0 12px color-mix(in srgb, var(--cat-color) 22%, transparent)}.UnitCategoriesSection-module__Fmlsxa__barLoss{background:#f8717159;flex:1}.UnitCategoriesSection-module__Fmlsxa__unitTotals{font-family:var(--font-mono);color:var(--color-text-45);font-variant-numeric:tabular-nums;margin-top:4px;font-size:10px}.UnitCategoriesSection-module__Fmlsxa__unitKd{font-family:var(--font-display);color:var(--kd-color);font-variant-numeric:tabular-nums;text-align:right;font-size:15px;font-weight:800}.UnitCategoriesSection-module__Fmlsxa__unitMetric{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:11px}.UnitCategoriesSection-module__Fmlsxa__empty{text-align:center;color:var(--color-text-45);padding:32px 0;font-size:13px}@media (max-width:640px){.UnitCategoriesSection-module__Fmlsxa__summaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.UnitCategoriesSection-module__Fmlsxa__unitList{max-height:min(430px,100dvh - 360px)}.UnitCategoriesSection-module__Fmlsxa__unitHeader{display:none}.UnitCategoriesSection-module__Fmlsxa__unitRow{grid-template-columns:minmax(0,1fr) 42px 60px 60px;gap:8px;padding:8px 4px}.UnitCategoriesSection-module__Fmlsxa__bar{grid-column:1/-1}}
.page-module__b_hxYq__headline{gap:18px}.page-module__b_hxYq__logoBox{border:1px solid var(--accent-line);background:var(--accent-soft);border-radius:12px;flex-shrink:0;width:clamp(56px,6vw,72px);height:clamp(56px,6vw,72px);overflow:hidden;box-shadow:0 0 18px #ffd36b38}.page-module__b_hxYq__logoImage{object-fit:cover;width:100%;height:100%;display:block}.page-module__b_hxYq__title{color:var(--color-text-100);font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:clamp(36px,5vw,64px);font-weight:700;line-height:1.05}.page-module__b_hxYq__titleTag{border:1px solid var(--accent-line);background:var(--accent-soft);color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;vertical-align:middle;border-radius:6px;padding:.28em .56em;font-size:.32em;font-weight:500}
.LogsSubTab-module___0LuZq__logLine{min-height:1.4em}.LogsSubTab-module___0LuZq__categoryChip{color:var(--color-text-70);background:#ffffff0a;border-color:#0000}.LogsSubTab-module___0LuZq__categoryChip[data-selected=true]{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}
