@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#09090f;--surface:#14141d;--surface2:#1c1c27;--border:#ffffff17;--border-hover:#ffffff2e;--amber:#f59e0b;--amber-dim:#f59e0b26;--amber-border:#f59e0b4d;--green:#10b981;--red:#ef4444;--blue:#3b82f6;--purple:#8b5cf6;--text-primary:#f1f5f9;--text-secondary:#b8c7dc;--text-muted:#6b7e96}html,body{height:100%}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:3px}
