:root{--primary-color:#0d2c54;--primary-accent:#c1121f;--secondary-accent:#669bbc;--accent-green:#38b000;--light-bg:#f8f9fa;--dark-bg:#0b132b;--card-border:#e9ecef;--text-dark:#1d2d44;--text-light:#ffffff;--text-muted:#6c757d}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:#ffffff;overflow-x:hidden;line-height:1.6}.custom-card{border:1px solid var(--card-border);border-radius:12px;background-color:#ffffff;box-shadow:0 4px 15px rgba(0,0,0,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover{color:var(--text-light);background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:linear-gradient(135deg,#0d2c54 0%,#1d2d44 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(193,18,31,0.15) 0%,transparent 60%);pointer-events:none}.hero-badge{background-color:var(--primary-accent);color:var(--text-light);padding:6px 16px;border-radius:30px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;letter-spacing:1px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:650px}.hero-img-container img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);width:100%;height:auto;object-fit:cover}.stats-strip{background-color:var(--light-bg);border-bottom:1px solid var(--card-border);padding:1.5rem 0}.stat-item{text-align:center;border-right:1px solid rgba(0,0,0,0.08)}.stat-item:last-child{border-right:none}.stat-num{font-size:1.8rem;font-weight:700;color:var(--primary-accent)}.stat-label{font-size:0.875rem;color:var(--text-muted);margin-bottom:0}.section-padding{padding:4.5rem 0}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-weight:800;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:45px;height:4px;background-color:var(--primary-accent);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.score-box{background:#ffffff;border:1px solid var(--card-border);border-radius:12px;padding:1.25rem;text-align:center}.score-status{font-size:0.75rem;font-weight:600;background:rgba(0,0,0,0.05);padding:3px 10px;border-radius:12px;display:inline-block;margin-bottom:1rem}.score-status.live{background:rgba(56,176,0,0.1);color:var(--accent-green)}.team-flag-name{display:flex;flex-direction:column;align-items:center;width:35%}.team-name{font-weight:600;font-size:0.95rem;margin-top:0.5rem}.score-nums{font-size:1.6rem;font-weight:800;color:var(--primary-color);display:flex;align-items:center;justify-content:center;width:30%}.group-card{border:1px solid var(--card-border);border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.02)}.group-header{background-color:var(--primary-color);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;text-align:center}.group-table{margin-bottom:0;font-size:0.875rem}.group-table th{background-color:#f1f3f5;color:var(--text-dark);font-weight:600}.guide-box{background-color:var(--light-bg);border-radius:12px;padding:2rem;height:100%}.guide-box h4{font-weight:700;color:var(--primary-color);margin-bottom:1.25rem;display:flex;align-items:center;gap:10px}.accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.05);color:var(--primary-color);box-shadow:none}.accordion-button{font-weight:600;color:var(--text-dark)}.footer-custom{background-color:var(--dark-bg);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--primary-accent)}.footer-custom a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.2s ease}.footer-custom a:hover{color:var(--text-light)}.footer-title{color:var(--text-light);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:768px){.hero-title{font-size:2.1rem}.section-padding{padding:3rem 0}.stat-item{border-right:none;border-bottom:1px solid rgba(0,0,0,0.08);padding-bottom:1rem;margin-bottom:1rem}.stat-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.table-responsive{overflow-x:auto}}