*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}:root{--clr-bg: #070e1b;--clr-paper: #0e1d34;--clr-text-pri: #ffffff;--clr-text-sec: #e0e0e0;--clr-text-muted: #94a3b8;--clr-accent: #22d3ee;--clr-accent-dark: #0891b2;--clr-border: rgba(255, 255, 255, .1);--clr-border-accent: rgba(34, 211, 238, .3);--clr-surface: rgba(255, 255, 255, .05);--clr-surface-hover: rgba(255, 255, 255, .1);--clr-chip-bg: rgba(255, 255, 255, .08);--clr-chip-text: #ffffff;--clr-chip-border: rgba(255, 255, 255, .2);--clr-chip-hot-bg: rgba(34, 211, 238, .12);--clr-chip-hot-text: #22d3ee;--clr-chip-hot-border: rgba(34, 211, 238, .45);--clr-badge-bg: linear-gradient(135deg, rgba(34, 211, 238, .15) 0%, rgba(34, 211, 238, .05) 100%);--clr-badge-border: rgba(34, 211, 238, .3);--clr-badge-text: #67e8f9;--gradient-from: #ffffff;--gradient-to: #22d3ee;--clr-navbar-bg: linear-gradient(135deg, #0e1d34 0%, #0c2040 100%);--clr-navbar-border: rgba(255, 255, 255, .1);--clr-navbar-text: #ffffff;--clr-hero-bg: linear-gradient(135deg, #0e1d34 0%, #0c2040 50%, #0a1628 100%);--clr-hero-fg: #ffffff;--clr-hero-fg-sub: #94a3b8;--clr-hero-fg-dim: #b0b0b0;--clr-hero-divider: rgba(255, 255, 255, .1);--clr-hero-stat-divider: rgba(255, 255, 255, .15)}body.light-mode{--clr-bg: #f0f5ff;--clr-paper: #ffffff;--clr-text-pri: #0f172a;--clr-text-sec: #334155;--clr-text-muted: #64748b;--clr-accent: #0369a1;--clr-accent-dark: #0284c7;--clr-border: rgba(15, 23, 42, .1);--clr-border-accent: rgba(3, 105, 161, .3);--clr-surface: rgba(15, 23, 42, .03);--clr-surface-hover: rgba(15, 23, 42, .06);--clr-chip-bg: rgba(15, 23, 42, .06);--clr-chip-text: #1e293b;--clr-chip-border: rgba(15, 23, 42, .15);--clr-chip-hot-bg: rgba(3, 105, 161, .09);--clr-chip-hot-text: #0369a1;--clr-chip-hot-border: rgba(3, 105, 161, .35);--clr-badge-bg: linear-gradient(135deg, rgba(3, 105, 161, .1) 0%, rgba(3, 105, 161, .04) 100%);--clr-badge-border: rgba(3, 105, 161, .3);--clr-badge-text: #0369a1;--gradient-from: #0f172a;--gradient-to: #0369a1;--clr-navbar-bg: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);--clr-navbar-border: rgba(15, 23, 42, .1);--clr-navbar-text: #0f172a;--clr-hero-bg: linear-gradient(135deg, #f8faff 0%, #eff6ff 50%, #f0f5ff 100%);--clr-hero-fg: #0f172a;--clr-hero-fg-sub: #475569;--clr-hero-fg-dim: #64748b;--clr-hero-divider: rgba(15, 23, 42, .08);--clr-hero-stat-divider: rgba(15, 23, 42, .1)}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;background-color:var(--clr-bg);color:var(--clr-text-pri);transition:background-color .3s ease,color .3s ease}#root{height:100%;display:flex;flex-direction:column}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.gradient-heading{background:linear-gradient(135deg,var(--gradient-from) 0%,var(--gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes pulse{0%,to{opacity:.15}50%{opacity:.3}}
