:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#ef4444;--accent-3:#f59e0b;--border:#e2e8f0;--shadow-sm:0 2px 4px rgba(0,0,0,0.02);--shadow-md:0 4px 12px rgba(0,0,0,0.05);--shadow-lg:0 10px 25px rgba(10,17,40,0.08)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);transition:transform 0.25s ease,box-shadow 0.25s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.navbar-custom{background-color:var(--surface-strong);padding:15px 0;box-shadow:var(--shadow-md)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;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;transition:color 0.2s;padding:8px 16px}.navbar-custom .nav-link:hover{color:var(--accent-3)}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#102a43 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.8);margin-bottom:30px;max-width:650px}.hero-image{border-radius:14px;box-shadow:var(--shadow-lg);border:3px solid rgba(255,255,255,0.1)}.status-bar{background:var(--surface);border-bottom:2px solid var(--accent);padding:15px 0;margin-bottom:40px;box-shadow:var(--shadow-sm)}.status-item{display:flex;align-items:center;justify-content:center;gap:12px;font-weight:600;font-size:0.95rem;border-right:1px solid var(--border)}.status-item:last-child{border-right:none}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);margin-bottom:30px;position:relative;display:inline-block}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid var(--border);background:var(--surface)}.schedule-row{border-bottom:1px solid var(--border);padding:15px 20px;display:flex;align-items:center;flex-wrap:wrap;transition:background 0.2s}.schedule-row:last-child{border-bottom:none}.schedule-row:hover{background-color:rgba(2,132,199,0.03)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-header{background:var(--surface-strong);color:#ffffff;padding:12px 20px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-list{padding:15px 20px;margin:0;list-style:none}.group-list li{padding:10px 0;border-bottom:1px dashed var(--border);display:flex;justify-content:space-between;align-items:center}.group-list li:last-child{border-bottom:none}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:12px !important;margin-bottom:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);padding:20px}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--accent);box-shadow:none}.accordion-custom .accordion-body{background-color:var(--surface);color:var(--text-muted);line-height:1.7;padding:20px}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 20px;font-size:0.95rem}footer a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent-3)}@media (max-width:991.98px){.hero-section{padding:50px 0;text-align:center}.hero-title{font-size:2.2rem}.hero-desc{margin-left:auto;margin-right:auto}.status-item{border-right:none;border-bottom:1px solid var(--border);padding:10px 0}.status-item:last-child{border-bottom:none}}