:root{--page-bg:#070b14;--surface:#101626;--surface-strong:#172037;--text-main:#f3f4f6;--text-muted:#9ca3af;--accent:#00f2fe;--accent-2:#ffd700;--border:#1e293b;--primary:#0d6efd;--success:#10b981;--danger:#ef4444}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}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--surface-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.text-accent{color:var(--accent)}.text-accent-2{color:var(--accent-2)}.bg-surface{background-color:var(--surface)}.bg-surface-strong{background-color:var(--surface-strong)}.border-color{border-color:var(--border) !important}h1,h2,h3,h4,h5,h6{color:#ffffff;font-weight:700}.custom-navbar{background-color:rgba(16,22,38,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1050}.custom-navbar .nav-link{color:var(--text-muted);font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:var(--accent)}.hero-section{padding:8rem 0 5rem;background:radial-gradient(circle at top right,rgba(0,242,254,0.15),transparent 60%),radial-gradient(circle at bottom left,rgba(255,215,0,0.08),transparent 50%);position:relative}.hero-img-container{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.5)}.hero-img-container::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(7,11,20,0.8),transparent)}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.3s ease,box-shadow 0.3s ease}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,242,254,0.1);border-color:var(--accent)}.live-ticker-wrap{overflow-x:auto;white-space:nowrap;padding:1rem 0;scrollbar-width:none}.live-ticker-wrap::-webkit-scrollbar{display:none}.ticker-card{display:inline-block;width:280px;background:var(--surface-strong);border-left:3px solid var(--accent);border-radius:8px;padding:1rem;margin-right:1rem;vertical-align:top}.custom-table{color:var(--text-main);margin-bottom:0}.custom-table th{background-color:var(--surface-strong);color:var(--accent);border-bottom:2px solid var(--border);font-weight:600}.custom-table td{background-color:var(--surface);border-bottom:1px solid var(--border);vertical-align:middle}.rule-timeline{border-left:2px solid var(--border);padding-left:1.5rem;position:relative}.rule-item{position:relative;margin-bottom:2rem}.rule-item::before{content:'';position:absolute;left:calc(-1.5rem - 7px);top:5px;width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent)}.custom-accordion .accordion-item{background-color:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.custom-accordion .accordion-button{background-color:var(--surface);color:#ffffff;font-weight:600;border:none;box-shadow:none}.custom-accordion .accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--accent)}.custom-accordion .accordion-button::after{filter:invert(1)}.custom-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);border-top:1px solid var(--border)}footer{background-color:#04060c;border-top:1px solid var(--border);padding:4rem 0 2rem}