:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0d1e3d;--text-main:#1e293b;--text-muted:#64748b;--accent:#0052cc;--accent-2:#e02424;--border:#e2e8f0;--accent-rgb:0,82,204}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}section{padding:70px 0;border-bottom:1px solid var(--border)}.section-title{position:relative;margin-bottom:40px;font-weight:800;color:var(--surface-strong)}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent);margin-top:10px;border-radius:2px}header{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand{font-weight:800;color:#ffffff !important;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:600;font-size:0.95rem;transition:color 0.3s ease;margin:0 5px}.nav-link:hover,.nav-link.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background-color:var(--surface-strong);color:#ffffff;padding:90px 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(0,82,204,0.25) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-desc{color:rgba(255,255,255,0.85);font-size:1.15rem;margin-bottom:30px}.hero-image{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto}.hero-badge{background-color:var(--accent-2);color:#ffffff;padding:6px 16px;border-radius:30px;font-size:0.85rem;font-weight:700;display:inline-block;margin-bottom:20px;text-transform:uppercase}.live-ticker-container{background-color:#0b1528;border-bottom:4px solid var(--accent);padding:15px 0}.ticker-card{background-color:rgba(255,255,255,0.05);border-radius:8px;padding:12px 18px;min-width:260px;border-left:3px solid var(--accent-2);color:#ffffff}.ticker-status{font-size:0.75rem;color:var(--accent-2);font-weight:700;text-transform:uppercase}.schedule-table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.schedule-table td{vertical-align:middle;font-size:0.95rem;border-bottom:1px solid var(--border)}.table-container{border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05);background:var(--surface)}.group-card{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:0 4px 10px rgba(0,0,0,0.03);overflow:hidden;transition:transform 0.3s ease}.group-card:hover{transform:translateY(-5px)}.group-header{background-color:var(--accent);color:#ffffff;font-weight:700;padding:12px;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-list-item{display:flex;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);font-size:0.95rem}.group-list-item:last-child{border-bottom:none}.info-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;transition:all 0.3s ease}.info-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.08)}.info-card-body{padding:24px}.info-card-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px;display:flex;align-items:center;gap:15px}.info-card-title{font-size:1.2rem;font-weight:700;color:var(--surface-strong);margin-bottom:12px;line-height:1.4}.info-card-desc{color:var(--text-muted);font-size:0.9rem;margin-bottom:0}.accent-block{background-color:var(--surface);border-left:5px solid var(--accent);padding:25px;border-radius:0 10px 10px 0;box-shadow:0 4px 12px rgba(0,0,0,0.02)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:10px;margin-bottom:15px;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(var(--accent-rgb),0.05);color:var(--accent)}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:60px 0 30px;font-size:0.9rem;border-top:5px solid var(--accent-2)}footer h5{color:#ffffff;font-weight:700;margin-bottom:20px}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:#ffffff}.footer-divider{border-color:rgba(255,255,255,0.1);margin:30px 0}@media (max-width:768px){.hero-title{font-size:2rem}section{padding:45px 0}.navbar-collapse{background-color:var(--surface-strong);padding:15px;border-radius:8px;margin-top:10px}}