:root{color-scheme:light dark;--bg: #f0f2f7;--bg-deep: #e4e7ef;--surface: #ffffff;--surface-strong: #e8ecf4;--surface-glass: rgba(255,255,255,.6);--text: #0f1419;--muted: #5b6472;--brand: #f06414;--brand-strong: #d45510;--brand-glow: rgba(240, 100, 20, .35);--brand-subtle: rgba(240, 100, 20, .08);--accent: #22c55e;--border: rgba(15, 20, 25, .1);--border-strong: rgba(15, 20, 25, .18);--shadow: 0 8px 32px rgba(15, 23, 42, .08);--shadow-lg: 0 20px 60px rgba(15, 23, 42, .12);--shadow-glow: 0 0 40px rgba(240, 100, 20, .15);--tank: #3b82f6;--damage: #ef4444;--support: #22c55e;--tank-bg: rgba(59, 130, 246, .1);--damage-bg: rgba(239, 68, 68, .1);--support-bg: rgba(34, 197, 94, .1);--tank-glow: rgba(59,130,246,.2);--damage-glow: rgba(239,68,68,.2);--support-glow: rgba(34,197,94,.2);--noise: .03;--tier-s: #ff6a00;--tier-a: #22c55e;--tier-b: #3b82f6;--tier-c: #a855f7;--tier-d: #6b7280;--radius: 16px;--radius-lg: 24px}[data-theme=dark]{--bg: #060a12;--bg-deep: #040810;--surface: #0c1220;--surface-strong: #141e30;--surface-glass: rgba(12,18,32,.7);--text: #eaf0f6;--muted: #7a8da0;--brand: #ff7b2e;--brand-strong: #ff9652;--brand-glow: rgba(255, 123, 46, .3);--brand-subtle: rgba(255, 123, 46, .08);--accent: #34d399;--border: rgba(148, 163, 184, .1);--border-strong: rgba(148, 163, 184, .18);--shadow: 0 8px 32px rgba(0,0,0,.5);--shadow-lg: 0 20px 60px rgba(0,0,0,.6);--shadow-glow: 0 0 60px rgba(255,123,46,.12);--tank-bg: rgba(59,130,246,.12);--damage-bg: rgba(239,68,68,.12);--support-bg: rgba(34,197,94,.12);--noise: .04}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideModal{0%{opacity:0;transform:scale(.93) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes donutFill{0%{stroke-dasharray:0 251.2}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes borderGlow{0%,to{border-color:#f064144d}50%{border-color:#f0641499}}*,*:before,*:after{box-sizing:border-box}body{font-family:DM Sans,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);margin:0;padding:0;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;opacity:var(--noise);pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px}body>*{position:relative;z-index:1}h1,h2,h3,h4,h5,h6,.nav-link,.btn,.badge,.hero-name-role{font-family:Rajdhani,Segoe UI,system-ui,sans-serif;letter-spacing:.02em}::selection{background:var(--brand);color:#fff}.container{width:min(1200px,92vw);margin:0 auto}.hidden{display:none!important}.muted{color:var(--muted);margin:0}header{padding:1.5rem 0 1rem}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.header-brand{display:flex;align-items:center;gap:.75rem}.header-brand h1{font-size:1.6rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.08em;color:var(--brand)}.header-brand .version-pill{font-size:.65rem;padding:.15rem .5rem;border-radius:999px;background:var(--brand-subtle);color:var(--brand);font-weight:700;font-family:Rajdhani,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.06em;border:1px solid color-mix(in srgb,var(--brand) 20%,transparent)}.header-actions{display:flex;gap:.5rem}.btn{border:none;border-radius:var(--radius);padding:.55rem 1.2rem;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.4rem}.btn-brand{background:var(--brand);color:#fff;box-shadow:0 4px 16px var(--brand-glow)}.btn-brand:hover{background:var(--brand-strong);transform:translateY(-2px);box-shadow:0 8px 24px var(--brand-glow)}.btn-ghost{background:var(--surface-strong);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.btn-sm{padding:.4rem .85rem;font-size:.78rem;border-radius:10px}.btn:focus-visible,input:focus-visible,select:focus-visible,.nav-link:focus-visible{outline:2px solid var(--brand);outline-offset:2px}nav{position:sticky;top:0;z-index:20;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);background:color-mix(in srgb,var(--bg) 82%,transparent);border-bottom:1px solid var(--border)}.nav-wrap{display:flex;align-items:center;gap:.5rem}.nav-inner{display:flex;align-items:center;gap:.35rem;padding:.6rem 0;overflow-x:auto;flex:1;min-width:0}.nav-link{border:none;background:transparent;padding:.45rem .85rem;border-radius:10px;color:var(--muted);font-weight:700;font-size:.82rem;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.nav-link:hover{color:var(--text);background:var(--surface-strong)}.nav-link.active{background:var(--brand);color:#fff;box-shadow:0 4px 14px var(--brand-glow)}.product-switcher{position:relative;flex-shrink:0}.product-switcher-btn{display:flex;align-items:center;gap:.4rem;border:none;background:transparent;padding:.45rem .75rem;border-radius:10px;color:var(--muted);font-weight:700;font-size:.8rem;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.product-switcher-btn:hover{color:var(--text);background:var(--surface-strong)}.product-switcher-btn svg{flex-shrink:0}.product-switcher-dropdown{position:absolute;right:0;top:calc(100% + .6rem);z-index:999;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 60px #00000040,0 0 0 1px #ffffff0a;width:280px;padding:.5rem;animation:fadeUp .25s cubic-bezier(.4,0,.2,1)}.product-switcher-dropdown.hidden{display:none}.product-dropdown-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:.35rem .6rem .5rem;opacity:.6}.product-card{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:10px;text-decoration:none;color:var(--text);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.product-card-img{width:84px;height:40px;border-radius:7px;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.08);transition:all .2s ease;box-shadow:0 2px 8px #0003}.product-card:hover{background:var(--surface-strong);transform:translate(3px)}.product-card:hover .product-card-img{border-color:#ffffff26;box-shadow:0 4px 16px #0000004d}.product-card.active{background:linear-gradient(135deg,var(--brand),color-mix(in srgb,var(--brand) 70%,#000));color:#fff;box-shadow:0 4px 20px var(--brand-glow)}.product-card.active .product-card-img{border-color:#ffffff40}.product-card-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.product-card-info strong{font-size:.85rem;font-weight:800;letter-spacing:.02em}.product-card-info span{font-size:.7rem;color:var(--muted);opacity:.7}.product-card.active .product-card-info span{color:#ffffffb3}main{padding:1.5rem 0 3rem}section.content{animation:fadeUp .45s cubic-bezier(.4,0,.2,1) both}.section-card{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:1.5rem}.section-head{margin-bottom:1.5rem}.section-head h2{font-weight:700;font-size:1.5rem;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .3rem}.section-head h2:after{content:"";display:block;width:48px;height:3px;background:var(--brand);border-radius:2px;margin-top:6px}.filters{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end;margin-bottom:1.5rem}.filter-group label{display:block;font-family:Rajdhani,system-ui,sans-serif;font-size:.78rem;font-weight:600;color:var(--muted);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em}.filter-group input,.filter-group select{width:100%;padding:.55rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-strong);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.filter-group input:focus,.filter-group select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow);outline:none}.overview-splash{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border);margin-bottom:1.5rem;box-shadow:var(--shadow)}.overview-splash:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,var(--brand-subtle) 0%,transparent 70%);z-index:0}.overview-splash:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--brand);z-index:2}.splash-inner{position:relative;z-index:1;padding:3rem 2rem 2rem;text-align:center}.splash-inner h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text)}.splash-inner h2 span{color:var(--brand)}.splash-inner h2:after{display:none}.splash-sub{color:var(--muted);font-size:1.05rem;margin:0 0 2rem;max-width:560px;margin-left:auto;margin-right:auto}.hero-portrait-strip{display:flex;justify-content:center;gap:6px;margin-bottom:2rem;flex-wrap:wrap}.hero-portrait-strip img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--border);transition:all .3s ease;opacity:.7;filter:grayscale(.3)}.hero-portrait-strip img:hover{opacity:1;filter:grayscale(0);transform:scale(1.15);border-color:var(--brand);box-shadow:0 0 16px var(--brand-glow)}.search-hero{display:flex;gap:.75rem;max-width:600px;margin:0 auto 1rem}.search-hero-input-wrap{flex:1;position:relative}.search-hero input{width:100%;padding:1rem 1.4rem 1rem 3rem;border-radius:var(--radius);font-size:1.05rem;border:2px solid var(--border);background:var(--surface-strong);color:var(--text);font-family:DM Sans,system-ui,sans-serif;transition:all .25s ease}.search-hero input::placeholder{color:var(--muted)}.search-hero input:focus{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-glow),var(--shadow-glow);outline:none}.search-hero .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;display:flex}.search-hero button{flex-shrink:0;padding:1rem 1.8rem;font-size:.95rem}.search-hint{font-size:.8rem;color:var(--muted);margin:.5rem 0 0;font-family:Rajdhani,system-ui,sans-serif;letter-spacing:.02em}.overview-stats-row{display:grid;gap:.75rem;grid-template-columns:repeat(5,1fr);margin-bottom:1.5rem}@media(max-width:700px){.overview-stats-row{grid-template-columns:repeat(2,1fr)}}@media(min-width:701px)and (max-width:900px){.overview-stats-row{grid-template-columns:repeat(3,1fr)}}.ov-stat{padding:1.2rem 1rem;border-radius:var(--radius);text-align:center;border:1px solid var(--border);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ov-stat:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.ov-stat:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:0 8px 24px var(--brand-glow)}.ov-stat:hover:before{opacity:1}.ov-stat .ov-num{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:2.2rem;line-height:1}.ov-stat .ov-label{font-family:Rajdhani,system-ui,sans-serif;font-weight:600;font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.3rem}.ov-stat .ov-label svg{width:14px;height:14px;flex-shrink:0}.ov-stat.ov-total{background:var(--surface)}.ov-stat.ov-total .ov-num{color:var(--brand)}.ov-stat.ov-total:before{background:radial-gradient(circle at 50% 0%,var(--brand-subtle),transparent 70%)}.ov-stat.ov-tank{background:var(--tank-bg)}.ov-stat.ov-tank .ov-num{color:var(--tank)}.ov-stat.ov-tank:before{background:radial-gradient(circle at 50% 0%,var(--tank-glow),transparent 70%)}.ov-stat.ov-dmg{background:var(--damage-bg)}.ov-stat.ov-dmg .ov-num{color:var(--damage)}.ov-stat.ov-dmg:before{background:radial-gradient(circle at 50% 0%,var(--damage-glow),transparent 70%)}.ov-stat.ov-sup{background:var(--support-bg)}.ov-stat.ov-sup .ov-num{color:var(--support)}.ov-stat.ov-sup:before{background:radial-gradient(circle at 50% 0%,var(--support-glow),transparent 70%)}.ov-stat.ov-map{background:var(--surface)}.ov-stat.ov-map .ov-num{color:var(--brand)}.ov-stat.ov-map:before{background:radial-gradient(circle at 50% 0%,var(--brand-subtle),transparent 70%)}.ql-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}@media(max-width:700px){.ql-grid{grid-template-columns:1fr}}.ql-card{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.ql-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,var(--brand-subtle),transparent 70%);opacity:0;transition:opacity .3s ease}.ql-card:hover{border-color:var(--brand);transform:translateY(-3px);box-shadow:0 8px 24px var(--brand-glow)}.ql-card:hover:before{opacity:1}.ql-card>*{position:relative;z-index:1}.ql-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand)}.ql-icon.ql-search{background:#f064141a}.ql-icon.ql-meta{background:#a855f71a;color:#a855f7}.ql-icon.ql-heroes{background:#3b82f61a;color:var(--tank)}.ql-icon.ql-maps{background:#22c55e1a;color:var(--support)}.ql-title{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.02em}.ql-desc{font-size:.8rem;color:var(--muted);margin:0}.featured-section{margin-top:1.5rem}.featured-section h3{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 .75rem}.featured-section h3:after{content:"";display:inline-block;width:32px;height:2px;background:var(--brand);border-radius:1px;margin-left:.5rem;vertical-align:middle}.featured-heroes-row{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.featured-hero{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.featured-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,var(--brand-subtle),transparent 70%);opacity:0;transition:opacity .3s ease}.featured-hero:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 4px 16px var(--brand-glow)}.featured-hero:hover:before{opacity:1}.featured-hero>*{position:relative;z-index:1}.featured-hero img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0}.featured-hero:hover img{border-color:var(--brand)}.fh-info{min-width:0}.fh-name{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:.9rem;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-role{font-size:.72rem;font-family:Rajdhani,system-ui,sans-serif;font-weight:600;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.role-pill{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;font-family:Rajdhani,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.04em;width:fit-content}.heroes-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:start}.role-column{display:flex;flex-direction:column;gap:0}.role-column-header{display:flex;align-items:center;gap:.5rem;padding:.55rem .85rem;border-radius:var(--radius) var(--radius) 0 0;font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;position:sticky;top:52px;z-index:10}.role-column-header svg{flex-shrink:0;width:18px;height:18px}.role-column-header .role-count{margin-left:auto;font-size:.72rem;font-weight:600;opacity:.7}.role-column-header.tank-header{background:var(--tank-bg);color:var(--tank);border:1px solid color-mix(in srgb,var(--tank) 20%,transparent);border-bottom:none}.role-column-header.damage-header{background:var(--damage-bg);color:var(--damage);border:1px solid color-mix(in srgb,var(--damage) 20%,transparent);border-bottom:none}.role-column-header.support-header{background:var(--support-bg);color:var(--support);border:1px solid color-mix(in srgb,var(--support) 20%,transparent);border-bottom:none}.role-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:3px;padding:6px;background:var(--surface-strong);border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);border-top:none}.hero-thumb{position:relative;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);aspect-ratio:1;background:var(--surface)}.hero-thumb button{all:unset;display:block;width:100%;height:100%;cursor:pointer}.hero-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease,filter .3s ease}.hero-thumb .hero-thumb-name{position:absolute;bottom:0;left:0;right:0;padding:2px 4px;background:linear-gradient(transparent,#000000d9);font-family:Rajdhani,system-ui,sans-serif;font-weight:600;font-size:.6rem;color:#fff;text-align:center;line-height:1.15;opacity:0;transition:opacity .2s ease}.hero-thumb:hover{transform:translateY(-3px) scale(1.08);z-index:5;box-shadow:0 6px 20px #0006;border:1px solid var(--brand)}.hero-thumb:hover img{filter:brightness(1.15) saturate(1.15)}.hero-thumb:hover .hero-thumb-name{opacity:1}@media(max-width:900px){.heroes-columns{grid-template-columns:1fr}.role-column-header{position:static}.role-grid{grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}}@media(min-width:901px)and (max-width:1200px){.role-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}}.header-search{position:relative;display:flex;align-items:center}.header-search-input{width:0;padding:0;border:none;background:transparent;color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:.88rem;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:10px;outline:none}.header-search.open .header-search-input{width:220px;padding:.4rem .75rem .4rem .4rem;background:var(--surface-strong);border:1px solid var(--border)}.header-search.open .header-search-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.header-search-btn{border:none;background:var(--brand);color:#fff;border-radius:10px;padding:.4rem .75rem;font-weight:700;font-size:.78rem;cursor:pointer;font-family:Rajdhani,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.3rem;transition:all .25s ease;flex-shrink:0;box-shadow:0 4px 16px var(--brand-glow)}.header-search-btn:hover{background:var(--brand-strong);transform:translateY(-1px)}.header-search-btn svg{width:16px;height:16px}.player-modal{position:fixed;inset:0;background:#020617bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:flex-start;padding:6vh 1.5rem;z-index:50}.player-modal.hidden{display:none}.player-modal-content{width:min(800px,94vw);max-height:80vh;overflow-y:auto;background:var(--surface);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow-lg);animation:slideModal .35s cubic-bezier(.4,0,.2,1) both}.pm-search-row{display:flex;gap:.75rem;margin-bottom:1.25rem}.pm-search-row input{flex:1;padding:.7rem 1rem;border-radius:var(--radius);font-size:.95rem;border:1px solid var(--border);background:var(--surface-strong);color:var(--text);font-family:DM Sans,system-ui,sans-serif;transition:border-color .2s,box-shadow .2s}.pm-search-row input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow);outline:none}.card{padding:1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-strong);display:flex;flex-direction:column;gap:.75rem;transition:all .25s ease;animation:fadeUp .4s cubic-bezier(.4,0,.2,1) both}.card:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent);box-shadow:0 4px 20px var(--brand-glow)}.card p{margin:0}.card h3{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;margin:0}.role-icon,.gamemode-icon{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.gamemode-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.gamemode-grid .card{display:flex;flex-direction:column;gap:.5rem}@media(max-width:700px){.gamemode-grid{grid-template-columns:1fr}}@media(min-width:701px)and (max-width:950px){.gamemode-grid{grid-template-columns:repeat(2,1fr)}}.maps-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.map-card{display:flex;flex-direction:column;gap:.75rem}.map-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;transition:transform .4s ease,box-shadow .3s ease}.map-card:hover img{transform:scale(1.02);box-shadow:var(--shadow)}@media(max-width:700px){.maps-grid{grid-template-columns:1fr}}.modal{position:fixed;inset:0;background:#020617bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;padding:1.5rem;z-index:50}.modal.hidden{display:none}.modal-content{width:min(1000px,94vw);max-height:85vh;overflow-y:auto;background:var(--surface);border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border);box-shadow:var(--shadow-lg);animation:slideModal .35s cubic-bezier(.4,0,.2,1) both}.modal-content h2{margin-top:0}.hero-name-role{font-size:0;height:0;margin:0;padding:0;overflow:hidden;line-height:0}.ability-box{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1rem;transition:border-color .2s ease}.ability-box:hover{border-color:color-mix(in srgb,var(--brand) 50%,transparent)}.ability-header{display:flex;justify-content:space-between;align-items:center;background:var(--surface-strong);padding:.6rem .85rem;font-weight:700;font-family:Rajdhani,system-ui,sans-serif;font-size:1.05rem;text-transform:uppercase;letter-spacing:.02em}.ability-details{display:flex;gap:1rem;align-items:center;padding:.85rem;font-size:.95rem;line-height:1.5}.ability-image{width:56px;height:56px;background:#0b1120;border-radius:50%;object-fit:contain;padding:6px;flex-shrink:0}.ability-wide-image{width:120px;height:72px;background:#0b1120;border-radius:14px;object-fit:contain;padding:6px;flex-shrink:0}.hero-description{margin-bottom:1rem;color:var(--muted);font-size:1.05rem;line-height:1.6}.hero-lore{margin-bottom:.75rem}.lore-toggle{margin-bottom:1.25rem}.hd-header{display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.hd-portrait{width:120px;height:120px;border-radius:var(--radius);object-fit:cover;border:3px solid var(--border);flex-shrink:0;box-shadow:var(--shadow)}.hd-info{flex:1;min-width:0}.hd-info .hd-name{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:2rem;text-transform:uppercase;letter-spacing:.04em;margin:0;line-height:1.1;color:var(--brand)}.hd-info .hd-role-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.25rem .65rem;font-size:.78rem;font-weight:700;font-family:Rajdhani,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.04em;margin:.4rem 0 .6rem}.hd-role-pill.tank{background:var(--tank-bg);color:var(--tank);border:1px solid color-mix(in srgb,var(--tank) 25%,transparent)}.hd-role-pill.damage{background:var(--damage-bg);color:var(--damage);border:1px solid color-mix(in srgb,var(--damage) 25%,transparent)}.hd-role-pill.support{background:var(--support-bg);color:var(--support);border:1px solid color-mix(in srgb,var(--support) 25%,transparent)}.hd-desc{color:var(--muted);font-size:.95rem;line-height:1.5;margin:0}.hd-stats-section{margin-bottom:1.5rem}.hd-stats-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;flex-wrap:wrap;gap:.5rem}.hd-stats-bar h4{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;margin:0}.hd-stats-bar h4:after{content:"";display:inline-block;width:24px;height:2px;background:var(--brand);border-radius:1px;margin-left:.4rem;vertical-align:middle}.hd-mode-toggles{display:flex;gap:.3rem}.hd-mode-btn{border:1px solid var(--border);background:var(--surface-strong);color:var(--muted);padding:.25rem .6rem;border-radius:8px;font-size:.72rem;font-weight:700;font-family:Rajdhani,system-ui,sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:all .2s ease}.hd-mode-btn:hover{border-color:var(--brand);color:var(--brand)}.hd-mode-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}.hd-stats-grid{display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr)}.hd-stat-card{padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-strong);text-align:center;position:relative;overflow:hidden}.hd-stat-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,var(--brand-subtle),transparent 70%);opacity:0;transition:opacity .3s}.hd-stat-card:hover:before{opacity:1}.hd-stat-card .hd-stat-value{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.8rem;line-height:1;position:relative}.hd-stat-card .hd-stat-label{font-family:Rajdhani,system-ui,sans-serif;font-weight:600;font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem;position:relative}.hd-stat-card .hd-stat-bar{height:4px;background:var(--surface);border-radius:2px;overflow:hidden;margin-top:.5rem;position:relative}.hd-stat-card .hd-stat-bar-fill{height:100%;border-radius:2px;transition:width .6s ease}.hd-stat-card.hd-tier .hd-stat-value{font-size:2rem}.hd-no-stats{padding:1rem;border-radius:var(--radius);background:var(--surface-strong);border:1px solid var(--border);color:var(--muted);text-align:center;font-family:Rajdhani,system-ui,sans-serif;font-size:.9rem}.hd-abilities-section{margin-bottom:1.5rem}.hd-abilities-section h4{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.hd-abilities-section h4:after{content:"";display:inline-block;width:24px;height:2px;background:var(--brand);border-radius:1px;margin-left:.4rem;vertical-align:middle}.hd-lore-section{margin-bottom:1rem}.hd-lore-section h4{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;color:var(--muted)}.hd-lore-section h4:after{content:"";display:inline-block;width:24px;height:2px;background:var(--border);border-radius:1px;margin-left:.4rem;vertical-align:middle}.hd-lore-content{color:var(--muted);font-size:.9rem;line-height:1.6}.hd-lore-content p{margin:0 0 .5rem}@media(max-width:720px){.hd-header{flex-direction:column;align-items:center;text-align:center}.hd-portrait{width:96px;height:96px}.hd-stats-grid{grid-template-columns:1fr}.hd-stats-bar{flex-direction:column;align-items:stretch}}.status{padding:.65rem .85rem;border-radius:10px;background:var(--surface-strong);border:1px solid var(--border);color:var(--muted);font-family:DM Sans,system-ui,sans-serif}footer{padding:2rem 0 3rem;color:var(--muted);text-align:center;font-size:.85rem}footer p{opacity:.6;margin:0}.stealth-link{color:inherit;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}.stealth-link:hover{color:var(--brand);text-decoration:underline}.meta-table-wrapper{overflow-x:auto;border-radius:var(--radius)}.meta-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.meta-table thead th{background:var(--surface-strong);padding:.55rem .65rem;text-align:left;font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);transition:color .15s ease,background .15s ease}.meta-table thead th[data-sort-col]{cursor:pointer}.meta-table thead th[data-sort-col]:hover{color:var(--text);background:color-mix(in srgb,var(--surface-strong) 80%,var(--brand))}.meta-table thead th.sort-active{color:var(--brand)}.sort-arrow{font-size:.65rem;margin-left:.2rem;opacity:.8}.meta-table tbody td{padding:.5rem .65rem;border-bottom:1px solid var(--border);font-size:.85rem}.meta-table tbody tr:last-child td{border-bottom:none}.meta-table tbody tr{transition:background .15s ease}.meta-table tbody tr:hover{background:var(--surface-strong)}.meta-hero-cell{display:flex;align-items:center;gap:.6rem;font-weight:600;font-family:Rajdhani,system-ui,sans-serif;text-transform:capitalize}.meta-hero-portrait{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.stat-bar-wrapper{display:flex;align-items:center;gap:.5rem}.stat-bar{flex:1;height:8px;background:var(--surface-strong);border-radius:4px;overflow:hidden;min-width:40px}.stat-bar-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1)}.stat-bar-fill.pickrate{background:var(--brand)}.stat-bar-fill.winrate{background:var(--accent)}.stat-value-label{min-width:42px;text-align:right;font-weight:600;font-family:Rajdhani,system-ui,sans-serif;font-size:.85rem}.tier-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:.82rem;flex-shrink:0}.tier-s{background:#ff6a0026;color:var(--tier-s);border:1px solid rgba(255,106,0,.3)}.tier-a{background:#22c55e1f;color:var(--tier-a);border:1px solid rgba(34,197,94,.3)}.tier-b{background:#3b82f61f;color:var(--tier-b);border:1px solid rgba(59,130,246,.3)}.tier-c{background:#a855f71f;color:var(--tier-c);border:1px solid rgba(168,85,247,.3)}.tier-d{background:#6b72801f;color:var(--tier-d);border:1px solid rgba(107,114,128,.3)}.tier-list{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--card)}.tier-list-head{display:flex;align-items:baseline;gap:.6rem;padding:.65rem 1rem;background:var(--surface-strong);border-bottom:1px solid var(--border)}.tier-list-head h3{font-family:Rajdhani,system-ui,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0}.tier-list-sub{font-size:.72rem;color:var(--muted);font-family:DM Sans,system-ui,sans-serif}.tier-list-controls{display:flex;flex-wrap:wrap;gap:.6rem;padding:.6rem 1rem;background:var(--surface-strong);border-bottom:1px solid var(--border);align-items:flex-end}.tier-list-controls .filter-group{min-width:0}.tier-list-controls .filter-group label{font-size:.65rem}.tier-list-controls .filter-group select{font-size:.78rem;padding:.3rem .5rem}.tier-list-body{display:flex;flex-direction:column}.tier-list-loading{padding:2rem;text-align:center;color:var(--muted);font-size:.85rem}.tier-row{display:flex;min-height:64px;border-bottom:1px solid var(--border)}.tier-row:last-child{border-bottom:none}.tier-row-label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;min-width:72px;padding:.5rem .25rem;gap:.1rem;flex-shrink:0}.tier-row-letter{font-family:Rajdhani,system-ui,sans-serif;font-weight:800;font-size:1.4rem;line-height:1}.tier-row-desc{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.8;font-family:DM Sans,system-ui,sans-serif}.tier-row-label.tier-s{background:#ff6a001f;color:var(--tier-s)}.tier-row-label.tier-a{background:#22c55e1a;color:var(--tier-a)}.tier-row-label.tier-b{background:#3b82f61a;color:var(--tier-b)}.tier-row-label.tier-c{background:#a855f71a;color:var(--tier-c)}.tier-row-label.tier-d{background:#6b72801a;color:var(--tier-d)}.tier-row-heroes{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:.5rem .6rem;flex:1;min-width:0;border-left:1px solid var(--border)}.tier-empty{color:var(--muted);font-size:.75rem;font-style:italic;padding:.25rem}.tier-hero{all:unset;cursor:pointer;display:flex;flex-direction:column;align-items:center;width:60px;border-radius:8px;padding:4px 2px 3px;gap:2px;transition:all .2s ease;background:transparent}.tier-hero:hover{background:var(--surface-strong);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.tier-hero img{width:44px;height:44px;border-radius:8px;object-fit:cover;border:2px solid var(--border);transition:border-color .2s ease}.tier-hero:hover img{border-color:var(--brand)}.tier-hero-name{font-size:.55rem;font-weight:700;font-family:Rajdhani,system-ui,sans-serif;text-transform:uppercase;text-align:center;line-height:1.1;max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);opacity:.8}.tier-hero-wr{font-size:.55rem;font-weight:600;font-family:DM Sans,system-ui,sans-serif;line-height:1}@media(max-width:600px){.tier-row{flex-direction:column}.tier-row-label{flex-direction:row;width:100%;min-width:unset;padding:.4rem .75rem;gap:.4rem}.tier-row-heroes{border-left:none;border-top:1px solid var(--border)}.tier-hero{width:50px}.tier-hero img{width:36px;height:36px}.tier-list-controls{padding:.5rem .75rem}}.player-results-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.player-result-card{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-strong);cursor:pointer;transition:all .25s ease}.player-result-card:hover{border-color:var(--brand);box-shadow:0 4px 16px var(--brand-glow);transform:translateY(-2px)}.player-result-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0}.player-result-info{flex:1;min-width:0}.player-result-info h4{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.1rem;margin:0}.player-result-info p{margin:0;font-size:.85rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-result-badge{padding:.2rem .5rem;border-radius:6px;font-size:.72rem;font-weight:600;font-family:Rajdhani,system-ui,sans-serif;text-transform:uppercase;flex-shrink:0}.player-result-badge.public{background:#22c55e1f;color:var(--support)}.player-result-badge.private{background:#ef44441f;color:var(--damage)}.search-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.search-results-header h3{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;margin:0}.player-profile-header{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.player-profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--brand);box-shadow:0 4px 20px var(--brand-glow)}.player-profile-info h3{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.8rem;margin:0;text-transform:uppercase}.player-profile-info p{margin:.2rem 0;color:var(--muted)}.player-namecard{width:100%;max-height:120px;object-fit:cover;border-radius:var(--radius);margin-bottom:1rem}.back-to-search{margin-bottom:1rem}.donut-container{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.donut-chart{position:relative;width:140px;height:140px;flex-shrink:0}.donut-chart svg{width:100%;height:100%;transform:rotate(-90deg)}.donut-chart .donut-ring{fill:none;stroke:var(--surface-strong);stroke-width:12}.donut-chart .donut-segment{fill:none;stroke-width:12;stroke-linecap:round;animation:donutFill 1s ease-out forwards}.donut-chart .donut-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-chart .donut-value{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.8rem;line-height:1}.donut-chart .donut-desc{font-family:Rajdhani,system-ui,sans-serif;font-size:.72rem;color:var(--muted);text-transform:uppercase;font-weight:600}.donut-stats-side{display:grid;gap:.5rem;min-width:200px}.ds-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;border-bottom:1px solid var(--border)}.ds-row:last-child{border-bottom:none}.ds-label{font-family:Rajdhani,system-ui,sans-serif;font-weight:600;font-size:.85rem;color:var(--muted);text-transform:uppercase}.ds-value{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.05rem}.stats-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));margin-bottom:1.5rem}.stat-card{padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-strong);text-align:center;transition:all .25s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,var(--brand-subtle),transparent 70%);opacity:0;transition:opacity .3s}.stat-card:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent)}.stat-card:hover:before{opacity:1}.stat-card .stat-number{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.5rem;color:var(--brand);position:relative}.stat-card .stat-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-family:Rajdhani,system-ui,sans-serif;font-weight:600;position:relative}.rank-cards-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:1.5rem}.rank-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-strong);text-align:center}.rank-card h4{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;text-transform:uppercase;margin:0;font-size:.95rem}.rank-card img{width:48px;height:48px}.rank-card p{margin:0;font-weight:600;font-family:Rajdhani,system-ui,sans-serif;text-transform:capitalize}.sub-title{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:1.15rem;text-transform:uppercase;letter-spacing:.04em;margin:1.5rem 0 .75rem;display:inline-block}.sub-title:after{content:"";display:block;width:32px;height:2px;background:var(--brand);border-radius:1px;margin-top:4px}.role-breakdown{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:1.5rem}.role-bar-card{padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-strong)}.rbc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.rbc-role{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;text-transform:uppercase;font-size:.95rem}.rbc-wr{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:.85rem}.rbc-bar{height:8px;background:var(--surface);border-radius:4px;overflow:hidden;margin-bottom:.35rem}.rbc-bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.rbc-meta{font-size:.78rem;color:var(--muted)}.hero-time-list{display:flex;flex-direction:column;gap:.5rem}.hero-time-row{display:grid;grid-template-columns:40px 1fr auto;gap:.75rem;align-items:center;padding:.5rem .75rem;border-radius:10px;background:var(--surface-strong);border:1px solid var(--border);transition:border-color .2s ease}.hero-time-row:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent)}.hero-time-row img{width:36px;height:36px;border-radius:50%;object-fit:cover}.htb-name{font-family:Rajdhani,system-ui,sans-serif;font-weight:700;font-size:.88rem;text-transform:capitalize}.htb-bar{height:6px;background:var(--surface);border-radius:3px;overflow:hidden;margin-top:.15rem}.htb-bar-fill{height:100%;border-radius:3px;background:var(--brand);transition:width .6s ease}.hero-time-stats{font-family:Rajdhani,system-ui,sans-serif;font-weight:600;font-size:.82rem;color:var(--brand);text-align:right;white-space:nowrap}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}@media(max-width:720px){.section-card{padding:1.25rem}.splash-inner{padding:2rem 1.25rem 1.5rem}.map-card{grid-template-columns:1fr}.modal-content{padding:1.5rem;border-radius:18px}.grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.ability-details{flex-direction:column;align-items:flex-start}.donut-container,.search-hero{flex-direction:column}.search-hero input{padding:.85rem 1rem .85rem 2.8rem}.hero-portrait-strip img{width:40px;height:40px}.ql-grid{grid-template-columns:1fr}.meta-table thead th{padding:.4rem .45rem;font-size:.7rem}.meta-table tbody td{padding:.4rem .45rem;font-size:.78rem}.stat-bar{min-width:28px}.stat-value-label{min-width:36px;font-size:.75rem}.meta-hero-portrait{width:28px;height:28px}.meta-hero-cell{gap:.35rem;font-size:.78rem}}@media(min-width:900px){.maps-grid{grid-template-columns:repeat(3,1fr)}}
