*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{color:#111827;background-color:#f3f4f6;line-height:1.5}.container{flex-direction:column;max-width:32rem;height:100vh;margin:0 auto;padding:1rem;display:flex}.chat-card{background-color:#fff;border-radius:.75rem;flex-direction:column;height:100%;max-height:100vh;display:flex;overflow:hidden;box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}.chat-header{color:#fff;text-align:center;background-color:#ff3d03;border-radius:.75rem .75rem 0 0;padding:.75rem 1rem;box-shadow:0 1px 2px #0000001a}.chat-header h1{margin:0;font-size:1.125rem;font-weight:600}.messages-container{background-color:#f9fafb;flex-direction:column;flex:1;min-height:0;display:flex}.messages-list{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.message-bubble{gap:.75rem;max-width:85%;display:flex}.message-bubble.bot{align-self:flex-start}.message-bubble.user{flex-direction:row-reverse;align-self:flex-end}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:600;display:flex}.avatar.bot{color:#fff;background-color:#ff3d03}.avatar.user{color:#fff;background-color:#374151}.message-content{border-radius:.5rem;max-width:100%;padding:.75rem}.message-content.bot{color:#1f2937;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem .5rem .5rem .125rem;box-shadow:0 1px 2px #0000000d}.message-content.user{color:#fff;background-color:#111827;border-radius:.5rem .5rem .125rem}.message-text{word-wrap:break-word;font-size:.875rem;line-height:1.4}.message-time{opacity:.7;margin-top:.25rem;font-size:.75rem}.chat-input{background-color:#fff;border-top:1px solid #e5e7eb;border-radius:0 0 .75rem .75rem;gap:.5rem;padding:1rem;display:flex}.input-field{border:1px solid #d1d5db;border-radius:.375rem;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.input-field:focus{border-color:#ff3d03;box-shadow:0 0 0 1px #ff3d03}.send-button{color:#fff;cursor:pointer;background-color:#ff3d03;border:none;border-radius:.375rem;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.send-button:hover:not(:disabled){background-color:#ff3d03e6}.send-button:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;color:#6b7280;justify-content:center;align-items:center;height:100%;display:flex}.empty-state-icon{color:#fff;background-color:#ff3d03;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.loading-indicator{align-self:flex-start;gap:.75rem;max-width:85%;display:flex}.typing-animation{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem .5rem .5rem .125rem;gap:.25rem;padding:.75rem;display:flex;box-shadow:0 1px 2px #0000000d}.typing-dot{background-color:#9ca3af;border-radius:50%;width:.5rem;height:.5rem;animation:.6s infinite bounce}.typing-dot:nth-child(2){animation-delay:.1s}.typing-dot:nth-child(3){animation-delay:.2s}@keyframes bounce{0%,60%,to{transform:initial}30%{transform:translateY(-.5rem)}}.modal-overlay{z-index:50;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:.5rem;width:100%;max-width:28rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a}.modal-title{color:#ff3d03;text-align:center;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.modal-subtitle{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.form-field{margin-bottom:1rem}.form-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.form-input:focus{border-color:#ff3d03;box-shadow:0 0 0 1px #ff3d03}.form-input.error{border-color:#ef4444}.form-error{color:#ef4444;margin-top:.25rem;font-size:.75rem}.form-button{color:#fff;cursor:pointer;background-color:#ff3d03;border:none;border-radius:.375rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.form-button:hover:not(:disabled){background-color:#ff3d03e6}.form-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:640px){.container{height:100vh;padding:0}.chat-card{border-radius:0;height:100vh}.chat-header,.chat-input{border-radius:0}}.dev-indicator{color:#92400e;text-align:center;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.375rem;margin-bottom:.5rem;padding:.5rem;font-size:.875rem}.initial-loading{background-color:#f3f4f6;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loading-dots{gap:.5rem;margin-bottom:1rem;display:flex}.loading-dot{background-color:#ff3d03;border-radius:50%;width:.75rem;height:.75rem;animation:.6s infinite bounce}.loading-dot:nth-child(2){animation-delay:.1s}.loading-dot:nth-child(3){animation-delay:.2s}.loading-text{color:#6b7280;font-size:.875rem}
