@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#ffffff0a;--border:#ffffff1a;--text:#f0efe9;--text-2:#9b9a97;--text-3:#6b6a67;--accent:#4f46e5;--accent-2:#6366f1;--accent-glow:#4f46e559;--white:#fff;--r:8px;--r-lg:12px;--r-xl:16px;--r-2xl:24px}html{scroll-behavior:smooth}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.6}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
