@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#0a0a0f;--surface:#12121a;--border:#1e1e2e}body{background-color:var(--bg);color:#f1f0f7;font-family:Inter,system-ui,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2d2d3d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3d3d5a}.nav-active{background:#1e1040;color:#a78bfa;border-left:3px solid #7c3aed}.bubble-in{background:#1e1e2e;border-radius:0 12px 12px 12px}.bubble-out{background:#1e1040;border-radius:12px 0 12px 12px}.bubble-ai{border:1px solid #7c3aed33}