:root{--background:#07070b;--surface:#0e0e15;--surface-2:#12121c;--foreground:#f4f4f8;--muted:#9a9aab;--accent:#ff3d6e;--accent-strong:#ff5c84;--border:rgba(255,255,255,0.1);--border-strong:rgba(255,255,255,0.22)}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark;background:var(--background)}body{min-height:100vh;color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(60rem 40rem at 85% -10%,rgba(255,61,110,.16),transparent 60%),radial-gradient(50rem 38rem at -10% 10%,rgba(96,84,230,.14),transparent 60%),var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::selection{background:var(--accent);color:#0b0b12}