:root{--primary-color:#0d5c75;--primary-dark:#063947;--secondary-color:#c8102e;--accent-color:#009639;--bg-light:#f4f7f6;--bg-white:#ffffff;--text-dark:#1a252c;--text-muted:#5a6b7c;--border-light:#e2e8f0;--card-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-dark);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{display:flex;align-items:center;color:var(--bg-white);font-weight:700;font-size:1.4rem}.navbar-custom .navbar-brand img{max-height:40px;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--bg-white);background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:var(--bg-white);padding:4.5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:radial-gradient(circle,rgba(200,16,46,0.15) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;opacity:0.9;margin-bottom:2rem;max-width:600px}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 15px 35px rgba(0,0,0,0.3);border:3px solid rgba(255,255,255,0.1);transition:var(--transition-smooth)}.hero-img-container img:hover{transform:translateY(-5px)}.custom-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:var(--transition-smooth);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.section-header{margin-bottom:2rem;position:relative;padding-bottom:0.75rem}.section-header h2{font-weight:700;color:var(--primary-dark);font-size:1.8rem;margin-bottom:0.5rem}.section-header::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background:linear-gradient(90deg,var(--secondary-color),var(--accent-color));border-radius:2px}.score-ticker{background-color:var(--bg-white);border-bottom:1px solid var(--border-light);padding:0.75rem 0}.ticker-item{border-right:1px solid var(--border-light);padding:0 1.5rem;min-width:240px;display:inline-block}.ticker-item:last-child{border-right:none}.ticker-status{font-size:0.75rem;font-weight:600;padding:2px 8px;border-radius:10px;display:inline-block;margin-bottom:0.25rem}.status-upcoming{background:#e2e8f0;color:#4a5568}.status-live{background:#fee2e2;color:var(--secondary-color);animation:pulse 2s infinite}.status-ended{background:#d1fae5;color:var(--accent-color)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.schedule-table th{background-color:var(--primary-dark) !important;color:var(--bg-white) !important;font-weight:600;border:none}.schedule-table td{vertical-align:middle;border-bottom:1px solid var(--border-light)}.group-card{background-color:var(--bg-white);border-top:4px solid var(--primary-color)}.group-header{background-color:rgba(13,92,117,0.05);font-weight:700;color:var(--primary-dark);padding:0.75rem 1rem}.team-badge-card{padding:1.5rem;text-align:center}.team-flag{font-size:2.5rem;margin-bottom:0.75rem;display:block}.news-img{height:180px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:rgba(13,92,117,0.08);color:var(--primary-dark);box-shadow:none}footer{background-color:var(--primary-dark);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:var(--bg-white);font-weight:600;margin-bottom:1.25rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--bg-white);padding-left:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem}@media (max-width:991px){.hero-title{font-size:2.2rem}.hero-img-container{margin-top:2rem}.ticker-item{min-width:200px;padding:0 1rem}}