:root{--bg:#0a0b14;--surface:#11121c;--border:hsla(0,0%,100%,.06);--text:#e2e4f0;--text2:#7a7d94;--accent:#6366f1;--accent2:#818cf8;--green:#10b981}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input{font-family:inherit}a,button,input{transition:all .2s ease}