:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1e293b;--text-muted:#64748b;--accent:#1565c0;--accent-2:#d32f2f;--accent-light:#e3f2fd;--border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color 0.2s ease-in-out}a:hover{color:var(--accent-2)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{font-weight:500;color:var(--text-main)}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#15305b 100%);color:#ffffff;padding:80px 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(21,101,192,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-meta span{background:rgba(255,255,255,0.1);padding:6px 16px;border-radius:30px;font-size:0.9rem;margin-right:10px;margin-bottom:10px;display:inline-block}.status-bar{background:var(--surface-strong);color:#ffffff;border-radius:var(--card-radius);margin-top:-40px;position:relative;z-index:10;padding:20px;box-shadow:0 10px 25px -5px rgba(0,0,0,0.2)}.status-item{border-right:1px solid rgba(255,255,255,0.1)}.status-item:last-child{border-right:none}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius)}.group-header{background:var(--accent);color:#ffffff;font-weight:bold;padding:10px 15px;border-top-left-radius:11px;border-top-right-radius:11px;text-align:center}.schedule-list .schedule-item{border-bottom:1px solid var(--border);padding:15px 0}.schedule-list .schedule-item:last-child{border-bottom:none}.table-responsive{border-radius:var(--card-radius);border:1px solid var(--border)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:12px}.faq-button{width:100%;text-align:left;padding:18px;background:none;border:none;font-weight:600;color:var(--text-main);display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}.faq-body{padding:0 18px 18px;color:var(--text-muted)}footer{background:var(--surface-strong);color:rgba(255,255,255,0.75);padding:60px 0 30px;font-size:0.9rem}footer a{color:rgba(255,255,255,0.85)}footer a:hover{color:#ffffff}footer h5{color:#ffffff;font-weight:600}@media (max-width:991.98px){.hero-section{padding:60px 0;text-align:center}.status-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:15px;margin-bottom:15px}.status-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}