:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f766e;--accent-2:#d97706;--border:#e2e8f0;--transition:all 0.3s ease}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)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-size:1.25rem;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;transition:var(--transition)}.navbar-custom .nav-link:hover{color:var(--accent-2) !important}section{padding:5rem 0}.bg-white-section{background-color:var(--surface);border-bottom:1px solid var(--border);border-top:1px solid var(--border)}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,0.02);height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;overflow:hidden;padding:6rem 0}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(15,118,110,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{color:#ffffff}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.badge-live{background-color:#ef4444;color:white;animation:pulse 1.5s infinite}.badge-upcoming{background-color:var(--accent);color:white}.badge-completed{background-color:var(--text-muted);color:white}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{width:100%;border-collapse:separate;border-spacing:0 8px}.table-custom tr{background-color:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,0.05)}.table-custom td,.table-custom th{padding:1rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:middle}.table-custom td:first-child,.table-custom th:first-child{border-left:1px solid var(--border);border-top-left-radius:8px;border-bottom-left-radius:8px}.table-custom td:last-child,.table-custom th:last-child{border-right:1px solid var(--border);border-top-right-radius:8px;border-bottom-right-radius:8px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.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)}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem}footer h5{color:#ffffff;margin-bottom:1.5rem}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent-2)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.text-accent{color:var(--accent)}.text-accent-2{color:var(--accent-2)}.bg-light-gray{background-color:#f8fafc}