*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--bg2:#0a0a0a;--bg3:#111;--border:#1a1a1a;--border2:#222;--text:#ededed;--text2:#a1a1aa;--text3:#52525b;--accent:#fff;--green:#22c55e;--blue:#3b82f6;--purple:#8b5cf6;--orange:#f97316;--red:#ef4444;--radius:8px;--radius-lg:12px}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,textarea{font-family:inherit}::selection{background:hsla(0,0%,100%,.15)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}