.smuth-chatbot{position:fixed;right:22px;bottom:22px;z-index:99990;font-family:inherit}.smuth-chatbot-toggle{display:flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:12px 17px;background:#1769aa;color:#fff;box-shadow:0 10px 30px rgba(15,23,42,.2);font:inherit;font-weight:800;cursor:pointer}.smuth-chatbot-toggle span:first-child{font-size:19px}.smuth-chatbot-toggle-label{white-space:nowrap}.smuth-chatbot-panel{position:absolute;right:0;bottom:58px;width:min(390px,calc(100vw - 28px));height:min(570px,calc(100vh - 105px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce3eb;border-radius:22px;background:#fff;box-shadow:0 22px 65px rgba(15,23,42,.24)}.smuth-chatbot-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:17px 18px;background:#f7faff;border-bottom:1px solid #e6ebf0}.smuth-chatbot-head div{display:flex;flex-direction:column;gap:3px}.smuth-chatbot-head strong{color:#111638;font-size:16px}.smuth-chatbot-head small{color:#64748b;font-size:11px}.smuth-chatbot-close{width:34px;height:34px;border:0;border-radius:50%;background:#eaf0f6;color:#334155;font-size:22px;line-height:1;cursor:pointer}.smuth-chatbot-messages{flex:1;overflow:auto;padding:16px;background:#f8fafc}.smuth-chatbot-message{max-width:86%;margin:0 0 11px;padding:11px 13px;border-radius:15px;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.55}.smuth-chatbot-message.is-bot{margin-right:auto;background:#fff;border:1px solid #e2e8f0;color:#1e293b;border-bottom-left-radius:5px}.smuth-chatbot-message.is-user{margin-left:auto;background:#1769aa;color:#fff;border-bottom-right-radius:5px}.smuth-chatbot-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:11px;border-top:1px solid #e6ebf0;background:#fff}.smuth-chatbot-form textarea{width:100%;min-height:45px;max-height:110px;resize:vertical;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:13px;padding:10px 11px;font:inherit;font-size:14px;outline:none}.smuth-chatbot-form textarea:focus{border-color:#1769aa;box-shadow:0 0 0 3px rgba(23,105,170,.1)}.smuth-chatbot-form button{align-self:end;border:0;border-radius:13px;padding:0 14px;min-height:45px;background:#1769aa;color:#fff;font:inherit;font-weight:800;cursor:pointer}.smuth-chatbot-form button:disabled{opacity:.55;cursor:wait}.smuth-chatbot-note{padding:0 13px 11px;background:#fff;color:#94a3b8;font-size:10px;line-height:1.4;text-align:center}@media(max-width:600px){.smuth-chatbot{right:12px;bottom:12px}.smuth-chatbot-toggle{padding:12px 15px}.smuth-chatbot-panel{right:-2px;bottom:55px;width:calc(100vw - 24px);height:min(650px,calc(100vh - 90px));border-radius:20px}.smuth-chatbot-toggle-label{font-size:13px}}
.smuth-chatbot-panel[hidden]{display:none!important}
.smuth-chatbot-panel.is-open{display:flex}
.smuth-chatbot-close{position:relative;z-index:5;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
