:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#b91c1c;--border:#e2e8f0;--primary-rgb:2,132,199}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}a{color:var(--accent);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent-2)}.navbar{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px}.nav-link:hover{color:#ffffff !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:4.5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(2,132,199,0.15) 0%,transparent 70%);pointer-events:none}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-section h1 span{color:var(--accent)}.section-title{font-weight:800;font-size:2rem;margin-bottom:1.5rem;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.card-custom{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:all 0.3s ease;height:100%}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.table-responsive{border-radius:12px;border:1px solid var(--border);background:var(--surface);overflow:hidden}.table{margin-bottom:0}.table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.table td{vertical-align:middle;color:var(--text-main)}.badge-status{padding:0.4em 0.8em;border-radius:50px;font-size:0.8rem;font-weight:600}.badge-upcoming{background-color:#e0f2fe;color:#0369a1}.badge-live{background-color:#fee2e2;color:#991b1b;animation:pulse-live 2s infinite}.badge-finished{background-color:#f1f5f9;color:#475569}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.timeline-container{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 6px);top:6px;width:10px;height:10px;border-radius:50%;background-color:var(--accent);border:2px solid var(--surface)}.accordion-item-custom{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.8rem;overflow:hidden}.accordion-button-custom{background:var(--surface);color:var(--text-main);font-weight:600;padding:1.2rem;border:none;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.accordion-button-custom:not(.collapsed){background:#f0f9ff;color:var(--accent)}.accordion-body-custom{padding:1.2rem;border-top:1px solid var(--border);color:var(--text-muted);background:#fafbfc}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:5px solid var(--accent-2)}.footer-section h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-section a{color:#94a3b8}.footer-section a:hover{color:#ffffff}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-section img{margin-top:2rem}}