:root{--primary:#002868;--primary-light:#1a4a90;--secondary:#DA291C;--accent:#006341;--accent-gold:#FFB81C;--bg-body:#f8fafc;--bg-card:#ffffff;--text-main:#0f172a;--text-muted:#475569;--border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.6}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{font-weight:500;color:var(--text-main) !important;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--secondary) !important}section{padding:5rem 0;border-bottom:1px solid var(--border)}.bg-gradient-sport{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#ffffff}.section-title{position:relative;font-weight:800;letter-spacing:-0.5px;margin-bottom:2.5rem;color:var(--primary)}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:60px;height:4px;background:var(--secondary);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.card-custom{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}.hero-banner{padding:6rem 0;background:linear-gradient(135deg,rgba(0,40,104,0.95) 0%,rgba(0,99,65,0.9) 100%),radial-gradient(circle,rgba(218,41,28,0.4) 0%,transparent 80%);color:#ffffff;position:relative}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-meta-badge{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.25);padding:0.4rem 1rem;border-radius:50px;font-size:0.9rem;display:inline-block}.score-card{background:var(--bg-card);border-left:5px solid var(--accent);border-radius:var(--card-radius);padding:1.25rem}.score-status{font-size:0.8rem;font-weight:bold;text-transform:uppercase}.status-upcoming{color:var(--primary)}.status-tbd{color:var(--text-muted)}.timeline-container{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 6px);top:6px;width:12px;height:12px;border-radius:50%;background:var(--secondary);border:2px solid #fff}.group-header{background:var(--primary);color:#ffffff;font-weight:bold;padding:0.75rem 1rem;border-radius:8px 8px 0 0}.group-list{border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;background:#fff}.group-item{padding:0.75rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.group-item:last-child{border-bottom:none}.news-img-wrapper{position:relative;overflow:hidden;height:200px}.news-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.card-custom:hover .news-img-wrapper img{transform:scale(1.05)}.guide-box{background:#fff;border-radius:var(--card-radius);padding:2rem;height:100%}.accordion-button:not(.collapsed){background-color:rgba(0,40,104,0.05);color:var(--primary)}.table-responsive{background:#ffffff;border-radius:8px;border:1px solid var(--border)}@media (max-width:991.98px){section{padding:3.5rem 0}.hero-title{font-size:2rem}}