:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1c2434;--text-muted:#626e82;--accent:#0d6efd;--accent-hover:#0b5ed7;--accent-red:#e63946;--accent-gold:#ffb703;--border:#dee2e6;--radius-sm:6px;--radius-md:12px;--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}.navbar{background-color:rgba(10,17,40,0.96) !important;backdrop-filter:blur(10px);border-bottom:2px solid var(--accent-red);padding:0.8rem 1rem}.navbar-brand img{max-height:40px}.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-gold) !important}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#1c3166 100%);color:#ffffff;padding:6rem 0 4rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title{font-size:2.8rem;line-height:1.2;font-weight:800;background:linear-gradient(45deg,#ffffff,#ffb703);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--radius-md);box-shadow:0 15px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-header{margin-bottom:2.5rem;border-left:5px solid var(--accent-red);padding-left:1rem}.section-title{font-size:2rem;margin-bottom:0.5rem;text-transform:uppercase}.section-subtitle{color:var(--text-muted);font-size:1rem}.content-section{padding:4.5rem 0}.bg-white-section{background-color:var(--surface)}.data-table-wrapper{background:var(--surface);border-radius:var(--radius-md);box-shadow:0 4px 12px rgba(0,0,0,0.05);overflow-x:auto;margin-bottom:1.5rem}.data-table{width:100%;margin-bottom:0;vertical-align:middle}.data-table th{background-color:#0a1128;color:#ffffff;padding:1rem;font-weight:600;border:none;white-space:nowrap}.data-table td{padding:1rem;border-bottom:1px solid var(--border);color:var(--text-main)}.data-table tbody tr:hover{background-color:rgba(13,110,253,0.05)}.score-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:0 4px 15px rgba(0,0,0,0.04);border:1px solid var(--border);transition:var(--transition);overflow:hidden}.score-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.08);border-color:var(--accent)}.score-header{background-color:#f8f9fa;border-bottom:1px solid var(--border);padding:0.75rem 1.25rem;font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.score-body{padding:1.5rem}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.team-row:last-child{margin-bottom:0}.team-name{font-weight:600;font-size:1.05rem;display:flex;align-items:center;gap:10px}.team-flag-placeholder{width:28px;height:18px;background:#e2e8f0;border:1px solid #cbd5e1;display:inline-block;border-radius:2px;text-align:center;font-size:8px;line-height:16px;color:#475569}.score-number{font-size:1.4rem;font-weight:700;color:var(--surface-strong)}.group-card{background:var(--surface);border-radius:var(--radius-md);border-top:4px solid var(--accent);box-shadow:0 4px 10px rgba(0,0,0,0.04);margin-bottom:1.5rem}.group-card.accent-red{border-top-color:var(--accent-red)}.group-card.accent-gold{border-top-color:var(--accent-gold)}.group-header{background:#0a1128;color:#ffffff;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.info-card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden;height:100%;transition:var(--transition)}.info-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.06);transform:translateY(-3px)}.info-card-img{width:100%;height:200px;object-fit:cover}.info-card-body{padding:1.25rem}.info-card-title{font-size:1.15rem;margin-bottom:0.75rem;font-weight:700}.info-card-text{color:var(--text-muted);font-size:0.9rem;line-height:1.5}.accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.08);color:var(--accent);box-shadow:none}.accordion-button{font-weight:600;color:var(--surface-strong)}.accordion-item{border-radius:var(--radius-md) !important;overflow:hidden;border:1px solid var(--border);margin-bottom:1rem}.timeline{border-left:3px solid var(--accent);padding-left:20px;margin-left:10px}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-27px;top:5px;background:var(--accent-red);width:12px;height:12px;border-radius:50%}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 0 2rem 0;border-top:4px solid var(--accent-red)}footer h5{color:#ffffff;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent-gold)}footer .border-top{border-color:rgba(255,255,255,0.1) !important}.badge-live{background-color:var(--accent-red);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:5rem 0 3rem 0}.content-section{padding:3rem 0}}