:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-2:#da1e28;--gold:#f1c40f;--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;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4{font-weight:700;color:var(--surface-strong)}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--gold) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#172a45 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section h1{color:#ffffff;font-size:2.8rem;line-height:1.2;margin-bottom:20px}.hero-section p{color:rgba(255,255,255,0.8);font-size:1.1rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:30px;display:inline-block;margin-bottom:20px;color:var(--gold);font-weight:600}.hero-stats{background:rgba(255,255,255,0.05);border-radius:var(--card-radius);padding:20px;border:1px solid rgba(255,255,255,0.1)}section{padding:70px 0;border-bottom:1px solid var(--border)}.section-title{position:relative;margin-bottom:40px;padding-bottom:15px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.score-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.05);border:1px solid var(--border);transition:transform 0.3s}.score-card:hover{transform:translateY(-4px)}.team-flag{width:48px;height:32px;object-fit:cover;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.group-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.group-header{background:var(--accent);color:#ffffff;font-weight:700;padding:12px 20px}.card-custom{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;transition:all 0.3s ease}.card-custom:hover{box-shadow:0 10px 20px rgba(0,0,0,0.08)}.card-custom img{transition:transform 0.5s}.card-custom:hover img{transform:scale(1.05)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:10px;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(15,98,254,0.08);color:var(--accent)}.table-responsive{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border)}footer{background:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 30px;font-size:0.95rem}footer h5{color:#ffffff;margin-bottom:20px}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--gold)}