:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#10b981;--accent-hover:#059669;--accent-light:#ecfdf5;--accent-2:#2563eb;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s ease}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;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);padding:0.75rem 1rem;position:sticky;top:0;z-index:1050}.navbar-brand img{height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.navbar-toggler:focus{box-shadow:none}.wc-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.wc-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.section-title{position:relative;font-weight:700;color:var(--surface-strong);margin-bottom:2rem;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0 6rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.stat-item{background:rgba(255,255,255,0.05);border-left:3px solid var(--accent);padding:1rem;border-radius:0 8px 8px 0}.stat-num{font-size:1.75rem;font-weight:700;color:var(--text-light);line-height:1}.stat-label{font-size:0.85rem;color:var(--text-muted);margin-top:0.25rem}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-live{background-color:#ef4444;color:white}.badge-upcoming{background-color:var(--accent-2);color:white}.badge-ended{background-color:var(--text-muted);color:white}.score-box{font-size:1.5rem;font-weight:700;color:var(--surface-strong);background:var(--page-bg);padding:0.5rem 1rem;border-radius:8px;min-width:80px;text-align:center}.schedule-tab{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:0.5rem}.schedule-tab .nav-link{border:none;color:var(--text-main);border-radius:6px;font-weight:500;padding:0.75rem 1.25rem}.schedule-tab .nav-link.active{background-color:var(--accent);color:white !important}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-top:4px solid var(--accent-2);border-radius:8px;box-shadow:var(--card-shadow);padding:1.25rem}.group-header{font-weight:700;font-size:1.15rem;border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem;color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center}.team-profile-list{max-height:480px;overflow-y:auto}.team-list-item{display:flex;align-items:center;padding:0.75rem 1rem;border-bottom:1px solid var(--border);transition:var(--transition)}.team-list-item:hover{background-color:var(--accent-light)}.team-flag-placeholder{width:32px;height:20px;background-color:#cbd5e1;border-radius:2px;margin-right:12px;display:inline-block}.news-thumb{height:180px;background-color:#cbd5e1;display:flex;align-items:center;justify-content:center;color:#fff;background-size:cover;background-position:center}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--accent-light);color:var(--accent-hover);box-shadow:none}@media (max-width:991.98px){.hero-section{padding:3rem 0 4rem;text-align:center}.hero-title{font-size:2.25rem}.stat-grid{max-width:500px;margin:2rem auto 0}.section-title{text-align:center}.section-title::after{left:50%;transform:translateX(-50%)}}