:root{--primary:#0a58ca;--primary-light:#e6f0fa;--secondary:#00a859;--accent:#ffcc00;--dark:#121824;--light:#f8f9fa;--surface:#ffffff;--border:#dee2e6;--text-main:#212529;--text-muted:#6c757d}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light);line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 15px rgba(0,0,0,0.06)}.navbar-brand img{max-height:40px}.nav-link{font-weight:500;color:var(--dark) !important}.nav-link:hover{color:var(--primary) !important}.hero-section{background:linear-gradient(135deg,var(--primary-light) 0%,#ffffff 100%);padding:80px 0;border-bottom:1px solid var(--border)}.hero-badge{background-color:var(--accent);color:var(--dark);font-weight:bold;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:20px}.stat-grid{display:grid;grid-template-columns:repeat(4,1-fraction);gap:20px}@media (max-width:768px){.stat-grid{grid-template-columns:repeat(2,1-fraction)}}.badge-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:bold}.status-upcoming{background-color:var(--primary-light);color:var(--primary)}.status-live{background-color:#ffeef0;color:#dc3545}.status-ended{background-color:#e9ecef;color:var(--text-muted)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.section-title{position:relative;padding-bottom:15px;margin-bottom:30px;font-weight:700;color:var(--dark)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--secondary);border-radius:2px}.sticky-top{box-shadow:0 2px 10px rgba(0,0,0,0.05)}.accordion-button:not(.collapsed){background-color:var(--primary-light);color:var(--primary)}footer{background-color:var(--dark);color:#ffffff}footer a{color:rgba(255,255,255,0.8);text-decoration:none}footer a:hover{color:var(--accent)}