:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-2:#da1e28;--accent-3:#f1c40f;--border:#e2e8f0;--border-hover:#cbd5e1;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.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);transition:all 0.3s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);border-color:var(--border-hover)}header{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.nav-link:hover{color:var(--accent)}#hero{background:linear-gradient(135deg,#0a1128 0%,#1c2d5a 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}#hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(15,98,254,0.15) 0%,transparent 50%);pointer-events:none}#hero h1{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}#hero p{font-size:1.125rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}#scores-ticker{background:var(--surface-strong);color:#ffffff;padding:12px 0;border-bottom:3px solid var(--accent)}.ticker-item{border-right:1px solid rgba(255,255,255,0.15);padding:0 20px;min-width:220px}.ticker-item:last-child{border-right:none}.group-card{border-top:4px solid var(--accent)}.group-header{background:rgba(15,98,254,0.05);font-weight:bold;text-align:center;padding:10px;border-bottom:1px solid var(--border)}.info-img{border-radius:12px;width:100%;height:auto;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,0.15)}.accordion-button:not(.collapsed){background-color:rgba(15,98,254,0.08);color:var(--accent)}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:60px 0 30px;border-top:5px solid var(--accent-2)}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}@media (max-width:991.98px){#hero h1{font-size:2.25rem}.ticker-container{display:flex;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.ticker-item{flex:0 0 auto}}