#inv-support-chat{--isc-brand: var(--inviton-500, #0075bf);--isc-brand-dark: var(--inviton-600, #005a94);--isc-brand-light: #e6f2fa;--isc-brand-gradient: linear-gradient(135deg, #0ea5e9 0%, #0075bf 55%, #005a94 100%);--isc-accent: #22c55e;--isc-bg: var(--color-bg-elevated, #ffffff);--isc-bg-muted: var(--color-bg-muted, #f1f5f9);--isc-bg-page: var(--color-bg-page, #f8fafc);--isc-text: var(--color-text-primary, #0f172a);--isc-text-muted: var(--color-text-muted, #475569);--isc-border: var(--color-border-default, #e2e8f0);--isc-input-bg: var(--input-bg, #f8fafc);--isc-input-border: var(--input-border, #e2e8f0);--isc-error: var(--error, #ef4444);--isc-radius: 20px;--isc-font: var(--font-sans, "Inter", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);--isc-shadow: 0 24px 60px -12px rgba(2, 6, 23, .35), 0 8px 20px -8px rgba(2, 6, 23, .2);--isc-z: 2147483000;font-family:var(--isc-font);font-size:15px;line-height:1.5;color:var(--isc-text);-webkit-font-smoothing:antialiased}html.dark #inv-support-chat{--isc-brand-light: rgba(14, 165, 233, .16);--isc-bg: #0f172a;--isc-bg-muted: #1e293b;--isc-bg-page: #0b1220;--isc-text: #f8fafc;--isc-text-muted: #94a3b8;--isc-border: rgba(255, 255, 255, .1);--isc-input-bg: rgba(255, 255, 255, .06);--isc-input-border: rgba(255, 255, 255, .14);--isc-shadow: 0 24px 60px -12px rgba(0, 0, 0, .75), 0 8px 20px -8px rgba(0, 0, 0, .5)}#inv-support-chat *,#inv-support-chat *:before,#inv-support-chat *:after{box-sizing:border-box}#inv-support-chat button{font:inherit;cursor:pointer}#inv-support-chat button:disabled{cursor:default;opacity:.45}#inv-support-chat button:focus-visible,#inv-support-chat input:focus-visible,#inv-support-chat textarea:focus-visible{outline:2px solid var(--isc-brand);outline-offset:2px}.isc-launcher{position:fixed;right:20px;bottom:20px;z-index:var(--isc-z);display:flex;align-items:center;gap:12px;padding:8px 20px 8px 8px;min-height:64px;border:0;border-radius:999px;background:var(--isc-brand-gradient);color:#fff;text-align:left;box-shadow:0 14px 30px -8px #0075bf99,0 4px 12px -4px #02061759;transition:transform .16s ease,box-shadow .16s ease}.isc-launcher:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;border:2px solid rgba(14,165,233,.7);opacity:0;animation:isc-ring 2.4s ease-out 1s 3;pointer-events:none}@keyframes isc-ring{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(1.18)}}.isc-launcher:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 18px 36px -8px #0075bfa6,0 6px 14px -4px #02061766}.isc-launcher__avatar{position:relative;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--isc-brand);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.isc-launcher__avatar svg{width:28px;height:28px}.isc-launcher__dot,.isc-header__dot{position:absolute;right:1px;bottom:1px;width:12px;height:12px;border-radius:50%;background:var(--isc-accent);border:2px solid #fff;box-shadow:0 0 #22c55e99;animation:isc-dot 2s 3}@keyframes isc-dot{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.isc-launcher__text{display:flex;flex-direction:column;line-height:1.2}.isc-launcher__title{font-weight:700;font-size:15px}.isc-launcher__subtitle{font-size:12.5px;opacity:.85;margin-top:2px}.isc-launcher__badge{position:absolute;top:-4px;right:-2px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--isc-error);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.isc-launcher--resume{background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 14px 30px -8px #ea580c8c,0 4px 12px -4px #02061759}.isc-launcher--resume .isc-launcher__avatar{color:#ea580c}.isc-teaser{position:fixed;right:20px;bottom:100px;transform-origin:90% 100%;z-index:var(--isc-z);width:340px;max-width:calc(100vw - 40px);padding:16px 16px 14px;border-radius:18px;background:var(--isc-bg);color:var(--isc-text);border:1px solid var(--isc-border);box-shadow:var(--isc-shadow);animation:isc-pop .22s ease-out}.isc-teaser--closing{animation:isc-teaser-out .2s ease-in forwards;pointer-events:none}@keyframes isc-teaser-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.85) translateY(12px)}}.isc-teaser:after{content:"";position:absolute;right:34px;bottom:-8px;width:16px;height:16px;background:var(--isc-bg);border-right:1px solid var(--isc-border);border-bottom:1px solid var(--isc-border);transform:rotate(45deg)}.isc-teaser__close{position:absolute;top:8px;right:8px;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:var(--isc-text-muted);display:flex;align-items:center;justify-content:center}.isc-teaser__close:hover{background:var(--isc-bg-muted)}.isc-teaser__head{display:flex;align-items:center;gap:10px;padding-right:28px}.isc-teaser__avatar{width:40px;height:40px;border-radius:50%;background:var(--isc-brand-gradient);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.isc-teaser__title{font-weight:700;font-size:15px;line-height:1.25}.isc-teaser__status{font-size:12px;color:var(--isc-accent);font-weight:600;margin-top:2px}.isc-teaser__body{margin:12px 0;font-size:14px;color:var(--isc-text-muted)}.isc-teaser__actions{display:flex;flex-wrap:wrap;gap:8px}.isc-panel{position:fixed;right:20px;bottom:20px;z-index:var(--isc-z);width:400px;max-width:calc(100vw - 40px);height:684px;max-height:calc(90vh - 20px);max-height:calc(90dvh - 20px);display:flex;flex-direction:column;background:var(--isc-bg);border:1px solid var(--isc-border);border-radius:var(--isc-radius);box-shadow:var(--isc-shadow);overflow:hidden;animation:isc-pop .18s ease-out}.isc-panel--closing{animation:isc-pop-out .18s ease-in forwards}@keyframes isc-pop{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}@keyframes isc-pop-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(14px) scale(.97)}}.isc-rise{animation:isc-rise .32s cubic-bezier(.2,.8,.2,1) both}@keyframes isc-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.isc-fade{animation:isc-fade .36s ease-out both}@keyframes isc-fade{0%{opacity:0}to{opacity:1}}.isc-msg--assistant{animation:isc-msg-left .3s cubic-bezier(.2,.8,.2,1) both}.isc-msg--customer{animation:isc-msg-right .26s cubic-bezier(.2,.8,.2,1) both}@keyframes isc-msg-left{0%{opacity:0;transform:translate(-10px,8px) scale(.97)}to{opacity:1;transform:none}}@keyframes isc-msg-right{0%{opacity:0;transform:translate(10px,8px) scale(.97)}to{opacity:1;transform:none}}.isc-launcher{animation:isc-pop .22s ease-out both}@media (prefers-reduced-motion: reduce){.isc-panel,.isc-panel--closing,.isc-teaser,.isc-rise,.isc-fade,.isc-msg--assistant,.isc-msg--customer,.isc-launcher{animation:none}.isc-launcher{transition:none}.isc-launcher:before,.isc-launcher__dot,.isc-header__dot{animation:none}}@media (max-width: 576px){.isc-panel{right:0;bottom:0;width:100vw;max-width:100vw;height:100vh;height:100dvh;max-height:none;border-radius:0;border:0}.isc-launcher{right:16px;bottom:16px;padding:6px 16px 6px 6px;min-height:60px}.isc-launcher__subtitle{display:none}.isc-teaser{right:16px;left:16px;width:auto;max-width:none;bottom:90px}}.isc-header{display:flex;align-items:center;gap:12px;padding:14px 14px 14px 8px;background:var(--isc-brand-gradient);color:#fff;flex:0 0 auto}.isc-header__avatar{position:relative;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--isc-brand);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.isc-header__avatar svg{width:26px;height:26px}.isc-header__text{flex:1 1 auto;min-width:0}.isc-header__title{font-weight:700;font-size:16px;line-height:1.2}.isc-header__subtitle{font-size:12.5px;opacity:.9;line-height:1.2;margin-top:3px}.isc-iconbtn{width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .15s ease}.isc-iconbtn:hover:not(:disabled){background:#ffffff2e}.isc-messages{flex:1 1 auto;overflow-y:auto;padding:clamp(8px,1.5vh,14px) 14px 8px;display:flex;flex-direction:column;gap:6px;overscroll-behavior:contain;scroll-behavior:smooth;background:var(--isc-bg-page)}.isc-hero{text-align:center;padding:2px 8px clamp(6px,1.3vh,12px)}.isc-hero__avatar{width:clamp(40px,6vh,56px);height:clamp(40px,6vh,56px);margin:0 auto 8px;border-radius:50%;background:var(--isc-brand-gradient);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -8px #0075bf8c}.isc-hero__avatar svg{width:30px;height:30px}.isc-hero__title{font-size:clamp(18px,2.3vh,21px);font-weight:700;line-height:1.2}.isc-hero__text{margin-top:4px;font-size:clamp(13px,1.6vh,14.5px);line-height:1.4;color:var(--isc-text-muted)}@media (max-height: 740px){.isc-hero__avatar{display:none}}.isc-msg{display:flex;align-items:flex-end;gap:8px;max-width:100%}.isc-msg--first{margin-top:8px}.isc-msg--assistant{justify-content:flex-start}.isc-msg--customer{justify-content:flex-end}.isc-msg__avatar{width:28px;height:28px;border-radius:50%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:#fff}.isc-msg--first .isc-msg__avatar{background:var(--isc-brand-gradient)}.isc-msg__avatar svg{width:18px;height:18px}.isc-msg__bubble{max-width:82%;padding:11px 15px;border-radius:18px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.45}.isc-msg--assistant .isc-msg__bubble{background:var(--isc-bg);color:var(--isc-text);border:1px solid var(--isc-border);border-bottom-left-radius:6px;box-shadow:0 1px 2px #0206170a}.isc-msg--customer .isc-msg__bubble{background:var(--isc-brand);color:#fff;border-bottom-right-radius:6px}.isc-msg--error .isc-msg__bubble{background:#ef44441a;color:var(--isc-error);border:1px solid rgba(239,68,68,.35)}.isc-typing{display:inline-flex;gap:4px;align-items:center;min-width:52px;justify-content:center}.isc-typing span{width:7px;height:7px;border-radius:50%;background:var(--isc-text-muted);opacity:.5;animation:isc-blink 1.2s infinite ease-in-out}.isc-typing span:nth-child(2){animation-delay:.2s}.isc-typing span:nth-child(3){animation-delay:.4s}@keyframes isc-blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.isc-composer{flex:0 0 auto;padding:10px 16px 12px;border-top:1px solid var(--isc-border);max-height:58%;overflow-y:auto;background:var(--isc-bg)}.isc-composer:empty{display:none}.isc-menu{display:flex;flex-direction:column;gap:clamp(4px,.8vh,8px);margin-top:2px;flex:1 1 auto}.isc-menu__item{display:flex;align-items:center;gap:12px;width:100%;flex:1 1 0;min-height:40px;max-height:76px;padding:clamp(4px,.8vh,8px) 12px;border-radius:14px;border:1px solid var(--isc-border);background:var(--isc-bg);color:var(--isc-text);text-align:left;transition:border-color .12s ease,background .12s ease,transform .12s ease}.isc-menu__item:hover{border-color:var(--isc-brand);background:var(--isc-brand-light);transform:translate(2px)}.isc-menu__icon{width:clamp(32px,4.6vh,42px);height:clamp(32px,4.6vh,42px);border-radius:12px;background:var(--isc-brand-light);display:flex;align-items:center;justify-content:center;font-size:clamp(17px,2.3vh,21px);flex:0 0 auto}.isc-menu__label{flex:1 1 auto;font-weight:600;font-size:clamp(14px,1.75vh,16px)}.isc-menu__chevron{color:var(--isc-text-muted);display:flex}.isc-replies{display:flex;flex-direction:column;gap:8px;margin:6px 0 4px 36px}.isc-reply{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;padding:10px 16px;border-radius:14px;border:1.5px solid var(--isc-brand);background:var(--isc-bg);color:var(--isc-brand);font-weight:600;font-size:15px;text-align:left;transition:background .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease}.isc-reply:hover{background:var(--isc-brand-light);transform:translate(2px)}.isc-reply--primary{background:var(--isc-brand-gradient);border:0;padding:11.5px 17.5px;color:#fff;box-shadow:0 8px 18px -8px #0075bf99}.isc-reply--primary:hover{background:var(--isc-brand-gradient);filter:brightness(1.05)}.isc-reply--ghost{border-color:var(--isc-border);color:var(--isc-text-muted);font-weight:500;background:transparent}.isc-reply--ghost:hover{background:var(--isc-bg-muted);color:var(--isc-text)}.isc-review{width:100%;padding:14px 16px;border-radius:14px;background:var(--isc-brand-light);border:1px solid rgba(0,117,191,.14)}.isc-review__stars{display:block;color:#f5a623;font-size:17px;letter-spacing:2px;line-height:1;margin-bottom:8px}.isc-review__text{margin:0 0 10px;font-size:14px;line-height:1.45;color:var(--isc-text)}.isc-review__link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:var(--isc-bg);border:1.5px solid var(--isc-brand);color:var(--isc-brand);font-weight:600;font-size:14px;text-decoration:none;transition:background .12s ease,color .12s ease}.isc-review__link:hover{background:var(--isc-brand);color:#fff;text-decoration:none}.isc-reply__icon{font-size:18px;line-height:1}.isc-reply__label{flex:1 1 auto}@media (max-width: 576px){.isc-replies{margin-left:0}}.isc-choices{display:flex;flex-wrap:wrap;gap:8px}.isc-chip{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;border:1.5px solid var(--isc-brand);background:transparent;color:var(--isc-brand);font-weight:600;font-size:14px;text-align:left;transition:background .12s ease,color .12s ease,transform .12s ease}.isc-chip:hover{background:var(--isc-brand-light);transform:translateY(-1px)}.isc-chip--primary{background:var(--isc-brand-gradient);border-color:transparent;color:#fff;box-shadow:0 8px 18px -8px #0075bf99}.isc-chip--primary:hover{background:var(--isc-brand-gradient);filter:brightness(1.05)}.isc-chip--ghost{border-color:var(--isc-border);color:var(--isc-text-muted);font-weight:500}.isc-chip--ghost:hover{background:var(--isc-bg-muted)}.isc-chip--small{padding:7px 12px;font-size:13px}.isc-chip__icon{font-size:16px;line-height:1}.isc-inputrow{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.isc-inputrow .isc-input{flex:1 1 160px}.isc-inputrow__actions{display:flex;align-items:center;gap:6px}.isc-inputrow__error,.isc-field__error{flex:1 0 100%;color:var(--isc-error);font-size:12.5px}.isc-input{width:100%;padding:11px 14px;border-radius:12px;border:1.5px solid var(--isc-input-border);background:var(--isc-input-bg);color:var(--isc-text);font:inherit;font-size:15px;resize:vertical;min-height:44px;transition:border-color .12s ease}.isc-input:focus{border-color:var(--isc-brand)}.isc-input::placeholder{color:var(--input-placeholder, #94a3b8)}.isc-input--error{border-color:var(--isc-error)}.isc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:12px;border:1px solid transparent;color:var(--isc-text);font-weight:600;min-height:44px}.isc-btn--primary{background:var(--isc-brand-gradient);color:#fff;box-shadow:0 8px 18px -8px #0075bf99}.isc-btn--primary:hover{filter:brightness(1.05)}.isc-link{background:none;border:0;padding:4px 6px;color:var(--isc-text-muted);text-decoration:underline;font-size:12.5px}.isc-link:hover{color:var(--isc-text)}.isc-form{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.isc-form .isc-btn{grid-column:1 / -1;justify-self:end}.isc-field{display:flex;flex-direction:column;gap:3px;font-size:12.5px;color:var(--isc-text-muted)}.isc-field:first-child,.isc-field:nth-child(5){grid-column:1 / -1}.isc-field__label{font-weight:500}.isc-confirm{display:flex;flex-direction:column;gap:10px}.isc-summary{margin:0;padding:12px 14px;border-radius:12px;background:var(--isc-bg-muted);display:flex;flex-direction:column;gap:6px}.isc-summary__row{display:grid;grid-template-columns:120px 1fr;gap:8px;font-size:13.5px}.isc-summary__row dt{color:var(--isc-text-muted);font-weight:500}.isc-summary__row dd{margin:0;overflow-wrap:anywhere}.isc-confirm .isc-btn{align-self:flex-end}.isc-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 12px 8px;font-size:11px;color:var(--isc-text-muted);background:var(--isc-bg);white-space:nowrap}.isc-footer .isc-link{flex:0 0 auto}.isc-footer__privacy{flex:1 1 auto;min-width:0;display:flex;justify-content:flex-end;align-items:baseline;gap:4px;opacity:.8}.isc-footer__privacy-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.isc-footer__privacy-link{flex:0 0 auto;color:inherit;text-decoration:underline;text-underline-offset:2px}.isc-footer__privacy-link:hover,.isc-footer__privacy-link:focus-visible{color:var(--isc-text)}
