:root{--primary:#0052cc;--primary-hover:#0041a8;--secondary:#00a86b;--dark:#0f172a;--light-bg:#f8fafc;--surface:#ffffff;--border:#e2e8f0;--text-main:#1e293b;--text-muted:#64748b;--accent:#ff4757;--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--light-bg);color:var(--text-main);line-height:1.6}.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:var(--transition)}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:var(--dark);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary);position:sticky;top:0;z-index:1030}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:8px}.navbar-custom .navbar-brand img{height:38px;width:auto}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--secondary) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,82,204,0.15) 0%,rgba(0,0,0,0) 70%);border-radius:50%}.hero-img{border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.ticker-wrapper{background:#1e293b;padding:12px 0;border-bottom:1px solid #334155;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.ticker-container{display:inline-flex;gap:16px;padding:0 15px}.ticker-item{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:8px 16px;display:inline-flex;align-items:center;gap:12px;color:#f8fafc}.ticker-item .status{font-size:0.75rem;padding:2px 6px;border-radius:4px;background:#475569}.ticker-item .status.live{background:var(--accent);animation:pulse 1.5s infinite}.section-header{margin-bottom:40px;text-align:center}.section-header h2{font-weight:800;color:var(--dark);position:relative;display:inline-block;padding-bottom:12px}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--primary);border-radius:2px}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;background-color:var(--surface);border:1px solid var(--border)}.group-card{border-top:4px solid var(--primary)}.group-card.accent-green{border-top-color:var(--secondary)}.footer-custom{background-color:var(--dark);color:#94a3b8;padding:60px 0 30px;font-size:0.95rem}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:var(--secondary)}.footer-border{border-top:1px solid #334155;margin-top:40px;padding-top:20px}.accordion-button:not(.collapsed){background-color:rgba(0,82,204,0.05);color:var(--primary)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}