@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{font-family:Inter,sans-serif;color:#f7f7f8;background:#090a0d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #090a0d;--sidebar: #0d0f13;--surface: #11141a;--surface-hover: #171b22;--surface-light: #1b2028;--border: #242932;--text: #f5f6f7;--muted: #8c939f;--accent: #ff7a1a;--accent-soft: rgba(255, 122, 26, .12);--green: #5ed19a}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100vh}body{background:var(--background)}button,input{font:inherit}button{border:0}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:radial-gradient(circle at 85% 10%,rgba(255,122,26,.05),transparent 25%),var(--background)}.sidebar{position:sticky;top:0;height:100vh;padding:28px 18px 20px;display:flex;flex-direction:column;border-right:1px solid var(--border);background:#0d0f13f5}.brand{display:flex;align-items:center;justify-content:center;padding:0 4px 28px}.brand-mark{width:100%;height:92px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;border-radius:0;color:inherit;background:transparent}.brand-name{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700}.brand-subtitle{margin-top:2px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.navigation{display:flex;flex-direction:column;gap:5px}.nav-item{width:100%;display:flex;align-items:center;gap:13px;padding:11px 13px;border-radius:9px;cursor:pointer;color:var(--muted);background:transparent;font-size:13px;font-weight:500;text-align:left;transition:background .18s ease,color .18s ease}.nav-item svg{flex-shrink:0}.nav-item:hover{color:var(--text);background:var(--surface)}.nav-item.active{color:var(--text);background:var(--accent-soft)}.nav-item.active svg{color:var(--accent)}.sidebar-footer{margin-top:auto}.version{margin-top:auto;display:flex;flex-direction:column;gap:3px;padding:18px 13px 0;color:#555c67;font-size:10px;line-height:1.2}.version span:first-child{color:#555c67}.version span:last-child{color:var(--accent);font-weight:700;letter-spacing:.05em}.main-content{width:100%;max-width:1600px;margin:0 auto;padding:42px 44px 60px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:34px}.eyebrow{margin:0 0 8px;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.18em}.topbar h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(35px,4vw,50px);line-height:1;letter-spacing:-.04em}.subtitle{margin:13px 0 0;color:var(--muted);font-size:14px}.live-status{display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--border);border-radius:20px;color:var(--muted);background:var(--surface);font-size:11px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px #5ed19a99}.stats-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:28px}.summary-card{min-height:92px;padding:16px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.summary-label{color:var(--muted);font-size:11px}.summary-card strong{margin-top:auto;font-family:Space Grotesk,sans-serif;font-size:25px;font-weight:600}.summary-detail{margin-top:3px;color:#656c77;font-size:10px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.role-filters{display:flex;gap:5px}.filter-button{padding:8px 13px;border:1px solid transparent;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:11px;font-weight:600}.filter-button:hover{color:var(--text);background:var(--surface)}.filter-button.active{border-color:var(--border);color:var(--text);background:var(--surface-light)}.search-wrapper{width:230px;height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.search-wrapper svg{flex-shrink:0;color:var(--muted)}.search-wrapper input{width:100%;border:none;outline:none;color:var(--text);background:transparent;font-size:11px}.search-wrapper input::placeholder{color:#555c67}.hero-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hero-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.hero-card:hover{transform:translateY(-2px);border-color:#353b46;background:var(--surface-hover)}.hero-art{position:relative;height:170px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:radial-gradient(ellipse at 50% 110%,rgba(255,122,26,.07),transparent 58%),linear-gradient(180deg,#101318,#0b0e12)}.hero-art:before{content:"";position:absolute;left:50%;bottom:-75px;width:220px;height:160px;transform:translate(-50%);border-radius:50%;background:var(--accent);opacity:.035;filter:blur(20px)}.hero-image{position:absolute;z-index:1;left:50%;bottom:0;width:auto;height:155px;max-width:92%;object-fit:contain;object-position:center bottom;display:block;transform:translate(-50%);transition:transform .22s ease}.hero-card:hover .hero-image{transform:translate(-50%) scale(1.025)}.role-badge{position:absolute;z-index:2;top:13px;left:13px;padding:5px 8px;border:1px solid var(--border);border-radius:6px;background:#090a0dc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#b9bec7;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.role-badge.tank{color:#e9c85e;border-color:#e9c85e4d}.role-badge.damage{color:#ff9898;border-color:#ff989840}.role-badge.support{color:#94e8bd;border-color:#94e8bd40}.hero-content{padding:14px 15px 13px}.hero-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.hero-heading h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600}.hero-heading p{margin:3px 0 0;color:var(--muted);font-size:9px}.open-button{width:29px;height:29px;flex-shrink:0;display:grid;place-items:center;border-radius:7px;cursor:pointer;color:var(--muted);background:var(--surface-light)}.open-button:hover{color:#111;background:var(--accent)}.hero-stats{display:grid;grid-template-columns:1fr 1fr;margin-top:12px;padding-top:11px;border-top:1px solid var(--border)}.hero-stats div{display:flex;flex-direction:column;gap:2px}.hero-stats span{color:var(--muted);font-size:9px}.hero-stats strong{min-height:20px;color:var(--text);font-size:13px;font-weight:600}.hero-tools{display:flex;gap:5px;margin-top:11px}.hero-tools span{padding:4px 7px;border-radius:5px;color:#8c939f;background:#181c23;font-size:8px;font-weight:600;text-transform:uppercase}.hero-detail{width:100%}.back-button{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:8px 10px;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:12px;font-weight:600}.back-button:hover{color:var(--text);background:var(--surface)}.hero-detail-header{position:relative;min-height:270px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:38px 46px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 85% 70%,rgba(255,122,26,.11),transparent 32%),linear-gradient(135deg,#12161c,#0d1015)}.hero-detail-info{position:relative;z-index:2;max-width:560px}.detail-role{display:inline-flex;margin-bottom:13px;padding:5px 8px;border:1px solid var(--border);border-radius:6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.detail-role.tank{color:#e9c85e}.detail-role.damage{color:#ff9898}.detail-role.support{color:#94e8bd}.hero-detail-info h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.055em}.hero-detail-info p{margin:17px 0 0;color:var(--muted);font-size:13px}.hero-detail-portrait{position:absolute;right:2%;bottom:0;width:42%;height:100%;display:flex;align-items:flex-end;justify-content:center}.hero-detail-portrait img{position:relative;z-index:1;width:auto;height:92%;max-width:100%;object-fit:contain;object-position:center bottom}.hero-tabs{display:flex;align-items:center;gap:5px;margin:20px 0;padding-bottom:12px;border-bottom:1px solid var(--border)}.hero-tab{display:flex;align-items:center;gap:7px;padding:9px 13px;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:11px;font-weight:600}.hero-tab:hover{color:var(--text);background:var(--surface)}.hero-tab.active{color:var(--text);background:var(--surface-light)}.detail-panel{padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel-eyebrow{color:var(--accent);font-size:8px;font-weight:700;letter-spacing:.14em}.detail-panel h2{margin:6px 0 0;font-family:Space Grotesk,sans-serif;font-size:18px}.data-source{flex-shrink:0;padding:5px 8px;border:1px solid var(--border);border-radius:20px;color:var(--muted);font-size:9px}.overview-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px;align-items:stretch}.performance-panel{min-width:0}.performance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px;border-top:1px solid var(--border)}.performance-grid>div{min-width:0;display:flex;flex-direction:column;gap:7px;padding:20px 0}.performance-grid>div:not(:first-child){padding-left:20px;border-left:1px solid var(--border)}.performance-grid span{color:var(--muted);font-size:10px}.performance-grid strong{font-family:Space Grotesk,sans-serif;font-size:25px;font-weight:600}.overview-perks-panel{min-width:0;display:flex;flex-direction:column}.overview-perks{display:flex;flex-direction:column;gap:10px;margin-top:20px}.overview-perk{position:relative;min-height:86px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid var(--border);border-radius:11px;background:linear-gradient(135deg,#ff7a1a09,#0d1015 55%)}.overview-perk-label{position:absolute;top:8px;right:10px;padding:3px 6px;border-radius:5px;color:var(--muted);background:#171b22;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.overview-perk-main{min-width:0;display:flex;align-items:center;gap:12px}.overview-perk-icon{width:48px;height:48px;flex-shrink:0;display:grid;place-items:center;overflow:hidden;border:1px solid #303641;border-radius:10px;background:radial-gradient(circle at center,#202630,#11151b);color:var(--accent)}.overview-perk-icon img{width:38px;height:38px;display:block;object-fit:contain}.overview-perk-main>div:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.overview-perk-main strong{overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.overview-perk-main span{color:var(--muted);font-size:8px}.overview-perk-score{align-self:center;padding-right:2px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;color:var(--accent)}.overview-perk-empty{color:var(--muted);font-size:10px}.perks-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.perk-group{padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.perk-group-header h2{margin:6px 0 0;font-family:Space Grotesk,sans-serif;font-size:19px}.perk-group-header p{margin:5px 0 0;color:var(--muted);font-size:10px}.perk-list{display:flex;flex-direction:column;gap:10px;margin-top:20px}.perk-card{padding:16px;border:1px solid var(--border);border-radius:12px;background:#0d1015;transition:border-color .16s ease,background .16s ease,transform .16s ease}.perk-card:hover{transform:translateY(-1px);border-color:#363e49;background:#11151b}.perk-card.recommended{border-color:#ff7a1a73;background:linear-gradient(135deg,#ff7a1a16,#0d1015 50%)}.perk-card-main{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:start;gap:14px}.perk-icon-container{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border:1px solid #303641;border-radius:11px;background:radial-gradient(circle at center,#202630,#11151b);color:var(--accent)}.perk-icon{width:46px;height:46px;object-fit:contain;display:block}.perk-content{min-width:0}.perk-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.perk-name-row h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600}.recommended-badge{padding:4px 6px;border-radius:5px;color:var(--accent);background:var(--accent-soft);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.perk-content p{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.perk-score{min-width:48px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.perk-score strong{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.perk-score span{color:#5e6672;font-size:7px;font-weight:700;letter-spacing:.08em}.perk-progress{width:calc(100% - 72px);height:4px;overflow:hidden;margin:15px 0 0 72px;border-radius:999px;background:#222832}.perk-progress span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.perk-community{display:block;margin:7px 0 0 72px;color:#59616d;font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.07em}.tab-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;border:1px solid var(--border);border-radius:14px;color:var(--muted);background:var(--surface);text-align:center}.tab-empty>svg{margin-bottom:13px;color:var(--accent)}.tab-empty h2{margin:7px 0 0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:20px}.tab-empty p{max-width:430px;margin:8px 0 0;font-size:11px;line-height:1.6}.empty-state{padding:80px 20px;text-align:center;color:var(--muted)}@media(max-width:1400px){.hero-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1150px){.overview-layout{grid-template-columns:1fr}}@media(max-width:1050px){.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.perks-layout{grid-template-columns:1fr}}@media(max-width:800px){.app-shell{grid-template-columns:74px 1fr}.sidebar{padding-inline:10px}.brand{justify-content:center;padding:0 0 24px}.brand-mark{width:54px;height:54px}.brand-logo{width:54px;height:54px;object-fit:contain}.nav-item{justify-content:center;padding-inline:0;font-size:0}.nav-item svg{width:18px;height:18px}.version{display:none}.main-content{padding:30px 22px 50px}.stats-overview{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-direction:column}.search-wrapper{width:100%}.hero-detail-header{min-height:230px;padding:30px}.hero-detail-portrait{width:55%;opacity:.45}}@media(max-width:600px){.main-content{padding:25px 16px 40px}.topbar{flex-direction:column;gap:18px;margin-bottom:26px}.live-status{align-self:flex-start}.hero-grid{grid-template-columns:1fr}.role-filters{overflow-x:auto}.hero-art{height:180px}.hero-image{height:165px}.hero-detail-header{min-height:260px;padding:25px}.hero-detail-portrait{right:-15%;width:75%}.hero-tabs{overflow-x:auto}.performance-grid{grid-template-columns:1fr}.performance-grid>div{padding:15px 0}.performance-grid>div:not(:first-child){padding-left:0;border-left:0;border-top:1px solid var(--border)}.overview-perk{grid-template-columns:1fr}.overview-perk-score{justify-self:flex-start}.perk-card-main{grid-template-columns:50px minmax(0,1fr)}.perk-icon-container{width:50px;height:50px}.perk-icon{width:40px;height:40px}.perk-score{grid-column:2;align-items:flex-start;margin-top:5px}.perk-progress{width:100%;margin-left:0}.perk-community{margin-left:0}}.player-vs-global{margin-bottom:16px;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:radial-gradient(circle at 90% 0%,rgba(255,122,26,.07),transparent 30%),var(--surface)}.player-vs-global-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 18px;border-bottom:1px solid var(--border)}.player-vs-global-header h2{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600}.player-vs-battletag{display:block;margin-top:4px;color:var(--muted);font-size:8px}.player-vs-result{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:8px 10px;border-radius:8px}.player-vs-result strong{font-family:Space Grotesk,sans-serif;font-size:14px}.player-vs-result span{font-size:7px;text-transform:uppercase;letter-spacing:.06em}.player-vs-result.positive{color:#74dba8;border:1px solid rgba(116,219,168,.2);background:#74dba80d}.player-vs-result.negative{color:#ff8d8d;border:1px solid rgba(255,141,141,.2);background:#ff8d8d0d}.player-vs-table{padding:0 18px}.player-vs-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(100px,.7fr) minmax(100px,.7fr);align-items:center;gap:16px;min-height:43px;border-bottom:1px solid var(--border)}.player-vs-row:last-child{border-bottom:0}.player-vs-row>span{color:var(--muted);font-size:8px}.player-vs-row>strong{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600}.player-vs-row>strong:last-child{color:#8a929e}.player-vs-heading{min-height:34px;color:#646d78;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.player-vs-heading span{font-size:7px}.player-vs-row.highlight>strong:nth-child(2){color:var(--accent)}.player-vs-mini-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:4px;border-top:1px solid var(--border);background:var(--border)}.player-vs-mini-stats>div{min-width:0;display:grid;grid-template-columns:25px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:7px;padding:12px 14px;background:var(--surface)}.player-vs-mini-stats svg{grid-row:1 / 3;color:var(--accent)}.player-vs-mini-stats span{color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.05em}.player-vs-mini-stats strong{overflow:hidden;margin-top:2px;font-family:Space Grotesk,sans-serif;font-size:10px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:800px){.player-vs-mini-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.player-vs-global-header{align-items:flex-start;flex-direction:column}.player-vs-result{align-items:flex-start}.player-vs-row{grid-template-columns:1fr .7fr .7fr}}.page-preserved-visible{display:block}.page-preserved-hidden{display:none}.brand-mark{width:100%;height:150px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;background:transparent}.brand-logo{display:block;width:100%;max-width:235px;height:140px;object-fit:contain;object-position:center;transform:scale(1.38)}.brand{display:flex;align-items:center;justify-content:center;padding:0 0 14px}.settings-page{width:100%}.settings-section{margin-bottom:18px;padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.settings-section-header{display:flex;align-items:center;gap:11px;margin-bottom:20px}.settings-section-header>svg{color:var(--accent)}.settings-section-header h2{margin:3px 0 0;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600}.settings-eyebrow{color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.09em}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settings-card{min-width:0;display:flex;flex-direction:column;gap:7px;padding:17px;border:1px solid var(--border);border-radius:11px;background:#0d1015}.settings-label{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.06em}.settings-card strong{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600}.settings-detail{color:#626b77;font-size:8px}.settings-list{overflow:hidden;border:1px solid var(--border);border-radius:11px;background:#0d1015}.settings-row,.settings-link-card{min-height:68px;display:flex;align-items:center;gap:13px;padding:14px 16px;border-bottom:1px solid var(--border)}.settings-row:last-child{border-bottom:0}.settings-row-icon{width:34px;height:34px;flex-shrink:0;display:grid;place-items:center;border:1px solid #303641;border-radius:9px;color:var(--accent);background:#151920}.settings-row-content{min-width:0;display:flex;flex:1;flex-direction:column;gap:4px}.settings-row-content strong{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600}.settings-row-content span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.settings-status{flex-shrink:0;padding:5px 7px;border-radius:6px;font-size:7px;font-weight:700;letter-spacing:.07em}.settings-status.online{color:#74dba8;border:1px solid rgba(116,219,168,.2);background:#74dba80d}.settings-link-card{color:inherit;border:1px solid var(--border);border-radius:11px;background:#0d1015;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.settings-link-card:hover{transform:translateY(-1px);border-color:#363e49;background:#11151b}.settings-link-arrow{color:var(--accent);font-size:16px}.settings-disclaimer{display:flex;align-items:flex-start;gap:13px;padding:18px;border:1px solid rgba(255,122,26,.18);border-radius:12px;background:#ff7a1a09}.settings-disclaimer>svg{flex-shrink:0;color:var(--accent)}.settings-disclaimer strong{font-family:Space Grotesk,sans-serif;font-size:11px}.settings-disclaimer p{max-width:760px;margin:6px 0 0;color:var(--muted);font-size:8px;line-height:1.6}@media(max-width:800px){.settings-grid{grid-template-columns:1fr}.settings-status{display:none}}.heroes-update-info{margin-bottom:20px}html,body,#root{width:100%;min-width:0}body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}img{max-width:100%}.main-content,.global-page,.hero-detail,.players-page-shell,.player-page,.perks-page{min-width:0}@media(max-width:1200px){.main-content{padding:34px 28px 52px}.meta-leader-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.meta-role-rankings,.compare-role-list,.player-role-performance{grid-template-columns:1fr}}@media(max-width:900px){.app-shell{grid-template-columns:74px minmax(0,1fr)}.sidebar{width:74px;padding:20px 10px}.main-content{min-width:0;padding:28px 20px 44px}.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-detail-header{min-height:230px;padding:30px 28px}.hero-detail-info{max-width:62%}.hero-detail-info h1{font-size:clamp(42px,8vw,64px)}.hero-detail-portrait{right:-2%;width:50%;opacity:.65}.overview-layout,.perks-layout{grid-template-columns:1fr}.hero-detail section[style*=grid-template-columns]{grid-template-columns:1fr!important}.stats-header-main{align-items:flex-start;gap:18px}.stats-unified-top,.stats-data-filters,.meta-leader-grid,.player-overview-grid,.player-combat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-input-grid{grid-template-columns:1fr}.compare-versus{height:auto;padding:4px 0}.compare-player-heads{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.global-perk-groups{grid-template-columns:1fr}.global-perk-column:first-child{border-right:0;border-bottom:1px solid var(--border)}}@media(max-width:700px){.app-shell{grid-template-columns:64px minmax(0,1fr)}.sidebar{width:64px;padding:16px 8px}.brand{padding-bottom:18px}.brand-mark,.brand-logo{width:46px;height:46px}.nav-item{min-height:44px;justify-content:center;padding:10px 0;font-size:0}.main-content{padding:22px 14px 36px}.topbar,.stats-header-main,.stats-header-bottom,.meta-overview-heading,.meta-tier-heading,.panel-heading,.player-section-heading,.compare-section-heading,.perks-toolbar{align-items:flex-start;flex-direction:column}.stats-header-actions,.stats-update-info{width:100%;justify-content:flex-start;flex-wrap:wrap}.hero-grid{grid-template-columns:1fr}.hero-art{height:190px}.hero-image{height:175px}.back-button{margin-bottom:16px}.hero-detail-header{min-height:230px;padding:24px 20px}.hero-detail-info{max-width:72%}.hero-detail-info h1{font-size:clamp(38px,12vw,54px);overflow-wrap:anywhere}.hero-detail-info p{max-width:92%;font-size:11px;line-height:1.55}.hero-detail-portrait{right:-18%;width:72%;opacity:.38}.hero-tabs{width:100%;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hero-tabs::-webkit-scrollbar{display:none}.hero-tab{min-height:42px;flex:0 0 auto}.detail-panel{padding:18px}.panel-heading{gap:10px}.data-source{align-self:flex-start}.performance-grid{grid-template-columns:1fr;margin-top:18px}.performance-grid>div{padding:14px 0}.performance-grid>div:not(:first-child){padding-left:0;border-left:0;border-top:1px solid var(--border)}.performance-grid strong{font-size:22px}.overview-perk{max-width:none;grid-template-columns:minmax(0,1fr) auto}.player-vs-row{min-width:520px}.player-vs-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.player-vs-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-unified-top,.stats-data-filters{display:grid;grid-template-columns:1fr}.stats-data-filter,.stats-data-filter select,.stats-data-filter button{width:100%}.stats-filter-summary{flex-wrap:wrap}.meta-leader-grid,.meta-role-rankings{grid-template-columns:1fr}.meta-tier-counts{width:100%;justify-content:flex-start;flex-wrap:wrap}.meta-tier-row{min-width:0}.meta-tier-heroes{overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.meta-hero-card{flex:0 0 auto}.stats-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-table-header,.stats-row{min-width:760px}.players-view-switch{max-width:100%;overflow-x:auto;scrollbar-width:none}.players-view-switch::-webkit-scrollbar{display:none}.player-search-form{align-items:stretch;flex-direction:column}.player-search-button{width:100%;justify-content:center}.player-overview-grid,.player-combat-grid,.player-ranks{grid-template-columns:1fr}.player-profile,.player-profile-actions,.player-hero-section-top{align-items:flex-start;flex-direction:column}.player-heroes-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.player-hero-row{min-width:620px}.compare-search-footer,.compare-shared-toolbar{align-items:stretch;flex-direction:column}.compare-submit{width:100%;justify-content:center}.compare-player-heads{grid-template-columns:1fr;gap:12px}.compare-player-head,.compare-player-head:last-child{justify-content:flex-start;flex-direction:row;text-align:left}.compare-head-vs{padding:2px 0}.compare-table,.compare-shared-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.compare-row,.compare-row-header,.compare-shared-row,.compare-shared-row-header{min-width:620px}.compare-ranks,.compare-role-list{grid-template-columns:1fr}.global-perk-hero-header{align-items:flex-start}.global-perk-open{flex-shrink:0}.global-perk-item-top{grid-template-columns:42px minmax(0,1fr) auto}.global-perk-score{min-width:44px}.settings-grid{grid-template-columns:1fr}.settings-row,.settings-link-card{min-width:0}}@media(max-width:520px){.app-shell{grid-template-columns:56px minmax(0,1fr)}.sidebar{width:56px;padding:14px 6px}.brand-mark,.brand-logo{width:40px;height:40px}.nav-item{min-height:42px}.nav-item svg{width:17px;height:17px}.main-content{padding:18px 10px 30px}.hero-detail-header{min-height:210px;padding:20px 16px}.hero-detail-info{max-width:82%}.hero-detail-portrait{right:-28%;width:88%}.hero-detail-info h1{font-size:clamp(34px,13vw,46px)}.detail-panel{padding:15px}.overview-perk{grid-template-columns:1fr}.overview-perk-score{justify-self:flex-start}.player-vs-mini-stats,.meta-leader-grid{grid-template-columns:1fr}.meta-tier-counts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.global-perk-hero-header{gap:10px;padding:10px 12px}.global-perk-column{padding:12px}.global-perk-item{padding:9px}.global-perk-item-top{grid-template-columns:38px minmax(0,1fr)}.global-perk-icon{width:38px;height:38px}.global-perk-score{grid-column:1 / -1;justify-self:flex-start}.compare-mode-buttons,.player-mode-buttons,.player-hero-sort-buttons{max-width:100%;overflow-x:auto;scrollbar-width:none}.compare-mode-buttons::-webkit-scrollbar,.player-mode-buttons::-webkit-scrollbar,.player-hero-sort-buttons::-webkit-scrollbar{display:none}}.main-content .seo-intro{min-height:64px;display:grid;grid-template-columns:minmax(108px,max-content) minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:16px;row-gap:2px;margin:0 0 16px;padding:10px 14px;border-radius:11px;background:linear-gradient(105deg,rgba(255,122,26,.045),transparent 34%),var(--surface)}.main-content .seo-intro-eyebrow{grid-column:1;grid-row:1 / 3;margin:0;align-self:center;color:var(--accent);font-size:7px;font-weight:800;letter-spacing:.11em;line-height:1.35}.main-content .seo-intro h1{grid-column:2;grid-row:1;margin:0;font-size:14px;font-weight:650;line-height:1.2;letter-spacing:-.01em}.main-content .seo-intro p{grid-column:2;grid-row:2;max-width:980px;margin:0;font-size:9px;line-height:1.45}.seo-intro+.global-page>.topbar .eyebrow,.seo-intro+.global-page>.topbar .subtitle,.seo-intro+.global-page>.stats-header .eyebrow,.seo-intro+.perks-page>.topbar .eyebrow,.seo-intro+.perks-page>.topbar .subtitle,.seo-intro+.players-page-shell .player-page>.topbar .eyebrow,.seo-intro+.players-page-shell .player-page>.topbar .subtitle{display:none}.seo-intro+.global-page>.topbar,.seo-intro+.perks-page>.topbar,.seo-intro+.players-page-shell .player-page>.topbar{min-height:0;align-items:center;margin:0 0 18px;padding:0 1px}.seo-intro+.global-page>.topbar h1,.seo-intro+.perks-page>.topbar h1,.seo-intro+.players-page-shell .player-page>.topbar h1{margin:0;font-size:clamp(32px,3vw,42px);line-height:1;letter-spacing:-.045em}.seo-intro+.global-page>.stats-header{margin:0 0 18px}.seo-intro+.global-page>.stats-header .stats-header-main{align-items:center}.seo-intro+.global-page>.stats-header .stats-header-copy h1{font-size:clamp(32px,3vw,42px)}.seo-intro+.global-page .stats-header-actions,.seo-intro+.global-page .counter-source-stack,.seo-intro+.players-page-shell .player-source-stack{align-self:center}.meta-overview-section{margin-bottom:20px}.meta-overview-heading{margin-bottom:10px}.meta-overview-heading h2{font-size:15px}.meta-overview-heading p{margin-top:3px}.meta-leader-grid{gap:10px}.meta-leader-card{min-height:108px;padding:11px}.meta-leader-label{margin-bottom:8px}.meta-leader-main{gap:8px}.meta-leader-avatar{width:36px;height:36px}.meta-leader-score{top:31px;right:11px}.meta-leader-stats{margin-top:9px;padding-top:7px}.stats-data-filters,.stats-controls{border-radius:10px}.seo-intro+.global-page>.stats-overview{gap:10px;margin-bottom:16px}.seo-intro+.global-page>.stats-overview .summary-card{min-height:82px;padding-top:13px;padding-bottom:13px;border-radius:10px}.seo-intro+.global-page>.stats-overview .summary-card>strong{margin-top:4px;font-size:22px}.seo-intro+.global-page>.toolbar{gap:12px;margin-bottom:14px}.players-page-shell>.players-view-switch{margin-bottom:14px;padding:3px;border-radius:9px}.players-view-button{height:30px;padding-inline:11px}.player-search-panel{border-radius:11px}.player-search-heading{margin-bottom:12px}.counter-explainer{gap:10px;margin-bottom:14px}.counter-explainer-item{min-height:64px;padding:11px 13px;border-radius:9px}.counter-explainer-item strong{font-size:10px}.counter-explainer-item span{font-size:8px;line-height:1.4}.counter-browser{grid-template-columns:240px minmax(0,1fr);gap:14px}.counter-hero-picker{padding:13px;border-radius:10px}.counter-picker-header h2{font-size:16px}.counter-search{height:36px;margin-top:11px}.counter-hero-list{max-height:520px}.counter-selected-hero{min-height:92px;padding:13px 15px}.counter-selected-main img{width:60px;height:60px;flex-basis:60px}.counter-selected-main h2{font-size:20px}.counter-columns{gap:12px;margin-top:12px}.counter-matchup-list{margin-top:12px}.counter-matchup-row{min-height:68px;padding-block:9px}.perks-toolbar{margin-bottom:14px}.perks-heroes-list{gap:11px}.global-perk-hero-card{border-radius:11px}.global-perk-hero-header{min-height:62px;padding:9px 13px}.global-perk-hero-portrait{width:40px;height:40px;border-radius:8px}.global-perk-hero-portrait img{height:39px}.global-perk-hero-main h2{margin-top:3px;font-size:14px}.global-perk-column{padding:12px}.global-perk-list{gap:7px}.global-perk-item{padding:9px;border-radius:9px}.global-perk-item-top{grid-template-columns:38px minmax(0,1fr) 54px;gap:9px}.global-perk-icon{width:38px;height:38px;border-radius:8px}.global-perk-popularity{margin-top:8px;padding-top:7px}.main-content .global-page,.main-content .players-page-shell,.main-content .perks-page{min-width:0}.detail-panel,.summary-card,.counter-explainer-item,.counter-selected-hero,.global-perk-hero-card,.player-search-panel{box-shadow:0 1px #ffffff04}@media(max-width:1050px){.main-content .seo-intro{grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:3px}.main-content .seo-intro-eyebrow{grid-column:1;grid-row:1}.main-content .seo-intro h1{grid-column:1;grid-row:2}.main-content .seo-intro p{grid-column:1;grid-row:3}.counter-browser{grid-template-columns:1fr}}@media(max-width:720px){.main-content .seo-intro{min-height:0;margin-bottom:13px;padding:10px 11px}.main-content .seo-intro h1{font-size:13px}.main-content .seo-intro p{font-size:9px}.seo-intro+.global-page>.topbar,.seo-intro+.perks-page>.topbar,.seo-intro+.players-page-shell .player-page>.topbar{align-items:flex-start;margin-bottom:15px}.seo-intro+.global-page>.topbar h1,.seo-intro+.perks-page>.topbar h1,.seo-intro+.players-page-shell .player-page>.topbar h1{font-size:32px}.counter-explainer,.global-perk-groups{grid-template-columns:1fr}.global-perk-column:first-child{border-right:0;border-bottom:1px solid var(--border)}}.main-content .seo-intro{min-height:48px;grid-template-columns:118px minmax(0,1fr);margin-bottom:20px;padding:8px 14px;border-left:2px solid var(--accent);border-radius:8px;background:linear-gradient(90deg,rgba(255,122,26,.05),transparent 28%),#101319c2}.main-content .seo-intro h1{font-size:13px}.main-content .seo-intro p{font-size:8px;opacity:.78}.stats-v2-page>.stats-header{margin-bottom:12px}.stats-v2-page>.stats-unified-controls{margin:0 0 18px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#0f1218bd}.stats-v2-page .stats-unified-top{grid-template-columns:repeat(3,minmax(150px,1fr)) 90px;gap:9px}.stats-v2-page .stats-data-filter label{margin-bottom:5px}.stats-v2-page .stats-data-filter select{height:36px}.stats-v2-page .stats-apply-button{width:90px;min-width:90px;height:36px}.stats-v2-page>.meta-overview-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);grid-template-areas:"heading heading" "leaders roles";gap:12px 14px;align-items:start;margin-bottom:22px}.stats-v2-page .meta-overview-heading{grid-area:heading;margin:0 0 2px}.stats-v2-page .meta-leader-grid{grid-area:leaders;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stats-v2-page .meta-leader-card{min-height:126px;padding:13px}.stats-v2-page .meta-role-rankings{grid-area:roles;display:grid;grid-template-columns:1fr;gap:8px;margin:0}.stats-v2-page .meta-role-ranking{min-height:0}.stats-v2-page .meta-role-ranking-header{min-height:30px;padding:0 10px}.stats-v2-page .meta-role-ranking-row{min-height:38px;padding:4px 9px}.stats-v2-page .meta-role-avatar{width:27px;height:27px}.stats-v2-page>.meta-tier-section{margin-top:0}.heroes-v2-page>.heroes-v2-overview-shell{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.45fr);gap:14px;align-items:stretch;margin-bottom:16px}.heroes-v2-overview-shell>.topbar{min-height:100%;margin:0;padding:16px;border:1px solid var(--border);border-radius:11px;background:linear-gradient(135deg,rgba(255,122,26,.055),transparent 42%),#0f1218c2}.heroes-v2-overview-shell>.topbar h1{font-size:38px}.heroes-v2-overview-shell>.topbar .stats-header-actions{margin-top:auto}.heroes-v2-overview-shell>.stats-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.heroes-v2-overview-shell .summary-card{min-height:100%;display:flex;flex-direction:column;justify-content:center;padding:15px}.heroes-v2-overview-shell .summary-card strong{font-size:24px}.heroes-v2-page>.heroes-v2-controls-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,auto);grid-template-areas:"browse sort";gap:10px;align-items:stretch;margin-bottom:16px;padding:10px;border:1px solid var(--border);border-radius:11px;background:#0f1218b8}.heroes-v2-controls-shell>.toolbar{grid-area:browse;margin:0}.heroes-v2-controls-shell>.stats-controls{grid-area:sort;margin:0;padding:0;border:0;background:transparent}.heroes-v2-controls-shell .stats-control-group{height:100%;align-items:center}.heroes-v2-controls-shell .stats-control-label{white-space:nowrap}.heroes-v2-page>.hero-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.players-v2-page{display:grid;grid-template-columns:156px minmax(0,1fr);gap:16px;align-items:start}.players-v2-page>.players-view-switch{position:sticky;top:18px;display:flex;flex-direction:column;gap:5px;width:100%;margin:0;padding:6px;border-radius:10px}.players-v2-page .players-view-button{width:100%;min-height:36px;justify-content:flex-start;padding:0 10px}.players-v2-page>.player-page,.players-v2-page>.player-compare-page{grid-column:2;min-width:0}.players-v2-page .player-page>.topbar,.players-v2-page .player-compare-page>.topbar{margin-bottom:12px}.players-v2-page .player-search-panel,.players-v2-page .compare-search-panel{border-radius:11px}.players-v2-page .player-search-panel{padding:14px 16px}.players-v2-page .player-search-form{grid-template-columns:minmax(0,1fr) 100px}.players-v2-page .player-mode-selector{margin-top:11px;padding-top:10px}.players-v2-page .player-favorites{margin-top:12px}.counters-v2-page{display:grid;grid-template-columns:minmax(0,.78fr) minmax(430px,1.22fr);grid-template-areas:"header explain" "browser browser";gap:14px 16px;align-items:start}.counters-v2-page>.counter-page-header{grid-area:header;min-height:100%;margin:0;padding:14px 16px;border:1px solid var(--border);border-radius:11px;background:linear-gradient(135deg,rgba(255,122,26,.055),transparent 44%),#0f1218bd}.counters-v2-page>.counter-page-header h1{font-size:38px}.counters-v2-page>.counter-explainer{grid-area:explain;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.counters-v2-page .counter-explainer-item{min-height:100%;display:block;padding:12px}.counters-v2-page .counter-explainer-item>svg{margin-bottom:10px}.counters-v2-page .counter-explainer-item strong{display:block;margin-bottom:5px}.counters-v2-page>.counter-browser{grid-area:browser;grid-template-columns:250px minmax(0,1fr);gap:12px}.counters-v2-page .counter-hero-picker{position:sticky;top:16px;align-self:start}.counters-v2-page .counter-hero-list{max-height:610px}.counters-v2-page .counter-selected-hero{min-height:84px}.counters-v2-page .counter-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.perks-v2-page>.topbar{margin-bottom:12px}.perks-v2-page>.perks-toolbar{position:sticky;top:0;z-index:4;margin:0 0 14px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:#0a0d12f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.perks-v2-page>.perks-heroes-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.perks-v2-page .global-perk-hero-card{min-width:0}.perks-v2-page .global-perk-hero-header{min-height:54px;padding:8px 10px}.perks-v2-page .global-perk-hero-portrait{width:36px;height:36px}.perks-v2-page .global-perk-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.perks-v2-page .global-perk-column{padding:10px}.perks-v2-page .global-perk-item{padding:8px}.perks-v2-page .global-perk-item-top{grid-template-columns:34px minmax(0,1fr) 44px;gap:7px}.perks-v2-page .global-perk-icon{width:34px;height:34px}.perks-v2-page .global-perk-info p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.perks-v2-page .global-perk-popularity{margin-top:6px}@media(max-width:1320px){.stats-v2-page>.meta-overview-section{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr)}.heroes-v2-page>.heroes-v2-controls-shell{grid-template-columns:1fr;grid-template-areas:"browse" "sort"}.perks-v2-page>.perks-heroes-list{grid-template-columns:1fr}}@media(max-width:1100px){.stats-v2-page>.meta-overview-section{display:block}.stats-v2-page .meta-leader-grid{margin-bottom:10px}.stats-v2-page .meta-role-rankings{grid-template-columns:repeat(3,minmax(0,1fr))}.heroes-v2-page>.heroes-v2-overview-shell{grid-template-columns:1fr}.players-v2-page{grid-template-columns:1fr}.players-v2-page>.players-view-switch{position:static;flex-direction:row}.players-v2-page>.player-page,.players-v2-page>.player-compare-page{grid-column:1}.counters-v2-page{grid-template-columns:1fr;grid-template-areas:"header" "explain" "browser"}}@media(max-width:760px){.stats-v2-page .stats-unified-top{grid-template-columns:1fr}.stats-v2-page .stats-apply-button{width:100%}.stats-v2-page .meta-leader-grid,.stats-v2-page .meta-role-rankings,.heroes-v2-overview-shell>.stats-overview,.counters-v2-page>.counter-explainer,.counters-v2-page>.counter-browser,.counters-v2-page .counter-columns,.perks-v2-page .global-perk-groups{grid-template-columns:1fr}.heroes-v2-page>.heroes-v2-controls-shell{padding:8px}.players-v2-page>.players-view-switch{overflow-x:auto}.players-v2-page .players-view-button{width:auto;min-width:max-content}.counters-v2-page .counter-hero-picker{position:static}}.stats-v2-page>.meta-overview-section{display:block;margin-bottom:18px}.stats-v2-page .meta-overview-heading{margin-bottom:10px}.stats-v2-page .meta-leader-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px}.stats-v2-page .meta-leader-card{min-height:112px}.stats-v2-page .meta-role-rankings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.stats-v2-page>.meta-tier-section{margin-top:18px}.counters-v2-page{grid-template-columns:270px minmax(0,1fr);gap:12px}.counters-v2-page>.counter-page-header{min-height:106px;display:flex;flex-direction:column;justify-content:center;padding:12px 14px}.counters-v2-page>.counter-page-header h1{font-size:34px;line-height:1}.counters-v2-page>.counter-page-header .counter-source-stack{margin-top:9px}.counters-v2-page>.counter-explainer{align-self:stretch}.counters-v2-page .counter-explainer-item{min-height:106px;display:flex;flex-direction:column;justify-content:center}.counters-v2-page>.counter-browser{margin-top:2px}.counters-v2-page .counter-selected-hero{padding-inline:16px}.counters-v2-page .counter-columns{align-items:start}.perks-v2-page>.topbar{min-height:50px;align-items:center;margin-bottom:10px;padding-inline:2px}.perks-v2-page>.topbar h1{margin:0;font-size:34px;line-height:1}.perks-v2-page>.perks-toolbar{top:8px;margin-bottom:12px}.perks-v2-page>.perks-heroes-list{gap:10px 12px}.perks-v2-page .global-perk-hero-card{align-self:start}.heroes-v2-page>.heroes-v2-overview-shell,.heroes-v2-page>.heroes-v2-controls-shell{margin-bottom:12px}.heroes-v2-page>.hero-grid{align-items:start}.players-v2-page{gap:12px}.players-v2-page>.players-view-switch{top:12px}@media(max-width:1320px){.stats-v2-page .meta-leader-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.counters-v2-page{grid-template-columns:240px minmax(0,1fr)}}@media(max-width:1100px){.stats-v2-page .meta-role-rankings{grid-template-columns:repeat(3,minmax(0,1fr))}.counters-v2-page{grid-template-columns:1fr;grid-template-areas:"header" "explain" "browser"}.counters-v2-page>.counter-page-header{min-height:0}}@media(max-width:760px){.stats-v2-page .meta-leader-grid,.stats-v2-page .meta-role-rankings{grid-template-columns:1fr}}.perks-v2-page .global-perk-hero-portrait{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;flex:0 0 38px}.perks-v2-page .global-perk-hero-portrait img{position:static;display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;transform:none}.perks-v2-page .global-perk-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;padding:3px}.perks-v2-page .global-perk-icon img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.perks-v2-page .global-perk-item-top{grid-template-columns:38px minmax(0,1fr) 46px;align-items:center;column-gap:9px}.perks-v2-page .global-perk-hero-main{align-items:center;gap:10px}.perks-v2-page .global-perk-hero-main>div:last-child{min-width:0;display:flex;flex-direction:column;justify-content:center}.perks-v2-page .global-perk-hero-main h2{margin-top:3px;line-height:1.05}.counters-v2-page{display:grid;grid-template-columns:1fr;grid-template-areas:"header" "explain" "browser";gap:12px;align-items:start}.counters-v2-page>.counter-page-header{grid-area:header;min-height:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0;padding:2px 2px 4px;border:0;border-radius:0;background:transparent}.counters-v2-page>.counter-page-header>div:first-child{min-width:0}.counters-v2-page>.counter-page-header h1{margin:0;font-size:36px;line-height:1;letter-spacing:-.04em}.counters-v2-page>.counter-page-header .counter-source-stack{margin:0;align-items:flex-end;flex:0 0 auto}.counters-v2-page>.counter-explainer{grid-area:explain;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.counters-v2-page .counter-explainer-item{min-height:76px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:3px;align-items:center;padding:11px 13px}.counters-v2-page .counter-explainer-item>svg{grid-column:1;grid-row:1 / 3;align-self:start;margin:2px 0 0}.counters-v2-page .counter-explainer-item strong{grid-column:2;grid-row:1;margin:0;align-self:end}.counters-v2-page .counter-explainer-item span{grid-column:2;grid-row:2;align-self:start;line-height:1.45}.counters-v2-page>.counter-browser{grid-area:browser;display:grid;grid-template-columns:250px minmax(0,1fr);gap:12px;margin:0}.counters-v2-page .counter-hero-picker{position:sticky;top:12px;align-self:start}.counters-v2-page .counter-selected-hero{min-height:84px;padding:12px 14px}.counters-v2-page .counter-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.counters-v2-page .counter-group{min-width:0}@media(max-width:1050px){.counters-v2-page>.counter-explainer{grid-template-columns:1fr}.counters-v2-page .counter-explainer-item{min-height:62px}.counters-v2-page>.counter-browser{grid-template-columns:1fr}.counters-v2-page .counter-hero-picker{position:static}}@media(max-width:760px){.counters-v2-page>.counter-page-header{align-items:flex-start;gap:12px}.counters-v2-page>.counter-page-header h1{font-size:32px}.counters-v2-page .counter-columns{grid-template-columns:1fr}}.counters-v2-page .counter-explainer-item{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;column-gap:10px;row-gap:0;padding:12px 14px}.counters-v2-page .counter-explainer-item>svg{grid-column:1;grid-row:1;width:16px;height:16px;margin:1px 0 0;align-self:start;justify-self:start}.counters-v2-page .counter-explainer-item>div{grid-column:2;grid-row:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;text-align:left}.counters-v2-page .counter-explainer-item>div>strong{display:block;width:100%;margin:0;text-align:left;line-height:1.2}.counters-v2-page .counter-explainer-item>div>span{display:block;width:100%;margin:0;text-align:left;line-height:1.45}.counters-v2-page .counter-explainer-item{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;column-gap:10px;min-height:76px;padding:12px 14px}.counters-v2-page .counter-explainer-item>svg{grid-column:1;align-self:center;justify-self:start;width:16px;height:16px;margin:0}.counters-v2-page .counter-explainer-item>div{grid-column:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:100%;gap:4px;text-align:left}.counters-v2-page .counter-explainer-item>div>strong{margin:0;line-height:1.2}.counters-v2-page .counter-explainer-item>div>span{margin:0;line-height:1.45}.heroes-v2-page>.heroes-v2-overview-shell{display:grid;grid-template-columns:minmax(300px,1.05fr) repeat(3,minmax(170px,.72fr));gap:10px;align-items:stretch;margin-bottom:12px}.heroes-v2-page .heroes-v2-overview-shell>.topbar{min-height:104px;padding:14px 16px;border-radius:10px}.heroes-v2-page .heroes-v2-overview-shell>.topbar h1{margin:4px 0 8px;font-size:32px;line-height:1}.heroes-v2-page .heroes-v2-overview-shell>.topbar .subtitle{max-width:210px;margin:0;font-size:10px;line-height:1.45}.heroes-v2-page .heroes-v2-overview-shell>.topbar .stats-header-actions{gap:8px}.heroes-v2-page .heroes-v2-overview-shell>.stats-overview{display:contents}.heroes-v2-page .heroes-v2-overview-shell .summary-card{min-height:104px;display:flex;flex-direction:column;justify-content:center;padding:12px 14px;border-radius:10px}.heroes-v2-page .heroes-v2-overview-shell .summary-card>span:first-child{margin-bottom:8px;font-size:9px}.heroes-v2-page .heroes-v2-overview-shell .summary-card>strong{margin:0 0 4px;font-size:21px;line-height:1}.heroes-v2-page .heroes-v2-overview-shell .summary-card>span:last-child{font-size:9px}.heroes-v2-page>.heroes-v2-controls-shell{min-height:54px;padding:8px 10px;gap:10px;border-radius:10px}.heroes-v2-page>.heroes-v2-controls-shell .toolbar{margin:0}.heroes-v2-page>.heroes-v2-controls-shell .role-filter button,.heroes-v2-page>.heroes-v2-controls-shell .sort-button{min-height:32px}.heroes-v2-page>.heroes-v2-controls-shell .search-box{height:34px}.heroes-v2-page>.hero-grid{margin-top:0}.heroes-v2-page>.heroes-v2-controls-shell{display:grid;grid-template-columns:1fr;gap:8px;min-height:0;padding:9px 10px;border-radius:10px}.heroes-v2-page>.heroes-v2-controls-shell>.toolbar{display:grid;grid-template-columns:auto minmax(260px,1fr);align-items:center;gap:14px;width:100%;margin:0}.heroes-v2-page>.heroes-v2-controls-shell .role-filter{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.heroes-v2-page>.heroes-v2-controls-shell .search-wrapper{width:min(100%,360px);justify-self:end}.heroes-v2-page>.heroes-v2-controls-shell>.stats-controls{width:100%;margin:0;padding:8px 0 0;border:0;border-top:1px solid var(--border);background:transparent}.heroes-v2-page>.heroes-v2-controls-shell .stats-control-group{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%}.heroes-v2-page>.heroes-v2-controls-shell .stats-control-label{flex:0 0 auto;white-space:nowrap}.heroes-v2-page>.heroes-v2-controls-shell .metric-filters{display:flex;align-items:center;justify-content:flex-start;gap:6px;flex-wrap:wrap}.heroes-v2-page>.heroes-v2-controls-shell .role-filter button,.heroes-v2-page>.heroes-v2-controls-shell .metric-filter-button,.heroes-v2-page>.heroes-v2-controls-shell .sort-button{min-height:32px}@media(max-width:900px){.heroes-v2-page>.heroes-v2-controls-shell>.toolbar{grid-template-columns:1fr;gap:8px}.heroes-v2-page>.heroes-v2-controls-shell .search-wrapper{width:100%;justify-self:stretch}.heroes-v2-page>.heroes-v2-controls-shell .stats-control-group{align-items:flex-start;flex-direction:column;gap:7px}}.heroes-v2-page>.heroes-v2-controls-shell{display:grid;grid-template-columns:190px minmax(280px,1fr) 210px;align-items:end;gap:10px;min-height:0;padding:10px;border-radius:10px}.heroes-v2-select-control{min-width:0;display:flex;flex-direction:column;gap:5px}.heroes-v2-select-control label{color:var(--muted);font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.heroes-v2-select-control select{width:100%;height:36px;padding:0 34px 0 11px;border:1px solid var(--border);border-radius:8px;color:var(--text);background-color:#0d1015;font-family:inherit;font-size:10px;font-weight:600;outline:none;cursor:pointer}.heroes-v2-select-control select:hover,.heroes-v2-select-control select:focus{border-color:#ff7a1a7a}.heroes-v2-page .heroes-v2-search{width:100%;align-self:end;height:36px;margin:0}.heroes-v2-page .heroes-v2-search input{width:100%}.heroes-v2-page>.heroes-v2-controls-shell>.toolbar,.heroes-v2-page>.heroes-v2-controls-shell>.stats-controls{display:none}@media(max-width:900px){.heroes-v2-page>.heroes-v2-controls-shell{grid-template-columns:1fr 1fr}.heroes-v2-page .heroes-v2-search{grid-column:1 / -1;grid-row:1}}@media(max-width:620px){.heroes-v2-page>.heroes-v2-controls-shell{grid-template-columns:1fr}.heroes-v2-page .heroes-v2-search{grid-column:auto;grid-row:auto}}.players-v2-page{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.players-v2-page>.players-view-switch{position:static;width:fit-content;display:inline-flex;flex-direction:row;gap:4px;margin:0;padding:4px;border-radius:9px}.players-v2-page .players-view-button{width:auto;min-height:32px;justify-content:center;padding:0 12px}.players-v2-page>.player-page,.players-v2-page>.player-compare-page{grid-column:1;width:100%;min-width:0}.players-v2-page .player-page>.topbar,.players-v2-page .player-compare-page>.topbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 12px;padding:0 2px}.players-v2-page .player-page>.topbar .eyebrow,.players-v2-page .player-page>.topbar .subtitle,.players-v2-page .player-compare-page>.topbar .eyebrow,.players-v2-page .player-compare-page>.topbar .subtitle{display:none}.players-v2-page .player-page>.topbar h1,.players-v2-page .player-compare-page>.topbar h1{margin:0;font-size:34px;line-height:1;letter-spacing:-.04em}.players-v2-page .player-source-stack{margin:0;align-items:flex-end;flex:0 0 auto}.players-v2-page .player-search-panel{padding:14px 16px;border-radius:10px}.players-v2-page .player-search-heading{display:flex;align-items:center;gap:10px;margin-bottom:10px}.players-v2-page .player-search-icon{width:34px;height:34px;flex:0 0 34px}.players-v2-page .player-search-heading h2{margin:0 0 2px;font-size:14px}.players-v2-page .player-search-heading p{margin:0;font-size:8px}.players-v2-page .player-search-form{grid-template-columns:minmax(0,1fr) 100px;gap:8px}.players-v2-page .player-search-input,.players-v2-page .player-search-button{min-height:38px}.players-v2-page .player-search-help{margin:6px 0 0;font-size:7px}.players-v2-page .player-mode-selector{margin-top:10px;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:18px}.players-v2-page .player-mode-selector>div:first-child{flex:0 0 auto}.players-v2-page .player-mode-buttons{margin-left:auto}.players-v2-page .player-favorites{margin-top:10px;padding:12px 14px;border-radius:10px}.players-v2-page .player-favorites-header{margin-bottom:9px}.players-v2-page .player-favorite-row,.players-v2-page .favorite-player-card{min-height:48px}.players-v2-page .compare-search-panel{border-radius:10px}@media(max-width:760px){.players-v2-page>.players-view-switch{width:100%}.players-v2-page .players-view-button{flex:1}.players-v2-page .player-page>.topbar,.players-v2-page .player-compare-page>.topbar{align-items:flex-start}.players-v2-page .player-search-form{grid-template-columns:1fr}.players-v2-page .player-mode-selector{align-items:flex-start;flex-direction:column}.players-v2-page .player-mode-buttons{width:100%;margin-left:0}}.players-v2-page .player-profile .player-hero-section-top{margin-top:36px;padding-top:4px}.players-v2-page .player-profile .player-hero-section-top{margin-bottom:14px}.stats-v2-page .stats-unified-top{grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(170px,1fr) minmax(120px,.55fr) 88px;gap:9px;align-items:end}.stats-v2-page .stats-data-filter select{width:100%}.stats-v2-page .stats-apply-filter{width:88px}.stats-v2-page .stats-apply-button{width:88px;min-width:88px;height:36px}@media(max-width:1100px){.stats-v2-page .stats-unified-top{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-v2-page .stats-apply-filter,.stats-v2-page .stats-apply-button{width:100%}}.stats-unified-controls .stats-unified-top{display:grid;grid-template-columns:minmax(155px,1fr) minmax(155px,1fr) minmax(155px,1fr) minmax(115px,.45fr) 88px;gap:9px;align-items:end}.stats-unified-controls .stats-apply-filter{width:88px}.stats-unified-controls .stats-apply-button{width:88px;min-width:88px;height:36px}@media(max-width:1050px){.stats-unified-controls .stats-unified-top{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-unified-controls .stats-apply-filter,.stats-unified-controls .stats-apply-button{width:100%}}.main-content .seo-intro{display:grid;grid-template-columns:124px minmax(0,1fr);align-items:center;min-height:48px;margin:0 0 20px;padding:8px 14px;border:1px solid var(--border);border-left:2px solid var(--accent);border-radius:8px;background:linear-gradient(90deg,rgba(255,122,26,.05),transparent 28%),#101319c2}.main-content .seo-intro-eyebrow{margin:0;align-self:center;color:var(--accent);font-size:7px;font-weight:700;letter-spacing:.1em;line-height:1.2}.main-content .seo-intro h1{grid-column:2;margin:0;font-size:13px;font-weight:650;line-height:1.25}.main-content .seo-intro p{grid-column:2;max-width:none;margin:2px 0 0;font-size:8px;line-height:1.35;opacity:.78}.main-content .seo-intro-copy{grid-column:2;min-width:0}.main-content .seo-intro-copy .seo-intro-eyebrow{display:none}.main-content .seo-intro-copy h1,.main-content .seo-intro-copy p{grid-column:auto}@media(max-width:720px){.main-content .seo-intro{grid-template-columns:1fr;min-height:0;padding:10px 12px}.main-content .seo-intro-eyebrow{margin-bottom:4px}.main-content .seo-intro h1,.main-content .seo-intro p,.main-content .seo-intro-copy{grid-column:1}.main-content .seo-intro-copy .seo-intro-eyebrow{display:block}}.heroes-v2-page>.heroes-v2-overview-shell{grid-template-columns:minmax(260px,1.15fr) repeat(3,minmax(170px,.85fr));gap:10px;align-items:stretch}.heroes-v2-page .heroes-v2-overview-shell>.topbar{min-height:92px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:linear-gradient(135deg,rgba(255,122,26,.045),transparent 45%),#0f1218c7}.heroes-v2-page .heroes-v2-overview-shell>.topbar>div:first-child{min-width:0;display:flex;flex-direction:column;justify-content:center}.heroes-v2-page .heroes-v2-overview-shell>.topbar .eyebrow{margin:0 0 4px;font-size:7px;line-height:1.2}.heroes-v2-page .heroes-v2-overview-shell>.topbar h1{margin:0 0 5px;font-size:26px;line-height:1}.heroes-v2-page .heroes-v2-overview-shell>.topbar .subtitle{max-width:190px;margin:0;font-size:8px;line-height:1.4}.heroes-v2-page .heroes-v2-overview-shell>.topbar .stats-header-actions{align-self:center;justify-content:center;gap:6px}.heroes-v2-page .heroes-v2-overview-shell .summary-card{min-height:92px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:#0f1218c7;display:flex;flex-direction:column;justify-content:center}.heroes-v2-page .heroes-v2-overview-shell .summary-card>.summary-label{margin:0 0 6px;color:var(--muted);font-size:7px;font-weight:600;line-height:1.2}.heroes-v2-page .heroes-v2-overview-shell .summary-card>strong{margin:0 0 4px;font-size:20px;line-height:1}.heroes-v2-page .heroes-v2-overview-shell .summary-card>.summary-detail{margin:0;color:var(--muted);font-size:7px;line-height:1.2}.heroes-v2-page .heroes-v2-overview-shell>.topbar,.heroes-v2-page .heroes-v2-overview-shell .summary-card{box-sizing:border-box;height:100%}@media(max-width:1180px){.heroes-v2-page>.heroes-v2-overview-shell{grid-template-columns:repeat(3,minmax(0,1fr))}.heroes-v2-page .heroes-v2-overview-shell>.topbar{grid-column:1 / -1}}@media(max-width:760px){.heroes-v2-page>.heroes-v2-overview-shell{grid-template-columns:1fr}.heroes-v2-page .heroes-v2-overview-shell>.topbar{grid-column:auto}}.counters-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.matchup-group{min-width:0}.matchup-list{margin-top:18px;border-top:1px solid var(--border)}.matchup-row{min-height:76px;display:grid;grid-template-columns:minmax(130px,1fr) minmax(240px,auto);align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--border)}.matchup-row:last-child{border-bottom:0}.matchup-hero{min-width:0;display:flex;align-items:center;gap:11px}.matchup-hero-avatar{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--muted)}.matchup-hero-avatar img{width:100%;height:100%;display:block;object-fit:cover}.matchup-hero>div:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.matchup-hero strong{overflow:hidden;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.matchup-hero span{color:var(--muted);font-size:8px;line-height:1.3}.matchup-values{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(72px,auto));align-items:center;justify-content:end;column-gap:14px}.matchup-values>div{min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.matchup-values span{color:var(--muted);font-size:7px;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.matchup-values strong{color:var(--text);font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}.matchup-values .matchup-positive{color:#72d69b}.matchup-values .matchup-negative{color:#ff8f8f}@media(max-width:1180px){.counters-layout{grid-template-columns:1fr}}@media(max-width:760px){.matchup-row{grid-template-columns:1fr;gap:12px}.matchup-values{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;column-gap:12px}.matchup-values>div{align-items:flex-start}}@media(max-width:480px){.matchup-values{column-gap:8px}.matchup-values span{font-size:6px;letter-spacing:.04em}.matchup-values strong{font-size:11px}}.global-page{width:100%}.global-stats-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:22px}.stats-summary-card{min-height:105px}.summary-hero-line{display:flex;align-items:center;gap:9px;margin-top:auto}.summary-hero-line>strong{margin-top:0;font-size:17px}.summary-hero-avatar{position:relative;width:34px;height:34px;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:linear-gradient(145deg,#181d24,#0b0e12)}.summary-hero-avatar img{position:absolute;left:50%;bottom:0;width:auto;height:32px;max-width:95%;transform:translate(-50%);object-fit:contain}.stats-summary-value{margin-top:5px;color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600}.stats-controls{margin-bottom:18px;padding:15px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.stats-control-group{display:flex;align-items:center;gap:15px}.stats-control-label{flex-shrink:0;color:var(--muted);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.metric-filters{display:flex;gap:6px}.metric-filter{display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid transparent;border-radius:8px;cursor:pointer;color:var(--muted);background:#0d1015;font-size:10px;font-weight:600;transition:color .15s ease,background .15s ease,border-color .15s ease}.metric-filter:hover{color:var(--text);border-color:var(--border)}.metric-filter.active{color:var(--accent);border-color:#ff7a1a52;background:var(--accent-soft)}.metric-sort-direction{color:var(--accent);font-size:11px}.stats-control-divider{height:1px;margin:14px 0;background:var(--border)}.stats-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0}.stats-table{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.stats-table-header,.stats-row{display:grid;grid-template-columns:minmax(230px,1.6fr) minmax(90px,.7fr) minmax(90px,.65fr) minmax(90px,.65fr) minmax(90px,.65fr) 34px;align-items:center;gap:18px}.stats-table-header{min-height:42px;padding:0 18px;border-bottom:1px solid var(--border);color:#69717d;background:#0d1015;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stats-column-active{color:var(--accent)}.stats-row{width:100%;min-height:68px;padding:8px 18px;border-bottom:1px solid var(--border);cursor:pointer;color:var(--text);background:transparent;text-align:left;transition:background .15s ease}.stats-row:last-child{border-bottom:0}.stats-row:hover{background:var(--surface-hover)}.stats-row>strong{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600}.stats-value-active{color:var(--accent)}.stats-hero{min-width:0;display:flex;align-items:center;gap:11px}.stats-rank{width:22px;flex-shrink:0;color:#606874;font-family:Space Grotesk,sans-serif;font-size:9px;text-align:center}.stats-avatar{position:relative;width:42px;height:42px;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:9px;background:linear-gradient(145deg,#181d24,#0b0e12)}.stats-avatar img{position:absolute;left:50%;bottom:0;width:auto;height:39px;max-width:95%;transform:translate(-50%);object-fit:contain;object-position:center bottom}.stats-hero>strong{min-width:0;overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.stats-role{display:inline-flex;padding:4px 7px;border:1px solid var(--border);border-radius:6px;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.stats-role.tank{color:#e9c85e;border-color:#e9c85e40}.stats-role.damage{color:#ff9898;border-color:#ff989840}.stats-role.support{color:#94e8bd;border-color:#94e8bd40}.stats-open{display:flex;justify-content:flex-end;color:#626a76}.stats-row:hover .stats-open{color:var(--accent)}.global-empty-page{min-height:calc(100vh - 110px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.global-empty-page>svg{margin-bottom:14px;color:var(--accent)}.global-empty-page h1{margin:8px 0 0;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:600;letter-spacing:-.035em}.global-empty-page p{max-width:420px;margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.6}@media(max-width:1050px){.global-stats-summary{grid-template-columns:1fr}.stats-control-group{align-items:flex-start;flex-direction:column}.metric-filters{width:100%}.metric-filter{flex:1;justify-content:center}.stats-toolbar{align-items:stretch;flex-direction:column}.stats-toolbar .search-wrapper{width:100%}.stats-table{overflow-x:auto}.stats-table-header,.stats-row{min-width:800px}}@media(max-width:600px){.metric-filters{flex-direction:column}}.meta-tier-section{margin-bottom:24px}.meta-tier-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.meta-tier-heading h2{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600}.meta-tier-heading p{margin:5px 0 0;color:var(--muted);font-size:7px}.meta-score-note{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.meta-score-note span{color:var(--muted);font-size:6px;font-weight:700;letter-spacing:.08em}.meta-score-note strong{color:#808894;font-size:7px;font-weight:600}.meta-tier-list{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.meta-tier-row{min-height:66px;display:grid;grid-template-columns:56px minmax(0,1fr);border-bottom:1px solid var(--border)}.meta-tier-row:last-child{border-bottom:0}.meta-tier-label{display:grid;place-items:center;border-right:1px solid var(--border);font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700}.meta-tier-s .meta-tier-label{color:#ff8a4c;background:#ff7a1a14}.meta-tier-a .meta-tier-label{color:#e9b760;background:#e9b7600d}.meta-tier-b .meta-tier-label{color:#82cfa6;background:#82cfa60a}.meta-tier-c .meta-tier-label{color:#84a7d8;background:#84a7d80a}.meta-tier-d .meta-tier-label{color:#8b929e}.meta-tier-heroes{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px}.meta-hero-card{min-width:130px;display:flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid var(--border);border-radius:8px;cursor:pointer;color:var(--text);background:#0d1015;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.meta-hero-card:hover{border-color:#ff7a1a59;background:var(--surface-hover);transform:translateY(-1px)}.meta-hero-avatar{width:34px;height:34px;display:grid;place-items:end center;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#080b0f}.meta-hero-avatar img{width:100%;height:100%;object-fit:contain}.meta-hero-info{min-width:0;display:flex;flex-direction:column;gap:2px}.meta-hero-info strong{overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.meta-hero-info span{color:var(--muted);font-size:6px}.meta-tier-empty{color:var(--muted);font-size:7px}@media(max-width:700px){.meta-tier-heading{align-items:flex-start;flex-direction:column}.meta-score-note{align-items:flex-start}.meta-tier-row{grid-template-columns:44px minmax(0,1fr)}.meta-hero-card{min-width:calc(50% - 4px);flex:1}}.stats-unified-controls{margin:24px 0 32px;padding:18px;background:#11151b;border:1px solid #27303b;border-radius:14px}.stats-unified-top{display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) auto;gap:14px;align-items:end}.stats-data-filter,.stats-ranking-control{min-width:0}.stats-data-filter label,.stats-control-label{display:block;margin-bottom:8px;color:#8290a3;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.stats-data-filter select{width:100%;height:42px;padding:0 12px;background:#0d1117;color:#f4f6f8;border:1px solid #2a3440;border-radius:8px;outline:none}.stats-data-filter select:focus{border-color:var(--accent)}.stats-ranking-control{padding-left:4px}.metric-filters{display:flex;gap:6px;flex-wrap:wrap}.stats-apply-filter{display:flex;align-items:flex-end}.stats-apply-button{min-width:88px;width:88px;height:36px;padding:0 14px;border:1px solid rgba(255,122,26,.45);border-radius:8px;cursor:pointer;color:#fff;background:var(--accent);font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:background .15s ease,border-color .15s ease,transform .15s ease,opacity .15s ease}.stats-apply-button:hover:not(:disabled){border-color:#ff7a1acc;background:#ff8a33;transform:translateY(-1px)}.stats-apply-button:active:not(:disabled){transform:translateY(0)}.stats-apply-button:disabled{cursor:not-allowed;opacity:.45}.stats-unified-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #252d37}.stats-search{position:relative;width:260px}.stats-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#778497;pointer-events:none}.stats-search input{width:100%;height:40px;padding:0 12px 0 36px;background:#0d1117;color:#f4f6f8;border:1px solid #2a3440;border-radius:8px;outline:none}.stats-search input::placeholder{color:#647184}.stats-search input:focus{border-color:var(--accent)}.stats-dataset-status{display:flex;align-items:center;gap:7px;min-height:40px;color:#7f8b9c;font-size:12px;font-weight:600}.stats-dataset-status .status-dot{width:7px;height:7px;border-radius:50%;background:#39d98a}.stats-cache-warning{color:#d69a4c}@media(max-width:1100px){.stats-unified-top{grid-template-columns:repeat(2,1fr)}.stats-ranking-control{padding-left:0}.stats-apply-filter,.stats-apply-button{width:100%}}@media(max-width:700px){.stats-unified-top{grid-template-columns:1fr}.stats-apply-filter,.stats-apply-button{width:100%}.stats-unified-bottom{align-items:stretch;flex-direction:column}.stats-search{width:100%}}.stats-header{margin-bottom:18px}.stats-header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.stats-header-copy{min-width:0}.stats-header-copy .eyebrow{margin-bottom:7px}.stats-header-copy h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:600;line-height:1;letter-spacing:-.04em}.stats-header-copy .subtitle{margin-top:12px}.stats-header-actions{display:flex;align-items:center;gap:9px;flex-shrink:0}.stats-header-actions .live-status{flex-shrink:0}.stats-refresh-button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid var(--border);border-radius:9px;cursor:pointer;color:var(--text);background:var(--surface);font-family:inherit;font-size:9px;font-weight:600;white-space:nowrap;transition:color .15s ease,border-color .15s ease,background .15s ease}.stats-refresh-button:hover:not(:disabled){border-color:#ff7a1a6b;color:var(--accent);background:var(--accent-soft)}.stats-refresh-button.pending{border-color:#ff7a1a73;color:var(--accent);background:var(--accent-soft)}.stats-refresh-button:disabled{cursor:wait;opacity:.6}.refresh-spinning{animation:statsRefreshSpin .8s linear infinite}@keyframes statsRefreshSpin{to{transform:rotate(360deg)}}.stats-header-bottom{min-height:22px;display:flex;align-items:center;margin-top:17px}.stats-update-info{display:flex;align-items:center;gap:5px;color:#606975;font-size:8px}.stats-update-info strong{color:var(--text);font-weight:600}.stats-refresh-error{margin-left:10px;color:#ff8b8b!important}.stats-data-filters{display:grid;grid-template-columns:minmax(150px,1fr) minmax(160px,1fr) minmax(150px,1fr) minmax(230px,1.35fr);align-items:stretch;gap:12px;margin-bottom:22px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.stats-data-filter{min-width:0;display:flex;flex-direction:column;gap:7px}.stats-data-filter label,.stats-filter-summary>span{color:#68717d;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stats-data-filter select{width:100%;height:36px;padding:0 11px;border:1px solid var(--border);border-radius:8px;outline:none;cursor:pointer;color:var(--text);background:#0d1015;font-family:inherit;font-size:9px;font-weight:500;transition:border-color .15s ease,background .15s ease}.stats-data-filter select:hover{border-color:#ff7a1a47}.stats-data-filter select:focus{border-color:#ff7a1a80}.stats-filter-summary{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;padding-left:16px;border-left:1px solid var(--border)}.stats-filter-summary strong{overflow:hidden;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.stats-filter-summary small{color:var(--accent);font-size:7px}.stats-filter-summary .stats-filter-applied{color:#61d5a0}@media(max-width:1000px){.stats-data-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-filter-summary{grid-column:1 / -1;padding:11px 0 0;border-left:0;border-top:1px solid var(--border)}}@media(max-width:750px){.stats-header-main{flex-direction:column;gap:16px}.stats-header-actions{width:100%;justify-content:space-between}.stats-data-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.stats-header-copy h1{font-size:36px}.stats-header-actions{align-items:flex-start;flex-direction:column}.stats-data-filters{grid-template-columns:1fr}.stats-filter-summary{grid-column:auto}}.meta-overview-section{margin-bottom:26px}.meta-overview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.meta-overview-heading h2{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600}.meta-overview-heading p{margin:5px 0 0;color:var(--muted);font-size:7px}.meta-tier-counts{display:flex;gap:8px}.meta-tier-counts>div{min-width:66px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.meta-tier-counts span{display:block;color:var(--muted);font-size:6px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.meta-tier-counts strong{display:block;margin-top:3px;color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700}.meta-leader-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px}.meta-leader-card{position:relative;min-width:0;min-height:122px;padding:12px;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--text);background:var(--surface);font-family:inherit;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.meta-leader-card:hover{border-color:#ff7a1a61;background:#ffffff04;transform:translateY(-1px)}.meta-leader-card.empty{cursor:default}.meta-leader-label{display:block;margin-bottom:10px;color:var(--accent);font-size:6px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.meta-leader-main{display:flex;align-items:center;gap:9px;padding-right:42px}.meta-leader-avatar{width:40px;height:40px;display:grid;place-items:end center;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#090c10}.meta-leader-avatar img{width:100%;height:100%;object-fit:contain}.meta-leader-identity{min-width:0}.meta-leader-identity strong{display:block;overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.meta-leader-identity span{display:block;margin-top:2px;color:var(--muted);font-size:6px}.meta-leader-score{position:absolute;top:35px;right:12px;text-align:right}.meta-leader-score span{display:block;color:var(--muted);font-size:5px;font-weight:700;letter-spacing:.05em}.meta-leader-score strong{display:block;margin-top:2px;color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700}.meta-leader-stats{display:flex;align-items:center;gap:8px;margin-top:11px;padding-top:8px;border-top:1px solid var(--border)}.meta-leader-stats span{color:var(--muted);font-size:6px;white-space:nowrap}.meta-role-rankings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.meta-role-ranking{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.meta-role-ranking-header{min-height:31px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid var(--border);color:var(--muted);font-size:6px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.meta-role-ranking-row{width:100%;min-height:43px;display:grid;grid-template-columns:20px 29px minmax(0,1fr) 35px;align-items:center;gap:7px;padding:5px 10px;border:0;border-bottom:1px solid var(--border);cursor:pointer;color:var(--text);background:transparent;font-family:inherit;text-align:left;transition:background .15s ease}.meta-role-ranking-row:last-of-type{border-bottom:0}.meta-role-ranking-row:hover{background:#ffffff06}.meta-role-position{color:var(--muted);font-family:Space Grotesk,sans-serif;font-size:7px}.meta-role-avatar{width:29px;height:29px;display:grid;place-items:end center;overflow:hidden;border:1px solid rgba(255,255,255,.04);border-radius:6px;background:#090c10}.meta-role-avatar img{width:100%;height:100%;object-fit:contain}.meta-role-ranking-row strong{min-width:0;overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:8px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.meta-role-score{color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:8px;font-weight:700;text-align:right}.meta-role-empty{padding:16px;color:var(--muted);font-size:7px;text-align:center}@media(max-width:1050px){.meta-leader-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.meta-role-rankings{grid-template-columns:1fr}}@media(max-width:650px){.meta-overview-heading{align-items:flex-start;flex-direction:column}.meta-tier-counts{width:100%}.meta-tier-counts>div{flex:1}.meta-leader-grid{grid-template-columns:1fr}}.stats-header-actions{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.stats-header-actions-top{display:flex;align-items:center;justify-content:flex-end;gap:10px}.data-source-meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;width:100%;min-height:12px;padding-right:1px;color:var(--muted);font-size:8px;font-weight:600;line-height:1;letter-spacing:.035em;white-space:nowrap;opacity:.82;text-align:right}.data-source-name{color:var(--text);font-weight:700;letter-spacing:.07em}.data-source-separator{color:var(--border)}.data-source-state{font-weight:700;letter-spacing:.06em}.data-source-meta.fresh .data-source-state{color:#72d69b}.data-source-meta.cached .data-source-state{color:#d6a95e}.data-source-age{color:var(--muted);font-weight:500;letter-spacing:0}.stats-header-actions .stats-refresh-error{max-width:260px;text-align:right}@media(max-width:720px){.stats-header-actions{width:100%;align-items:flex-start;margin-left:0}.stats-header-actions-top{width:100%;justify-content:space-between}.data-source-meta{justify-content:flex-start;flex-wrap:wrap;width:auto;white-space:normal;text-align:left}.stats-header-actions .stats-refresh-error{text-align:left}}.counter-page{min-width:0}.counter-page-header{align-items:flex-start}.counter-source-stack{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.counter-source-meta{color:var(--muted);font-size:8px;font-weight:700;line-height:1;letter-spacing:.07em;white-space:nowrap}.counter-explainer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.counter-explainer-item{min-width:0;display:flex;align-items:flex-start;gap:11px;padding:14px 15px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.counter-explainer-item>svg{flex:0 0 auto;margin-top:1px;color:var(--accent)}.counter-explainer-item>div{min-width:0;display:flex;flex-direction:column;gap:4px}.counter-explainer-item strong{color:var(--text);font-size:11px}.counter-explainer-item span{color:var(--muted);font-size:9px;line-height:1.5}.counter-browser{display:grid;grid-template-columns:270px minmax(0,1fr);gap:16px;align-items:start}.counter-hero-picker{min-width:0;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.counter-picker-header h2{margin:4px 0 0;font-size:17px}.counter-search{height:38px;display:flex;align-items:center;gap:8px;margin-top:14px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:#0000001f;color:var(--muted)}.counter-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:11px}.counter-search input::placeholder{color:var(--muted)}.counter-hero-list{max-height:570px;display:flex;flex-direction:column;gap:4px;margin-top:10px;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(255,122,26,.38) rgba(255,255,255,.025)}.counter-hero-list::-webkit-scrollbar{width:6px}.counter-hero-list::-webkit-scrollbar-track{margin:4px 0;border-radius:999px;background:#ffffff06}.counter-hero-list::-webkit-scrollbar-thumb{min-height:42px;border-radius:999px;border:1px solid rgba(255,122,26,.12);background:#ff7a1a57}.counter-hero-list::-webkit-scrollbar-thumb:hover{background:#ff7a1a8f}.counter-hero-list::-webkit-scrollbar-corner{background:transparent}.counter-hero-button{width:100%;min-height:50px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.counter-hero-button:hover{background:#ffffff09}.counter-hero-button.active{border-color:var(--border);background:#ffffff0f}.counter-hero-button img{width:38px;height:38px;display:block;object-fit:cover;border-radius:7px}.counter-hero-button>div{min-width:0;display:flex;flex-direction:column;gap:3px}.counter-hero-button strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.counter-hero-button div span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.05em}.counter-data-badge{color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.07em}.counter-data-badge.available{color:#72d69b}.counter-results{min-width:0}.counter-selected-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:108px;padding:16px 18px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.counter-selected-main{min-width:0;display:flex;align-items:center;gap:14px}.counter-selected-main img{width:72px;height:72px;flex:0 0 72px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.counter-selected-main h2{margin:4px 0 3px;font-size:23px}.counter-selected-main p{margin:0;color:var(--muted);font-size:10px}.counter-open-hero{min-height:34px;padding:0 13px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text);font-size:9px;font-weight:700;cursor:pointer}.counter-open-hero:hover{background:#ffffff0d}.counter-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.counter-group{min-width:0}.counter-count{min-width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;color:var(--muted);font-size:9px;font-weight:700}.counter-matchup-list{margin-top:16px;border-top:1px solid var(--border)}.counter-matchup-row{min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:11px 0;border-bottom:1px solid var(--border)}.counter-matchup-row:last-child{border-bottom:0}.counter-opponent{min-width:0;display:flex;align-items:center;gap:10px}.counter-opponent img{width:42px;height:42px;flex:0 0 42px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.counter-opponent>div{min-width:0;display:flex;flex-direction:column;gap:4px}.counter-opponent strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.counter-opponent span{color:var(--muted);font-size:8px;text-transform:capitalize}.counter-metrics{display:grid;grid-template-columns:repeat(3,auto);gap:14px}.counter-metrics>div{min-width:58px;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.counter-metrics span{color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.05em}.counter-metrics strong{font-size:11px}.counter-metrics .positive{color:#72d69b}.counter-metrics .negative{color:#ff8f8f}.counter-empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;margin-top:16px;padding:28px;border:1px solid var(--border);border-radius:10px;background:var(--surface);text-align:center}.counter-empty>svg{color:var(--accent)}.counter-empty h2{margin:0;font-size:18px}.counter-empty p{max-width:470px;margin:0;color:var(--muted);font-size:10px;line-height:1.6}.counter-group-empty{margin-top:16px;padding:22px 0 8px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.counter-method-note{display:flex;align-items:flex-start;gap:11px;margin-top:16px;padding:14px 15px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:var(--surface)}.counter-method-note>svg{flex:0 0 auto;margin-top:1px}.counter-method-note strong{color:var(--text);font-size:10px}.counter-method-note p{margin:4px 0 0;font-size:9px;line-height:1.55}@media(max-width:1050px){.counter-explainer,.counter-browser{grid-template-columns:1fr}.counter-hero-list{max-height:280px}}@media(max-width:820px){.counter-columns{grid-template-columns:1fr}}@media(max-width:620px){.counter-source-stack{width:100%;margin-left:0;align-items:flex-start}.counter-selected-hero{align-items:flex-start;flex-direction:column}.counter-matchup-row{grid-template-columns:1fr}.counter-metrics{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.counter-metrics>div{align-items:flex-start}}.player-page{width:100%}.player-search-panel{padding:18px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.player-search-heading{display:flex;align-items:center;gap:11px;margin-bottom:16px}.player-search-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,122,26,.25);border-radius:9px;color:var(--accent);background:var(--accent-soft)}.player-search-heading h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:15px}.player-search-heading p{margin:3px 0 0;color:var(--muted);font-size:9px}.player-search-form{display:flex;gap:8px}.player-search-input{min-width:0;height:42px;display:flex;align-items:center;flex:1;gap:9px;padding:0 13px;border:1px solid var(--border);border-radius:9px;color:var(--muted);background:#0d1015}.player-search-input:focus-within{border-color:#ff7a1a73}.player-search-input input{width:100%;padding:0;border:0;outline:0;color:var(--text);background:transparent;font-family:inherit;font-size:11px;box-shadow:none}.player-search-input input::placeholder{color:#555d68}.player-search-button{min-width:100px;padding:0 17px;border:1px solid var(--accent);border-radius:9px;cursor:pointer;color:#0a0c0f;background:var(--accent);font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:700}.player-search-button:hover{opacity:.9}.player-search-button:disabled{cursor:wait;opacity:.6}.player-search-help{margin:8px 0 0;color:#555d68;font-size:8px}.player-loading{min-height:120px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:10px}.player-loading-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:playerPulse 1s infinite alternate}@keyframes playerPulse{0%{opacity:.3}to{opacity:1}}.player-error{display:flex;flex-direction:column;gap:4px;margin-top:14px;padding:14px;border:1px solid rgba(255,105,105,.2);border-radius:10px;background:#ff69690d}.player-error strong{color:#ff9898;font-size:10px}.player-error span{color:var(--muted);font-size:9px}.player-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#555d68;text-align:center}.player-empty svg{margin-bottom:12px}.player-empty h2{margin:0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:15px}.player-empty p{max-width:300px;margin:7px 0 0;color:var(--muted);font-size:9px;line-height:1.6}.player-profile{margin-top:14px}.player-identity{min-height:105px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--border);border-radius:14px;background:radial-gradient(circle at 90% 50%,rgba(255,122,26,.05),transparent 25%),var(--surface)}.player-avatar{width:68px;height:68px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:12px;color:var(--muted);background:#0d1015}.player-avatar img{width:100%;height:100%;object-fit:cover}.player-identity-text{min-width:0;flex:1}.player-identity-text h2{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:600;letter-spacing:-.03em}.player-identity-text p{margin:4px 0 0;color:var(--muted);font-size:9px}.player-endorsement{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.player-endorsement span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.07em}.player-endorsement strong{color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:20px}.player-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:25px 0 10px}.player-section-heading h3{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:17px}.player-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.player-overview-card{min-height:105px;display:flex;flex-direction:column;padding:14px;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.player-overview-icon{width:29px;height:29px;display:grid;place-items:center;margin-bottom:14px;border-radius:7px;color:var(--accent);background:var(--accent-soft)}.player-overview-card>span{color:var(--muted);font-size:8px}.player-overview-card>strong{margin-top:4px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.player-overview-card>strong.accent{color:var(--accent)}.player-ranks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.player-rank-card{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.player-rank-role{display:flex;align-items:center;gap:6px;margin-bottom:12px;color:var(--muted);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.player-rank-icon{max-width:60px;max-height:60px;margin-bottom:7px;object-fit:contain}.player-rank-card>strong{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600}.player-unranked{color:var(--muted)}.player-role-performance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.player-role-card{min-height:190px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.player-role-title{display:flex;align-items:center;gap:8px;color:var(--muted)}.player-role-title strong{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:12px}.player-role-primary{display:flex;flex-direction:column;margin-top:22px}.player-role-primary>strong{color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:600}.player-role-primary>span{margin-top:2px;color:var(--muted);font-size:8px}.player-role-secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.player-role-secondary>div{display:flex;flex-direction:column;gap:3px}.player-role-secondary span{color:var(--muted);font-size:7px;text-transform:uppercase}.player-role-secondary strong{font-size:11px}.player-role-time{display:block;margin-top:14px;color:#5e6672;font-size:8px}.player-role-no-data{display:block;margin-top:30px;color:var(--muted);font-size:10px}.player-combat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.player-combat-card{min-height:82px;display:flex;flex-direction:column;justify-content:center;padding:14px;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.player-combat-card span{color:var(--muted);font-size:8px}.player-combat-card strong{margin-top:5px;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600}.player-heroes-table{overflow:hidden;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.player-heroes-header,.player-hero-row{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(90px,.6fr) minmax(70px,.5fr) minmax(90px,.6fr) minmax(70px,.5fr) 30px;align-items:center;gap:16px}.player-heroes-header{min-height:38px;padding:0 16px;border-bottom:1px solid var(--border);color:#68717d;background:#0d1015;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.player-hero-row{min-height:65px;padding:8px 16px;border-bottom:1px solid var(--border)}.player-hero-row:last-child{border-bottom:0}.player-hero-row>strong{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600}.player-positive-stat{color:#72dba6}.player-hero-identity{min-width:0;display:flex;align-items:center;gap:10px}.player-hero-avatar{position:relative;width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:9px;color:var(--muted);background:linear-gradient(145deg,#181d24,#0b0e12)}.player-hero-avatar img{position:absolute;left:50%;bottom:0;width:auto;height:39px;max-width:95%;transform:translate(-50%);object-fit:contain;object-position:center bottom}.player-hero-identity>div:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.player-hero-identity strong{overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.player-hero-identity span{color:var(--muted);font-size:8px}@media(max-width:1100px){.player-overview-grid,.player-combat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.player-ranks,.player-role-performance{grid-template-columns:1fr}.player-heroes-table{overflow-x:auto}.player-heroes-header,.player-hero-row{min-width:720px}}@media(max-width:600px){.player-search-form{flex-direction:column}.player-search-button{min-height:42px}.player-identity{align-items:flex-start}.player-overview-grid,.player-combat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.player-season{display:inline-block;margin-top:5px;color:var(--muted);font-size:8px}.player-rank-images{position:relative;min-height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:7px}.player-rank-icon{width:58px;height:58px;object-fit:contain}.player-tier-icon{position:absolute;right:-10px;bottom:0;width:22px;height:22px;object-fit:contain}.player-hero-row{width:100%;color:var(--text);background:transparent;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.player-hero-row:hover{background:var(--surface-hover)}.player-hero-row:disabled{cursor:default}.player-hero-open{display:flex;align-items:center;justify-content:flex-end;color:#626a76;transition:color .15s ease,transform .15s ease}.player-hero-row:hover .player-hero-open{color:var(--accent);transform:translate(2px)}.player-favorites{margin-top:14px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.player-favorites-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.player-favorites-header h2{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600}.player-favorites-count{min-width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#0d1015;font-size:8px;font-weight:700}.player-favorites-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px}.player-favorite-card{min-width:0;display:flex;align-items:stretch;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#0d1015;transition:border-color .15s ease,background .15s ease}.player-favorite-card:hover{border-color:#ff7a1a47;background:var(--surface-hover)}.player-favorite-main{min-width:0;display:flex;align-items:center;flex:1;gap:9px;padding:9px;border:0;cursor:pointer;color:var(--text);background:transparent;text-align:left}.player-favorite-avatar{width:35px;height:35px;display:grid;place-items:center;flex-shrink:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:#080b0f}.player-favorite-avatar img{width:100%;height:100%;object-fit:cover}.player-favorite-info{min-width:0;display:flex;flex-direction:column;flex:1;gap:2px}.player-favorite-info strong{overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.player-favorite-info span{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.player-favorite-main>svg{flex-shrink:0;color:#5f6772}.player-favorite-card:hover .player-favorite-main>svg{color:var(--accent)}.player-favorite-delete{width:37px;display:grid;place-items:center;flex-shrink:0;padding:0;border:0;border-left:1px solid var(--border);cursor:pointer;color:#5f6772;background:transparent}.player-favorite-delete:hover{color:#ff8b8b;background:#ff64640f}.player-profile-actions{display:flex;align-items:center;gap:18px}.player-favorite-toggle{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;cursor:pointer;color:var(--muted);background:#0d1015;font-size:8px;font-weight:600;transition:color .15s ease,border-color .15s ease,background .15s ease}.player-favorite-toggle:hover{color:var(--text);border-color:#ff7a1a4d}.player-favorite-toggle.active{color:var(--accent);border-color:#ff7a1a59;background:var(--accent-soft)}.player-battletag{display:block;margin-top:2px;color:#656d79;font-size:8px}@media(max-width:700px){.player-profile-actions{align-items:flex-end;flex-direction:column}.player-favorites-list{grid-template-columns:1fr}}.player-mode-selector{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:15px;padding-top:14px;border-top:1px solid var(--border)}.player-mode-label{display:block;margin-bottom:4px;color:var(--text);font-size:9px;font-weight:600}.player-mode-selector p{margin:0;color:var(--muted);font-size:7px}.player-mode-buttons{display:flex;align-items:center;gap:6px;padding:3px;border:1px solid var(--border);border-radius:9px;background:#0b0e12}.player-mode-button{min-height:30px;padding:0 11px;border:0;border-radius:6px;cursor:pointer;color:var(--muted);background:transparent;font-family:inherit;font-size:8px;font-weight:600;transition:color .15s ease,background .15s ease}.player-mode-button:hover:not(:disabled){color:var(--text);background:#ffffff09}.player-mode-button.active{color:var(--accent);background:var(--accent-soft)}.player-mode-button:disabled{cursor:wait;opacity:.55}.player-active-mode{display:block;margin-top:6px;color:var(--accent);font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}@media(max-width:700px){.player-mode-selector{align-items:flex-start;flex-direction:column}.player-mode-buttons{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.player-mode-button{width:100%}}.player-hero-section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.player-hero-section-top .player-section-heading{margin-bottom:0}.player-hero-sort{display:flex;align-items:center;gap:8px;margin-bottom:12px}.player-hero-sort>span{color:var(--muted);font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.player-hero-sort-buttons{display:flex;align-items:center;gap:4px;padding:3px;border:1px solid var(--border);border-radius:8px;background:#0b0e12}.player-hero-sort-button{height:27px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:0;border-radius:5px;cursor:pointer;color:var(--muted);background:transparent;font-family:inherit;font-size:7px;font-weight:600;transition:color .15s ease,background .15s ease}.player-hero-sort-button:hover{color:var(--text);background:#ffffff09}.player-hero-sort-button.active{color:var(--accent);background:var(--accent-soft)}.player-hero-sort-button span{font-size:8px}@media(max-width:700px){.player-hero-section-top{align-items:flex-start;flex-direction:column}.player-hero-sort{width:100%;align-items:flex-start;flex-direction:column}.player-hero-sort-buttons{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.player-hero-sort-button{width:100%}}.player-source-stack{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.player-source-meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:var(--muted);font-size:8px;font-weight:600;line-height:1;white-space:nowrap}.player-source-name{color:var(--text);font-weight:700;letter-spacing:.07em}.player-source-separator{color:var(--border)}.player-source-state{color:var(--muted);font-weight:700;letter-spacing:.06em}@media(max-width:720px){.player-source-stack{margin-left:0;align-items:flex-start}.player-source-meta{justify-content:flex-start}}.player-platform-selector{margin-top:10px;padding-top:10px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:18px}.player-platform-selector p{margin:3px 0 0;color:var(--muted);font-size:8px}.player-platform-buttons{display:flex;gap:6px;margin-left:auto}.player-platform-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font:inherit;font-size:8px;font-weight:700;cursor:pointer}.player-platform-button:hover:not(:disabled),.player-platform-button.active{border-color:#ff7a1a80;color:var(--text);background:#ff7a1a14}.player-platform-button.active svg{color:var(--accent)}.player-average-grid{margin-bottom:6px}.player-average-card strong{color:var(--accent)}.player-career-note,.player-career-state{padding:14px 16px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--muted);font-size:9px}.player-career-state.error{color:#ff8f8f}.player-career-panel{border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.player-career-toolbar{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:end;padding:11px 12px;border-bottom:1px solid var(--border)}.player-career-select{display:flex;flex-direction:column;gap:5px}.player-career-select label{color:var(--muted);font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.player-career-select select{width:100%;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:#0d1015;color:var(--text);font:inherit;font-size:9px}.player-career-tabs{display:flex;justify-content:flex-end;gap:5px;flex-wrap:wrap}.player-career-tab{min-height:32px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:transparent;color:var(--muted);font:inherit;font-size:8px;font-weight:700;cursor:pointer}.player-career-tab.active{border-color:#ff7a1a8c;background:#ff7a1a17;color:var(--text)}.player-career-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--border)}.player-career-stat{min-height:66px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:10px 12px;background:var(--surface)}.player-career-stat span{color:var(--muted);font-size:7px;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.06em}.player-career-stat strong{color:var(--text);font-size:14px;line-height:1}@media(max-width:900px){.player-career-toolbar{grid-template-columns:1fr}.player-career-tabs{justify-content:flex-start}.player-career-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.player-platform-selector{align-items:flex-start;flex-direction:column}.player-platform-buttons{width:100%;margin-left:0}.player-platform-button{flex:1}.player-career-grid{grid-template-columns:1fr}}.player-hero-section-top{margin-top:22px}.player-profile-mode-selector{margin:12px 0 22px}.player-profile-mode-selector .player-mode-selector{margin:0}.player-identity{flex-wrap:wrap}.player-profile-mode-selector{width:100%;flex:0 0 100%;margin:2px 0 0;padding-top:12px;border-top:1px solid var(--border)}.player-profile-mode-selector .player-mode-selector{margin:0;padding:0;border-top:0}.player-profile-mode-selector .player-mode-buttons{flex:0 0 auto}@media(max-width:700px){.player-profile-mode-selector{padding-top:10px}}.player-battletag-row{display:flex;align-items:center;gap:6px}.player-copy-battletag{width:24px;height:24px;display:grid;place-items:center;padding:0;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:transparent;cursor:pointer}.player-copy-battletag:hover{color:var(--text);border-color:#ff7a1a73}.player-insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.player-insight-card{padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.player-section-heading.compact{margin:0 0 12px}.player-role-distribution{display:grid;gap:10px}.player-role-distribution-row{display:grid;grid-template-columns:110px minmax(0,1fr) 48px;align-items:center;gap:10px}.player-role-distribution-row>div:first-child{display:flex;flex-direction:column;gap:2px}.player-role-distribution-row>div:first-child span{color:var(--muted);font-size:8px}.player-role-distribution-bar{height:7px;overflow:hidden;border-radius:999px;background:#ffffff0f}.player-role-distribution-bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff7a1ab8,#ff7a1af2)}.player-role-distribution-row>strong{text-align:right;font-size:10px}.player-best-heroes{display:grid;gap:8px}.player-best-hero-row{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#ffffff04}.player-best-hero-main{display:flex;flex-direction:column;gap:2px}.player-best-hero-main span{color:var(--muted);font-size:8px}.player-best-hero-row>strong{color:var(--orange);font-size:13px}.player-insight-note{display:block;margin-top:8px;color:var(--muted);font-size:7px}.player-show-all-heroes{width:100%;min-height:36px;margin-top:10px;border:1px solid var(--border);border-radius:8px;color:var(--text);background:#ffffff04;font-family:inherit;font-size:9px;font-weight:700;cursor:pointer}.player-show-all-heroes:hover{border-color:#ff7a1a6b;background:#ff7a1a0f}@media(max-width:820px){.player-insights-grid{grid-template-columns:1fr}.player-role-distribution-row{grid-template-columns:92px minmax(0,1fr) 44px}}.player-competitive-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.player-rank-format{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.player-rank-format-label{color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.player-rank-format-buttons{display:inline-flex;padding:3px;border:1px solid var(--border);border-radius:8px;background:#080b0fc2}.player-rank-format-button{min-height:28px;padding:0 10px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:8px;font-weight:700;transition:color .15s ease,background .15s ease}.player-rank-format-button:hover{color:var(--text)}.player-rank-format-button.active{color:#fff;background:#ff7a1a29}.player-ranks.player-ranks-open{grid-template-columns:minmax(0,1fr)}@media(max-width:700px){.player-competitive-heading{align-items:flex-start;flex-direction:column}.player-rank-format{width:100%;align-items:stretch}.player-rank-format-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.player-rank-format-button{width:100%}}.player-heroes-header>span:nth-child(2),.player-heroes-header>span:nth-child(3),.player-heroes-header>span:nth-child(4),.player-heroes-header>span:nth-child(5),.player-hero-row>strong:nth-child(2),.player-hero-row>strong:nth-child(3),.player-hero-row>strong:nth-child(4),.player-hero-row>strong:nth-child(5){text-align:center}.player-heroes-header>span:first-child{text-align:left}.player-heroes-header>span:last-child,.player-hero-row>.player-hero-open{text-align:right}.player-compare-page{width:100%}.compare-search-panel{margin-bottom:18px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.compare-input-grid{display:grid;grid-template-columns:minmax(0,1fr) 45px minmax(0,1fr);align-items:end;gap:12px}.compare-player-input{min-width:0;display:flex;flex-direction:column;gap:7px}.compare-player-input>span{color:var(--muted);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.compare-player-input>div{height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:#0d1015}.compare-player-input svg{flex-shrink:0;color:var(--muted)}.compare-player-input input{width:100%;border:0;outline:0;color:var(--text);background:transparent;font-family:inherit;font-size:9px}.compare-player-input input::placeholder{color:#555c67}.compare-versus{height:38px;display:grid;place-items:center;color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:700}.compare-search-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.compare-mode-buttons{display:flex;gap:4px;padding:3px;border:1px solid var(--border);border-radius:8px;background:#0b0e12}.compare-mode-button{height:28px;padding:0 9px;border:0;border-radius:5px;cursor:pointer;color:var(--muted);background:transparent;font-family:inherit;font-size:7px;font-weight:600}.compare-mode-button:hover:not(:disabled){color:var(--text)}.compare-mode-button.active{color:var(--accent);background:var(--accent-soft)}.compare-mode-button:disabled,.compare-submit:disabled{cursor:default;opacity:.55}.compare-submit{height:34px;display:flex;align-items:center;gap:7px;padding:0 13px;border:1px solid rgba(255,122,26,.35);border-radius:8px;cursor:pointer;color:var(--accent);background:var(--accent-soft);font-family:inherit;font-size:8px;font-weight:600}.compare-submit:hover:not(:disabled){border-color:#ff7a1a8c;background:#ff7a1a2b}.compare-error{margin-top:12px;padding:10px 11px;border:1px solid rgba(255,126,126,.18);border-radius:8px;color:#ff9898;background:#ff7e7e0b;font-size:8px}.compare-mode-status{margin-bottom:9px;color:var(--accent);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.compare-player-heads{display:grid;grid-template-columns:1fr 45px 1fr;align-items:center;margin-bottom:20px;padding:14px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(135deg,rgba(255,122,26,.035),transparent 45%),var(--surface)}.compare-player-head{min-width:0;display:flex;align-items:center;gap:10px}.compare-player-head:last-child{flex-direction:row-reverse;text-align:right}.compare-avatar{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;flex-shrink:0;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:#090c10}.compare-avatar img{width:100%;height:100%;object-fit:cover}.compare-player-head strong{display:block;overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.compare-player-head span{display:block;overflow:hidden;margin-top:3px;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.compare-head-vs{text-align:center;color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:700}.compare-overview{margin-bottom:20px}.compare-section-heading{margin-bottom:10px}.compare-section-heading h2{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:15px}.compare-section-heading p{max-width:720px;margin:4px 0 0;color:var(--muted);font-size:7px;line-height:1.55}.compare-table{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.compare-row{min-height:45px;display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(100px,.75fr) minmax(100px,.75fr);align-items:center;gap:15px;padding:0 14px;border-bottom:1px solid var(--border)}.compare-row:last-child{border-bottom:0}.compare-row>span{color:var(--muted);font-size:8px}.compare-row>strong{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600}.compare-row>strong:last-child,.compare-row-header>span:last-child{text-align:right}.compare-row-header{min-height:34px;background:#0d1015;text-transform:uppercase;letter-spacing:.06em}.compare-row-header span{color:#69717d;font-size:7px;font-weight:700}.compare-best{color:var(--accent)!important}.compare-context-note{margin:8px 2px 0;color:#606874;font-size:7px;line-height:1.5}.compare-ranks{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.compare-rank-row{min-height:58px;display:grid;grid-template-columns:minmax(150px,1.15fr) minmax(110px,.75fr) minmax(110px,.75fr);align-items:center;gap:15px;padding:0 14px;border-bottom:1px solid var(--border)}.compare-rank-row:last-child{border-bottom:0}.compare-rank-label{display:flex;align-items:center;gap:9px}.compare-rank-label strong{font-family:Space Grotesk,sans-serif;font-size:10px}.compare-rank-icon{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;color:var(--accent);background:#0d1015}.compare-rank-value{display:flex;align-items:center;gap:8px}.compare-rank-value:last-child{justify-content:flex-end}.compare-rank-value img{width:30px;height:30px;object-fit:contain}.compare-rank-value strong{font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:600}.compare-rank-empty{color:#59616d;font-size:10px}.compare-rank-row>.compare-rank-empty:last-child{text-align:right}@media(max-width:750px){.compare-input-grid{grid-template-columns:1fr}.compare-versus{height:auto;padding:4px 0}.compare-search-footer{align-items:stretch;flex-direction:column}.compare-mode-buttons{width:100%;overflow-x:auto}.compare-mode-button{flex:1 0 auto}.compare-submit{width:100%;justify-content:center}.compare-player-heads{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.compare-row{grid-template-columns:minmax(135px,1fr) minmax(78px,.72fr) minmax(78px,.72fr);gap:8px;padding:0 10px}.compare-rank-row{grid-template-columns:minmax(105px,1fr) minmax(80px,.8fr) minmax(80px,.8fr);gap:8px;padding:0 10px}.compare-rank-value{gap:5px}.compare-rank-value img{width:24px;height:24px}}@media(max-width:520px){.compare-player-heads{padding:10px}.compare-avatar{width:38px;height:38px}.compare-player-head{gap:7px}.compare-player-head strong{font-size:11px}.compare-row{grid-template-columns:minmax(115px,1fr) minmax(68px,.72fr) minmax(68px,.72fr)}.compare-row>span{font-size:7px}.compare-row>strong{font-size:9px}.compare-rank-icon{display:none}.compare-rank-label strong,.compare-rank-value strong{font-size:8px}}.compare-rank-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.compare-format-buttons{display:flex;align-items:center;gap:4px;margin-bottom:10px;padding:3px;border:1px solid var(--border);border-radius:8px;background:#0b0e12}.compare-format-button{height:28px;padding:0 9px;border:0;border-radius:5px;cursor:pointer;color:var(--muted);background:transparent;font-family:inherit;font-size:7px;font-weight:600}.compare-format-button:hover{color:var(--text)}.compare-format-button.active{color:var(--accent);background:var(--accent-soft)}@media(max-width:750px){.compare-rank-heading-row{align-items:stretch;flex-direction:column}.compare-format-buttons{width:100%;margin-bottom:10px}.compare-format-button{flex:1 1 0}}.compare-row>strong,.compare-row-header>span:not(:first-child){text-align:center}.compare-row>strong:last-child,.compare-row-header>span:last-child{text-align:center}.compare-rank-value{justify-content:center;text-align:center}.compare-rank-value:last-child{justify-content:center}.compare-rank-empty,.compare-rank-row>.compare-rank-empty:last-child{text-align:center}.players-page-shell{width:100%}.players-view-switch{width:fit-content;display:flex;align-items:center;gap:4px;margin-bottom:20px;padding:4px;border:1px solid var(--border);border-radius:10px;background:#0b0e12}.players-view-button{height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:0;border-radius:7px;cursor:pointer;color:var(--muted);background:transparent;font-family:inherit;font-size:8px;font-weight:600;transition:color .15s ease,background .15s ease}.players-view-button:hover{color:var(--text)}.players-view-button.active{color:var(--accent);background:var(--accent-soft)}.perks-page{width:100%}.perks-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.perks-heroes-list{display:flex;flex-direction:column;gap:14px}.global-perk-hero-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.global-perk-hero-header{width:100%;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 16px;border:0;border-bottom:1px solid var(--border);cursor:pointer;color:var(--text);background:transparent;font-family:inherit;text-align:left;transition:background .15s ease}.global-perk-hero-header:hover{background:var( --surface-hover )}.global-perk-hero-main{display:flex;align-items:center;gap:12px}.global-perk-hero-portrait{position:relative;width:46px;height:46px;overflow:hidden;flex-shrink:0;border:1px solid var(--border);border-radius:9px;background:linear-gradient(145deg,#181d24,#0b0e12)}.global-perk-hero-portrait img{position:absolute;left:50%;bottom:0;width:auto;height:44px;max-width:95%;transform:translate(-50%);object-fit:contain}.global-perk-hero-main h2{margin:5px 0 0;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600}.global-perk-open{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:8px}.global-perk-hero-header:hover .global-perk-open{color:var(--accent)}.global-perk-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.global-perk-column{padding:15px}.global-perk-column:first-child{border-right:1px solid var(--border)}.global-perk-tier{display:block;margin-bottom:10px;color:var(--accent);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.global-perk-list{display:flex;flex-direction:column;gap:8px}.global-perk-item{position:relative;padding:10px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#0d1015;transition:border-color .15s ease,background .15s ease}.global-perk-item.most-picked{border-color:#ff7a1a4d;background:linear-gradient(90deg,#ff7a1a0e,#0d1015 65%)}.global-perk-item-top{display:grid;grid-template-columns:42px minmax(0,1fr) 58px;align-items:center;gap:10px}.global-perk-icon{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:9px;color:var(--accent);background:#090c10}.global-perk-icon img{width:100%;height:100%;object-fit:contain}.global-perk-info{min-width:0;display:flex;flex-direction:column;gap:4px}.global-perk-name-row{display:flex;align-items:center;gap:7px;min-width:0}.global-perk-name-row strong{overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.global-perk-info>span{overflow:hidden;color:var(--muted);font-size:7px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.global-perk-most-picked{flex-shrink:0;padding:3px 5px;border:1px solid rgba(255,122,26,.3);border-radius:5px;color:var(--accent);background:var( --accent-soft );font-size:5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.global-perk-score{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.global-perk-score strong{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:13px}.global-perk-item.most-picked .global-perk-score strong{color:var(--accent)}.global-perk-score span{color:var(--muted);font-size:5px;letter-spacing:.07em}.global-perk-popularity{margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.045)}.global-perk-popularity-track{width:100%;height:4px;overflow:hidden;border-radius:999px;background:#ffffff0f}.global-perk-popularity-fill{height:100%;border-radius:inherit;background:var(--accent);transition:width .25s ease}.global-perk-popularity-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:5px}.global-perk-popularity-footer span{color:var(--muted);font-size:5px}.global-perk-popularity-footer strong{color:var(--muted);font-size:6px}@media(max-width:1000px){.global-perk-groups{grid-template-columns:1fr}.global-perk-column:first-child{border-right:0;border-bottom:1px solid var(--border)}}@media(max-width:700px){.perks-toolbar{align-items:stretch;flex-direction:column}.perks-toolbar .search-wrapper{width:100%}.global-perk-hero-header{align-items:flex-start;flex-direction:column}.global-perk-item-top{grid-template-columns:42px minmax(0,1fr)}.global-perk-score{grid-column:2;align-items:flex-start}}.landing-page{min-height:100vh;overflow-x:hidden;color:var(--text);background:radial-gradient(circle at 73% 18%,rgba(255,122,26,.08),transparent 31%),radial-gradient(circle at 15% 48%,rgba(255,122,26,.025),transparent 28%),#090a0d}.landing-nav,.landing-page main,.landing-footer{width:min(1180px,calc(100% - 48px));margin:0 auto}.landing-nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.07)}.landing-brand,.landing-nav-actions,.landing-hero-actions,.landing-source-line,.landing-live{display:flex;align-items:center}.landing-brand{gap:14px}.landing-brand-mark{position:relative;width:58px;height:58px;display:grid;place-items:center;flex-shrink:0;overflow:hidden;border:1px solid rgba(255,122,26,.24);border-radius:14px;background:radial-gradient(circle at 50% 42%,rgba(255,122,26,.14),transparent 62%),#11141aeb;box-shadow:0 12px 34px #00000047,inset 0 0 24px #ff7a1a09}.landing-brand-mark:after{content:"";position:absolute;inset:auto 9px 5px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,122,26,.75),transparent)}.landing-brand img{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(0,0,0,.35))}.landing-brand-copy{display:flex;flex-direction:column;justify-content:center;gap:3px}.landing-brand-name{display:flex;align-items:baseline;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.04em;line-height:1}.landing-brand-ow{color:var(--text)}.landing-brand-tracker{color:var(--accent)}.landing-brand-tagline{color:#6d7580;font-size:7px;font-weight:700;letter-spacing:.15em}.landing-nav-actions{gap:8px}.landing-github,.landing-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;font-family:inherit;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.landing-github{height:38px;padding:0 13px;color:var(--muted);border:1px solid var(--border);background:#11141ac7;font-size:9px}.landing-github:hover{color:var(--text);border-color:#3b424c;transform:translateY(-1px)}.landing-hero{min-height:620px;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);align-items:center;gap:72px;padding:82px 0 72px}.landing-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.13em}.landing-kicker-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);box-shadow:0 0 16px #ff7a1aa6}.landing-hero h1{max-width:690px;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(54px,7vw,92px);font-weight:600;line-height:.94;letter-spacing:-.055em}.landing-hero h1 span{color:var(--accent);text-shadow:0 0 42px rgba(255,122,26,.12)}.landing-lead{max-width:570px;margin:26px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.landing-hero-actions{gap:10px;margin-top:32px}.landing-primary-button{min-height:44px;padding:0 17px;cursor:pointer;color:var(--accent);border:1px solid rgba(255,122,26,.38);background:linear-gradient(180deg,#ff7a1a24,#ff7a1a14);box-shadow:inset 0 1px #ffffff09;font-size:9px}.landing-primary-button:hover{color:#ff8b38;border-color:#ff7a1a9e;background:#ff7a1a2b;box-shadow:0 8px 24px #ff7a1a14;transform:translateY(-1px)}.landing-source-line{gap:7px;margin-top:22px;color:#656d78;font-size:8px}.landing-preview{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#11141af0;box-shadow:0 34px 90px #0000004d,0 0 0 1px #ff7a1a04}.landing-preview:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,122,26,.035),transparent 34%)}.landing-preview-top{position:relative;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid var(--border);background:#0d1015}.landing-preview-top>div:first-child{display:flex;flex-direction:column;gap:5px}.landing-preview-top>div:first-child>span,.landing-section-eyebrow{color:var(--accent);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.11em}.landing-preview-top>div:first-child>strong{font-family:Space Grotesk,sans-serif;font-size:14px}.landing-live{gap:7px;color:var(--muted);font-size:8px}.landing-live span{width:6px;height:6px;border-radius:999px;background:#55d187;box-shadow:0 0 10px #55d1873d}.landing-preview-rows{position:relative;padding:8px}.landing-preview-row{min-height:74px;display:grid;grid-template-columns:34px minmax(0,1fr) 42px 54px;align-items:center;gap:12px;padding:8px 11px;border-bottom:1px solid rgba(255,255,255,.055)}.landing-preview-row:last-child{border-bottom:0}.landing-preview-rank{color:#58606c;font-family:Space Grotesk,sans-serif;font-size:9px;text-align:center}.landing-preview-hero{min-width:0;display:flex;align-items:center;gap:10px}.landing-preview-avatar{width:38px;height:38px;display:grid;place-items:center;flex-shrink:0;border:1px solid rgba(255,122,26,.14);border-radius:9px;color:var(--accent);background:linear-gradient(145deg,#181d24,#0b0e12);font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700}.landing-preview-hero strong{display:block;overflow:hidden;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.landing-preview-hero span{display:block;margin-top:4px;color:#656d78;font-size:6px;font-weight:700;letter-spacing:.08em}.landing-preview-tier{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,122,26,.28);border-radius:7px;color:var(--accent);background:#ff7a1a17;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700}.landing-preview-score{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:14px;text-align:right}.landing-preview-footer{position:relative;min-height:45px;display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:0 18px;border-top:1px solid var(--border);color:#69717d;background:#0d1015;font-size:7px}.landing-preview-footer span{margin-right:auto;font-weight:700;letter-spacing:.08em}.landing-preview-footer strong{color:var(--muted);font-weight:600}.landing-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 0 82px}.landing-feature-card{min-height:210px;padding:20px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.012),transparent),var(--surface);transition:transform .16s ease,border-color .16s ease,background .16s ease}.landing-feature-card:hover{transform:translateY(-2px);border-color:#ff7a1a38;background:linear-gradient(180deg,rgba(255,122,26,.025),transparent),var(--surface)}.landing-feature-icon{width:38px;height:38px;display:grid;place-items:center;margin-bottom:30px;border:1px solid rgba(255,122,26,.22);border-radius:9px;color:var(--accent);background:var(--accent-soft)}.landing-feature-card>span{color:#68707b;font-size:7px;font-weight:700;letter-spacing:.1em}.landing-feature-card h3{margin:8px 0 0;font-family:Space Grotesk,sans-serif;font-size:15px}.landing-feature-card p{margin:10px 0 0;color:var(--muted);font-size:9px;line-height:1.65}.landing-cta{min-height:185px;display:flex;align-items:center;margin-bottom:64px;padding:32px 38px;border:1px solid var(--border);border-radius:16px;background:radial-gradient(circle at 8% 50%,rgba(255,122,26,.08),transparent 28%),linear-gradient(100deg,rgba(255,122,26,.035),var(--surface) 58%)}.landing-cta h2{margin:8px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,42px);letter-spacing:-.035em}.landing-cta p{max-width:560px;margin:10px 0 0;color:var(--muted);font-size:10px;line-height:1.65}.landing-footer{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.06)}.landing-footer>span{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700}.landing-footer p{margin:0;color:#5f6671;font-size:7px;text-align:right}@media(max-width:980px){.landing-hero{grid-template-columns:1fr;gap:48px;padding-top:68px}.landing-preview{max-width:680px}.landing-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.landing-nav,.landing-page main,.landing-footer{width:calc(100% - 28px)}.landing-nav{min-height:76px}.landing-brand{gap:10px}.landing-brand-mark{width:46px;height:46px;border-radius:11px}.landing-brand img{width:41px;height:41px}.landing-brand-name{font-size:16px}.landing-brand-tagline{font-size:6px}.landing-github{height:34px;padding:0 10px;font-size:8px}.landing-hero{min-height:auto;padding:58px 0 54px}.landing-hero h1{font-size:clamp(46px,16vw,68px)}.landing-lead{font-size:12px}.landing-hero-actions{align-items:stretch;flex-direction:column}.landing-primary-button{width:100%}.landing-preview-row{grid-template-columns:27px minmax(0,1fr) 34px 38px;gap:8px}.landing-preview-score{font-size:11px}.landing-preview-footer{flex-wrap:wrap;justify-content:flex-start;padding:10px 14px}.landing-preview-footer span{width:100%;margin-right:0}.landing-features{grid-template-columns:1fr;padding-bottom:52px}.landing-feature-card{min-height:180px}.landing-cta{min-height:auto;margin-bottom:48px;padding:26px 22px}.landing-footer{align-items:flex-start;flex-direction:column;padding:22px 0}.landing-footer p{text-align:left}}.seo-intro{margin:0 0 12px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:linear-gradient(135deg,rgba(255,122,26,.035),transparent 46%),var(--surface)}.seo-intro-eyebrow{display:block;margin-bottom:4px;color:var(--accent);font-size:8px;font-weight:700;letter-spacing:.12em}.seo-intro h1{margin:0;color:var(--text);font-size:16px;font-weight:650;line-height:1.25}.seo-intro p{max-width:900px;margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}@media(max-width:720px){.seo-intro{padding:10px 12px}.seo-intro h1{font-size:14px}.seo-intro p{font-size:10px}}.app-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#080a0d}.app-loader-content{width:min(330px,calc(100vw - 50px))}.app-loader-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.app-loader-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,122,26,.35);border-radius:10px;color:var(--accent);background:#ff7a1a0f;font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:700}.app-loader-brand span{display:block;margin-bottom:3px;color:var(--muted);font-size:6px;font-weight:700;letter-spacing:.1em}.app-loader-brand strong{display:block;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.02em}.app-loader-progress{position:relative;width:100%;height:2px;overflow:hidden;border-radius:999px;background:#ffffff0f}.app-loader-progress span{position:absolute;top:0;bottom:0;width:35%;border-radius:inherit;background:var(--accent);animation:appLoadingBar .8s ease-in-out infinite}@keyframes appLoadingBar{0%{left:-35%}to{left:100%}}.app-loader-footer{display:flex;align-items:center;justify-content:space-between;margin-top:9px;color:var(--muted);font-size:6px;text-transform:uppercase;letter-spacing:.07em}.app-loader-dots{display:flex;gap:4px}.app-loader-dots i{width:3px;height:3px;border-radius:50%;background:var(--muted);animation:loaderDot 1s ease-in-out infinite}.app-loader-dots i:nth-child(2){animation-delay:.12s}.app-loader-dots i:nth-child(3){animation-delay:.24s}@keyframes loaderDot{0%,to{opacity:.25}50%{opacity:1}}.ui-empty-state{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;border:1px solid var(--border);border-radius:14px;color:var(--muted);background:var(--surface);text-align:center}.ui-state-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:13px;border:1px solid rgba(255,122,26,.22);border-radius:10px;color:var(--accent);background:#ff7a1a0d}.ui-state-icon.error{color:#ff9292;border-color:#ff929233;background:#ff92920d}.ui-empty-state h2{margin:7px 0 0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600}.ui-empty-state p{max-width:400px;margin:8px 0 0;font-size:9px;line-height:1.6}.ui-state-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;padding:0 12px;border:1px solid rgba(255,122,26,.28);border-radius:7px;cursor:pointer;color:var(--accent);background:var(--accent-soft);font-family:inherit;font-size:7px;font-weight:700;transition:border-color .15s ease,background .15s ease,transform .15s ease}.ui-state-button:hover{border-color:#ff7a1a80;transform:translateY(-1px)}.ui-state-button.secondary{color:var(--muted);border-color:var(--border);background:transparent}.app-fatal-error{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:30px;background:#080a0d}.app-fatal-error-card{width:min(430px,100%);padding:28px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.app-fatal-error-card h1{margin:6px 0 0;font-family:Space Grotesk,sans-serif;font-size:22px}.app-fatal-error-card p{margin:9px 0 0;color:var(--muted);font-size:9px;line-height:1.6}.app-error-message{display:block;margin-top:14px;padding:10px;overflow-wrap:anywhere;border:1px solid var(--border);border-radius:7px;color:#ff9d9d;background:#0b0e12;font-size:7px;line-height:1.5}.app-error-actions{display:flex;gap:7px}
