._chatContainer_1ebtb_1{background-color:#fff;flex-direction:column;max-width:800px;height:100dvh;margin:0 auto;display:flex;position:relative}._header_1ebtb_11{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1rem;display:flex}._headerContent_1ebtb_20{flex-direction:column;gap:.25rem;display:flex}._header_1ebtb_11 h1{color:#333;margin:0;font-size:1.5rem;font-weight:600}._disclaimer_1ebtb_33{color:#6c757d;margin:0;font-size:.8rem;font-weight:400}._clearButton_1ebtb_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_1ebtb_40:hover:not(:disabled){background-color:#c82333}._clearButton_1ebtb_40:disabled{cursor:not-allowed;background-color:#6c757d}._messagesContainer_1ebtb_61{text-align:left;flex-direction:column;flex:1;gap:1rem;padding:1rem 1rem 100px;display:flex;overflow-y:auto}._emptyState_1ebtb_72{color:#6c757d;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:1.1rem;display:flex}._emptyStateSubtext_1ebtb_83{color:#adb5bd;margin-top:.5rem;font-size:.9rem}._message_1ebtb_61{margin-bottom:1rem;display:flex}._userMessage_1ebtb_94{justify-content:flex-end}._aiMessage_1ebtb_98,._errorMessage_1ebtb_102{justify-content:flex-start}._messageContent_1ebtb_106{flex-direction:column;max-width:70%;display:flex}._messageText_1ebtb_112{word-wrap:break-word;white-space:pre-wrap;text-align:left;border-radius:1rem;padding:.75rem 1rem;line-height:1.4}._userMessage_1ebtb_94 ._messageText_1ebtb_112{color:#fff;background-color:#007bff;border-bottom-right-radius:.25rem}._aiMessage_1ebtb_98 ._messageText_1ebtb_112{color:#333;background-color:#f8f9fa;border:1px solid #e9ecef;border-bottom-left-radius:.25rem}._errorMessage_1ebtb_102 ._messageText_1ebtb_112{color:#dc3545;background-color:#fff3f3;border:1px solid #f5c6cb;border-bottom-left-radius:.25rem}._messageTime_1ebtb_141{color:#6c757d;margin-top:.25rem;padding:0 .5rem;font-size:.75rem}._userMessage_1ebtb_94 ._messageTime_1ebtb_141{text-align:right}._aiMessage_1ebtb_98 ._messageTime_1ebtb_141{text-align:left}._loadingIndicator_1ebtb_156{justify-content:flex-start;margin-bottom:1rem;display:flex}._typingDots_1ebtb_162{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:1rem 1rem 1rem .25rem;align-items:center;padding:.75rem 1rem;display:flex}._typingDots_1ebtb_162 span{background-color:#6c757d;border-radius:50%;width:8px;height:8px;margin-right:4px;animation:1.4s ease-in-out infinite _typing_1ebtb_162;display:inline-block}._typingDots_1ebtb_162 span:first-child{animation-delay:-.32s}._typingDots_1ebtb_162 span:nth-child(2){animation-delay:-.16s}._typingDots_1ebtb_162 span:nth-child(3){margin-right:0}@keyframes _typing_1ebtb_162{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}._inputContainer_1ebtb_205{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_1ebtb_218{align-items:flex-end;gap:.5rem;display:flex}._messageInput_1ebtb_224{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_1ebtb_224:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}._messageInput_1ebtb_224:disabled{cursor:not-allowed;background-color:#f8f9fa}._sendButton_1ebtb_249{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_1ebtb_249:hover:not(:disabled){background-color:#0056b3}._sendButton_1ebtb_249:disabled{cursor:not-allowed;background-color:#6c757d}@media (width<=768px){._chatContainer_1ebtb_1{height:100dvh}._header_1ebtb_11{text-align:center;flex-direction:column;align-items:center;gap:.5rem}._headerContent_1ebtb_20{text-align:center}._messageContent_1ebtb_106{max-width:85%}._inputContainer_1ebtb_205{max-width:none;padding:.75rem;left:0;transform:none}._header_1ebtb_11{padding:.75rem}._messagesContainer_1ebtb_61{padding:.75rem .75rem 120px}}@supports (-webkit-touch-callout:none){._chatContainer_1ebtb_1{height:100dvh}._inputContainer_1ebtb_205{bottom:env(keyboard-inset-height,0)}}._headerButtons_1ebtb_322{gap:8px;display:flex}._shareButton_1ebtb_328{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background-color .2s}._shareButton_1ebtb_328:hover:not(:disabled){background:#0056b3}._shareButton_1ebtb_328:disabled{cursor:not-allowed;background:#6c757d}._modalOverlay_1ebtb_349{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_1ebtb_349{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}._modalHeader_1ebtb_374{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}._modalHeader_1ebtb_374 h3{color:#333;margin:0;font-size:18px}._modalCloseButton_1ebtb_388{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_1ebtb_388:hover{color:#333}._modalContent_1ebtb_407{padding:20px}._modalContent_1ebtb_407 p{color:#666;margin:0 0 16px}._urlContainer_1ebtb_417{gap:8px;margin-bottom:16px;display:flex}._urlInput_1ebtb_423{background:#f8f9fa;border:1px solid #ddd;border-radius:4px;flex:1;padding:8px 12px;font-size:14px}._copyButton_1ebtb_432{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_1ebtb_432:hover:not(:disabled){background:#218838}._copyButton_1ebtb_432:disabled{cursor:not-allowed;background:#6c757d}._copyButton_1ebtb_432:has-text("✓ コピー完了"){background:#17a2b8}._errorText_1ebtb_459{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}}
