.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-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-sub{margin-top:6px}.duel__side-tier{font-family:var(--font-mono);letter-spacing:.18em;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;font-size:13px;font-weight:700}.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:var(--color-text-45);margin-left:5px;font-size:9.5px;font-weight:500}.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-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), .18);background:linear-gradient(180deg, var(--bg-section) 0%, var(--bg-section) 100%);border-radius:var(--radius-md);padding:.75rem 1rem .625rem;position:relative;overflow:hidden}.DynamicsCanvas-module__34bDjW__dynCard:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--card-hue), .55), transparent);height:1px;position:absolute;top:0;left:10%;right:10%}.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:var(--color-text-100);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.25rem;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:.75rem;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-45);font-variant-numeric:tabular-nums;margin-bottom:.5rem;font-size:.625rem}.DynamicsCanvas-module__34bDjW__dynCardChart{height:170px;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{width:100%;height:100%;display:block;overflow:visible}.DynamicsCanvas-module__34bDjW__dynHit{fill:#0000;cursor:pointer}.DynamicsCanvas-module__34bDjW__dynCardTooltip{pointer-events:none;z-index:5;background:var(--bg-deep);border:1px solid rgba(var(--card-hue), .45);font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-text-100);white-space:nowrap;border-radius:6px;max-width:calc(100% - 12px);padding:.5rem .75rem;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:2px;font-size:.625rem;font-weight:600;display:block}.DynamicsCanvas-module__34bDjW__dynCardTooltipRow{font-variant-numeric:tabular-nums;align-items:center;gap:.5rem;display:flex}.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)}
.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:36px minmax(0,1fr) auto;align-items:center;gap:.9375rem;width:100%;padding:.625rem .9375rem;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:36px;height:28px;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:1px;min-width:0;display:flex;position:relative}.Dossier-module__Ewx-ba__dossierButtonCls{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:#dc6464d9;font-size:.625rem;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:1rem;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.375rem;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(.375rem,1.5vw,.625rem);padding:clamp(.625rem,2.5vw,1rem)}.Dossier-module__Ewx-ba__dossierButtonFolder{aspect-ratio:36/28;order:2;place-self:center;width:clamp(40px,12vw,64px)}.Dossier-module__Ewx-ba__dossierButtonText{display:contents}.Dossier-module__Ewx-ba__dossierButtonCls{letter-spacing:.18em;text-align:center;order:1;align-self:start;font-size:clamp(.5rem,1.9vw,.6875rem)}.Dossier-module__Ewx-ba__dossierButtonTitle{text-align:center;order:3;align-self:end;font-size:clamp(.8125rem,2.6vw,1rem)}.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__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__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__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{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__tierChips{flex-wrap:wrap;gap:.625rem;margin-bottom:1.375rem;display:flex}.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;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)}}
.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__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__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}}
.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__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__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__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)}}
.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__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.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}
.ClanCompareView-module__vNpLJG__compareGrid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:16px;min-width:0;max-width:100%;display:grid;overflow:hidden}.ClanCompareView-module__vNpLJG__compareGrid>*{min-width:0;max-width:100%}.ClanCompareView-module__vNpLJG__radarWrap{flex-direction:column;gap:2px;width:100%;max-width:440px;height:440px;margin:0 auto;padding:10px 12px 8px;display:flex;position:relative;overflow:hidden}.ClanCompareView-module__vNpLJG__radarWrap>.spider-chart{flex:auto;min-height:0}.ClanCompareView-module__vNpLJG__tableWrap{width:100%;overflow:hidden}.ClanCompareView-module__vNpLJG__tableWrap table{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font-mono);margin:0}.ClanCompareView-module__vNpLJG__tableWrap th,.ClanCompareView-module__vNpLJG__tableWrap td{border-bottom:1px solid var(--border-subtle);padding:6px 10px}.ClanCompareView-module__vNpLJG__tableWrap thead th{letter-spacing:.16em;text-transform:uppercase;text-align:center;font-size:9px;font-weight:700}.ClanCompareView-module__vNpLJG__tableWrap thead th:first-child{text-align:left;color:var(--color-text-45);font-weight:600}.ClanCompareView-module__vNpLJG__tableWrap thead th:first-child,.ClanCompareView-module__vNpLJG__tableWrap tbody td:first-child{width:22%;max-width:22%}.ClanCompareView-module__vNpLJG__rowLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-70);text-align:left;font-size:10.5px;font-weight:500}.ClanCompareView-module__vNpLJG__rowCell{text-align:center;font-variant-numeric:tabular-nums}.ClanCompareView-module__vNpLJG__rowCellMain{white-space:nowrap;justify-content:space-between;align-items:baseline;gap:4px;font-size:12.5px;font-weight:700;line-height:1.1;display:flex;overflow:hidden}.ClanCompareView-module__vNpLJG__rowCellContrib{color:var(--color-text-45);flex-shrink:0;margin-left:4px;font-size:9.5px;font-weight:500}.ClanCompareView-module__vNpLJG__rowApex{background:rgba(var(--accent-rgb), .06)}.ClanCompareView-module__vNpLJG__rowApex .ClanCompareView-module__vNpLJG__rowLabel{color:var(--accent);font-weight:700}.ClanCompareView-module__vNpLJG__rowApex .ClanCompareView-module__vNpLJG__rowCellMain{font-size:16px}@media (max-width:768px){.ClanCompareView-module__vNpLJG__compareGrid{grid-template-columns:1fr;gap:4px}.ClanCompareView-module__vNpLJG__compareGrid>*{overflow:hidden}.ClanCompareView-module__vNpLJG__radarWrap{order:-1;width:100%;height:auto;max-height:none;padding:0;overflow:visible}.ClanCompareView-module__vNpLJG__radarWrap>.spider-chart{aspect-ratio:1;flex:none;width:100%;height:auto;min-height:0}.ClanCompareView-module__vNpLJG__tableWrap table{table-layout:fixed;font-size:11px}.ClanCompareView-module__vNpLJG__tableWrap th,.ClanCompareView-module__vNpLJG__tableWrap td{text-overflow:ellipsis;white-space:nowrap;padding:4px clamp(2px,.6vw,4px);overflow:hidden}.ClanCompareView-module__vNpLJG__tableWrap th+th,.ClanCompareView-module__vNpLJG__tableWrap td+td{border-left:1px solid var(--border-subtle)}.ClanCompareView-module__vNpLJG__tableWrap thead th{letter-spacing:.08em;font-size:8px}.ClanCompareView-module__vNpLJG__tableWrap thead th:first-child,.ClanCompareView-module__vNpLJG__tableWrap tbody td:first-child{width:20%;max-width:20%}.ClanCompareView-module__vNpLJG__rowLabel{letter-spacing:0;font-size:clamp(7.5px,2.2vw,9px)}.ClanCompareView-module__vNpLJG__rowCellMain{gap:clamp(2px,.8vw,4px);font-size:clamp(7.5px,2.5vw,10px)}.ClanCompareView-module__vNpLJG__rowCellContrib{margin-left:0;font-size:clamp(6px,1.9vw,8px)}.ClanCompareView-module__vNpLJG__rowApex .ClanCompareView-module__vNpLJG__rowCellMain{font-size:clamp(8.5px,2.8vw,11px)}}
.roster-scroll{--roster-thead-h:2.25rem;--roster-row-h:3rem;flex:1;min-height:0;max-height:100%;overflow-y:auto}.roster-scroll table thead tr{height:var(--roster-thead-h)}.roster-scroll table tbody tr{height:var(--roster-row-h)}.roster-scroll table thead{z-index:1;background:var(--bg-card-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}@media (max-width:768px){.roster-scroll table thead{-webkit-backdrop-filter:none;background:#0d1230}}@media (min-width:768px){.roster-scroll{--roster-row-h:3.5rem;min-height:0;max-height:100%}}
.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}
.PillTabs-module__mXLJya__bar{border:1px solid var(--border-card);background:var(--bg-card-soft);border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.PillTabs-module__mXLJya__bar.PillTabs-module__mXLJya__fullWidth{flex-wrap:wrap;display:flex}.PillTabs-module__mXLJya__bar.PillTabs-module__mXLJya__fullWidth .PillTabs-module__mXLJya__btn{flex:1 1 0;min-width:0}@media (min-width:768px){.PillTabs-module__mXLJya__bar{-webkit-backdrop-filter:blur(20px)}}.PillTabs-module__mXLJya__btn{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-70);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:6px 16px;font-size:12px;transition:all .2s;display:inline-flex}.PillTabs-module__mXLJya__btn[data-active=true]{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-line)}.PillTabs-module__mXLJya__btn:hover:not([data-active=true]){color:var(--color-text-100)}.PillTabs-module__mXLJya__icon{font-size:11px;line-height:1}.PillTabs-module__mXLJya__labelHideMobile{display:none}@media (min-width:640px){.PillTabs-module__mXLJya__labelHideMobile{display:inline}}@media (max-width:768px){.PillTabs-module__mXLJya__btn{letter-spacing:.08em;gap:clamp(3px,1vw,5px);padding:clamp(3px,1vw,5px) clamp(8px,2.6vw,12px);font-size:clamp(9px,2.6vw,11px)}.PillTabs-module__mXLJya__icon{font-size:clamp(8px,2.4vw,10px)}}
.CategoryPodium-module__QYslVW__card{border:1px solid var(--border-card);background:var(--bg-card-soft);border-radius:var(--radius-md);padding:clamp(12px,2vw,20px) clamp(14px,2vw,18px) clamp(14px,2.5vw,24px)}@media (min-width:768px){.CategoryPodium-module__QYslVW__card{-webkit-backdrop-filter:blur(20px)}}.CategoryPodium-module__QYslVW__title{font-family:var(--font-display);color:var(--accent);text-align:center;margin:0 0 2px;font-size:clamp(14px,2.6vw,16px);font-weight:700}.CategoryPodium-module__QYslVW__subtitle{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-45);text-align:center;margin-bottom:clamp(10px,2.2vw,18px);font-size:clamp(9px,1.8vw,10px)}.CategoryPodium-module__QYslVW__row{justify-content:center;align-items:flex-end;gap:clamp(6px,1.5vw,12px);display:flex}.CategoryPodium-module__QYslVW__spot{cursor:pointer;background:0 0;border:none;flex:1;max-width:140px;padding:0}.CategoryPodium-module__QYslVW__head{text-align:center;margin-bottom:8px}.CategoryPodium-module__QYslVW__medal{font-size:clamp(18px,3.2vw,22px);line-height:1}.CategoryPodium-module__QYslVW__name{color:var(--color-text-100);text-overflow:ellipsis;white-space:nowrap;margin-top:clamp(4px,1vw,6px);padding:0 4px;font-size:clamp(11px,2.4vw,13px);font-weight:600;transition:color .15s;overflow:hidden}.CategoryPodium-module__QYslVW__value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;margin-top:2px;font-size:clamp(13px,2.6vw,17px);font-weight:800}.CategoryPodium-module__QYslVW__bar{height:var(--podium-h,112px);border-style:solid;border-width:1px 1px 0;border-top-left-radius:10px;border-top-right-radius:10px;transition:filter .15s}@media (max-width:768px){.CategoryPodium-module__QYslVW__bar{height:calc(var(--podium-h,112px) * .64)}}
