:root{--primary-rgb:15,32,67;--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f2043;--text-main:#1e293b;--text-muted:#64748b;--accent:#d90429;--accent-mx:#006847;--accent-ca:#ff0000;--accent-us:#002868;--gold:#f59e0b;--border:#e2e8f0}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;line-height:1.6}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:all 0.3s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar{background-color:rgba(15,32,67,0.96) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--accent)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:#f8fafc !important;font-weight:500;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--gold) !important}.hero-section{background:linear-gradient(135deg,rgba(15,32,67,0.95) 0%,rgba(20,40,80,0.9) 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#ffffff;margin-bottom:1.5rem}.hero-title span{color:var(--gold)}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.stats-bar{margin-top:-30px;position:relative;z-index:10}.stats-card{background:var(--surface);border-bottom:4px solid var(--gold)}.section-title{font-weight:800;color:var(--surface-strong);position:relative;padding-bottom:10px;margin-bottom:30px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.group-badge{font-size:1.25rem;font-weight:700;background:var(--surface-strong);color:#ffffff;padding:8px 16px;border-radius:6px;display:inline-block}.group-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600}.score-card{border-left:4px solid var(--accent)}.status-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:600}.status-live{background-color:#fee2e2;color:var(--accent);animation:pulse 2s infinite}.status-upcoming{background-color:#f0fdf4;color:#16a34a}.guide-img{height:200px;object-fit:cover;border-radius:8px}.accordion-button:not(.collapsed){background-color:rgba(15,32,67,0.05);color:var(--surface-strong)}@media (max-width:768px){.hero-title{font-size:1.8rem}.stats-bar{margin-top:20px}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}