@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#030712;--foreground:#f9fafb}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground)}.vera-chat::-webkit-scrollbar{width:4px}.vera-chat::-webkit-scrollbar-track{background:transparent}.vera-chat::-webkit-scrollbar-thumb{background:#374151;border-radius:2px}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.3}}.recording-pulse{animation:pulse-red 1s ease-in-out infinite}