:root{
  --bg:#FAFBFC; --bg2:#F0F3F6; --surface:#FFFFFF; --surface2:#F6F8FA;
  --line:rgba(14,26,54,0.11); --line2:rgba(14,26,54,0.19);
  --fg:#0D1526; --fg2:#4E5C70; --fg3:#7A8798;
  --accent:#1E3C87; --accent-2:#A3232A; --ink:#FFFFFF;
  --glow:rgba(30,60,135,0.14); --shadow:0 20px 50px rgba(14,26,54,.10); --stripe:rgba(14,26,54,0.05);
}
:root[data-theme="dark"]{
  --bg:#080B12; --bg2:#0C111A; --surface:#101725; --surface2:#151E2E;
  --line:rgba(255,255,255,0.10); --line2:rgba(255,255,255,0.18);
  --fg:#E9EEF5; --fg2:#98A6BC; --fg3:#6C7A91;
  --accent:#5C8AE6; --accent-2:#E2626A; --ink:#06101F;
  --glow:rgba(92,138,230,0.20); --shadow:0 24px 60px rgba(0,0,0,.5); --stripe:rgba(255,255,255,0.05);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:"IBM Plex Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease;text-wrap:pretty}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-2)}
h1,h2,h3,h4{font-family:"Space Grotesk","IBM Plex Sans",sans-serif;margin:0;letter-spacing:-0.02em}
p{margin:0}
input,textarea,button,select{font:inherit;color:inherit}
@keyframes dfPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}
