@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--gold: #F5A623;--gold-light: #FFD060;--gold-dark: #C47A0A;--gold-glow: rgba(245, 166, 35, .2);--gold-border: rgba(245, 166, 35, .18);--gold-border-h: rgba(245, 166, 35, .5);--teal: #3D9B8F;--fire: #E84420;--bg: #0C0A07;--bg-card: #161210;--bg-card2: #1E1A13;--bg-elevated: #26211A;--bg-input: #1A1612;--text: #E4D9C4;--text-muted: #8A7F6E;--text-dim: #544E44;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 20px rgba(0,0,0,.5);--shadow-gold: 0 0 20px rgba(245,166,35,.15)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.65;color:var(--text);background:var(--bg);min-height:100vh}h1,h2,h3,h4{font-family:Cinzel,Georgia,serif;line-height:1.25;color:var(--text)}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-light)}img{display:block;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.site-header{position:sticky;top:0;z-index:1000;background:#0a0806f5;border-bottom:1px solid var(--gold-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 0}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{flex-shrink:0;transition:opacity .2s}.logo:hover{opacity:.85}.logo img{height:52px;width:auto}.nav-menu{display:flex;list-style:none;gap:.25rem;align-items:center}.nav-menu a{display:block;padding:.45rem .85rem;color:var(--text-muted);font-size:.85rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;border-radius:4px;transition:color .2s,background .2s}.nav-menu a:hover{color:var(--gold);background:var(--gold-glow)}.nav-menu a.active{color:var(--gold);font-weight:700}.language-switcher{display:flex;gap:.25rem}.language-switcher a{padding:.3rem .65rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--text-muted);border:1px solid transparent;transition:all .2s}.language-switcher a.active{color:var(--gold);border-color:var(--gold-border);background:var(--gold-glow)}.language-switcher a:hover{color:var(--gold);background:var(--gold-glow)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--text-muted);border-radius:2px;transition:background .2s}.mobile-menu-toggle:hover span{background:var(--gold)}.hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0a08068c,#0a0806b3 60%,#0a0806eb);z-index:1}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 1.25rem}.hero-logo{width:160px;height:160px;object-fit:contain;filter:drop-shadow(0 0 30px rgba(245,166,35,.5));animation:heroLogoPulse 4s ease-in-out infinite}@keyframes heroLogoPulse{0%,to{filter:drop-shadow(0 0 24px rgba(245,166,35,.45))}50%{filter:drop-shadow(0 0 44px rgba(245,166,35,.75))}}.hero-title{font-family:Cinzel,Georgia,serif;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700;color:var(--text);text-shadow:0 2px 20px rgba(0,0,0,.8);letter-spacing:.06em}.hero-title span{color:var(--gold)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.3rem);color:var(--text-muted);max-width:560px;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 2rem;border-radius:4px;font-weight:600;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#e8900a,#f5a623 60%,#ffd060);color:#0c0a07;box-shadow:0 2px 12px #f5a62359}.btn-primary:hover{background:linear-gradient(135deg,#f5a623,#ffd060);color:#0c0a07;transform:translateY(-2px);box-shadow:0 4px 20px #f5a62380}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--gold-border-h)}.btn-secondary:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-glow);transform:translateY(-2px)}.page-header{background:linear-gradient(to bottom,var(--bg-card) 0%,var(--bg) 100%);border-bottom:1px solid var(--gold-border);color:var(--text);padding:3.5rem 0;text-align:center}.page-header h1{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--text)}.page-header h1 span{color:var(--gold)}main{min-height:calc(100vh - 272px);padding-bottom:3rem}.content-card{background:var(--bg-card);border:1px solid var(--gold-border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem;transition:border-color .2s}.content-card:hover{border-color:var(--gold-border-h)}.content-card h2{font-family:Cinzel,Georgia,serif;margin-bottom:1rem;color:var(--text);font-size:1.4rem;letter-spacing:.03em;padding-bottom:.6rem;border-bottom:1px solid var(--gold-border)}.content-card h3{font-family:Cinzel,Georgia,serif;margin-bottom:.85rem;color:var(--text);font-size:1.1rem;letter-spacing:.03em}.tabs-nav{display:flex;border-bottom:1px solid var(--gold-border);margin-bottom:1.5rem;gap:0;overflow-x:auto;scrollbar-width:none}.tabs-nav::-webkit-scrollbar{display:none}.tab-item{padding:.85rem 1.4rem;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:var(--text-muted);font-size:.85rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:transparent;transition:all .2s}.tab-item:hover{color:var(--gold);background:var(--gold-glow)}.tab-item.active{border-bottom-color:var(--gold);color:var(--gold);font-weight:700;background:var(--gold-glow)}.data-table{width:100%;border-collapse:collapse;background:transparent;border-radius:var(--radius);overflow:hidden}.data-table th{background:var(--bg-elevated);padding:.75rem 1rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--gold-border)}.data-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle;color:var(--text);font-size:.92rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f5a6230a}.data-table .text-center{text-align:center}.data-table .text-right{text-align:right}.badge{display:inline-block;padding:.2rem .65rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.03em}.badge-success{background:#22c55e2e;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.badge-warning{background:#f5a6232e;color:var(--gold);border:1px solid var(--gold-border)}.badge-danger{background:#e844202e;color:#f87171;border:1px solid rgba(232,68,32,.25)}.badge-info{background:#3d9b8f2e;color:var(--teal);border:1px solid rgba(61,155,143,.25)}.badge-gray{background:#ffffff12;color:var(--text-muted);border:1px solid rgba(255,255,255,.08)}.stats-boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;margin-bottom:1.5rem}.stat-box{text-align:center;padding:1.25rem 1rem;background:var(--bg-card2);border:1px solid var(--gold-border);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s}.stat-box:hover{border-color:var(--gold-border-h);box-shadow:var(--shadow-gold)}.stat-box .value{font-family:Cinzel,Georgia,serif;font-size:1.75rem;font-weight:700;color:var(--gold)}.stat-box .label{color:var(--text-muted);margin-top:.25rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.section-title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;color:var(--text);margin-bottom:1.5rem;padding-bottom:.6rem;border-bottom:1px solid var(--gold-border)}.search-box{position:relative;max-width:400px}.search-input{width:100%;padding:.65rem 1rem .65rem 2.25rem;background:var(--bg-input);border:1px solid var(--gold-border);border-radius:6px;color:var(--text);font-size:.9rem;transition:border-color .2s,box-shadow .2s}.search-input::placeholder{color:var(--text-dim)}.search-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.search-icon{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:var(--text-dim)}.filters-bar{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.filter-select{padding:.5rem 1rem;background:var(--bg-input);border:1px solid var(--gold-border);border-radius:6px;color:var(--text);font-size:.87rem;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:var(--gold)}.win-rate-high{color:#4ade80;font-weight:600}.win-rate-medium{color:var(--gold);font-weight:600}.win-rate-low{color:#f87171;font-weight:600}.rank-1{color:var(--gold);font-weight:700}.rank-2{color:silver;font-weight:700}.rank-3{color:#cd7f32;font-weight:700}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--text-dim);font-size:.9rem}.pagination{display:flex;gap:.35rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{padding:.45rem .9rem;border:1px solid var(--gold-border);border-radius:4px;color:var(--text-muted);font-size:.87rem;transition:all .2s}.pagination a:hover{background:var(--gold-glow);color:var(--gold);border-color:var(--gold-border-h)}.pagination .active{background:var(--gold);color:#0c0a07;border-color:var(--gold);font-weight:700}.pagination .disabled{color:var(--text-dim);cursor:not-allowed}.pagination-btn{padding:.45rem .9rem;border:1px solid var(--gold-border);border-radius:4px;background:var(--bg-card);color:var(--text-muted);font-size:.87rem;cursor:pointer;transition:all .2s;font-family:inherit}.pagination-btn:hover{background:var(--gold-glow);color:var(--gold);border-color:var(--gold-border-h)}.pl-toolbar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.pl-search-wrap{position:relative;flex:1;min-width:220px;max-width:420px}.pl-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.pl-search-input{width:100%;padding:.5rem .75rem .5rem 2.25rem;background:var(--bg-card);border:1px solid var(--gold-border);border-radius:20px;color:var(--text);font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}.pl-search-input:focus{border-color:var(--gold-border-h);box-shadow:0 0 0 2px var(--gold-glow)}.pl-search-input::placeholder{color:var(--text-dim)}.pl-sort-group{display:flex;gap:.35rem}.pl-sort-btn{padding:.4rem .85rem;border-radius:20px;border:1px solid var(--gold-border);background:var(--bg-card);color:var(--text-muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.pl-sort-btn:hover{background:var(--bg-card2);color:var(--text);border-color:var(--gold-border-h)}.pl-sort-btn.active{background:var(--gold);border-color:var(--gold);color:#0c0a07}.pl-count{font-size:.82rem;color:var(--text-muted);white-space:nowrap}.pl-dot{margin:0 .25rem;color:var(--text-dim)}.pl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.875rem}.player-card{display:flex;align-items:center;padding:1rem;background:var(--bg-card);border:1px solid var(--gold-border);border-radius:var(--radius);transition:all .2s;text-decoration:none;color:var(--text)}.player-card:hover{transform:translateY(-2px);border-color:var(--gold-border-h);box-shadow:var(--shadow-gold);color:var(--text)}.player-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-right:1rem;background:var(--bg-elevated);border:2px solid var(--gold-border);flex-shrink:0}.player-info h3{margin:0 0 .2rem;color:var(--text);font-size:1rem}.player-info p{margin:0;color:var(--text-muted);font-size:.85rem}.player-avatar-initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-dark) 0%,#3D9B8F 100%);color:#0c0a07;font-size:1.4rem;font-weight:700;font-family:Cinzel,Georgia,serif}.pp-hero{display:flex;gap:1.75rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:1.25rem}.pp-hero-avatar{flex-shrink:0}.pp-avatar-img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--gold-border-h)}.pp-avatar-initials{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-dark) 0%,#3D9B8F 100%);color:#0c0a07;font-size:2.5rem;font-weight:700;font-family:Cinzel,Georgia,serif;border:3px solid var(--gold-border-h)}.pp-hero-info{flex:1;min-width:200px}.pp-name{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.35rem;color:var(--gold)}.pp-fullname{color:var(--text-muted);margin-bottom:.25rem}.pp-country{color:var(--text-muted);font-size:.9rem;margin-bottom:.25rem}.pp-altnicks{color:var(--text-dim);font-size:.85rem;margin-bottom:.25rem}.pp-bio{color:var(--text-muted);font-size:.9rem;margin-top:.5rem;line-height:1.6}.pp-stats-bar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem}.pp-stat{flex:1;min-width:90px;text-align:center;padding:.875rem .75rem;background:var(--bg-card);border:1px solid var(--gold-border);border-radius:var(--radius)}.pp-stat-wo{border-style:dashed;opacity:.85}.pp-stat-value{font-size:1.6rem;font-weight:700;font-family:Cinzel,Georgia,serif;color:var(--text);line-height:1.1}.pp-stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem}.pp-h2h-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.pp-h2h-header h2{margin:0}.pp-sort-group{display:flex;gap:.35rem}.pp-sort-btn{padding:.3rem .7rem;border-radius:20px;border:1px solid var(--gold-border);background:var(--bg-card2);color:var(--text-muted);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.pp-sort-btn:hover{border-color:var(--gold-border-h);color:var(--text)}.pp-sort-btn.active{background:var(--gold);border-color:var(--gold);color:#0c0a07}.pp-h2h-list{display:flex;flex-direction:column;gap:.5rem}.pp-h2h-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .875rem;background:var(--bg-card2);border:1px solid var(--gold-border);border-radius:6px;transition:border-color .15s,background .15s;flex-wrap:wrap}.pp-h2h-row:hover{border-color:var(--gold-border-h);background:var(--bg-elevated)}.pp-h2h-name{width:140px;font-weight:600;font-size:.9rem;color:var(--gold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.pp-h2h-name:hover{color:var(--gold-light)}.pp-h2h-record{display:flex;align-items:center;gap:.3rem;font-size:.875rem;min-width:90px;flex-shrink:0}.pp-h2h-dash{color:var(--text-dim)}.pp-h2h-total{color:var(--text-dim);font-size:.8rem}.pp-h2h-bar-wrap{display:flex;align-items:center;gap:.5rem;flex:1;min-width:120px}.pp-h2h-bar-track{flex:1;height:7px;background:#f5a62314;border-radius:4px;overflow:hidden}.pp-h2h-bar-fill{height:100%;border-radius:4px;min-width:2px;transition:width .4s ease}.pp-h2h-pct{font-size:.75rem;font-weight:700;width:38px;text-align:right;flex-shrink:0}.pp-stat-note{font-size:.78rem;color:var(--text-muted);margin-bottom:1rem}.pp-bar-list{display:flex;flex-direction:column;gap:.55rem}.pp-bar-row{display:flex;align-items:center;gap:.6rem}.pp-bar-label{width:100px;font-size:.82rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.pp-bar-track{flex:1;height:9px;background:#f5a62314;border-radius:4px;overflow:hidden}.pp-bar-fill{height:100%;border-radius:4px;min-width:2px;transition:width .4s ease}.pp-bar-pct{font-size:.78rem;font-weight:700;width:40px;text-align:right;flex-shrink:0}.pp-bar-wg{font-size:.72rem;color:var(--text-muted);width:40px;text-align:right;flex-shrink:0}.pp-history-list{display:flex;flex-direction:column;gap:.5rem}.pp-history-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .875rem;background:var(--bg-card2);border:1px solid var(--gold-border);border-radius:6px;flex-wrap:wrap;transition:border-color .15s}.pp-history-row:hover{border-color:var(--gold-border-h)}.pp-history-main{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:180px}.pp-history-name{font-weight:600;font-size:.9rem;color:var(--gold)}.pp-history-name:hover{color:var(--gold-light)}.pp-history-meta{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.pp-history-record{display:flex;align-items:center;gap:.3rem;font-size:.875rem;flex-shrink:0}.pp-placement{font-weight:700;font-size:.9rem}.match-result{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--bg-card);border:1px solid var(--gold-border);border-radius:var(--radius);margin-bottom:.5rem}.match-player{flex:1;text-align:center;color:var(--text)}.match-player.winner{font-weight:700;color:#4ade80}.match-score{font-size:1.4rem;font-weight:700;padding:0 1rem;color:var(--gold);font-family:Cinzel,Georgia,serif}.match-details{font-size:.82rem;color:var(--text-muted);margin-top:.35rem}.featured-tournaments{padding:5rem 0}.featured-tournaments h2{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:.75rem;letter-spacing:.05em}.featured-tournaments .section-sub{text-align:center;color:var(--text-muted);margin-bottom:3rem;font-size:.95rem}.tournament-card{background:var(--bg-card);border:1px solid var(--gold-border);border-radius:var(--radius-lg);overflow:hidden;transition:all .25s}.tournament-card:hover{transform:translateY(-4px);border-color:var(--gold-border-h);box-shadow:0 8px 30px #0006,var(--shadow-gold)}.tournament-card img{width:100%;height:180px;object-fit:cover;filter:brightness(.85)}.tournament-card h3{padding:1rem 1rem .4rem;font-size:1.1rem;color:var(--text)}.tournament-card p{padding:0 1rem 1rem;color:var(--text-muted);font-size:.88rem}.tournament-card .btn{margin:0 1rem 1rem}.tournaments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.stats{padding:4rem 0;background:var(--bg-card);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;text-align:center}.stat-item h3{font-family:Cinzel,Georgia,serif;font-size:2.75rem;color:var(--gold);margin-bottom:.4rem}.stat-item p{color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}.about-content{padding:4rem 0}.about-grid{display:grid;gap:2.5rem}.about-section h2{color:var(--gold);margin-bottom:1rem;font-size:1.4rem}.about-section p,.about-section ul{color:var(--text-muted)}.about-section ul{list-style-position:inside}.team{padding:4rem 0;border-top:1px solid var(--gold-border)}.team h2{text-align:center;font-size:2rem;margin-bottom:3rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.team-member{text-align:center;background:var(--bg-card);border:1px solid var(--gold-border);padding:2rem;border-radius:var(--radius-lg);transition:border-color .2s}.team-member:hover{border-color:var(--gold-border-h)}.team-member img{width:120px;height:120px;border-radius:50%;margin:0 auto 1rem;object-fit:cover;border:2px solid var(--gold-border)}.team-member-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-family:Cinzel,Georgia,serif;font-size:2.2rem;font-weight:700;color:#fff;border:2px solid var(--gold-border);text-shadow:0 1px 4px rgba(0,0,0,.5)}.team-avatar-gold{background:linear-gradient(135deg,#c47a0a,#f5a623)}.team-avatar-teal{background:linear-gradient(135deg,#1e6b62,#3d9b8f)}.team-avatar-fire{background:linear-gradient(135deg,#7b2d00,#e84420)}.team-member h3{margin-bottom:.35rem;font-size:1rem}.team-member p{color:var(--text-muted);font-size:.88rem}.cta{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-elevated) 100%);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);color:var(--text);text-align:center;padding:4rem 0}.cta h2{font-size:2rem;margin-bottom:1rem}.cta p{font-size:1.1rem;margin-bottom:2rem;color:var(--text-muted)}.site-footer{background:var(--bg-card);border-top:1px solid var(--gold-border);color:var(--text-muted);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{font-family:Cinzel,Georgia,serif;color:var(--gold);margin-bottom:1rem;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-section p{font-size:.87rem;line-height:1.6}.footer-section a{color:var(--text-muted);font-size:.87rem;transition:color .2s}.footer-section a:hover{color:var(--gold)}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.87rem;color:var(--text-muted);transition:color .2s}.social-link:hover{color:var(--gold)!important}.social-discord:hover{color:#5865f2!important}.social-facebook:hover{color:#1877f2!important}.social-youtube:hover{color:red!important}.social-twitch:hover{color:#9146ff!important}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);font-size:.82rem;color:var(--text-dim)}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(245,166,35,.15);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chart-container{position:relative;height:300px;margin-bottom:1rem}.stat-map-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.stat-map-card{border:1px solid rgba(245,166,35,.18);border-radius:8px;overflow:hidden}.stat-map-name{display:flex;align-items:center;justify-content:space-between;background:#1e1a13;padding:.5rem .75rem;font-weight:700;font-size:.85rem;color:#e4d9c4;border-bottom:1px solid rgba(245,166,35,.18)}.stat-map-games{font-weight:400;font-size:.72rem;color:#8a7f6e}.stat-bar-list{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.45rem}.stat-bar-row{display:flex;align-items:center;gap:.5rem}.stat-bar-label{width:80px;font-size:.78rem;color:#c5b99a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.stat-bar-track{flex:1;height:8px;background:#f5a62314;border-radius:4px;overflow:hidden}.stat-bar-fill{height:100%;border-radius:4px;min-width:2px}.stat-bar-good{background:#4ade80}.stat-bar-bad{background:#f87171}.stat-bar-neutral{background:#6b6054}.stat-bar-pct{font-size:.72rem;font-weight:700;width:34px;text-align:right;flex-shrink:0}.stat-bar-wg{font-size:.68rem;color:#8a7f6e;width:30px;text-align:right;flex-shrink:0}.stat-wr-good{background:#4ade8026;color:#4ade80}.stat-wr-bad{background:#ef444426;color:#f87171}.stat-wr-neutral{background:#1e1a13;color:#8a7f6e}@media (max-width: 768px){.nav-menu{display:none}.mobile-menu-toggle{display:flex}.nav-menu.is-open{display:flex!important;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0a0806fa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:2px solid var(--gold-border);padding:.5rem 0 1rem;z-index:999;animation:mobileMenuIn .18s ease}.nav-menu.is-open li{width:100%}.nav-menu.is-open a{display:block;padding:.85rem 1.5rem;font-size:.95rem;border-radius:0;border-bottom:1px solid rgba(245,166,35,.06)}.nav-menu.is-open li:last-child a{border-bottom:none}.mobile-menu-toggle span{transition:transform .25s ease,opacity .25s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{min-height:80vh}.hero-logo{width:120px;height:120px}.tabs-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-item{padding:.7rem .9rem;font-size:.78rem}.data-table{display:block;overflow-x:auto}.stats-boxes{grid-template-columns:repeat(2,1fr)}.filters-bar{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.match-result{flex-direction:column;text-align:center}.match-score{padding:.5rem 0}.pl-toolbar{flex-direction:column;align-items:stretch}.pl-search-wrap{max-width:100%}.pl-sort-group{flex-wrap:wrap}.footer-content{grid-template-columns:1fr;gap:1.5rem}}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.hero-content{padding:3rem 1rem}.hero-logo{width:90px;height:90px}.tournaments-grid,.pl-grid,.stat-map-grid,.team-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.gs-three-col,.gs-two-col{grid-template-columns:1fr}.pp-stat{min-width:70px;padding:.6rem .4rem}.pp-stat-value{font-size:1.3rem}.pp-h2h-name{width:100px}.page-header{padding:2rem 0}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:280px;justify-content:center}}
