:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--wa-header: #075e54;--wa-input-bar: #f0f2f5;--text-primary: #0f172a;--text-muted: #64748b;--demo-title-icon: 2.375rem}html.dark{color-scheme:dark;--text-primary: #f8fafc;--text-muted: #94a3b8;--wa-input-bar: #1e293b;--demo-page-bg: #0b1120;--demo-page-bg-end: #111827}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--text-primary);background-color:#faf5ff;transition:background-color .2s ease,color .2s ease}.widget-chat-input::placeholder{color:var(--widget-input-placeholder, #94a3b8)}html.dark body{background-color:var(--demo-page-bg);color:var(--text-primary)}.demo-root{position:relative;min-height:100vh;overflow-x:hidden;padding:4rem 1rem;color:var(--text-primary)}html.dark .demo-root{background:linear-gradient(180deg,var(--demo-page-bg) 0%,var(--demo-page-bg-end) 45%,#0f172a 100%)}.demo-root--center{display:flex;align-items:center;justify-content:center;padding:4rem 1rem 2rem}.demo-root--splash-loading{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding:1.5rem}.demo-root--splash-loading.demo-root--chat-mobile{padding:0}.demo-loading-screen{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.demo-loading-screen__inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:24rem}.demo-loading-screen__logo{display:block;width:clamp(5.75rem,32vw,9rem);height:auto;margin:0 0 1.25rem;object-fit:contain}.demo-loading-screen__brand{margin:0 0 .4rem;font-size:clamp(1.4rem,4.2vw,1.85rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--text-primary)}.demo-loading-screen__subtitle{margin:0 0 1.85rem;font-size:clamp(.9rem,2.6vw,1.05rem);line-height:1.45;color:var(--text-muted)}.demo-loading-screen__spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(148,163,184,.35);border-top-color:#6366f1;border-radius:50%;animation:demo-loading-spin .88s linear infinite}html.dark .demo-loading-screen__spinner{border-color:#94a3b838;border-top-color:#a78bfa}@keyframes demo-loading-spin{to{transform:rotate(360deg)}}.demo-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(to bottom right,#eff6ff,#faf5ff,#fdf2f8)}html.dark .demo-hero-bg{background:linear-gradient(to bottom right,#111827,#1e3a8a33,#581c8733)}.demo-orb{position:absolute;border-radius:50%;filter:blur(48px);pointer-events:none;z-index:0}.demo-orb--tr{top:5rem;right:5rem;width:min(24rem,55vw);height:min(24rem,55vw);background:#3b82f633;animation:demo-orb-pulse 8s ease-in-out infinite}.demo-orb--bl{bottom:5rem;left:5rem;width:min(24rem,55vw);height:min(24rem,55vw);background:#a855f733;animation:demo-orb-pulse-alt 10s ease-in-out infinite}@keyframes demo-orb-pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.15);opacity:.5}}@keyframes demo-orb-pulse-alt{0%,to{transform:scale(1.15);opacity:.3}50%{transform:scale(1);opacity:.5}}.demo-inner{position:relative;z-index:1;box-sizing:border-box;width:100%;max-width:44rem;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.demo-page-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:100%;margin:0 0 1rem;padding:0 .25rem}.demo-title-line{display:inline-flex;align-items:center;justify-content:center;gap:.4rem .5rem;flex-wrap:wrap;max-width:100%;min-width:0}.demo-title-line-alina-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center}.demo-title-line-alina{display:block;height:var(--demo-title-icon);width:auto;max-height:var(--demo-title-icon);object-fit:contain}.demo-title-line-alina-name,.demo-title-line-heading{font-family:inherit;font-size:clamp(1rem,3.5vw,1.125rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text-primary)}.demo-title-line-alina-name{flex-shrink:0}.demo-title-line-plus{display:inline-block;flex-shrink:0;padding:0 .05rem;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:300;line-height:1;letter-spacing:-.02em;background:linear-gradient(135deg,#ec4899,#a855f7 45%,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.demo-title-line-ba-wrap{flex-shrink:0;width:var(--demo-title-icon);height:var(--demo-title-icon);border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0f172a1f;background:#fffffff2}html.dark .demo-title-line-ba-wrap{box-shadow:0 1px 3px #00000073;background:#1e293bbf}.demo-title-line-ba-img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.demo-title-line-ba-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#0ea5e9,#6366f1)}.demo-title-line-heading{margin:0;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(42vw,12rem)}@media(min-width:480px){.demo-title-line-heading{max-width:min(50vw,16rem)}}.demo-page-header-glass{width:100%;max-width:100%}@media(min-width:1024px){.demo-root:not(.demo-root--chat-mobile){padding:.75rem 1rem 0;min-height:100vh;min-height:100dvh;height:100dvh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column}.demo-root:not(.demo-root--chat-mobile) .demo-page-header{position:fixed;top:calc(env(safe-area-inset-top,0px) + .85rem);left:0;right:0;z-index:50;margin:0;padding:0 1rem .5rem;display:flex;justify-content:center;align-items:center;pointer-events:none}.demo-root:not(.demo-root--chat-mobile) .demo-page-header-glass{pointer-events:auto;width:100%;max-width:44rem;padding:.65rem 1.15rem;border-radius:.85rem;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.24);box-shadow:0 2px 14px #0f172a0d}html.dark .demo-root:not(.demo-root--chat-mobile) .demo-page-header-glass{background:#0f172a52;border-color:#94a3b81f;box-shadow:0 2px 12px #0003}.demo-root:not(.demo-root--chat-mobile) .demo-inner{flex:1;min-height:0;width:100%;max-width:44rem;display:flex;flex-direction:column;align-items:stretch;padding-top:6.1rem;padding-bottom:max(6.75rem,calc(env(safe-area-inset-bottom,0px) + 5.5rem))}.demo-root:not(.demo-root--chat-mobile) .demo-layout{flex:1;min-height:0;width:100%;align-self:stretch;gap:.5rem}.demo-root:not(.demo-root--chat-mobile) .demo-layout-chat{flex:1;min-height:0;width:100%;align-self:stretch;display:flex;flex-direction:column;align-items:stretch}.demo-root:not(.demo-root--chat-mobile) .demo-phone-col{flex:1;min-height:0;display:flex;flex-direction:column;align-self:stretch;padding-top:0;width:100%;max-width:100%}.demo-root:not(.demo-root--chat-mobile) .demo-phone-skin{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}.demo-root:not(.demo-root--chat-mobile) .demo-chat-card{flex:1;height:auto;max-height:none;min-height:0}.demo-root:not(.demo-root--chat-mobile) .demo-cta-row{position:fixed;bottom:0;left:0;right:0;z-index:45;margin:0;width:100%;max-width:none;padding:.65rem 1.25rem max(1rem,calc(env(safe-area-inset-bottom,0px) + .5rem));justify-content:center;background:transparent}}.demo-layout{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:1rem}.demo-layout-chat{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto;min-height:0}.demo-desktop-promo{display:none}.demo-root--chat-mobile .demo-desktop-promo{display:none!important}.demo-desktop-promo-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:999px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);color:#64748b8c;box-shadow:0 1px 8px #0f172a0a}html.dark .demo-desktop-promo-arrow{background:#0f172a47;border-color:#94a3b824;color:#94a3b873;box-shadow:none}.demo-desktop-promo-arrow__svg{display:block;width:1.4rem;height:1.4rem;opacity:.75}.demo-desktop-promo-panel{padding:1rem 1.15rem;max-width:16.5rem;border-radius:.85rem;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.24);box-shadow:0 2px 14px #0f172a0d}html.dark .demo-desktop-promo-panel{background:#0f172a52;border-color:#94a3b81f;box-shadow:0 2px 12px #0003}.demo-desktop-promo-text{margin:0 0 .85rem;font-size:.9rem;line-height:1.48;font-weight:400;letter-spacing:.01em;color:var(--text-muted);opacity:.68}html.dark .demo-desktop-promo-text{opacity:.62}.demo-desktop-promo-points{margin:0;padding-left:1.05rem;font-size:.9rem;line-height:1.48;font-weight:400;letter-spacing:.01em;color:var(--text-muted);opacity:.68}html.dark .demo-desktop-promo-points{opacity:.62}.demo-desktop-promo-points li{margin-bottom:.5rem}.demo-desktop-promo-points li:last-child{margin-bottom:0}.demo-desktop-promo-icons{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.demo-desktop-promo-icons img{width:1.6rem;height:1.6rem;opacity:.42;filter:saturate(.85)}@media(min-width:1480px){.demo-root:not(.demo-root--chat-mobile){overflow-x:visible;overflow-y:hidden}.demo-root:not(.demo-root--chat-mobile) .demo-layout{position:relative}.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--channels,.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--value{--demo-promo-inline-gap: 1.05rem;display:flex;position:absolute;top:50%;transform:translateY(-50%);align-items:center;gap:var(--demo-promo-inline-gap);width:max-content;margin:0;padding:.35rem 0;border-radius:.5rem;transition:opacity .15s ease;z-index:2}.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--channels{left:calc(100% + var(--demo-promo-inline-gap));flex-direction:row;cursor:pointer;-webkit-user-select:none;user-select:none}.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--value{right:calc(100% + var(--demo-promo-inline-gap));flex-direction:row;text-decoration:none;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--channels:hover,.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--value:hover{opacity:.92}.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--channels:focus,.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--value:focus{outline:none}.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--channels:focus-visible,.demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--value:focus-visible{outline:2px solid rgba(99,102,241,.55);outline-offset:3px}html.dark .demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--channels:focus-visible,html.dark .demo-root:not(.demo-root--chat-mobile) .demo-desktop-promo--value:focus-visible{outline-color:#a78bfaa6}}.demo-phone-col{position:relative;padding-top:.25rem;width:100%;max-width:100%;margin:0 auto}.demo-phone-skin{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #0f172a0f}html.dark .demo-phone-skin{box-shadow:0 25px 50px -12px #0000008c,0 0 0 1px #94a3b82e}@media(max-width:1023px){.demo-phone-skin{border-radius:0;box-shadow:none;margin:0;max-width:100vw;width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}}.demo-chat-card{display:flex;flex-direction:column;width:100%;height:min(620px,78vh);min-height:480px;max-height:78vh;overflow:hidden;background:#fff}html.dark .demo-chat-card{background:#0f172a}@media(max-width:1023px){.demo-chat-card{min-height:0;height:calc(100vh - 20rem);max-height:none}}html.demo-chat-mobile-active,html.demo-chat-mobile-active body{overflow:hidden!important;width:100%;height:100%;max-height:100%;min-height:0!important;overscroll-behavior:none}html.demo-chat-mobile-active #root{height:100%;min-height:0;max-height:100%;overflow:hidden;display:flex;flex-direction:column;overscroll-behavior:none}.demo-root--chat-mobile{padding:0!important;position:fixed;left:0;right:0;top:0;width:100%;min-height:0;height:var(--demo-vv-height, 100dvh);max-height:var(--demo-vv-height, 100dvh);overflow:hidden;overscroll-behavior:none;display:flex;flex-direction:column;flex:1 1 auto}.demo-root--chat-mobile .demo-hero-bg,.demo-root--chat-mobile .demo-orb,.demo-root--chat-mobile .demo-page-header,.demo-root--chat-mobile .demo-cta-row{display:none}.demo-root--chat-mobile .demo-inner{flex:1 1 auto;min-height:0;height:100%;width:100%;max-width:none;display:flex;flex-direction:column;align-items:stretch}.demo-root--chat-mobile .demo-layout{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;gap:0;width:100%}.demo-root--chat-mobile .demo-layout-chat{flex:1 1 auto;min-height:0;height:100%;width:100%;display:flex;flex-direction:column}.demo-root--chat-mobile .demo-phone-col{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;padding-top:0}.demo-root--chat-mobile .demo-phone-skin{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;border-radius:0!important;box-shadow:none!important}.demo-root--chat-mobile .demo-chat-card{flex:1 1 auto;min-height:0;height:100%;max-height:none!important;border-radius:0!important;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch}.demo-root--chat-mobile .wa-header{padding:.65rem .85rem;gap:.65rem}.demo-root--chat-mobile .wa-header-icon{width:2.75rem;height:2.75rem}.demo-root--chat-mobile .wa-header-icon img{width:1.65rem;height:1.65rem}.demo-root--chat-mobile .wa-header-title{font-size:1.0625rem}.demo-root--chat-mobile .wa-header-help,.demo-root--chat-mobile .wa-overflow-trigger{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem}.demo-root--chat-mobile .wa-header-help svg,.demo-root--chat-mobile .wa-overflow-trigger svg{width:1.375rem;height:1.375rem}.demo-root--chat-mobile .messages-inner{padding:1rem 1.1rem;gap:1rem;font-size:1.0625rem}.demo-root--chat-mobile .msg-bubble{padding:.65rem .95rem}.demo-root--chat-mobile .msg-bubble p{font-size:1.0625rem;line-height:1.52}.demo-root--chat-mobile .empty-chat-info{font-size:1rem;line-height:1.55}.demo-root--chat-mobile .msg-name{font-size:.875rem}.demo-root--chat-mobile .msg-time,.demo-root--chat-mobile .msg-time--below{font-size:.6875rem}.demo-root--chat-mobile .ai-avatar-gradient{width:2.375rem;height:2.375rem}.demo-root--chat-mobile .typing-bubble{padding:.55rem .85rem;max-width:4.25rem}.demo-root--chat-mobile .typing-bubble span{width:.5625rem;height:.5625rem}.demo-root--chat-mobile .wa-input-bar{padding:.65rem .85rem max(.65rem,env(safe-area-inset-bottom,0px)) .85rem;align-items:flex-end}.demo-root--chat-mobile .wa-input-form{gap:.6rem}.demo-root--chat-mobile .wa-input{font-size:1.0625rem;line-height:1.5;min-height:3rem;height:3rem;padding:.7rem 1rem;max-height:9rem}.demo-root--chat-mobile .wa-send{width:3rem;height:3rem;min-width:3rem;min-height:3rem;font-size:1.25rem}.demo-root--chat-mobile .chat-error{font-size:.9375rem;margin-left:.85rem;margin-right:.85rem}.wa-header{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding:.875rem 1rem;background:var(--wa-header);color:#fff;box-shadow:inset 0 0 0 1px #ffffff3d}html.dark .wa-header{box-shadow:inset 0 0 0 1px #94a3b81f}.wa-header-icon{width:2.5rem;height:2.5rem;border-radius:9999px;background:#fff3;display:flex;align-items:center;justify-content:center;padding:.5rem;flex-shrink:0}.wa-header-icon img{width:1.5rem;height:1.5rem;object-fit:contain;filter:brightness(0) invert(1)}.wa-header-text{flex:1;min-width:0}.wa-header-title{font-weight:600;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wa-header-actions{flex-shrink:0;display:flex;align-items:center;gap:.35rem;margin-left:auto}.chat-presence-strip{display:flex;flex-direction:column;gap:.4rem;padding:.55rem .7rem;border-bottom:1px solid rgba(148,163,184,.24);background:#f8fafceb}html.dark .chat-presence-strip{border-bottom-color:#94a3b833;background:#0f172af0}.chat-presence-strip__row{display:flex;align-items:center;gap:.42rem;min-width:0}.chat-presence-strip__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.chat-presence-strip__dot--green{background:#22c55e}.chat-presence-strip__dot--yellow{background:#f59e0b}.chat-presence-strip__dot--red{background:#ef4444}.chat-presence-strip__text{min-width:0;font-size:.79rem;line-height:1.22;color:#0f172a}.chat-presence-strip__text--truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.dark .chat-presence-strip__text{color:#e2e8f0}.wa-chat-presence-strip{padding-left:1rem;padding-right:1rem}.wa-clear-chat{display:inline-flex;align-items:center;gap:.35rem;margin:0;padding:.35rem .55rem;font-size:.7rem;font-weight:600;line-height:1.2;white-space:nowrap;color:#ffffff94;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:.5rem;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .12s ease}.wa-clear-chat__icon{flex-shrink:0;opacity:.85;transition:opacity .18s ease}.wa-clear-chat:hover{color:#fffffffa;background:#fff3;border-color:#ffffff61}.wa-clear-chat:hover .wa-clear-chat__icon{opacity:1}.wa-clear-chat:active{transform:scale(.97)}.wa-clear-chat:disabled{opacity:.45;cursor:not-allowed}.wa-header-only-mobile,.demo-root--chat-mobile .wa-header-only-desktop{display:none}.demo-root--chat-mobile .wa-header-only-mobile{display:inline-flex}.demo-root--chat-mobile .wa-header-overflow.wa-header-only-mobile{display:block}.wa-header-help{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#ffffffeb;background:#ffffff1a;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .12s ease}.wa-header-help:hover{color:#fff;background:#ffffff38;border-color:#ffffff61}.wa-header-help:active{transform:scale(.96)}.wa-header-help.wa-header-only-mobile{display:none}.demo-root--chat-mobile .wa-header-help.wa-header-only-mobile{display:inline-flex}.wa-header-overflow{position:relative}.wa-overflow-trigger{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#ffffffeb;background:#ffffff1a;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .12s ease}.wa-overflow-trigger:hover,.wa-overflow-trigger[aria-expanded=true]{color:#fff;background:#ffffff38;border-color:#ffffff61}.wa-overflow-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:280;margin:0;padding:0;border:none;cursor:pointer;background:#0f172a59;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.wa-overflow-panel{position:fixed;z-index:290;right:max(.5rem,env(safe-area-inset-right,0px));top:calc(env(safe-area-inset-top,0px) + 3.35rem);width:min(18rem,calc(100vw - 1rem));max-height:min(70vh,calc(100dvh - 5rem));overflow:auto;padding:.75rem;border-radius:.75rem;background:#fffffffa;box-shadow:0 22px 50px #0f172a33,0 0 0 1px #0f172a0f;color:var(--text-primary)}html.dark .wa-overflow-panel{background:#1e293bfa;box-shadow:0 22px 50px #00000073,0 0 0 1px #94a3b824}.wa-overflow-share{display:flex;align-items:center;gap:.65rem;width:100%;box-sizing:border-box;min-height:3rem;margin-top:.5rem;padding:.6rem .85rem;border:1px solid rgba(15,23,42,.1);border-radius:.5rem;font:inherit;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;color:var(--text-primary);background:#f8fafcf2;transition:background .15s ease,border-color .15s ease}html.dark .wa-overflow-share{background:#0f172a99;border-color:#94a3b833}.wa-overflow-share:hover{background:#f1f5f9}html.dark .wa-overflow-share:hover{background:#1e293b}.wa-overflow-share__icon{flex-shrink:0;opacity:.85}.wa-overflow-clear{display:flex;align-items:center;gap:.65rem;width:100%;box-sizing:border-box;min-height:3rem;margin-top:.5rem;padding:.6rem .85rem;border:1px solid rgba(15,23,42,.1);border-radius:.5rem;font:inherit;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;color:var(--text-primary);background:#f8fafcf2;transition:background .15s ease,border-color .15s ease}html.dark .wa-overflow-clear{background:#0f172a99;border-color:#94a3b833}.wa-overflow-clear:hover{background:#f1f5f9}html.dark .wa-overflow-clear:hover{background:#1e293b}.wa-overflow-clear__icon{flex-shrink:0;opacity:.85}.demo-modal::backdrop,.demo-contact-modal::backdrop{background:#0f172a6b;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.demo-modal{margin:auto;padding:0;border:none;background:transparent;max-width:min(22rem,calc(100vw - 2rem));color:var(--text-primary)}.demo-modal-card{padding:1.25rem 1.35rem;border-radius:1rem;background:#fffffff5;box-shadow:0 22px 50px #0f172a2e,0 0 0 1px #0f172a0f}html.dark .demo-modal-card{background:#1e293bf5;box-shadow:0 22px 50px #00000073,0 0 0 1px #f8fafc14}.demo-modal-card h2{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.demo-modal-card p{margin:0 0 1.1rem;font-size:.9rem;line-height:1.45;color:var(--text-muted)}.demo-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.demo-modal-actions button{margin:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.demo-modal-cancel{color:var(--text-primary);background:#94a3b833;border-color:#94a3b859}.demo-modal-cancel:hover{background:#94a3b847}.demo-modal-confirm{color:#fff;background:#b91c1c;border-color:#991b1b}.demo-modal-confirm:hover{background:#991b1b}.demo-modal-confirm:disabled{opacity:.55;cursor:not-allowed}.demo-help-modal .demo-modal-card h2{margin-bottom:.85rem}.demo-help-actions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.25rem}.demo-help-link{display:flex;align-items:center;gap:.4rem;padding:.6rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--text-primary);background:#94a3b81f;border:1px solid rgba(148,163,184,.28);transition:background .15s ease,border-color .15s ease}.demo-help-link:hover{background:#94a3b833}button.demo-help-link{cursor:pointer;width:100%;text-align:left;font:inherit}.demo-help-modal-footer{justify-content:stretch;margin-top:.75rem}.demo-help-modal-footer .demo-modal-cancel{width:100%;justify-content:center}.demo-qr-modal .demo-modal-card{max-width:min(22rem,calc(100vw - 2rem))}.demo-qr-hint{margin:0 0 .85rem;font-size:.875rem;line-height:1.45;color:var(--text-muted)}.demo-qr-image{display:block;width:min(240px,70vw);height:auto;margin:0 auto .85rem;border-radius:.5rem}.demo-qr-modal-actions{flex-wrap:wrap;justify-content:stretch;gap:.5rem}.demo-qr-modal-actions .demo-modal-cancel{flex:1;min-width:6rem}.demo-contact-modal{margin:auto;padding:0;border:none;background:transparent;max-width:min(26rem,calc(100vw - 2rem));color:var(--text-primary)}.demo-contact-card{position:relative;padding:2rem 1.5rem 1.5rem;border-radius:1rem;background:#fffffffa;box-shadow:0 22px 50px #0f172a33,0 0 0 1px #0f172a0f}html.dark .demo-contact-card{background:#1e293bfa;box-shadow:0 22px 50px #00000073,0 0 0 1px #f8fafc14}.demo-contact-close{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0;padding:0;color:var(--text-muted);background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:color .15s ease,background .15s ease}.demo-contact-close:hover{color:var(--text-primary);background:#94a3b833}html.dark .demo-contact-close:hover{background:#94a3b826}.demo-contact-title{margin:0 2rem .35rem 0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.demo-contact-desc{margin:0 0 1.25rem;font-size:.95rem;line-height:1.45;color:var(--text-muted)}.demo-contact-channels{display:flex;flex-direction:column;gap:.75rem}.contact-channel{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;border-radius:.75rem;text-decoration:none;color:#fff;font-weight:600;font-size:1.05rem;letter-spacing:-.01em;box-shadow:0 4px 12px #0f172a26;transition:transform .18s ease,box-shadow .18s ease}.contact-channel:hover{transform:scale(1.02);box-shadow:0 8px 20px #0f172a33}.contact-channel:active{transform:scale(.99)}.contact-channel--telegram{background:linear-gradient(90deg,#60a5fa,#2563eb)}.contact-channel--telegram:hover{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.contact-channel--whatsapp{background:linear-gradient(90deg,#4ade80,#16a34a)}.contact-channel--whatsapp:hover{background:linear-gradient(90deg,#22c55e,#15803d)}.contact-channel-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#fffffff2;border-radius:.5rem;box-shadow:inset 0 1px 2px #0f172a0f,0 0 0 1px #0f172a0f}html.dark .contact-channel-icon-wrap{background:#1e293b;box-shadow:inset 0 1px 2px #0003,0 0 0 1px #ffffff14}.contact-channel-icon-wrap img{display:block;width:1.5rem;height:1.5rem;object-fit:contain}.contact-channel-label{flex:1;min-width:0}.demo-cta-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem .85rem;width:100%;margin-top:2.75rem;margin-bottom:.25rem;padding:0 .25rem}.demo-learn-link{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.15rem;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:500;font-style:normal;line-height:1.35;letter-spacing:-.01em;text-decoration:none;color:var(--text-muted);background:#ffffff6b;border:1px solid rgba(255,255,255,.55);border-radius:9999px;box-shadow:0 8px 28px #0f172a14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:color .18s ease,background .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease}button.demo-learn-link{cursor:pointer;border-style:solid;-moz-appearance:none;appearance:none;-webkit-appearance:none}html.dark .demo-learn-link{background:#1e293b73;border-color:#94a3b847;color:var(--text-muted);box-shadow:0 10px 32px #00000059}.demo-learn-link:hover{color:#475569;background:#ffffff94;border-color:#ffffffbf;box-shadow:0 10px 34px #0f172a1a}html.dark .demo-learn-link:hover{color:#cbd5e1;background:#3341558c;border-color:#94a3b86b}.demo-learn-link:active{transform:scale(.98)}.demo-learn-link svg{flex-shrink:0;opacity:.65}.messages-area-pattern{position:relative;flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}html.dark .messages-area-pattern{background-color:#1f2937}.messages-area-pattern:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/pattern.svg);background-repeat:repeat;background-size:420px auto;background-position:0 0;opacity:.045;pointer-events:none}html.dark .messages-area-pattern:before{opacity:.12;filter:invert(1)}.messages-scroll{position:relative;z-index:1;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.messages-inner{padding:1rem;display:flex;flex-direction:column;gap:.85rem;font-size:.9375rem;min-height:100%}.empty-chat-info-wrap{margin:auto 0;display:flex;justify-content:center;align-items:center;padding:.5rem 0}.empty-chat-info{max-width:34rem;text-align:center;padding:.85rem 1rem;border-radius:.875rem;font-size:.87rem;line-height:1.45;color:#334155;background:#f8fafce6;border:1px solid rgba(148,163,184,.35);box-shadow:0 8px 20px #0f172a14}html.dark .empty-chat-info{color:#e2e8f0;background:#1e293be6;border-color:#94a3b859;box-shadow:0 10px 24px #00000047}.chat-bubble-opaque{opacity:1!important;backface-visibility:hidden;-webkit-backface-visibility:hidden}.chat-bubble-assistant{background-color:#fff!important;box-shadow:0 1px 2px #0f172a14,0 4px 14px #0f172a17,0 0 0 1px #0f172a0a}html.dark .chat-bubble-assistant{background-color:#374151!important;color:#f1f5f9!important;box-shadow:0 1px 2px #00000059,0 4px 12px #00000038}.chat-bubble-client{background-color:#dcf8c6!important;box-shadow:0 1px 2px #0f172a0f}html.dark .chat-bubble-client{background-color:#166534!important;color:#ecfdf5!important}.msg-row{display:flex;gap:.5rem;align-items:flex-end}.msg-row--user{flex-direction:row;justify-content:flex-end}.msg-row--assistant{flex-direction:row;align-items:flex-start}@keyframes chat-message-enter{0%{transform:translate3d(0,16px,0) scale(.97)}to{transform:translateZ(0) scale(1)}}@keyframes chat-user-optimistic{0%{opacity:0;transform:translate3d(14px,10px,0) scale(.94)}to{opacity:1;transform:translateZ(0) scale(1)}}.msg-enter{animation:chat-message-enter .65s cubic-bezier(.22,.61,.36,1) forwards;backface-visibility:hidden;-webkit-backface-visibility:hidden}.msg-enter--user-optimistic{animation:chat-user-optimistic .38s cubic-bezier(.34,1.25,.64,1) forwards;backface-visibility:hidden;-webkit-backface-visibility:hidden}.msg-avatar-wrap{flex-shrink:0}.ai-avatar-gradient{width:2rem;height:2rem;border-radius:.75rem;padding:2px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fdf2f8,#f3e8ff 30%,#e0e7ff 70%,#dbeafe)}html.dark .ai-avatar-gradient{background:linear-gradient(135deg,#3c1529,#2f1b41 40%,#191a43,#131d35)}.ai-avatar-gradient img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}.msg-stack{display:flex;flex-direction:column;max-width:85%;gap:.125rem}.msg-row--user .msg-stack{align-items:flex-end}.msg-stack--assistant{align-items:flex-start;gap:.2rem}.msg-stack--user{gap:.2rem}.msg-meta{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;width:100%}.msg-row--user .msg-meta{justify-content:flex-end}.msg-name{font-size:.8125rem;font-weight:500}.msg-name--assistant{background:linear-gradient(to right,#3b82f6,#9333ea);-webkit-background-clip:text;background-clip:text;color:transparent}.msg-name--admin{font-weight:600;color:#b45309}html.dark .msg-name--admin{color:#fbbf24}.admin-avatar-gradient{width:2rem;height:2rem;border-radius:.75rem;padding:.35rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff7ed,#ffedd5 45%,#fed7aa);box-shadow:inset 0 0 0 1px #b453091f}html.dark .admin-avatar-gradient{background:linear-gradient(135deg,#431407,#7c2d12,#9a3412);box-shadow:inset 0 0 0 1px #fbbf2433}.admin-avatar-icon{width:100%;height:100%;color:#9a3412}html.dark .admin-avatar-icon{color:#fde68a}.admin-avatar-image{width:100%;height:100%;border-radius:.5rem;object-fit:cover}.chat-bubble-admin{background-color:#fffbeb!important;box-shadow:0 1px 2px #78350f14,0 4px 14px #78350f12,0 0 0 1px #b4530914}html.dark .chat-bubble-admin{background-color:#422006!important;color:#fef3c7!important;box-shadow:0 1px 2px #00000059,0 4px 12px #00000038,0 0 0 1px #fbbf241f}.msg-name--user{color:#64748b}html.dark .msg-name--user{color:#94a3b8}.msg-time{font-size:.625rem;font-weight:400;color:var(--text-muted)}.msg-time--below{display:block;margin-top:.2rem;line-height:1.2;font-size:.625rem;font-weight:400;color:var(--text-muted)}.msg-time--below.msg-time--assistant{align-self:flex-start;padding-left:.05rem}.msg-time--below.msg-time--user{align-self:flex-end;padding-right:.05rem}.msg-bubble{border-radius:.5rem;padding:.55rem .8rem}.msg-bubble--assistant{border-top-left-radius:.125rem}.msg-bubble--user{border-top-right-radius:.125rem}.msg-bubble p{margin:0;font-size:.9375rem;line-height:1.48;white-space:pre-wrap;word-break:break-word}.chat-inline-link{color:inherit;text-decoration:underline;text-underline-offset:.12em}.chat-inline-link:hover{opacity:.88}.typing-wrap{display:flex;gap:.5rem;align-items:flex-start}.typing-bubble{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:.125rem .5rem .5rem;max-width:60px}.typing-bubble span{width:.5rem;height:.5rem;border-radius:50%;background:#64748b;animation:typing-dot 1s infinite ease-in-out}html.dark .typing-bubble span{background:#94a3b8}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}@keyframes typing-dot{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.wa-input-bar{flex-shrink:0;display:flex;align-items:stretch;padding:.5rem .75rem;background:var(--wa-input-bar);border-top:1px solid rgba(15,23,42,.06)}.wa-input-form{display:flex;flex:1;min-width:0;align-items:flex-end;gap:.5rem;width:100%}html.dark .wa-input-bar{border-top-color:#94a3b826}.wa-input{flex:1;border:none;border-radius:1.25rem;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;line-height:1.45;resize:none;min-height:2.75rem;max-height:8rem;height:2.75rem;overflow-y:auto;overflow-x:hidden;background:#fff;color:#0f172a;outline:none;box-shadow:0 0 0 1px #0f172a14}html.dark .wa-input{background:#334155;color:#f8fafc;box-shadow:0 0 0 1px #94a3b833}.wa-send{border:0;border-radius:9999px;width:2.75rem;height:2.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;cursor:pointer;font-size:1.1rem;line-height:1}.wa-send:disabled{opacity:.55;cursor:wait}.chat-error{flex-shrink:0;margin:0 .75rem .5rem;padding:.625rem .75rem;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:.5rem;font-size:.8125rem}html.dark .chat-error{background:#7f1d1d59;color:#fecaca;border-color:#f8717159}.card{position:relative;z-index:2;width:min(36rem,100%);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1.25rem;box-shadow:0 12px 32px #0f172a1a;padding:1.5rem}html.dark .card{background:#1e293beb;color:#f1f5f9}html.dark .card h1,html.dark .card p{color:inherit}.demo-iface-bar{position:fixed;top:0;right:0;z-index:200;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;pointer-events:none}.demo-iface-bar>*{pointer-events:auto}.demo-lang-theme--horizontal{display:flex;flex-direction:row;align-items:center;gap:.75rem}.demo-lang-theme--stacked{display:flex;flex-direction:column;gap:.5rem;width:100%}.demo-lang-theme--stacked .demo-iface-dd{width:100%}.demo-lang-theme--stacked .demo-iface-trigger{width:100%;box-sizing:border-box;justify-content:flex-start}.demo-iface-trigger--sheet-row{display:flex;align-items:center;gap:.65rem;min-height:3rem;padding:.6rem .85rem}.demo-iface-trigger-sheet-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;letter-spacing:-.01em}.demo-iface-chevron{width:1.125rem;height:1.125rem;flex-shrink:0;opacity:.42;transition:transform .2s ease,opacity .15s ease}.demo-iface-trigger--sheet-row[aria-expanded=true] .demo-iface-chevron{transform:rotate(180deg);opacity:.72}html.dark .demo-iface-chevron{opacity:.48}html.dark .demo-iface-trigger--sheet-row[aria-expanded=true] .demo-iface-chevron{opacity:.78}.demo-lang-theme--stacked .demo-iface-panel{position:static;right:auto;top:auto;margin-top:.25rem;width:100%;max-width:100%;max-height:min(40vh,16rem);overflow-y:auto}.demo-lang-theme--stacked .demo-iface-panel--theme{min-width:0}.demo-iface-dd{position:relative}.demo-iface-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:0;border-radius:.5rem;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;color:var(--text-primary);background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 2px #0f172a0f,0 0 0 1px #ffffffd9 inset;transition:background .15s ease,box-shadow .15s ease}html:not(.dark) .demo-iface-trigger:hover{background:#fff;box-shadow:0 2px 8px #0f172a14,0 0 0 1px #fff inset}html.dark .demo-iface-trigger{background:#1e293b;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 0 0 1px #94a3b81f}html.dark .demo-iface-trigger:hover{background:#334155}.demo-iface-trigger--icon{padding:.5rem}.demo-iface-trigger-code{min-width:1.75rem;text-align:center;letter-spacing:.02em}.demo-iface-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.demo-iface-check{width:1rem;height:1rem;flex-shrink:0;margin-left:auto}.demo-iface-panel{position:absolute;right:0;top:calc(100% + .35rem);margin:0;padding:.25rem;min-width:11rem;list-style:none;border-radius:.5rem;background:#fff;box-shadow:0 10px 25px -5px #0f172a26,0 0 0 1px #0f172a0f}.demo-iface-panel--theme{min-width:15.5rem}.demo-iface-panel--theme .demo-iface-item>span{white-space:nowrap}.demo-iface-item>svg:first-child{flex-shrink:0}html.dark .demo-iface-panel{background:#0f172a;box-shadow:0 10px 25px -5px #0006,0 0 0 1px #94a3b81f}.demo-iface-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .65rem;border:0;border-radius:.375rem;font:inherit;font-size:.875rem;text-align:left;cursor:pointer;color:var(--text-primary);background:transparent}.demo-iface-item>span{flex:1;min-width:0}.demo-iface-item:hover{background:#f1f5f9}html.dark .demo-iface-item:hover{background:#1e293b}html.widget-embed-iframed,html.widget-embed-iframed body{height:100%;min-height:0;margin:0;overflow:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}html.widget-embed-iframed #root{height:100%;min-height:0;display:flex;flex-direction:column}.widget-chat-page{max-width:100%;overflow-x:hidden}.widget-chat-page .widget-chat-textarea{width:100%;box-sizing:border-box;font-size:16px;line-height:1.4;resize:none;font-family:inherit;min-height:0;max-height:7.5rem;overflow-y:auto;overflow-x:hidden}.widget-chat-page>form{max-width:100%;box-sizing:border-box}.widget-chat-page>form>div:first-of-type{min-width:0;width:100%;max-width:100%}.widget-chat-page .widget-send-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:42px;height:42px;padding:0;margin-bottom:1px}.widget-chat-page .widget-footer-micro{font-size:.625rem;line-height:1.45;text-align:center}.widget-chat-page .widget-footer-micro a{color:inherit;text-decoration:underline;text-underline-offset:.1em}.widget-chat-page .widget-user-bubble--light-shadow{box-shadow:0 1px 1px #0f172a0f,0 2px 6px #0f172a12!important}.widget-header-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.35rem}.widget-header-bar__side{display:flex;align-items:center;min-width:0}.widget-header-bar__side--left{justify-self:start}.widget-header-bar__side--right{justify-self:end}.widget-header-bar__title{justify-self:center;max-width:100%;min-width:0;display:inline-flex;align-items:center;gap:.42rem}.widget-header-bar__title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-weight:600;font-size:.95rem;letter-spacing:.01em}.widget-header-presence{flex-shrink:0;width:.5rem;height:.5rem;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade808c;animation:widget-header-presence-pulse 2.2s ease-in-out infinite}@keyframes widget-header-presence-pulse{0%,to{transform:scale(1);box-shadow:0 0 #4ade807a}50%{transform:scale(1.14);box-shadow:0 0 0 7px #4ade8000}}.widget-header-collapse{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;border-radius:.375rem;background:transparent;color:#ffffffe0;cursor:pointer;opacity:.95}.widget-header-collapse:hover{background:#ffffff24;color:#fff}.widget-header-bar .demo-lang-theme--horizontal{flex-shrink:0;gap:0}.widget-header-bar .demo-iface-trigger{padding:.2rem .35rem;gap:.2rem;font-size:.65rem;font-weight:600;letter-spacing:.05em;color:#ffffffe6!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.widget-header-bar .demo-iface-trigger:hover{background:#ffffff1f!important;box-shadow:none!important}html.dark .widget-header-bar .demo-iface-trigger,html.dark .widget-header-bar .demo-iface-trigger:hover{background:transparent!important;box-shadow:none!important}html.dark .widget-header-bar .demo-iface-trigger:hover{background:#ffffff1f!important}.widget-header-bar .demo-iface-icon{width:.95rem;height:.95rem;opacity:.9}.widget-header-bar .demo-iface-trigger-code{min-width:1.25rem;font-size:.65rem;font-weight:600;opacity:.92}.widget-header-bar .demo-iface-panel{left:0;right:auto;z-index:50;min-width:9rem;border-radius:.375rem;box-shadow:0 4px 14px #0000001a,0 0 0 1px #0f172a0d}.widget-chat-presence-strip{border-bottom-color:#94a3b847;background:#f8fafcf5}html.dark .widget-chat-presence-strip{border-bottom-color:#94a3b82e;background:#0f172af5}@keyframes widget-contact-gate-fade-in{0%{opacity:0}to{opacity:1}}@keyframes widget-contact-gate-fade-out{0%{opacity:1}to{opacity:0}}@keyframes widget-contact-gate-panel-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes widget-contact-gate-panel-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.99)}}.widget-contact-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;animation:widget-contact-gate-fade-in .22s ease-out both}.widget-contact-gate--exiting{animation:widget-contact-gate-fade-out .26s ease-in both}.widget-contact-gate__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;cursor:pointer;background:#0f172a7a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.widget-contact-gate__panel-wrap{position:relative;z-index:1;width:100%;max-width:400px;animation:widget-contact-gate-panel-in .26s cubic-bezier(.22,1,.36,1) both}.widget-contact-gate--exiting .widget-contact-gate__panel-wrap{animation:widget-contact-gate-panel-out .26s ease-in both}.widget-contact-gate__panel{width:100%;padding:16px 16px 14px;display:flex;flex-direction:column;gap:0}.widget-contact-gate__hint{margin:0 0 6px;font-size:13px;line-height:1.45}.widget-contact-gate__intro{margin:12px 0 8px;font-size:13px}.widget-contact-gate__methods{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.widget-contact-gate__method{display:inline-flex;align-items:center;gap:6px;border:1px solid;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 0 0 0 transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.widget-contact-gate__method:hover{box-shadow:0 2px 10px #0f172a1f}.widget-contact-gate__method:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.widget-contact-gate__label{display:block;font-size:12px;margin:10px 0 4px}.widget-contact-gate__label:first-of-type{margin-top:0}.widget-contact-gate__input{width:100%;border-radius:8px;border:1px solid;padding:9px 10px;font-size:16px;outline:none}.widget-contact-gate__input:focus-visible{box-shadow:0 0 0 2px #3b82f659}.widget-contact-gate__phone-wrap{width:100%;margin-bottom:2px}.widget-contact-gate__phone.PhoneInput{width:100%;display:flex;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--widget-phone-border, #cbd5e1);padding:2px 8px 2px 4px;background:var(--widget-phone-bg, #fff)}.widget-contact-gate__phone .PhoneInputCountry{margin-right:0}.widget-contact-gate__phone .PhoneInputInput{flex:1;min-width:0;border:0;background:transparent;color:var(--widget-phone-color, #0f172a);font-size:16px;padding:8px 4px;outline:none}.widget-contact-gate__error{margin-top:10px;font-size:13px;color:#fca5a5;line-height:1.35}.widget-contact-gate__actions{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.widget-contact-gate__btn{border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.widget-contact-gate__btn:disabled{cursor:not-allowed;opacity:.55}.widget-contact-gate__btn--secondary{border:1px solid;background:transparent}.widget-contact-gate__btn--primary{border:0}
