*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f9fafb;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.chat-thread{position:relative;padding:4px 8px 12px}.chat-message{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;position:relative;z-index:1}.chat-message+.chat-message{margin-top:12px}.chat-message.user{justify-content:flex-end;gap:12px}.chat-message .chat-bubble{padding:16px 20px;border-radius:18px;max-width:min(640px,calc(100% - 24px));white-space:pre-wrap;line-height:1.55;font-size:15px;letter-spacing:.01em;box-shadow:0 18px 34px #0f172a12;border:1px solid rgba(15,23,42,.08);background:linear-gradient(135deg,#fff,#f8fafc);color:#111827}.chat-message.assistant .chat-bubble{border-color:#94a3b852}.chat-message.user .chat-bubble{background:linear-gradient(135deg,#2563eb,#1e3a8a);border:none;color:#fff;box-shadow:0 18px 36px #2563eb4d;max-width:min(560px,calc(100% - 24px))}@media (max-width: 640px){.chat-thread{padding-left:0;padding-right:0}.chat-message .chat-bubble{padding:14px 16px;max-width:calc(100% - 12px);font-size:14px}.chat-message.user .chat-bubble{max-width:calc(100% - 12px)}}
