:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-green:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#94a3b8;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:4rem 0;border-bottom:5px solid var(--accent)}.hero-title{font-size:2.75rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-badge{background-color:var(--accent-green);color:var(--text-light);font-size:0.85rem;font-weight:700;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-image-container img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.1)}.hero-stats-box{background:rgba(255,255,255,0.05);border-radius:10px;padding:1.25rem;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.1)}.section-header{margin-bottom:2.5rem;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem}.info-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px}.badge-upcoming{background-color:#e0f2fe;color:#0369a1}.badge-live{background-color:#fef2f2;color:#b91c1c;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid var(--border)}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){color:var(--accent);background-color:#f0f9ff}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}.footer-custom a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-custom a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem}@media (max-width:991.98px){.hero-title{font-size:2.2rem}}