:root{--primary-rgb:10,102,194;--secondary-rgb:0,168,89;--accent-rgb:228,0,43;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--accent-gold:#d4af37}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh}.app-wrapper{display:flex;width:100%;min-height:100vh}.sidebar-nav{width:280px;background-color:var(--surface-strong);color:#ffffff;position:fixed;top:0;bottom:0;left:0;z-index:1030;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.5rem;transition:transform 0.3s ease}.main-container{flex:1;margin-left:280px;padding:0;min-width:0}.mobile-header{display:none;background-color:var(--surface-strong);color:#ffffff;padding:1rem;position:sticky;top:0;z-index:1040}.sidebar-brand img{max-height:50px;width:auto;margin-bottom:0.5rem}.nav-menu{list-style:none;padding:0;margin:2rem 0}.nav-menu li{margin-bottom:0.75rem}.nav-menu a{color:rgba(255,255,255,0.85);text-decoration:none;display:flex;align-items:center;padding:0.75rem 1rem;border-radius:8px;font-weight:500;transition:all 0.2s ease}.nav-menu a i{margin-right:0.75rem;font-size:1.15rem}.nav-menu a:hover,.nav-menu a.active{color:#ffffff;background-color:rgba(255,255,255,0.15);transform:translateX(4px)}section{padding:5rem 2rem;border-bottom:1px solid var(--border-color)}section:nth-child(even){background-color:#ffffff}.section-title{font-size:2.25rem;font-weight:800;color:rgb(var(--primary-rgb));margin-bottom:1rem;position:relative;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,rgb(var(--primary-rgb)),rgb(var(--secondary-rgb)));border-radius:2px}.section-desc{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem;max-width:800px}.hero-banner{background:radial-gradient(circle at 10% 20%,rgb(15,23,42) 0%,rgb(30,41,59) 90%);color:#ffffff;position:relative;overflow:hidden;border-bottom:none;padding:6rem 2rem}.hero-banner h1{font-size:3.5rem;font-weight:900;line-height:1.2;background:linear-gradient(135deg,#ffffff 30%,#a5f3fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-meta{font-size:1.25rem;color:#e2e8f0;max-width:650px;margin:1.5rem 0 2rem 0;line-height:1.6}.hero-badge-group{display:flex;flex-wrap:wrap;gap:0.75rem;margin-bottom:2.5rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:600;backdrop-filter:blur(4px)}.hero-img{border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:4px solid rgba(255,255,255,0.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:-3rem;position:relative;z-index:10;padding:0 2rem}.stat-card{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 10px 25px -5px rgba(0,0,0,0.05);transition:transform 0.2s ease}.stat-card:hover{transform:translateY(-5px)}.stat-num{font-size:2.5rem;font-weight:800;color:rgb(var(--primary-rgb));line-height:1;margin-bottom:0.5rem}.stat-label{font-size:0.95rem;font-weight:600;color:var(--text-muted)}.match-card{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);transition:border-color 0.2s ease}.match-card:hover{border-color:rgb(var(--primary-rgb))}.match-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--text-muted);border-bottom:1px dashed var(--border-color);padding-bottom:0.75rem;margin-bottom:1rem}.match-status{padding:0.25rem 0.75rem;border-radius:50px;font-weight:600}.status-upcoming{background-color:#eff6ff;color:#2563eb}.status-live{background-color:#fef2f2;color:#dc2626;animation:pulse 2s infinite}.match-teams{display:flex;align-items:center;justify-content:space-between}.team-side{display:flex;align-items:center;width:40%}.team-side.away{justify-content:flex-end;text-align:right}.team-flag{width:36px;height:24px;background-color:#eaeaea;border-radius:4px;margin:0 10px;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.75rem;border:1px solid #ddd}.team-name{font-weight:700;font-size:1.05rem}.match-score-center{width:20%;text-align:center;font-size:1.5rem;font-weight:800;color:var(--text-main)}.score-box{background:#f1f5f9;padding:0.4rem 1rem;border-radius:6px;display:inline-block;min-width:60px}.group-matrix{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.9rem;border-bottom:1px solid var(--border-color)}.group-table th{font-weight:600;color:var(--text-muted);background-color:#f8fafc}.team-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);transition:transform 0.25s ease,box-shadow 0.25s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px -10px rgba(0,0,0,0.1)}.team-card-banner{height:80px;background:linear-gradient(135deg,rgb(var(--primary-rgb)),rgb(var(--secondary-rgb)))}.team-card-body{padding:1.5rem;position:relative;text-align:center}.team-card-flag{width:70px;height:70px;border-radius:50%;border:4px solid var(--surface);background-color:#eaeaea;margin:-45px auto 10px auto;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.rules-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border-color)}.rules-item{position:relative;margin-bottom:2.5rem}.rules-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:14px;height:14px;border-radius:50%;background-color:rgb(var(--secondary-rgb));border:3px solid var(--surface)}.news-card{border:none;background:none;margin-bottom:2rem}.news-img-wrapper{border-radius:10px;overflow:hidden;margin-bottom:1rem;box-shadow:0 8px 16px rgba(0,0,0,0.05)}.news-title{font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:0.5rem;color:var(--text-main)}.news-meta{font-size:0.85rem;color:var(--text-muted);display:flex;gap:1rem}.faq-item{background-color:var(--surface);border:1px solid var(--border-color);border-radius:10px;margin-bottom:1rem;overflow:hidden}.faq-trigger{padding:1.25rem 1.5rem;font-weight:700;width:100%;text-align:left;border:none;background:none;display:flex;justify-content:space-between;align-items:center;color:var(--text-main)}.faq-trigger:focus{outline:none}.faq-content{padding:0 1.5rem 1.25rem 1.5rem;color:var(--text-muted);line-height:1.6}.site-footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 2rem 2rem 2rem;border-top:5px solid rgb(var(--secondary-rgb));margin-top:auto}.site-footer a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:#ffffff}.footer-heading{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:1200px){.sidebar-nav{transform:translateX(-100%)}.sidebar-nav.active{transform:translateX(0)}.main-container{margin-left:0}.mobile-header{display:flex;justify-content:space-between;align-items:center}}@media (max-width:768px){.hero-banner h1{font-size:2.25rem}section{padding:3rem 1rem}.stats-grid{padding:0 1rem;margin-top:-1.5rem}.match-teams{flex-direction:column;gap:0.75rem}.team-side{width:100%;justify-content:center !important;text-align:center !important}.match-score-center{width:100%}.team-side.away{flex-direction:row-reverse}}