:root{--primary-color:#0A2540;--accent-red:#D80027;--accent-green:#006847;--accent-gold:#D4AF37;--bg-light:#F4F6F9;--text-dark:#1E293B;--text-muted:#64748B;--border-color:#E2E8F0;--card-shadow:0 4px 12px rgba(10,37,64,0.05);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar{background-color:#ffffff;border-bottom:2px solid var(--border-color);padding:0.8rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,0.02)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-dark);font-weight:600;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent-red)}.main-container{padding-top:2rem;padding-bottom:4rem}section{background:#ffffff;border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:var(--card-shadow)}.section-title{font-size:1.75rem;font-weight:800;color:var(--primary-color);margin-bottom:1.5rem;border-left:5px solid var(--accent-red);padding-left:0.75rem;display:flex;align-items:center;justify-content:space-between}.hero-section{background:linear-gradient(135deg,#0A2540 0%,#1A365D 50%,#2A4365 100%);color:#ffffff;border-radius:16px;padding:3.5rem;overflow:hidden;position:relative}.hero-section h1{font-size:2.5rem;font-weight:900;letter-spacing:-0.5px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-badge{display:inline-block;background:rgba(216,0,39,0.2);border:1px solid var(--accent-red);color:#ff9e9e;padding:0.4rem 1rem;border-radius:50px;font-weight:700;font-size:0.85rem;margin-bottom:1.5rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.score-card{background:#ffffff;border:1px solid var(--border-color);border-radius:10px;padding:1rem;transition:var(--transition)}.score-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow)}.score-status{font-size:0.75rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:4px}.status-upcoming{background:#E2E8F0;color:#475569}.status-live{background:#FEE2E2;color:#EF4444;animation:pulse 1.5s infinite}.status-ended{background:#D1FAE5;color:#065F46}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:var(--bg-light);color:var(--primary-color);font-weight:700;border-top:none}.group-badge{background-color:var(--primary-color);color:#ffffff;font-size:0.9rem;font-weight:700;padding:0.3rem 0.8rem;border-radius:4px}.news-item{border-bottom:1px solid var(--border-color);padding:1.2rem 0;transition:var(--transition)}.news-item:last-child{border-bottom:none}.news-item:hover{background-color:rgba(10,37,64,0.01)}.news-tag{font-size:0.75rem;font-weight:700;background:#E0F2FE;color:#0369A1;padding:0.2rem 0.5rem;border-radius:4px}.stadium-card{border:none;box-shadow:var(--card-shadow);border-radius:12px;overflow:hidden;transition:var(--transition)}.stadium-card:hover{transform:translateY(-5px)}.faq-accordion .accordion-item{border:1px solid var(--border-color);margin-bottom:0.8rem;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--primary-color);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:#F8FAFC;color:var(--accent-red);box-shadow:none}.sticky-sidebar{position:sticky;top:5rem}.sidebar-card{background:#ffffff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--card-shadow);border-top:4px solid var(--primary-color)}footer{background-color:var(--primary-color);color:#94A3B8;padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent-red)}footer a{color:#CBD5E1;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}@media (max-width:991.98px){section{padding:1.5rem}.hero-section{padding:2rem}.hero-section h1{font-size:1.85rem}.table-responsive{border:1px solid var(--border-color);border-radius:8px}}