:root{--primary:#0052cc;--primary-rgb:0,82,204;--secondary:#e01e37;--secondary-rgb:224,30,55;--accent:#059669;--bg-main:#f4f6fa;--bg-card:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--hero-overlay:rgba(15,23,42,0.85)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.6}.navbar-brand img{height:40px;object-fit:contain}.header-nav{box-shadow:0 2px 15px rgba(0,0,0,0.05);background-color:#ffffff !important}.hero-section{position:relative;background-color:#0f172a;color:#ffffff;overflow:hidden;padding:80px 0;border-bottom:5px solid var(--secondary)}.hero-img-container{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-container img{width:100%;height:auto;object-fit:cover}.section-title{font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:1.5rem;position:relative;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary);border-radius:2px}.card-custom{background-color:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all 0.3s ease;overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.badge-live{background-color:var(--secondary);color:#ffffff;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.score-card{background:linear-gradient(135deg,#ffffff,#f1f5f9);border-left:5px solid var(--primary)}.group-table th{background-color:var(--primary);color:#ffffff}.group-card{border-top:4px solid var(--primary)}.stadium-img{height:200px;object-fit:cover;width:100%}.faq-item{background-color:#ffffff;border-radius:8px;border:1px solid var(--border);margin-bottom:12px}.faq-button{font-weight:600;color:var(--text-main);text-align:left;width:100%;padding:15px 20px;background:none;border:none;display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}.faq-body{padding:0 20px 15px 20px;color:var(--text-muted)}.footer-dark{background-color:#0f172a;color:#94a3b8;padding:60px 0 30px 0;font-size:0.9rem}.footer-dark h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-dark a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-dark a:hover{color:#ffffff}.table-responsive{margin-bottom:0}.team-flag{width:30px;height:20px;object-fit:cover;border-radius:2px;margin-right:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.nav-link{font-weight:600;color:var(--text-main) !important}.nav-link:hover{color:var(--primary) !important}.match-status{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.guide-box{background-color:#fff;border-radius:12px;padding:24px;border-top:4px solid var(--accent)}