:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#00b4d8;--accent-2:#ff4757;--border:#e2e8f0;--primary:#0d6efd;--primary-rgb:13,110,253}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;overflow-x:hidden;line-height:1.6}.site-header{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#172a45 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden;border-bottom:5px solid var(--accent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;border:4px solid rgba(255,255,255,0.1)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.live-ticker{background:var(--surface-strong);color:var(--text-light);padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-card{background:rgba(255,255,255,0.05);border-left:3px solid var(--accent);border-radius:6px;padding:10px 15px;min-width:260px;margin-right:15px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{width:100%;border-collapse:collapse;background:var(--surface);border-radius:12px;overflow:hidden}.table-custom th{background:#f1f5f9;color:var(--text-main);font-weight:600;padding:14px;text-align:left}.table-custom td{padding:14px;border-bottom:1px solid var(--border);color:var(--text-main)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-header{background:var(--surface-strong);color:var(--text-light);padding:12px 16px;font-weight:700;font-size:1.1rem}.btn-accent{background-color:var(--accent);color:#ffffff;font-weight:600;border:none;padding:10px 24px;border-radius:8px;transition:background-color 0.2s}.btn-accent:hover{background-color:#0096b4;color:#ffffff}.accordion-button:not(.collapsed){background-color:rgba(var(--primary-rgb),0.1);color:var(--primary)}.site-footer{background:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 30px;border-top:5px solid var(--accent)}.site-footer h5{color:var(--text-light);font-weight:700;margin-bottom:20px}.site-footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:var(--accent)}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}}