:root{--background:#030712;--foreground:#f9fafb}body{background:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-bubble-user{background:#1e40af;border-radius:1rem 1rem .25rem}.chat-bubble-assistant{background:#1f2937;border-radius:1rem 1rem 1rem .25rem}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:1}}.typing-dot{animation:1.4s ease-in-out infinite pulse-dot}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}
