:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--primary:#0284c7;--primary-hover:#0369a1;--accent:#ef4444;--accent-green:#22c55e;--accent-gold:#eab308;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-hover)}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:var(--transition);overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 12px 20px rgba(15,23,42,0.08)}.custom-navbar{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary);position:sticky;top:0;z-index:1050;transition:var(--transition)}.custom-navbar .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.custom-navbar .navbar-brand img{max-height:45px;object-fit:contain}.custom-navbar .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem;transition:var(--transition)}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:#ffffff;text-shadow:0 0 8px rgba(255,255,255,0.5)}.hero-section{background:radial-gradient(circle at 10% 20%,rgba(15,23,42,0.98) 0%,rgba(30,41,59,0.9) 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden;border-bottom:4px solid var(--primary)}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(2,132,199,0.1) 0%,rgba(239,68,68,0.05) 100%);z-index:1}.hero-container{position:relative;z-index:2}.hero-title h1{font-size:2.5rem;line-height:1.3;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.5)}@media (min-width:992px){.hero-title h1{font-size:3.5rem}}.hero-img-wrapper img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.4);border:3px solid rgba(255,255,255,0.1)}.badge-live{background-color:var(--accent);animation:pulse-live 1.5s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-custom table{min-width:600px}.section-header{margin-bottom:40px;text-align:center;position:relative}.section-header h2{font-size:2.25rem;display:inline-block;padding-bottom:12px;position:relative}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 100%);border-radius:2px}.schedule-item{border-left:4px solid var(--primary);background:var(--surface);transition:var(--transition)}.schedule-item:hover{border-left-color:var(--accent)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--primary)}footer{background-color:var(--surface-strong);color:#94a3b8;border-top:4px solid var(--accent)}footer h5{color:#ffffff}footer .footer-links a{color:#94a3b8;transition:var(--transition)}footer .footer-links a:hover{color:#ffffff;padding-left:4px}