:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-light:#f0f9ff;--border:#e2e8f0;--border-hover:#cbd5e1}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05);border-color:var(--border-hover)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1030}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;display:flex;align-items:center;gap:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin-left:1rem;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-title h1{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent-2)}.hero-image{border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.section-header{margin-bottom:2.5rem;border-left:5px solid var(--accent);padding-left:1rem}.section-header h2{font-size:2rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem}.section-header p{color:var(--text-muted);margin-bottom:0}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:bold}.badge-live{background-color:#ef4444;color:#fff}.badge-upcoming{background-color:#3b82f6;color:#fff}.badge-finished{background-color:#64748b;color:#fff}.vs-divider{font-weight:800;color:var(--accent);font-size:1.25rem}.table-responsive::-webkit-scrollbar{height:6px}.table-responsive::-webkit-scrollbar-thumb{background-color:var(--border-hover);border-radius:3px}.accordion-button:not(.collapsed){background-color:var(--accent-light);color:var(--accent)}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title h1{font-size:2rem}.section-header h2{font-size:1.6rem}}