:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#ef4444;--accent-gold:#f59e0b;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .nav-link{color:#f8fafc !important;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:80px 0;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--page-bg),transparent)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.table-responsive-custom{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.timeline-item{position:relative;padding-left:30px;border-left:2px solid var(--accent);margin-bottom:25px}.timeline-item::before{content:'';position:absolute;left:-7px;top:5px;width:12px;height:12px;background-color:var(--accent-gold);border:2px solid var(--surface);border-radius:50%}.ticker-badge{font-size:0.75rem;padding:4px 8px;border-radius:20px;font-weight:bold}.ticker-live{background-color:var(--accent-2);color:white;animation:pulse 1.5s infinite}.ticker-upcoming{background-color:var(--accent);color:white}@keyframes pulse{0%{opacity:0.8}50%{opacity:1}100%{opacity:0.8}}.accordion-item-custom{border:1px solid var(--border) !important;border-radius:var(--card-radius) !important;margin-bottom:12px;overflow:hidden;background-color:var(--surface)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--accent-gold)}