:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1f2937;--text-muted:#6b7280;--accent:#00a86b;--accent-2:#d81b60;--border:#e5e7eb;--primary-grad:linear-gradient(135deg,#0a1931 0%,#15305b 100%);--accent-grad:linear-gradient(135deg,#00a86b 0%,#00c897 100%)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;letter-spacing:0.5px;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover{color:var(--accent)}.hero-section{background:var(--primary-grad);color:#ffffff;padding:6rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(0,168,107,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background-color:var(--accent);color:#ffffff;padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block}.section-padding{padding:5rem 0}.section-title{position:relative;padding-bottom:1rem;margin-bottom:3rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--accent-grad);border-radius:2px}.section-title.text-center::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.schedule-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#e0f2fe;color:#0369a1}.badge-live{background-color:#fef2f2;color:#b91c1c;animation:pulse 2s infinite}.badge-ended{background-color:#f3f4f6;color:#4b5563}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-header{background:var(--primary-grad);color:#ffffff;font-weight:600;padding:0.75rem;text-align:center}.group-table th{font-weight:600;font-size:0.85rem;color:var(--text-muted)}.group-table td{vertical-align:middle;font-size:0.9rem}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-question{font-weight:600;font-size:1.1rem;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{margin-top:0.75rem;color:var(--text-muted);line-height:1.6}.guide-box{background:var(--surface-strong);color:#ffffff;border-radius:12px;padding:2.5rem}.site-footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;border-top:5px solid var(--accent-2)}.site-footer a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:var(--accent)}.table-responsive{-webkit-overflow-scrolling:touch}