:root{--primary-color:#004b87;--secondary-color:#da291c;--accent-color:#006847;--gold-color:#d4af37;--dark-bg:#0b132b;--light-bg:#f4f7f6;--card-bg:#ffffff;--text-main:#1c2541;--text-muted:#5c677d;--border-color:#e2e8f0;--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-bg);line-height:1.6;overflow-x:hidden}.site-header{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-color);position:sticky;top:0;z-index:1030;box-shadow:0 4px 20px rgba(0,0,0,0.05)}.navbar-brand img{height:45px;width:auto;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:600;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--secondary-color) !important}.hero-section{background:linear-gradient(135deg,rgba(11,19,43,0.95) 30%,rgba(0,75,135,0.85) 100%);color:#ffffff;padding:5rem 0;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%);z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.8rem;font-weight:850;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-title span{color:var(--gold-color)}.hero-badge{background:var(--secondary-color);color:#fff;padding:0.5rem 1.2rem;border-radius:50px;display:inline-block;font-weight:bold;font-size:0.9rem;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(218,41,28,0.4)}.hero-img{border-radius:var(--border-radius);box-shadow:0 15px 35px rgba(0,0,0,0.3);border:3px solid rgba(255,255,255,0.1);max-width:100%;height:auto}.live-ticker-section{background:#111e3f;color:#fff;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-card{background:rgba(255,255,255,0.05);border-radius:8px;padding:0.75rem 1.25rem;margin-right:1rem;display:flex;align-items:center;justify-content:space-between;min-width:280px;border:1px solid rgba(255,255,255,0.1)}.ticker-status{font-size:0.75rem;text-transform:uppercase;padding:0.2rem 0.5rem;border-radius:4px;font-weight:bold}.status-upcoming{background-color:var(--primary-color)}.status-live{background-color:var(--secondary-color);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.section-padding{padding:4.5rem 0}.section-title{position:relative;margin-bottom:2.5rem;font-weight:800;color:var(--text-main)}.section-title::after{content:"";position:absolute;left:0;bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.custom-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:rgba(0,75,135,0.2)}.schedule-row{border-bottom:1px solid var(--border-color);padding:1rem 0;transition:background 0.2s}.schedule-row:hover{background-color:rgba(0,75,135,0.02)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:#fff;border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:0 2px 8px rgba(0,0,0,0.02)}.group-header{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;padding:0.75rem 1.25rem;font-weight:bold;font-size:1.1rem;border-top-left-radius:11px;border-top-right-radius:11px}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 1.25rem;font-size:0.9rem}.group-table tbody tr:not(:last-child){border-bottom:1px dashed var(--border-color)}.accordion-item{border-radius:var(--border-radius) !important;margin-bottom:1rem;border:1px solid var(--border-color);overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(0,75,135,0.05);color:var(--primary-color);box-shadow:none}.accordion-button{font-weight:700;padding:1.2rem}.guide-box{background:#fff;border-radius:var(--border-radius);padding:2rem;height:100%;border:1px solid var(--border-color)}.site-footer{background:#0b132b;color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;border-top:5px solid var(--secondary-color)}.site-footer h5{color:#fff;font-weight:700;margin-bottom:1.5rem}.footer-link{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.3s}.footer-link:hover{color:#fff}.mobile-scroll-x{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:10px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--light-bg)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}