:root{color:#0f172a;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f5f9;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}html,body{height:100%;margin:0}body{background:0 0}#root{width:100%;height:100%}.customer-chatbot-container{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.customer-chatbot-container *{box-sizing:border-box}.customer-chatbot-container #root{width:100%;height:100%}button,textarea{font:inherit}textarea::placeholder{color:#94a3b8}#root{height:100%}.chat-widget{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden;box-shadow:0 16px 40px #0f172a1f}.chat-widget__header{color:#f8fafc;background:linear-gradient(135deg,#5b21b6,#4c1d95);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-widget__header-main{align-items:center;gap:12px;display:flex}.chat-widget__avatar{color:#1d4ed8;letter-spacing:.02em;background:#f8fafce6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.chat-widget__title{margin:0;font-size:1rem;font-weight:600}.chat-widget__subtitle{color:#f8fafce6;margin:2px 0 0;font-size:.85rem}.chat-widget__close{color:#f8fafc;cursor:pointer;background:#0f172a26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:-4px 0 0;font-size:1.25rem;line-height:1;transition:background .2s;display:inline-flex}.chat-widget__close:hover,.chat-widget__close:focus-visible{background:#0f172a4d;outline:none}.chat-widget__messages{background:linear-gradient(#f8fafc 0%,#e2e8f0 100%);flex:1;padding:20px;overflow-y:auto}.chat-widget__message{border-radius:16px;max-width:85%;margin-bottom:14px;padding:12px 16px;font-size:.95rem;line-height:1.5;box-shadow:0 2px 8px #0f172a14}.chat-widget__markdown{font-size:.95rem;line-height:1.6}.chat-widget__markdown p{margin:0 0 .75em}.chat-widget__markdown p:last-child{margin-bottom:0}.chat-widget__markdown ul,.chat-widget__markdown ol{margin:0 0 .75em;padding-left:1.25em;list-style-position:outside}.chat-widget__markdown ul{list-style-type:disc}.chat-widget__markdown ol{list-style-type:decimal}.chat-widget__markdown ul ul{margin-top:.35em;list-style-type:circle}.chat-widget__markdown ol ol{margin-top:.35em;list-style-type:lower-alpha}.chat-widget__markdown li{margin:.35em 0}.chat-widget__markdown li+li{margin-top:.35em}.chat-widget__markdown pre{border-radius:10px;margin:0 0 .75em;padding:.75em;font-size:.9em;overflow-x:auto}.chat-widget__markdown code{border-radius:6px;font-family:Fira Code,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.chat-widget__message--assistant .chat-widget__markdown pre,.chat-widget__message--assistant .chat-widget__markdown code:not(pre code){color:inherit;background:#f1f5f9}.chat-widget__message--assistant .chat-widget__markdown code:not(pre code){padding:.1em .35em}.chat-widget__message--user .chat-widget__markdown pre,.chat-widget__message--user .chat-widget__markdown code:not(pre code){color:#f8fafc;background:#0f172a33}.chat-widget__message--user .chat-widget__markdown code:not(pre code){padding:.1em .35em}.chat-widget__markdown pre code{background:0 0;padding:0;display:block}.chat-widget__markdown a{color:inherit;-webkit-text-decoration:underline #4f46e599;text-decoration:underline #4f46e599}.chat-widget__markdown blockquote{border-left:3px solid #94a3b899;margin:0 0 .75em;padding-left:.75em}.chat-widget__message--assistant{color:#0f172a;background:#fff;border-bottom-left-radius:4px}.chat-widget__message--user{color:#f8fafc;box-shadow:none;background:#4c1d95;border-bottom-right-radius:4px;margin-left:auto}.chat-widget__message[data-status=error]{border:1px solid #f97316}.chat-widget__message-status{color:#94a3b8;margin-top:6px;font-size:.75rem;display:inline-flex}.chat-widget__form{background:#fff;border-top:1px solid #e2e8f0;align-items:flex-end;gap:10px;padding:16px 20px;display:flex}.chat-widget__input{resize:none;color:inherit;border:1px solid #cbd5f5;border-radius:12px;flex:1;padding:12px 14px;font-family:inherit;font-size:.95rem;line-height:1.4;transition:border-color .15s,box-shadow .15s}.chat-widget__input:focus{border-color:#5b21b6;outline:none;box-shadow:0 0 0 3px #5b21b633}.chat-widget__input[aria-invalid=true]{border-color:#f97316}.chat-widget__submit{color:#f8fafc;cursor:pointer;background:#4c1d95;border:none;border-radius:12px;padding:12px 18px;font-weight:600;transition:transform .2s,box-shadow .2s}.chat-widget__submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.chat-widget__submit:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #5b21b640}.chat-widget__error{color:#b45309;background:#fffbeb;border-top:1px solid #fcd34d;justify-content:space-between;align-items:center;gap:8px;margin:0;padding:8px 20px;font-size:.85rem;display:flex}.chat-widget__error-dismiss{color:#b45309;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:1.1rem;line-height:1;transition:opacity .15s}.chat-widget__error-dismiss:hover,.chat-widget__error-dismiss:focus-visible{opacity:1}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:480px){.chat-widget{border-radius:0}.chat-widget__messages{padding:16px}.chat-widget__form{padding:12px 16px}}
/*$vite$:1*/