:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0a2540;--text-main:#1a202c;--text-muted:#4a5568;--text-light:#f7fafc;--accent:#d9383a;--accent-green:#006847;--accent-blue:#002868;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;transition:color 0.2s ease}.nav-link:hover{color:var(--accent)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#10355a 100%);color:var(--text-light);padding:80px 0;border-bottom:5px solid var(--accent)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.3}.hero-img{border-radius:var(--card-radius);box-shadow:0 15px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-title{font-size:1.85rem;font-weight:700;position:relative;padding-bottom:12px;margin-bottom:30px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent);border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.2s ease,box-shadow 0.2s ease;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.score-ticker-container{background:#ffffff;border-bottom:1px solid var(--border);padding:10px 0}.score-item{border-right:1px solid var(--border);padding:0 15px;min-width:180px}.score-item:last-child{border-right:none}.table-responsive{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.table{margin-bottom:0}.table th{background-color:var(--surface-strong);color:var(--text-light);border-none:none}.group-card{border-top:4px solid var(--accent-blue)}.group-card:nth-child(even){border-top-color:var(--accent-green)}.group-header{background:var(--page-bg);font-weight:bold;padding:10px;text-align:center}.accordion-button:not(.collapsed){background-color:#f0f4f8;color:var(--surface-strong)}footer{background-color:var(--surface-strong);color:var(--text-light);padding:60px 0 20px 0}footer a{color:#a0aec0;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--text-light)}.accent-text{color:var(--accent)}.badge-live{background-color:var(--accent);animation:blinker 1.5s linear infinite}@keyframes blinker{50%{opacity:0.5}}