:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;background:transparent;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html{background:transparent}#root{position:fixed;bottom:0;right:0;background:transparent}.text-chatbot{position:fixed;z-index:9999;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:transparent!important}.phrase-popup{position:fixed;bottom:100px;right:20px;z-index:9998;max-width:350px;min-width:280px;animation:slideInUp .3s ease-out}.phrase-popup-content{background:#fff;color:#333;padding:16px 20px;border-radius:12px;box-shadow:0 8px 32px #9c760f40;position:relative;border:2px solid #9C760F}.phrase-popup-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#9c760f;font-size:24px;font-weight:700;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1;padding:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.phrase-popup-close:hover{background-color:#9c760f26;transform:scale(1.1)}.phrase-popup-close:active{transform:scale(.95)}.phrase-popup-text{margin:0;padding-right:16px;font-size:14px;line-height:1.4;font-weight:500;color:#333}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.phrase-popup{right:10px;left:10px;max-width:none;bottom:80px}.phrase-popup-text{font-size:13px}}.text-chatbot.bottom-left+.phrase-popup{right:auto;left:20px}.text-chatbot.top-right+.phrase-popup{bottom:auto;top:100px}.text-chatbot.top-left+.phrase-popup{bottom:auto;top:100px;right:auto;left:20px}.text-chatbot.chat-closed{background:transparent!important;width:auto!important;height:auto!important}.text-chatbot.chat-open{background:transparent!important;width:auto!important;height:auto!important;pointer-events:none}.text-chatbot.chat-open .chat-window,.text-chatbot.chat-open .chat-toggle-button{pointer-events:auto}.text-chatbot.bottom-right{right:20px;bottom:20px}.text-chatbot.bottom-left{left:20px;bottom:20px}.text-chatbot.top-right{right:20px;top:20px}.text-chatbot.top-left{left:20px;top:20px}.chat-toggle-button{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #9c760f40;transition:all .3s ease;position:relative;overflow:hidden}.text-chatbot.light .chat-toggle-button{background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff}.chat-toggle-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #9c760f59}.chat-toggle-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);transform:rotate(45deg) translate(-100%);animation:shine 4s ease-in-out infinite}.chat-toggle-button{animation:gentle-pulse 3s ease-in-out infinite}.chat-toggle-button.with-image{padding:0;border:3px solid #9C760F}.chat-toggle-image{width:100%;height:100%;object-fit:cover;border-radius:50%}@keyframes shine{0%{transform:rotate(45deg) translate(-100%)}to{transform:rotate(45deg) translate(100%)}}@keyframes gentle-pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #9c760f40}50%{transform:scale(1.08);box-shadow:0 6px 24px #9c760f66}}.chat-window{position:absolute;bottom:20px;right:20px;width:420px;height:600px;max-height:calc(100vh - 100px);background-color:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.text-chatbot.bottom-left .chat-window{right:auto;left:20px}.text-chatbot.top-right .chat-window,.text-chatbot.top-left .chat-window{bottom:auto;top:20px}.text-chatbot.dark .chat-window{background-color:#1e1e1e;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 40px #0000004d}@media (min-width: 769px) and (max-width: 1366px){.message{max-width:60%}.message.assistant .message-content,.message.user .message-content{max-width:450px}}@media (max-width: 768px){.text-chatbot.chat-open{position:fixed;width:auto;height:auto;align-items:flex-end;justify-content:center;background-color:transparent;padding:0;z-index:9999}.text-chatbot.chat-open.bottom-right,.text-chatbot.chat-open.bottom-left,.text-chatbot.chat-open.top-right,.text-chatbot.chat-open.top-left{right:0;left:0;top:0;bottom:0}.text-chatbot.chat-open .chat-window{width:calc(100% - 8px);max-width:calc(100% - 8px);height:75vh;height:75dvh;max-height:75vh;bottom:0;right:4px;left:4px;margin:0 0 20px;border-radius:16px;box-shadow:none;display:flex;flex-direction:column;position:fixed;transform:none}.text-chatbot.chat-open .chat-messages{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.text-chatbot.chat-open .chat-header{padding:12px 14px}.text-chatbot.chat-open .chat-input-form{padding:10px 12px;padding-bottom:max(env(safe-area-inset-bottom,10px),10px);flex-shrink:0}.text-chatbot.chat-open .chat-input-form input{padding:10px 16px;font-size:16px}.text-chatbot.chat-open .chat-input-form button{width:36px;height:36px}.text-chatbot.chat-open .chat-header{padding:14px 16px;flex-shrink:0}.text-chatbot.chat-open .chat-header h3{font-size:16px}.chat-toggle-button{width:48px;height:48px}.text-chatbot.chat-open .message-content{font-size:14px;padding:8px 10px}.text-chatbot.chat-open .chat-window{position:fixed}.chat-window{bottom:0!important}}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;border-radius:16px 16px 0 0}.text-chatbot.dark .chat-header{background:linear-gradient(135deg,#9c760f,#7a5c0c);color:#fff}.chat-header h3{margin:0;font-size:16px;font-weight:600;color:#fff;letter-spacing:-.02em}.status-wrapper{display:flex;align-items:center;gap:8px;margin-top:4px}.status-dot{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.status-dot.inactive{background-color:#e0e0e0;box-shadow:none}.status-dot.active{background-color:#4caf50;box-shadow:none;animation:pulse-green 1.5s infinite}@keyframes pulse-green{0%{box-shadow:0 0 #4caf50b3}70%{box-shadow:0 0 0 6px #4caf5000}to{box-shadow:0 0 #4caf5000}}.status-text{font-size:12px;color:#ffffffe6;font-weight:400}.header-content{display:flex;flex-direction:column;gap:2px}.header-actions{display:flex;align-items:center;gap:8px}.chat-actions{display:flex;gap:8px;padding:12px 16px;background-color:transparent!important;border-top:1px solid rgba(156,118,15,.1)}.text-chatbot.dark .chat-actions{background-color:#2a2a2a;border-top:1px solid rgba(156,118,15,.3)}.action-button{flex:1;padding:10px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#666;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.text-chatbot.dark .action-button{background-color:#3a3a3a;border-color:#555;color:#ccc}.action-button:hover{background-color:#faf6f0;border-color:#9c760f;color:#9c760f}.text-chatbot.dark .action-button:hover{background-color:#4a4a4a;border-color:#9c760f;color:#b88d1c}.minimize-button{width:auto;height:auto;border:none;background:none!important;background-color:transparent!important;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;padding:4px;outline:none;box-shadow:none!important}.minimize-button:hover{opacity:.8;background:none!important;background-color:transparent!important}.minimize-button:focus{outline:none;box-shadow:none!important}.minimize-button svg{width:20px;height:20px}.chat-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background-color:transparent!important;min-height:0;overflow-x:hidden}.text-chatbot.dark .chat-messages{background-color:#1a1a1a}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#888;text-align:center;padding:20px}.text-chatbot.dark .empty-state{color:#aaa}.message{max-width:75%;display:flex;flex-direction:column;animation:fade-in .3s ease;min-width:0}.message.user{align-self:flex-end}.message.assistant,.message.system{align-self:flex-start}.message-content{padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.5;word-wrap:break-word;word-break:break-word;text-align:left;white-space:normal}.message.user .message-content{background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;margin-left:auto;border:none}.message.assistant .message-content{background-color:#fff;color:#333;border:1px solid #e0e0e0;box-shadow:0 1px 2px #0000000d}.text-chatbot.dark .message.assistant .message-content{background-color:#3a3a3a;color:#fff}.message.system .message-content{background-color:#fff8e1;color:#ff8f00;font-style:italic}.text-chatbot.dark .message.system .message-content{background-color:#3e2723;color:#ffcc80}.message.loading{align-self:flex-start}.typing-indicator{display:flex;align-items:center;gap:4px;padding:10px 12px;background-color:#fff;border-radius:18px}.text-chatbot.dark .typing-indicator{background-color:#3a3a3a}.typing-indicator span{width:8px;height:8px;background-color:#bbb;border-radius:50%;display:inline-block;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.chat-input-form{display:flex;padding:16px;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);gap:8px;align-items:center;justify-content:space-between}.text-chatbot.dark .chat-input-form{background-color:#2a2a2a;border-top:1px solid rgba(255,255,255,.1)}.chat-input-form input{flex:1;padding:12px 18px;border:1px solid #e0e0e0;border-radius:24px;outline:none;font-size:14px;font-family:inherit;transition:all .2s ease;background-color:#fff}.text-chatbot.dark .chat-input-form input{background-color:#3a3a3a;border:1px solid #444;color:#fff}.chat-input-form input:focus{border-color:#9c760f;background-color:#fff;box-shadow:0 0 0 3px #9c760f26}.text-chatbot.dark .chat-input-form input:focus{background-color:#3a3a3a}.chat-input-form button[type=submit]{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.chat-input-form button[type=submit] svg{width:70%!important;height:70%!important;display:block!important;margin:0 auto!important}.chat-input-form button[type=submit] svg path{fill:#fff!important}.chat-input-form button:disabled{background:#e0e0e0;cursor:not-allowed;opacity:.6}.chat-input-form button:disabled svg path{fill:#666!important}.chat-input-form button:hover:not(:disabled){background:linear-gradient(135deg,#7a5c0c,#9c760f);transform:scale(1.05)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:scale(1);opacity:.6}30%{transform:scale(1.2);opacity:1}}.user-check-buttons{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.user-check-button{padding:8px 16px;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;color:#333;font-weight:400;font-size:13px;cursor:pointer;transition:all .2s ease}.user-check-button:hover{background-color:#9c760f;color:#fff;border-color:#9c760f;transform:translateY(-1px)}.text-chatbot.dark .user-check-button{background-color:#2a2a2a;color:#ddd;border-color:#444}.text-chatbot.dark .user-check-button:hover{background-color:#fff;color:#333;border-color:#fff}.message-content a{color:#9c760f;text-decoration:underline;font-weight:500}.message-content a:hover{color:#7a5c0c}.message-content p{margin:0!important;padding:0!important;line-height:1.4}.message-content p+p{margin-top:6px!important}.message-content p:last-child{margin-bottom:0!important}.message-content>*:first-of-type{margin-top:0!important}.message-content>*:last-child{margin-bottom:0!important}.message-content br{line-height:1;height:0;margin:0;padding:0}.message-content ul,.message-content ol{margin:8px 0;padding-left:20px}.message-content li{margin:4px 0}.message-content h1,.message-content h2,.message-content h3,.message-content h4,.message-content h5,.message-content h6{margin:12px 0 8px}.message-content h1:first-of-type,.message-content h2:first-of-type,.message-content h3:first-of-type,.message-content h4:first-of-type,.message-content h5:first-of-type,.message-content h6:first-of-type{margin-top:0}.message-content code{background-color:#0000000d;padding:2px 4px;border-radius:3px;font-size:.9em}.text-chatbot.dark .message-content code{background-color:#ffffff1a}.message-content pre{margin:8px 0;padding:12px;border-radius:6px;background-color:#0000000d;overflow-x:auto}.text-chatbot.dark .message-content pre{background-color:#ffffff0d}.message-author{font-size:11px;font-weight:500;color:#666;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.text-chatbot.dark .message-author{color:#999}.mic-button,.chat-input-form .mic-button,.text-chatbot .mic-button,button.mic-button{background-color:#fff!important;background:#fff!important;border:1px solid #e0e0e0!important;color:#9c760f!important;width:40px;height:40px;cursor:pointer;display:flex!important;align-items:center;justify-content:center;padding:0;border-radius:50%;flex-shrink:0;box-shadow:0 2px 4px #0000001a!important}.mic-button svg{width:20px;height:20px}.mic-button svg path,.mic-button svg line,.mic-button svg rect{fill:none!important;stroke:currentColor!important;stroke-width:2!important}.text-chatbot.dark .mic-button{background-color:#fff!important;background:#fff!important;color:#9c760f!important}.mic-button:hover:not(:disabled){background-color:#fff!important;background:#fff!important;transform:scale(1.05)}.mic-button:disabled{opacity:.3;cursor:not-allowed}.mic-button:disabled svg path,.mic-button:disabled svg line,.mic-button:disabled svg rect{fill:none!important;stroke:#999!important;stroke-width:2!important;opacity:1!important}.mic-button.recording{background-color:#d32f2f!important;color:#fff!important;border:none!important;animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{box-shadow:0 0 #d32f2f66}70%{box-shadow:0 0 0 10px #d32f2f00}to{box-shadow:0 0 #d32f2f00}}@keyframes pulse{0%{box-shadow:0 0 #d32f2f66}70%{box-shadow:0 0 0 10px #d32f2f00}to{box-shadow:0 0 #d32f2f00}}.help-prompt-bubble{position:absolute;bottom:70px;right:0;background:#fff;color:#333;padding:10px 14px;border-radius:20px;box-shadow:0 2px 8px #0000001f;font-size:13px;white-space:nowrap;animation:fadeInScale .3s ease forwards;max-width:180px;border:1px solid rgba(0,0,0,.06);z-index:1;transition:all .2s ease}.help-prompt-bubble:after{content:"";position:absolute;bottom:-8px;right:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.help-prompt-bubble:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.help-prompt-content{display:flex;align-items:center;gap:6px;color:#555;font-weight:400;line-height:1.3}.text-chatbot.dark .help-prompt-bubble{background:#2a2a2a;color:#fff;border:1px solid rgba(255,255,255,.1)}.text-chatbot.dark .help-prompt-bubble:after{border-top-color:#2a2a2a}.text-chatbot.dark .help-prompt-content{color:#fff}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent!important}#root{width:100vw;height:100vh;overflow:hidden;background:transparent!important}
