._chatContainer_amhbo_1{background-color:#fff;flex-direction:column;max-width:800px;height:100dvh;margin:0 auto;display:flex;position:relative}._header_amhbo_11{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1rem;display:flex}._headerContent_amhbo_20{flex-direction:column;gap:.25rem;display:flex}._header_amhbo_11 h1{color:#333;margin:0;font-size:1.5rem;font-weight:600}._disclaimer_amhbo_33{color:#6c757d;margin:0;font-size:.8rem;font-weight:400}._clearButton_amhbo_40{color:#fff;cursor:pointer;background-color:#dc3545;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}._clearButton_amhbo_40:hover:not(:disabled){background-color:#c82333}._clearButton_amhbo_40:disabled{cursor:not-allowed;background-color:#6c757d}._messagesContainer_amhbo_61{text-align:left;flex-direction:column;flex:1;gap:1rem;padding:1rem 1rem 100px;display:flex;overflow-y:auto}._emptyState_amhbo_72{color:#6c757d;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:1.1rem;display:flex}._emptyStateSubtext_amhbo_83{color:#adb5bd;margin-top:.5rem;font-size:.9rem}._message_amhbo_61{margin-bottom:1rem;display:flex}._userMessage_amhbo_94{justify-content:flex-end}._aiMessage_amhbo_98,._errorMessage_amhbo_102{justify-content:flex-start}._messageContent_amhbo_106{flex-direction:column;max-width:70%;display:flex}._messageText_amhbo_112{word-wrap:break-word;white-space:pre-wrap;text-align:left;border-radius:1rem;padding:.75rem 1rem;line-height:1.4}._userMessage_amhbo_94 ._messageText_amhbo_112{color:#fff;background-color:#007bff;border-bottom-right-radius:.25rem}._aiMessage_amhbo_98 ._messageText_amhbo_112{color:#333;background-color:#f8f9fa;border:1px solid #e9ecef;border-bottom-left-radius:.25rem}._errorMessage_amhbo_102 ._messageText_amhbo_112{color:#dc3545;background-color:#fff3f3;border:1px solid #f5c6cb;border-bottom-left-radius:.25rem}._markdownContent_amhbo_142{white-space:normal}._markdownContent_amhbo_142>:first-child{margin-top:0}._markdownContent_amhbo_142>:last-child{margin-bottom:0}._markdownContent_amhbo_142 p{margin:.5em 0}._markdownContent_amhbo_142 ul,._markdownContent_amhbo_142 ol{margin:.5em 0;padding-left:1.5em}._markdownContent_amhbo_142 li{margin:.25em 0}._markdownContent_amhbo_142 h1,._markdownContent_amhbo_142 h2,._markdownContent_amhbo_142 h3,._markdownContent_amhbo_142 h4,._markdownContent_amhbo_142 h5,._markdownContent_amhbo_142 h6{margin:.75em 0 .5em;line-height:1.3}._markdownContent_amhbo_142 blockquote{color:#6c757d;border-left:3px solid #ced4da;margin:.5em 0;padding:0 .75em}._markdownContent_amhbo_142 code{background-color:#0000000f;border-radius:.25rem;padding:.15em .4em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}._markdownContent_amhbo_142 pre{color:#f8f8f2;background-color:#282c34;border-radius:.5rem;margin:.5em 0;padding:.75em 1em;overflow-x:auto}._markdownContent_amhbo_142 pre code{color:inherit;background-color:#0000;padding:0}._markdownContent_amhbo_142 a{color:#007bff;word-break:break-all}._markdownContent_amhbo_142 table{border-collapse:collapse;width:100%;margin:.5em 0;display:block;overflow-x:auto}._markdownContent_amhbo_142 th,._markdownContent_amhbo_142 td{text-align:left;border:1px solid #dee2e6;padding:.4em .6em}._markdownContent_amhbo_142 hr{border:none;border-top:1px solid #dee2e6;margin:.75em 0}._messageTime_amhbo_234{color:#6c757d;margin-top:.25rem;padding:0 .5rem;font-size:.75rem}._userMessage_amhbo_94 ._messageTime_amhbo_234{text-align:right}._aiMessage_amhbo_98 ._messageTime_amhbo_234{text-align:left}._loadingIndicator_amhbo_249{justify-content:flex-start;margin-bottom:1rem;display:flex}._typingDots_amhbo_255{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:1rem 1rem 1rem .25rem;align-items:center;padding:.75rem 1rem;display:flex}._typingDots_amhbo_255 span{background-color:#6c757d;border-radius:50%;width:8px;height:8px;margin-right:4px;animation:1.4s ease-in-out infinite _typing_amhbo_255;display:inline-block}._typingDots_amhbo_255 span:first-child{animation-delay:-.32s}._typingDots_amhbo_255 span:nth-child(2){animation-delay:-.16s}._typingDots_amhbo_255 span:nth-child(3){margin-right:0}@keyframes _typing_amhbo_255{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}._inputContainer_amhbo_298{background-color:#fff;border-top:1px solid #e9ecef;width:100%;max-width:800px;padding:1rem;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -2px 10px #0000001a}._inputWrapper_amhbo_311{align-items:flex-end;gap:.5rem;display:flex}._messageInput_amhbo_317{resize:none;border:1px solid #ced4da;border-radius:.5rem;flex:1;min-height:44px;max-height:120px;padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.4;overflow-y:auto}._messageInput_amhbo_317:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}._messageInput_amhbo_317:disabled{cursor:not-allowed;background-color:#f8f9fa}._sendButton_amhbo_342{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:.5rem;height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}._sendButton_amhbo_342:hover:not(:disabled){background-color:#0056b3}._sendButton_amhbo_342:disabled{cursor:not-allowed;background-color:#6c757d}@media (width<=768px){._chatContainer_amhbo_1{height:100dvh}._header_amhbo_11{text-align:center;flex-direction:column;align-items:center;gap:.5rem}._headerContent_amhbo_20{text-align:center}._messageContent_amhbo_106{max-width:85%}._inputContainer_amhbo_298{max-width:none;padding:.75rem;left:0;transform:none}._header_amhbo_11{padding:.75rem}._messagesContainer_amhbo_61{padding:.75rem .75rem 120px}}@supports (-webkit-touch-callout:none){._chatContainer_amhbo_1{height:100dvh}._inputContainer_amhbo_298{bottom:env(keyboard-inset-height,0)}}._headerButtons_amhbo_415{gap:8px;display:flex}._shareButton_amhbo_421{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background-color .2s}._shareButton_amhbo_421:hover:not(:disabled){background:#0056b3}._shareButton_amhbo_421:disabled{cursor:not-allowed;background:#6c757d}._modalOverlay_amhbo_442{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_amhbo_442{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}._modalHeader_amhbo_467{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}._modalHeader_amhbo_467 h3{color:#333;margin:0;font-size:18px}._modalCloseButton_amhbo_481{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;display:flex}._modalCloseButton_amhbo_481:hover{color:#333}._modalContent_amhbo_500{padding:20px}._modalContent_amhbo_500 p{color:#666;margin:0 0 16px}._urlContainer_amhbo_510{gap:8px;margin-bottom:16px;display:flex}._urlInput_amhbo_516{background:#f8f9fa;border:1px solid #ddd;border-radius:4px;flex:1;padding:8px 12px;font-size:14px}._copyButton_amhbo_525{color:#fff;cursor:pointer;white-space:nowrap;background:#28a745;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background-color .2s}._copyButton_amhbo_525:hover:not(:disabled){background:#218838}._copyButton_amhbo_525:disabled{cursor:not-allowed;background:#6c757d}._copyButton_amhbo_525[data-copied=true]{background:#17a2b8}._errorText_amhbo_552{color:#dc3545;margin:8px 0 0;font-size:14px}.app{width:100%;height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#213547;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#app{text-align:center;width:100%;height:100vh;margin:0 auto;padding:0}@media (prefers-color-scheme:dark){:root{color:#ffffffde;background-color:#242424}}
