@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#141416;--background-secondary:#1c1c1f;--background-elevated:#252529;--foreground:#ececec;--foreground-secondary:#c4c4cc;--foreground-muted:#7a7a8a;--accent:#d4845a;--accent-hover:#c0714a;--accent-foreground:#fff;--border:#2a2a30;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:Geist,Inter,system-ui,sans-serif;overflow-x:hidden}
