:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-dark:#0f172a;--surface-muted:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-green:#10b981;--accent-red:#ef4444;--accent-yellow:#f59e0b;--border:#e2e8f0;--border-dark:#334155;--shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--surface-dark) !important;border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand{font-weight:800;letter-spacing:0.5px}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.nav-link:hover,.nav-link.active{color:var(--accent) !important}section{padding:5rem 0}.section-title{position:relative;margin-bottom:3rem;font-weight:800;color:var(--text-main)}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:60px;height:4px;background-color:var(--accent);border-radius:2px}#hero{background:linear-gradient(135deg,var(--surface-dark) 60%,#1e1b4b 100%);color:var(--text-light);padding:6rem 0;position:relative;overflow:hidden}#hero .display-5{color:#ffffff;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.hero-badge{background-color:var(--accent);color:var(--text-light);font-weight:600;padding:0.5rem 1rem;border-radius:50px;display:inline-block}.hero-stat-card{background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;transition:transform 0.3s ease}.hero-stat-card:hover{transform:translateY(-5px);background:rgba(255,255,255,0.08)}.score-strip{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0;box-shadow:var(--shadow);margin-top:-2rem;position:relative;z-index:10;border-radius:8px}.score-card{border-right:1px solid var(--border);padding:0 1.5rem}.score-card:last-child{border-right:none}.score-status{font-size:0.75rem;font-weight:bold;padding:0.2rem 0.5rem;border-radius:4px;text-transform:uppercase}.status-live{background:rgba(239,68,68,0.1);color:var(--accent-red)}.status-upcoming{background:rgba(2,132,199,0.1);color:var(--accent)}.status-finished{background:rgba(100,116,139,0.1);color:var(--text-muted)}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow);transition:all 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.group-header{background-color:var(--surface-dark);color:var(--text-light);font-weight:bold;text-align:center;padding:0.75rem;border-top-left-radius:8px;border-top-right-radius:8px}.group-table{margin-bottom:0}.group-table td{padding:0.6rem 0.75rem;font-size:0.9rem;border-bottom:1px solid var(--border)}.swiper-button-next,.swiper-button-prev{color:var(--accent)}.swiper-pagination-bullet-active{background:var(--accent)}.timeline{border-left:3px solid var(--accent);padding-left:1.5rem;margin-left:1rem;position:relative}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::after{content:'';position:absolute;left:-1.95rem;top:5px;background:var(--accent);width:14px;height:14px;border-radius:50%;border:3px solid var(--page-bg)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.1);color:var(--accent)}.accordion-button:focus{box-shadow:none;border-color:var(--accent)}footer{background-color:var(--surface-dark);color:rgba(255,255,255,0.75);border-top:4px solid var(--accent);padding:4rem 0 2rem}footer a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}@media (max-width:991.98s){.score-card{border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.score-card:last-child{border-bottom:none}}