:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a192f;--primary:#0284c7;--accent:#10b981;--accent-gold:#f59e0b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--border-hover:#cbd5e1}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(--primary);text-decoration:none;transition:color 0.25s ease}a:hover{color:var(--accent)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin-left:1.2rem;transition:color 0.2s}.navbar-custom .nav-link:hover{color:var(--accent-gold)}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#0f172a 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-img-container{border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.section-title{position:relative;font-weight:700;margin-bottom:2rem;padding-bottom:0.75rem;color:var(--text-main)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--primary);border-radius:2px}.section-title-light{color:var(--text-light)}.section-title-light::after{background:var(--accent-gold)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--border-hover)}.status-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:30px}.badge-live{background-color:#ef4444;color:#ffffff;animation:pulse 2s infinite}.badge-scheduled{background-color:#3b82f6;color:#ffffff}.badge-finished{background-color:#64748b;color:#ffffff}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.custom-table{margin-bottom:0}.custom-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.custom-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.group-header{font-size:1.2rem;font-weight:700;border-bottom:2px solid var(--primary);padding-bottom:0.5rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--primary);box-shadow:none}.bg-dark-section{background-color:var(--surface-strong);color:var(--text-light);padding:4.5rem 0}.footer-custom{background-color:#030712;color:#9ca3af;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom a{color:#d1d5db}.footer-custom a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem;margin-top:2rem}.timeline-container{position:relative;padding-left:2rem;border-left:3px solid var(--primary)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 8px);top:6px;width:14px;height:14px;border-radius:50%;background:var(--accent-gold);border:3px solid var(--surface-strong)}.nav-tabs-custom{border-bottom:2px solid var(--border)}.nav-tabs-custom .nav-link{border:none;color:var(--text-muted);font-weight:600;padding:0.75rem 1.25rem}.nav-tabs-custom .nav-link.active{color:var(--primary);border-bottom:3px solid var(--primary);background:transparent}@media (max-width:768px){.hero-section{padding:3rem 0}.navbar-custom .nav-link{margin-left:0;padding:0.5rem 0}}