:root{--primary-color:#0a2540;--accent-red:#da291c;--accent-green:#006847;--accent-blue:#002f6c;--text-dark:#1a1a1a;--text-muted:#5a6b82;--bg-light:#f4f6f9;--bg-white:#ffffff;--border-color:#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}.custom-navbar{background-color:rgba(255,255,255,0.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);box-shadow:0 2px 15px rgba(0,0,0,0.04);transition:var(--transition-smooth)}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:var(--primary-color) !important;font-weight:600;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link:hover{color:var(--accent-red) !important}.hero-section{padding:8rem 0 5rem;background:linear-gradient(135deg,#0a2540 0%,#002f6c 100%);color:var(--bg-white);position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-img-container{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-padding{padding:5rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--primary-color);position:relative;margin-bottom:2.5rem}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent-red);margin-top:0.75rem;border-radius:2px}.card-custom{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);transition:var(--transition-smooth);overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.06);border-color:rgba(10,37,64,0.15)}.schedule-badge{font-size:0.75rem;font-weight:700;padding:0.35rem 0.75rem;border-radius:20px;display:inline-block}.badge-upcoming{background-color:#e2e8f0;color:var(--text-dark)}.badge-live{background-color:rgba(218,41,28,0.1);color:var(--accent-red);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.team-flag-placeholder{width:32px;height:32px;background-color:var(--bg-light);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:var(--primary-color);border:1px solid var(--border-color)}.group-card{background:var(--bg-white);border-top:4px solid var(--primary-color)}.group-header{font-weight:700;background-color:var(--bg-light);padding:0.75rem 1rem;border-bottom:1px solid var(--border-color)}.guide-card-overlay{position:relative;border-radius:var(--card-radius);overflow:hidden}.guide-img-wrapper{position:relative;aspect-ratio:16/9}.guide-img-wrapper img{width:100%;height:100%;object-fit:cover}.faq-item{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-button{font-weight:600 !important;color:var(--primary-color) !important;background-color:var(--bg-white) !important;box-shadow:none !important;padding:1.25rem 1.5rem !important}.faq-button:not(.collapsed){background-color:var(--bg-light) !important;color:var(--accent-red) !important}.footer-custom{background-color:#051329;color:rgba(255,255,255,0.8);font-size:0.9rem;padding:4rem 0 2rem;border-top:4px solid var(--accent-red)}.footer-title{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}.footer-links a{color:rgba(255,255,255,0.65);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--bg-white);padding-left:5px}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.scroll-x-container::-webkit-scrollbar{height:6px}.scroll-x-container::-webkit-scrollbar-track{background:var(--bg-light)}.scroll-x-container::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}