:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0d1e36;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}header{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:#ffffff !important;text-shadow:0 0 8px rgba(255,255,255,0.5)}.hero-section{background:linear-gradient(135deg,#0d1e36 0%,#1e3a8a 100%);color:#ffffff;padding:4rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem}.hero-badge{background-color:var(--accent-red);color:#white;font-size:0.85rem;font-weight:700;padding:0.35rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem;text-transform:uppercase}.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.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.status-badge{font-size:0.75rem;font-weight:bold;padding:0.25rem 0.6rem;border-radius:4px}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.status-ended{background-color:#d1fae5;color:#065f46}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-container{border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.table th{background-color:#f1f5f9;color:#334155;font-weight:600}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:0.5rem;font-size:0.95rem}@media (max-width:768px){.hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}}