:root{--bg:#080c14;--surface:#111826;--card:#1a2434;--overlay:#0d1520;--accent:#4d9eff;--success:#4caf82;--danger:#e0716b;--warning:#e6a94a;--text-1:#e8ecf2;--text-2:#9ba5b4;--text-3:#5a6472;--border:#2a3444;--border-2:#3a4454;--font-display:"DM Serif Display",Georgia,serif;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"DM Mono","Courier New",monospace;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--duration-instant:100ms;--duration-fast:150ms;--duration-base:200ms;--duration-slow:300ms;--duration-enter:400ms;--ease-default:cubic-bezier(0.2,0,0,1);--ease-enter:cubic-bezier(0,0,0.2,1);--ease-exit:cubic-bezier(0.4,0,1,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-1);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--text-3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-2)}::selection{background:rgba(77,158,255,.3);color:var(--text-1)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}