:root{--primary-color:#0d2c54;--secondary-color:#c1121f;--accent-color:#ffb703;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--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,"Noto Sans",sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;font-size:1.4rem;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:var(--transition-smooth)}.navbar-custom .nav-link:hover{color:var(--accent-color)}.navbar-custom .btn-nav{background-color:var(--secondary-color);color:#ffffff;border-radius:20px;padding:0.5rem 1.2rem;font-weight:600;transition:var(--transition-smooth)}.navbar-custom .btn-nav:hover{background-color:#9b0c16;color:#ffffff}.hero-section{background:linear-gradient(135deg,#0d2c54 0%,#1b4965 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-badge{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:var(--accent-color);padding:0.4rem 1rem;border-radius:50px;font-weight:600;display:inline-block;margin-bottom:1.5rem}.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}.hero-img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-header{margin-bottom:3rem;text-align:center}.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;width:60%;height:4px;background-color:var(--secondary-color);bottom:0;left:20%;border-radius:2px}.custom-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(13,44,84,0.08)}.schedule-table th{background-color:var(--primary-color);color:#ffffff;font-weight:600}.badge-status{font-size:0.8rem;padding:0.35rem 0.65rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.status-finished{background-color:#dcfce7;color:#15803d}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-box{border-top:4px solid var(--primary-color)}.group-box-header{background-color:#edf2f7;font-weight:700;color:var(--primary-color)}.guide-icon{font-size:2.5rem;color:var(--secondary-color);margin-bottom:1rem}.footer-section{background-color:var(--primary-color);color:#ffffff;padding:4rem 0 2rem 0}.footer-section a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-section a:hover{color:var(--accent-color)}.footer-divider{border-top:1px solid rgba(255,255,255,0.1);margin:2rem 0}.accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.05);color:var(--primary-color)}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch}