:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f2c59;--surface-accent:#1d4ed8;--text-main:#1e293b;--text-muted:#64748b;--accent:#e11d48;--accent-2:#059669;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f2c59 0%,#1d4ed8 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,transparent 20%,rgba(15,44,89,0.8) 100%);pointer-events:none}.hero-content{position:relative;z-index:2}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:20px}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-image{border-radius:var(--card-radius);box-shadow:0 15px 30px rgba(0,0,0,0.3);object-fit:cover}.section-padding{padding:70px 0}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);margin-bottom:12px;position:relative}.section-subtitle{font-size:1.05rem;color:var(--text-muted);margin-bottom:40px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.1)}.match-badge{background-color:#f1f5f9;color:var(--text-muted);font-size:0.8rem;padding:4px 12px;border-radius:20px;font-weight:600}.match-status-live{background-color:rgba(225,29,72,0.1);color:var(--accent)}.team-flag-placeholder{width:36px;height:36px;border-radius:50%;background-color:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.9rem;color:var(--surface-strong)}.group-table th{background-color:var(--surface-strong);color:#ffffff}.news-img{height:200px;object-fit:cover}.accordion-button:not(.collapsed){background-color:rgba(29,78,216,0.08);color:var(--surface-accent)}.guide-box{background-color:var(--surface);border-left:4px solid var(--surface-accent);padding:24px;border-radius:0 var(--card-radius) var(--card-radius) 0;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:60px 0 30px;font-size:0.95rem}.footer-custom a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.footer-custom a:hover{color:#ffffff}.footer-logo{font-weight:800;color:#ffffff;font-size:1.5rem;margin-bottom:15px;display:inline-block}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}}