:root{--page-bg:#0b0f19;--surface:#161f30;--surface-strong:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#ff2a5f;--accent-gradient:linear-gradient(135deg,#ff2a5f 0%,#ff7e40 100%);--blue-accent:#00bcd4;--border:#2d3748;--card-radius:12px}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}a{color:var(--blue-accent);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--accent)}.custom-navbar{background:rgba(11,15,25,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);z-index:1050}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-main) !important;font-weight:500;margin:0 5px;border-radius:6px;transition:all 0.3s}.nav-link:hover,.nav-link.active{background:var(--accent-gradient);color:#fff !important}.hero-section{padding:120px 0 60px 0;background:radial-gradient(circle at top right,rgba(255,42,95,0.15),transparent 60%),radial-gradient(circle at bottom left,rgba(0,188,212,0.15),transparent 60%)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;background:linear-gradient(to right,#ffffff,#ff7e40,#ff2a5f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.5);border:1px solid var(--border)}.ticker-wrap{background:var(--surface-strong);border-y:1px solid var(--border);overflow-x:auto;white-space:nowrap;padding:12px 0}.ticker-item{display:inline-block;padding:0 20px;border-right:1px solid var(--border)}.section-title{position:relative;font-weight:800;padding-bottom:12px;margin-bottom:30px;color:#fff}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--accent-gradient);border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(255,42,95,0.15)}.table-custom{color:var(--text-main);margin-bottom:0}.table-custom th{background-color:var(--surface-strong);color:var(--text-muted);border-bottom:2px solid var(--border)}.table-custom td{background-color:var(--surface);border-bottom:1px solid var(--border);vertical-align:middle}.accordion-item-custom{background:var(--surface) !important;border:1px solid var(--border) !important;margin-bottom:10px;border-radius:var(--card-radius) !important;overflow:hidden}.accordion-button-custom{background:var(--surface) !important;color:var(--text-main) !important;font-weight:600;box-shadow:none !important}.accordion-button-custom:not(.collapsed){background:var(--surface-strong) !important;color:var(--accent) !important}.accordion-body-custom{background:var(--surface);color:var(--text-muted)}.footer-top{background:var(--surface-strong);border-top:3px solid var(--accent);padding:60px 0 30px 0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}