*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}body,html{height:100%}body{-webkit-font-smoothing:antialiased;line-height:1.5}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#root{height:100%;isolation:isolate}body{background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem}.App{display:flex;flex-direction:column;height:100vh}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.message-bubble{animation:fadeIn .3s ease-in-out;display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:639px){.message-bubble{gap:.5rem}}.message-bubble.user{flex-direction:row-reverse}.message-bubble.user .message-content{background-color:#708090;border-radius:.75rem .75rem .375rem .75rem;color:#fff}.message-bubble.user .user-avatar{background-color:#b2beb5;color:#fff}.message-bubble.bot .message-content{background-color:#f1f5f9;border-radius:.75rem .75rem .75rem .375rem;color:#1e293b}.message-bubble.bot.error .message-content{background-color:#fef2f2;border:1px solid #fca5a5;color:#ef4444}.message-bubble.bot.typing .message-content{background-color:#e2e8f0}.message-content{border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;max-width:70%;padding:1rem 1.5rem}@media(max-width:639px){.message-content{max-width:80%;padding:.5rem 1rem}}.message-text{word-wrap:break-word;line-height:1.5}.message-text .typing-cursor{animation:blink 1s infinite;font-weight:700}.message-timestamp{font-size:.75rem;margin-top:.25rem;opacity:.7;text-align:right}.user .message-timestamp{text-align:left}.message-avatar{align-items:center;background-color:#e2e8f0;border-radius:50%;display:flex;flex-shrink:0;font-size:1.125rem;height:40px;justify-content:center;width:40px}@media(max-width:639px){.message-avatar{font-size:1rem;height:32px;width:32px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.typing-indicator{margin-bottom:1rem}.typing-dots{display:flex;gap:4px;padding:.5rem 0}.dot{animation:typing 1.4s infinite;background-color:#94a3b8;border-radius:50%;height:8px;width:8px}.dot:first-child{animation-delay:0ms}.dot:nth-child(2){animation-delay:.16s}.dot:nth-child(3){animation-delay:.32s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.message-list{height:100%;overflow-y:auto}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:.375rem}.message-list::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:.375rem}.message-list::-webkit-scrollbar-thumb:hover{background:#64748b}.message-list.empty{align-items:center;display:flex;height:100%;justify-content:center}.messages-container{display:flex;flex-direction:column;gap:1rem;min-height:100%;padding:1.5rem}@media(max-width:639px){.messages-container{gap:.5rem;padding:1rem}}.welcome-message{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:2rem auto;max-width:500px;padding:2rem;text-align:center}@media(max-width:639px){.welcome-message{margin:1.5rem auto;padding:1.5rem}}.welcome-message h3{color:#1e293b;font-size:1.25rem;margin-bottom:1rem}.welcome-message p{color:#64748b;line-height:1.6;margin-bottom:1rem}.welcome-message ul{color:#64748b;margin:1rem 0;text-align:left}.welcome-message ul li{margin-bottom:.25rem}.message-input{width:100%}.input-container{align-items:flex-end;background-color:#fff;border:1px solid #cbd5e1;border-radius:.75rem;display:flex;gap:1rem;padding:.5rem;position:relative;transition:border-color .15s ease}.input-container:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-container textarea{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:1rem;line-height:1.5;max-height:120px;min-height:44px;outline:none;overflow-y:auto;padding:.5rem;resize:none}.input-container textarea::-webkit-scrollbar{width:6px}.input-container textarea::-webkit-scrollbar-track{background:#e2e8f0;border-radius:.375rem}.input-container textarea::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:.375rem}.input-container textarea::-webkit-scrollbar-thumb:hover{background:#64748b}.input-container textarea::placeholder{color:#94a3b8}.input-container textarea:disabled{opacity:.6}.send-button{align-items:center;border:none;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease}.send-button:disabled{cursor:not-allowed;opacity:.6}.send-button{background-color:#2563eb;color:#fff}.send-button:hover:not(:disabled){background-color:#1d4ed8}.send-button{border-radius:.5rem;flex-shrink:0;font-size:1.125rem;height:44px;min-width:44px;padding:1rem}.send-button:disabled{background-color:#e2e8f0;color:#94a3b8}.input-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.input-hint{color:#94a3b8;font-size:.75rem;margin-top:.5rem;text-align:center}.session-controls{align-items:center;background-color:#f8fafc;border-radius:.5rem;display:flex;font-size:.875rem;justify-content:space-between;padding:1rem}@media(max-width:639px){.session-controls{align-items:center;flex-direction:column;gap:.5rem}}.session-info{color:#64748b}.session-info .session-id{background-color:#e2e8f0;border-radius:.375rem;font-family:monospace;font-size:.75rem;padding:.25rem .5rem}.clear-button{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease}.clear-button:disabled{cursor:not-allowed;opacity:.6}.clear-button{background-color:#0000;border:1px solid #cbd5e1;color:#64748b}.clear-button:hover:not(:disabled){background-color:#f8fafc}.clear-button{font-size:.875rem;gap:.25rem}.clear-button:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.confirm-actions{align-items:center;display:flex;gap:.5rem;justify-content:center}.confirm-actions .confirm-text{color:#64748b;font-size:.875rem;margin-right:.25rem}.confirm-actions .confirm-no,.confirm-actions .confirm-yes{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease}.confirm-actions .confirm-no:disabled,.confirm-actions .confirm-yes:disabled{cursor:not-allowed;opacity:.6}.confirm-actions .confirm-no,.confirm-actions .confirm-yes{border-radius:.375rem;font-size:1.125rem;height:32px;padding:0;width:32px}.confirm-actions .confirm-yes{background-color:#10b981;color:#fff}.confirm-actions .confirm-yes:hover:not(:disabled){background-color:#0c8a60}.confirm-actions .confirm-no{background-color:#ef4444;color:#fff}.confirm-actions .confirm-no:hover:not(:disabled){background-color:#eb1515}.error-boundary{align-items:center;background-color:#f8fafc;display:flex;height:100vh;justify-content:center;padding:2rem}.error-content{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:500px;padding:3rem;text-align:center}.error-content h2{color:#ef4444;font-size:1.5rem;margin-bottom:1.5rem}.error-content p{color:#64748b;line-height:1.6;margin-bottom:2rem}.reload-button{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease}.reload-button:disabled{cursor:not-allowed;opacity:.6}.reload-button{background-color:#2563eb;color:#fff}.reload-button:hover:not(:disabled){background-color:#1d4ed8}.reload-button{padding:1rem 2rem}.chat-container{background-color:#fff;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:1200px}@media(max-width:639px){.chat-container{height:100vh;max-width:100%}}.chat-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem;text-align:center}@media(max-width:639px){.chat-header{padding:1rem}}.chat-header h1{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media(max-width:639px){.chat-header h1{font-size:1.25rem}}.chat-header p{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.chat-main{flex:1 1;overflow:hidden;position:relative}.chat-footer{background-color:#fff;border-top:1px solid #e2e8f0;padding:1.5rem}@media(max-width:639px){.chat-footer{padding:1rem}}.error-banner{background-color:#fef2f2;border:1px solid #fca5a5;border-radius:.5rem;font-size:.875rem;justify-content:space-between;margin:1rem;padding:1rem}.error-banner,.error-banner .error-close{align-items:center;color:#ef4444;display:flex}.error-banner .error-close{background:none;border:none;border-radius:.375rem;cursor:pointer;font-size:1.125rem;height:24px;justify-content:center;padding:0;width:24px}.error-banner .error-close:hover{background-color:#ef44441a}.App{background-color:#f8fafc;min-height:100vh}@media(max-width:639px){.App{height:100vh;min-height:100vh;overflow:hidden}}
/*# sourceMappingURL=main.7a2f5597.css.map*/