@tailwind base;@tailwind components;@tailwind utilities;:root{scroll-behavior:smooth}body{margin:0;padding:0;background-color:#0d1a2d;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}.chat-scrollbar::-webkit-scrollbar{width:4px}.chat-scrollbar::-webkit-scrollbar-track{background:transparent}.chat-scrollbar::-webkit-scrollbar-thumb{background:#c19a5b33;border-radius:10px}.voice-button-pulse{box-shadow:0 0 #c19a5bb3;animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 15px #c19a5b00}to{box-shadow:0 0 #c19a5b00}}
