:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0d1b2a;--text-main:#1e293b;--text-muted:#64748b;--accent:#00b4d8;--accent-hover:#0077b6;--accent-2:#2ec4b6;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.section-padding{padding:80px 0}.bg-white-card{background-color:var(--surface);border-radius:12px;padding:30px;box-shadow:var(--card-shadow);border:1px solid var(--border);height:100%}.section-title{position:relative;font-weight:800;margin-bottom:40px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:50px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.badge-custom{background-color:rgba(0,180,216,0.1);color:var(--accent-hover);font-weight:600;padding:6px 12px;border-radius:30px;font-size:0.85rem}header{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0d1b2a 0%,#1b263b 100%);color:#ffffff;padding:100px 0 120px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(0,180,216,0.15) 0%,transparent 70%)}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:30px}.timeline-container{position:relative}.timeline-item{position:relative;padding-left:30px;margin-bottom:30px;border-left:2px solid var(--border)}.timeline-item::before{content:'';position:absolute;left:-7px;top:5px;width:12px;height:12px;border-radius:50%;background-color:var(--accent);border:2px solid var(--surface)}.score-card{border:1px solid var(--border);border-radius:12px;transition:var(--transition)}.score-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.team-flag{width:32px;height:32px;border-radius:50%;object-fit:cover;background-color:#f1f5f9}.group-table th{background-color:var(--surface-strong);color:#ffffff}.group-table td{vertical-align:middle}.news-card img{height:200px;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:60px 0 20px}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-padding{padding:60px 0}}