@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chatbot-button,.chatbot-button *,.chatbot-container,.chatbot-container *{box-sizing:border-box}.chatbot-button,.chatbot-container{font-family:var(--font-urbanist, "Urbanist", sans-serif);font-size:14px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:0;text-transform:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}.chatbot-container button,.chatbot-container input{font-family:inherit}.chatbot-header{padding:20px 20px 5px;display:flex;align-items:center;justify-content:space-between}@media(max-height:250px){.chatbot-header{display:none}}.chatbot-header-left{display:flex;align-items:center;gap:15px}.chatbot-avatar{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.chatbot-avatar img{width:40px;height:40px}.chatbot-avatar svg{width:40px;height:40px}.chatbot-title-section{display:flex;flex-direction:column}.chatbot-title{font-family:Futura,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0;width:170px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chatbot-title-light{color:var(--chatbot-title-color, #222222)}.chatbot-title-dark{color:var(--chatbot-title-color, #f2f2f2)}.chatbot-title-blue{color:var(--chatbot-title-color, #222222)}.chatbot-subtitle{font-size:14px;margin:0}.chatbot-subtitle-link{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.chatbot-subtitle-light{color:var(--chatbot-subtitle-color, #393939)}.chatbot-subtitle-dark{color:var(--chatbot-subtitle-color, #d1d1d1)}.chatbot-subtitle-blue{color:var(--chatbot-subtitle-color, #222222)}.chatbot-subtitle-link{color:var(--chatbot-subtitle-link-color, inherit)}.chatbot-header-actions{display:flex;height:30px;gap:25px;align-self:start;padding-top:12px;padding-right:15px}.chatbot-icon-button{background:transparent;border:none;border-radius:0;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font:inherit;line-height:0;margin:0;padding:0;-webkit-appearance:none;appearance:none;transition:transform .2s ease,opacity .2s ease}.chatbot-icon-button:hover{transform:scale(1.1);opacity:.8}.chatbot-icon-button:active{transform:scale(.95)}.chatbot-content{flex:1;min-height:0;border-radius:20px 20px 0 0;padding:15px;margin:10px 10px 0;display:flex;flex-direction:column;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.chatbot-content-light{background:var(--chatbot-content-background, white)}.chatbot-content-dark{background:var(--chatbot-content-background, #1a1835)}.chatbot-content-blue{background:var(--chatbot-content-background, white)}.chatbot-content::-webkit-scrollbar{display:none}.chatbot-first-message{padding:10px;border-radius:15px 15px 15px 0;margin-bottom:8px;font-family:var(--font-urbanist, "Urbanist", sans-serif);font-size:14px;font-weight:400;font-style:normal;line-height:160%;letter-spacing:0;width:fit-content;animation:slideInLeft .3s ease}.chatbot-first-message-light{background:var(--chatbot-first-message-background, #f5f5f5);color:var(--chatbot-first-message-color, #222222)}.chatbot-first-message-dark{background:var(--chatbot-first-message-background, #131229);color:var(--chatbot-first-message-color, #ffffff)}.chatbot-first-message-blue{background:var(--chatbot-first-message-background, #e0e9f6);color:var(--chatbot-first-message-color, #222222)}.chatbot-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.chatbot-prompt-button{max-width:330px;overflow-wrap:anywhere;text-align:start;padding:8px 12px;border-radius:16px;cursor:pointer;font-size:14px;transition:all .3s ease;animation:fadeInUp .4s ease backwards;animation-delay:calc(.1s * var(--index, 1))}.chatbot-prompt-button-light{border:1px solid var(--chatbot-prompt-border-color, #dedede);background:var(--chatbot-prompt-background, #ffffff);color:var(--chatbot-prompt-text-color, #2c3e50)}.chatbot-prompt-button-dark{border:1px solid var(--chatbot-prompt-border-color, #ffffff14);background:var(--chatbot-prompt-background, #1e1b3c);color:var(--chatbot-prompt-text-color, #f2f2f2)}.chatbot-prompt-button-blue{border:1px solid var(--chatbot-prompt-border-color, #dde5f1);background:var(--chatbot-prompt-background, #ffffff);color:var(--chatbot-prompt-text-color, #222222)}.chatbot-prompt-button-light:hover{background:var(--chatbot-prompt-hover-background, #dedede);color:var(--chatbot-prompt-text-color, #2c3e50);transform:translateY(-2px);box-shadow:var(--chatbot-prompt-hover-shadow, 0 4px 8px rgba(222, 222, 222, .35))}.chatbot-prompt-button-dark:hover{background:var(--chatbot-prompt-hover-background, #ffffff14);color:var(--chatbot-prompt-text-color, #f2f2f2);transform:translateY(-2px);box-shadow:var(--chatbot-prompt-hover-shadow, 0 4px 8px rgba(255, 255, 255, .08))}.chatbot-prompt-button-blue:hover{background:var(--chatbot-prompt-hover-background, #dde5f1);color:var(--chatbot-prompt-text-color, #222222);transform:translateY(-2px);box-shadow:var(--chatbot-prompt-hover-shadow, 0 4px 8px rgba(221, 229, 241, .5))}.chatbot-prompt-button:active{transform:translateY(0)}.chatbot-messages{flex:1;min-height:0;overflow-y:auto;margin-bottom:15px;scrollbar-width:none;-ms-overflow-style:none}.chatbot-messages::-webkit-scrollbar{display:none}.chatbot-message-base{font-family:var(--font-urbanist, "Urbanist", sans-serif);font-size:14px;font-weight:400;font-style:normal;padding:12px 16px;border-radius:15px;margin-bottom:10px;max-width:80%;line-height:160%;letter-spacing:0;word-wrap:break-word}.chatbot-message-user{margin-left:auto;margin-right:0;display:block;width:fit-content;text-align:left;animation:slideInRight .3s ease}.chatbot-message-user-light{background:var(--chatbot-user-message-background, #303030);color:var(--chatbot-user-message-color, #ffffff)}.chatbot-message-user-dark{background:var(--chatbot-user-message-background, #5f28fb);color:var(--chatbot-user-message-color, #ffffff)}.chatbot-message-user-blue{background:var(--chatbot-user-message-background, #3985ff);color:var(--chatbot-user-message-color, #ffffff)}.chatbot-message-bot{border-radius:15px 15px 15px 0;animation:slideInLeft .3s ease}.chatbot-message-bot-light{background:var(--chatbot-bot-message-background, #f5f5f5);color:var(--chatbot-bot-message-color, #222222)}.chatbot-message-bot-dark{background:var(--chatbot-bot-message-background, #131229);color:var(--chatbot-bot-message-color, #ffffff)}.chatbot-message-bot-blue{background:var(--chatbot-bot-message-background, #e0e9f6);color:var(--chatbot-bot-message-color, #222222)}.chatbot-message-bot{line-height:1.55}.chatbot-message-bot p{margin:0 0 10px}.chatbot-message-bot p:last-child{margin-bottom:0}.chatbot-message-bot h1,.chatbot-message-bot h2,.chatbot-message-bot h3,.chatbot-message-bot h4{margin:14px 0 8px;line-height:1.3;font-weight:600}.chatbot-message-bot h1{font-size:18px}.chatbot-message-bot h2{font-size:16px}.chatbot-message-bot h3{font-size:15px}.chatbot-message-bot h4{font-size:14px}.chatbot-message-bot h1:first-child,.chatbot-message-bot h2:first-child,.chatbot-message-bot h3:first-child,.chatbot-message-bot h4:first-child{margin-top:0}.chatbot-message-bot ul,.chatbot-message-bot ol{margin:6px 0 10px;padding-left:22px}.chatbot-message-bot li{margin:3px 0}.chatbot-message-bot li>p{margin:0}.chatbot-message-bot strong{font-weight:600}.chatbot-message-bot a{color:inherit;text-decoration:underline}.chatbot-message-bot blockquote{margin:8px 0;padding:6px 12px;border-left:3px solid currentColor;opacity:.85}.chatbot-message-bot code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em;padding:1px 5px;border-radius:4px;background:#0000000f}.chatbot-message-bot-dark code{background:#ffffff26}.chatbot-message-bot pre{margin:8px 0;padding:10px 12px;border-radius:8px;background:#0000000f;overflow-x:auto}.chatbot-message-bot-dark pre{background:#00000040}.chatbot-message-bot pre code{padding:0;background:transparent;font-size:12.5px;line-height:1.5;white-space:pre}.chatbot-message-bot table{display:block;width:max-content;max-width:100%;margin:8px 0;border-collapse:collapse;overflow-x:auto;font-size:13px}.chatbot-message-bot th,.chatbot-message-bot td{padding:6px 10px;border:1px solid rgba(0,0,0,.15);text-align:left;vertical-align:top;white-space:nowrap}.chatbot-message-bot-dark th,.chatbot-message-bot-dark td{border-color:#ffffff40}.chatbot-message-bot th{background:#0000000f;font-weight:600}.chatbot-message-bot-dark th{background:#ffffff1f}.chatbot-message-bot tr:nth-child(2n) td{background:#00000008}.chatbot-message-bot-dark tr:nth-child(2n) td{background:#ffffff0d}.chatbot-message-bot.chatbot-message-base{max-width:92%}.chatbot-input-container{display:flex;gap:10px;align-items:center;padding:15px;margin:0 10px 10px;border-radius:0 0 15px 15px;box-shadow:0 -4px 12px #0000001a}@media(max-height:200px){.chatbot-input-container{padding:2px 2px 2px 15px}}.chatbot-input-container-light{background:var(--chatbot-input-container-background, white)}.chatbot-input-container-dark{background:var(--chatbot-input-container-background, #1a1835)}.chatbot-input-container-blue{background:var(--chatbot-input-container-background, white)}.chatbot-input{flex:1;-webkit-appearance:none;appearance:none;background:transparent;border:none;outline:none;font-size:14px;transition:transform .2s ease}.chatbot-input-light{color:var(--chatbot-input-text-color, #2c3e50)}.chatbot-input-dark{color:var(--chatbot-input-text-color, white)}.chatbot-input-blue{color:var(--chatbot-input-text-color, #222222)}.chatbot-input:focus{transform:scale(1.01)}@media(max-width:767px){.chatbot-input{font-size:16px;transform:scale(.875);transform-origin:left center}.chatbot-input:focus{transform:scale(.875)}}.chatbot-input::placeholder{color:var(--chatbot-input-placeholder-color, #bebebe)}.chatbot-input:-webkit-autofill,.chatbot-input:-webkit-autofill:hover,.chatbot-input:-webkit-autofill:focus,.chatbot-input:-webkit-autofill:active{caret-color:var(--chatbot-input-text-color, currentColor);-webkit-text-fill-color:var(--chatbot-input-text-color, currentColor);box-shadow:0 0 0 1000px var(--chatbot-input-container-background, transparent) inset;transition:background-color 9999s ease-out,color 9999s ease-out}.chatbot-input:disabled{opacity:.6;cursor:not-allowed}.chatbot-send-button{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chatbot-send-button-light:hover:not(:disabled){transform:scale(1.1) rotate(15deg);box-shadow:var(--chatbot-send-button-hover-shadow, 0 4px 12px rgba(48, 48, 48, .35))}.chatbot-send-button-dark:hover:not(:disabled){transform:scale(1.1) rotate(15deg);box-shadow:var(--chatbot-send-button-hover-shadow, 0 4px 12px #5f28fb)}.chatbot-send-button-blue:hover:not(:disabled){transform:scale(1.1) rotate(15deg);box-shadow:var(--chatbot-send-button-hover-shadow, 0 4px 12px rgba(1, 96, 241, .35))}.chatbot-send-button:active:not(:disabled){transform:scale(.95) rotate(0)}.chatbot-send-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-send-button svg{margin-left:4px;width:24px;height:24px;fill:#222}.chatbot-send-button svg{margin-left:4px;width:24px;height:24px}.chatbot-send-button-light svg{fill:var(--chatbot-send-button-icon-color, #ffffff)}.chatbot-send-button-dark svg{fill:var(--chatbot-send-button-icon-color, #ffffff)}.chatbot-send-button-light{background:var(--chatbot-send-button-background, #303030)}.chatbot-send-button-dark{background:var(--chatbot-send-button-background, #5f28fb)}.chatbot-send-button-blue{background:var(--chatbot-send-button-background, #3985ff)}.chatbot-send-button-blue svg{fill:var(--chatbot-send-button-icon-color, #ffffff)}.chatbot-conversation-reset-divider{align-self:stretch;text-align:center;font-size:12px;color:#888;margin:12px 0;padding:8px 8px 0;border-top:1px dashed #d0d0d0}.chatbot-typing-indicator{display:flex;align-items:center;gap:4px}.chatbot-typing-dot{width:8px;height:8px;border-radius:50%;background-color:#bebebe;animation:typing 1.4s infinite}.chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing-dot:nth-child(3){animation-delay:.4s}.chatbot-popover-menu{position:absolute;top:55px;right:65px;border-radius:24px;box-shadow:0 2px 8px #00000026;min-width:120px;font-size:18px;z-index:10000;padding:8px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.chatbot-popover-menu.visible{opacity:1;transform:translateY(0);pointer-events:auto}.chatbot-popover-menu-light{background:var(--chatbot-popover-background, white);color:var(--chatbot-popover-text, #2c3e50);border-radius:16px}.chatbot-popover-menu-dark{border-color:#1a1835;box-shadow:0 2px 8px #393939;background:var(--chatbot-popover-background, #5f28fb);color:var(--chatbot-popover-text, #f5f5f5);border-radius:16px}.chatbot-popover-item{padding:10px;white-space:nowrap}.chatbot-popover-item-light:hover{background:var(--chatbot-popover-hover-background, #f2f2f2);border-radius:16px}.chatbot-popover-item-dark:hover{background:var(--chatbot-popover-hover-background, #4b4786);border-radius:16px}.chatbot-container .chatbot-message-bot.chatbot-message-base p,.chatbot-container .chatbot-message-bot.chatbot-message-base ul,.chatbot-container .chatbot-message-bot.chatbot-message-base ol,.chatbot-container .chatbot-message-bot.chatbot-message-base li,.chatbot-container .chatbot-message-bot.chatbot-message-base blockquote,.chatbot-container .chatbot-message-bot.chatbot-message-base pre,.chatbot-container .chatbot-message-bot.chatbot-message-base code,.chatbot-container .chatbot-message-bot.chatbot-message-base a,.chatbot-container .chatbot-message-bot.chatbot-message-base strong,.chatbot-container .chatbot-message-bot.chatbot-message-base b,.chatbot-container .chatbot-message-bot.chatbot-message-base em,.chatbot-container .chatbot-message-bot.chatbot-message-base i,.chatbot-container .chatbot-message-bot.chatbot-message-base del,.chatbot-container .chatbot-message-bot.chatbot-message-base span,.chatbot-container .chatbot-message-bot.chatbot-message-base div,.chatbot-container .chatbot-message-bot.chatbot-message-base h1,.chatbot-container .chatbot-message-bot.chatbot-message-base h2,.chatbot-container .chatbot-message-bot.chatbot-message-base h3,.chatbot-container .chatbot-message-bot.chatbot-message-base h4,.chatbot-container .chatbot-message-bot.chatbot-message-base h5,.chatbot-container .chatbot-message-bot.chatbot-message-base h6,.chatbot-container .chatbot-message-bot.chatbot-message-base table,.chatbot-container .chatbot-message-bot.chatbot-message-base thead,.chatbot-container .chatbot-message-bot.chatbot-message-base tbody,.chatbot-container .chatbot-message-bot.chatbot-message-base tr,.chatbot-container .chatbot-message-bot.chatbot-message-base th,.chatbot-container .chatbot-message-bot.chatbot-message-base td,.chatbot-container .chatbot-message-bot.chatbot-message-base hr,.chatbot-container .chatbot-message-bot.chatbot-message-base img{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important;margin:0!important;padding:0!important;font-weight:inherit;font-style:inherit;letter-spacing:inherit;text-align:inherit;text-transform:inherit;text-decoration:inherit;vertical-align:baseline;background:transparent;border:0;box-sizing:border-box}.chatbot-container .chatbot-message-bot.chatbot-message-base p,.chatbot-container .chatbot-message-bot.chatbot-message-base ul,.chatbot-container .chatbot-message-bot.chatbot-message-base ol,.chatbot-container .chatbot-message-bot.chatbot-message-base blockquote,.chatbot-container .chatbot-message-bot.chatbot-message-base pre,.chatbot-container .chatbot-message-bot.chatbot-message-base table{margin:0 0 8px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base>*:last-child,.chatbot-container .chatbot-message-bot.chatbot-message-base p:last-child,.chatbot-container .chatbot-message-bot.chatbot-message-base ul:last-child,.chatbot-container .chatbot-message-bot.chatbot-message-base ol:last-child{margin-bottom:0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base ul,.chatbot-container .chatbot-message-bot.chatbot-message-base ol{padding-left:1.25em!important}.chatbot-container .chatbot-message-bot.chatbot-message-base ul{list-style:disc}.chatbot-container .chatbot-message-bot.chatbot-message-base ol{list-style:decimal}.chatbot-container .chatbot-message-bot.chatbot-message-base li{margin:0 0 4px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base li:last-child{margin-bottom:0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base strong,.chatbot-container .chatbot-message-bot.chatbot-message-base b{font-weight:600}.chatbot-container .chatbot-message-bot.chatbot-message-base em,.chatbot-container .chatbot-message-bot.chatbot-message-base i{font-style:italic}.chatbot-container .chatbot-message-bot.chatbot-message-base a{color:currentColor;text-decoration:underline;text-underline-offset:2px;word-break:break-word}.chatbot-container .chatbot-message-bot.chatbot-message-base code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.92em!important;background:#0000000f;padding:1px 4px!important;border-radius:4px}.chatbot-container .chatbot-message-bot.chatbot-message-base pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.92em!important;background:#0000000f;padding:8px 10px!important;border-radius:6px;overflow-x:auto;white-space:pre}.chatbot-container .chatbot-message-bot.chatbot-message-base pre code{font-size:inherit!important;background:transparent;padding:0!important;border-radius:0}.chatbot-container .chatbot-message-bot.chatbot-message-base blockquote{border-left:2px solid currentColor;padding-left:8px!important;opacity:.9}.chatbot-container .chatbot-message-bot.chatbot-message-base h1,.chatbot-container .chatbot-message-bot.chatbot-message-base h2,.chatbot-container .chatbot-message-bot.chatbot-message-base h3,.chatbot-container .chatbot-message-bot.chatbot-message-base h4,.chatbot-container .chatbot-message-bot.chatbot-message-base h5,.chatbot-container .chatbot-message-bot.chatbot-message-base h6{font-size:1em!important;font-weight:600;margin:0 0 4px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base table{border-collapse:collapse;width:100%}.chatbot-container .chatbot-message-bot.chatbot-message-base th,.chatbot-container .chatbot-message-bot.chatbot-message-base td{border:1px solid currentColor;padding:4px 8px!important;text-align:left}.chatbot-container .chatbot-message-bot.chatbot-message-base th{font-weight:600}.chatbot-container .chatbot-message-bot.chatbot-message-base hr{border:0;border-top:1px solid currentColor;opacity:.3;margin:8px 0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base img{display:block;max-width:100%;height:auto;object-fit:contain}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-indicator{display:flex;align-items:center;gap:4px}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-dot{width:8px;height:8px;border-radius:50%;background-color:#bebebe;animation:typing 1.4s infinite}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-dot:nth-child(3){animation-delay:.4s}.chatbot-button{font-size:14px;position:fixed;bottom:35px;right:clamp(16px,5vw,50px);border-radius:12px;min-width:148px;max-width:min(240px,calc(100vw - 32px));min-height:41px;height:auto;padding:6px 14px;background:linear-gradient(135deg,#efedec,#7c7c7c);border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;display:inline-flex;align-items:center;justify-content:center;text-align:center;z-index:1000;transition:transform .2s}.chatbot-button>div{line-height:1.15;white-space:normal;overflow-wrap:anywhere}.chatbot-button:hover{transform:scale(1.1)}.chatbot-button-light{color:#424242}.chatbot-button-dark,.chatbot-button-blue{color:#fff}.chatbot-container{position:fixed;bottom:clamp(10px,15vh,105px);right:50px;width:375px;height:clamp(300px,75vh,585px);border-radius:20px;border:1px solid var(--chatbot-container-border-color, transparent);background:#ffa731;box-shadow:0 8px 32px #0003;display:none;flex-direction:column;z-index:1000;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);transition:opacity .3s ease,transform .3s ease}@media(max-width:500px){.chatbot-container{width:90%;height:clamp(250px,85vh,80vh);bottom:10%;right:5%}}@media(max-height:400px){.chatbot-container{height:90vh;bottom:5px}}.chatbot-container.active{display:flex;animation:growUp .3s ease forwards}.chatbot-container.closing{animation:shrinkDown .3s ease forwards}@keyframes growUp{0%{opacity:0;transform:scale(0);transform-origin:bottom right}to{opacity:1;transform:scale(1);transform-origin:bottom right}}@keyframes shrinkDown{0%{opacity:1;transform:scale(1);transform-origin:bottom right}to{opacity:0;transform:scale(0);transform-origin:bottom right}}.chatbot-icon-button svg{stroke-width:2;padding-bottom:1}.chatbot-message{background:#f5f5f5;padding:15px;border-radius:15px;margin-bottom:15px;font-size:14px;color:#2c3e50}.chatbot-backdrop{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;background:#00000080;z-index:999;display:none}.chatbot-container .chatbot-plan-expired-banner{box-sizing:border-box;margin:10px;padding:12px;border-radius:12px;border:1px solid #fecaca;background-color:#fee2e2;font-family:var(--font-urbanist, "Urbanist", sans-serif);line-height:1.4;letter-spacing:0;z-index:10;text-align:left}.chatbot-container .chatbot-plan-expired-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.chatbot-container .chatbot-plan-expired-icon{width:20px;height:20px;color:#b91c1c;flex-shrink:0}.chatbot-container .chatbot-plan-expired-title{flex:1;margin:0!important;font-family:inherit!important;font-size:14px!important;line-height:1.2!important;font-weight:700;color:#991b1b!important}.chatbot-container .chatbot-plan-expired-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s}.chatbot-container .chatbot-plan-expired-close:hover{color:#1f2937}.chatbot-container .chatbot-plan-expired-body{margin-left:32px;font-size:14px;line-height:1.4;color:#7f1d1d}.chatbot-container .chatbot-plan-expired-message{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;font-weight:600;color:inherit!important;margin:0!important}.chatbot-container .chatbot-plan-expired-description{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;margin:4px 0 0!important;color:#991b1b!important;opacity:.9}.chatbot-container .chatbot-plan-expired-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.chatbot-container .chatbot-plan-expired-upgrade{display:inline-flex;width:100%;min-width:0;min-height:40px;box-sizing:border-box;align-items:center;justify-content:center;text-align:center;white-space:normal;overflow-wrap:anywhere;cursor:pointer;border-radius:8px;border:1px solid #fca5a5;background-color:#fff;padding:8px 12px;font-family:inherit!important;font-size:14px!important;line-height:1.2!important;font-weight:600;color:#991b1b!important;text-decoration:none!important;appearance:none;-webkit-appearance:none;transition:background-color .2s}.chatbot-container .chatbot-plan-expired-upgrade:hover{background-color:#fef2f2}
