@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--ui-accent:#5850df;--ui-accent-hover:#5148d2;--ui-accent-soft:color-mix(in srgb,var(--ui-accent) 9%,white);--ui-accent-line:color-mix(in srgb,var(--ui-accent) 19%,white);--ui-bg:#f7f8fc;--ui-surface:#ffffff;--ui-surface-subtle:#f5f6f9;--ui-text:#292d42;--ui-muted:#687184;--ui-faint:#7c8495;--ui-line:#e5e8f0;--ui-success:#197452;--ui-danger:#b72f49;--ui-radius:12px;--ui-control-radius:8px;--ui-font:"Inter Variable",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.chat{--chat-bg:var(--ui-surface);--chat-input-bg:#f4f5f7;--chat-text:#252a34;--chat-muted:#727b89;--chat-line:#e8ebef;--chat-assistant:#f2f3f5;--chat-visitor:color-mix(in srgb,var(--brand) 12%,white);--chat-radius:14px;--chat-font:var(--ui-font)}.chat,.chat *{box-sizing:border-box}.chat{display:flex;flex-direction:column;height:100dvh;min-height:0;background:var(--chat-bg);color:var(--chat-text);font:14px/1.6 var(--chat-font);-webkit-font-smoothing:antialiased}.chat button,.chat textarea{font:inherit}.chat button{cursor:pointer;touch-action:manipulation}.chat button:disabled{cursor:default}.chat button:focus-visible,.chat textarea:focus-visible,.chat summary:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.chat .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-header{display:flex;align-items:center;gap:11px;padding:16px 20px;border-bottom:1px solid var(--chat-line);flex-shrink:0;background:var(--chat-bg);min-height:73px}.chat-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--brand);color:var(--on-brand);flex-shrink:0;overflow:hidden}.chat-avatar img{width:100%;height:100%;object-fit:contain}.chat-heading{min-width:0}.chat-header strong{display:block;font-size:14px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.chat-status{display:block;font-size:11px;color:var(--chat-muted);margin-top:3px}.chat-status.waiting{color:#866014}.chat-log{flex:1;min-height:0;overflow:auto;padding:22px 20px 18px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#dce0e8 transparent}.chat-thread{display:flex;flex-direction:column;gap:20px}.chat .message{max-width:100%;align-self:flex-start;overflow-wrap:anywhere;flex-shrink:0}.chat .message p{margin:0;font-size:14px;line-height:1.65;white-space:pre-wrap}.chat .message.assistant{padding:0 2px;background:transparent}.chat .message.visitor{align-self:flex-end;max-width:87%;padding:10px 14px 8px;background:var(--chat-visitor);color:var(--chat-text);border-radius:var(--chat-radius) var(--chat-radius) 4px var(--chat-radius)}.chat .message.agent{padding:0 2px;background:transparent}.chat-agent-label{display:block;font-size:11px;font-weight:600;color:var(--chat-muted);margin-bottom:5px}.chat .message.system{max-width:100%;text-align:center;padding:0 8px;background:none;color:var(--chat-muted);align-self:center}.chat .message.system p{font-size:12px}.chat .message[data-arriving=true]{animation:chat-message-in .22s cubic-bezier(.16,1,.3,1) both}.chat-message-meta{display:flex;justify-content:flex-end;font-size:10px;color:var(--chat-muted);margin-top:5px}.chat-message-meta time{white-space:nowrap}.chat .message.agent .chat-message-meta{justify-content:flex-start}.chat-citations{border-top:1px solid var(--chat-line);margin-top:10px;padding-top:8px;font-size:11px;color:var(--chat-muted);line-height:1.8}.chat-citations summary{cursor:pointer;display:flex;gap:5px;align-items:center}.thinking{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--chat-muted);padding:3px}.thinking>span{display:flex;gap:3px}.thinking i{display:block;background:var(--brand);height:4px;width:4px;border-radius:50%;animation:thinking 1.4s infinite}.thinking i:nth-child(2){animation-delay:.15s}.thinking i:nth-child(3){animation-delay:.3s}.chat-bottom{flex-shrink:0;background:var(--chat-bg);padding:10px 14px max(14px,env(safe-area-inset-bottom))}.chat .composer{display:flex;align-items:flex-end;gap:8px;padding:6px;border:1px solid transparent;border-radius:14px;background:var(--chat-input-bg)}.chat .composer:focus-within{border-color:color-mix(in srgb,var(--brand) 50%,white)}.chat .composer textarea{min-width:0;flex:1;padding:9px 7px;border:0;border-radius:7px;resize:none;outline:none;font-size:14px;line-height:1.5;background:transparent;field-sizing:content;max-height:130px;color:var(--chat-text)}.chat .composer textarea:focus-visible{outline:none}.chat .composer textarea::placeholder{color:var(--chat-muted)}.chat .composer button{width:44px;height:44px;border:0;border-radius:10px;display:grid;place-items:center;background:var(--brand);color:var(--on-brand);flex-shrink:0}.chat .composer button{transition:background .16s ease,transform .14s ease,color .16s ease}.chat .composer button:active:not(:disabled){transform:scale(.92)}.chat .composer button:disabled{opacity:1;background:transparent;color:#89929e}.chat-handoff{align-self:flex-start;margin-top:-8px}.chat-handoff button{border:1px solid var(--chat-line);background:var(--chat-bg);display:flex;align-items:center;gap:8px;color:var(--chat-text);font-size:12px;padding:11px 13px;min-height:44px;border-radius:10px}.chat-handoff button:hover{background:var(--chat-input-bg)}.chat-error{padding:10px;border:1px solid #efc6c9;border-radius:8px;background:#fff3f4;color:#a92739;font-size:12px;line-height:1.5;margin:0 0 10px}.chat-closed{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--chat-muted);font-size:12px}.chat-closed p{margin:0}.chat-closed button{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--chat-line);border-radius:8px;padding:10px 13px;background:var(--chat-bg);color:var(--chat-text);font-size:13px}.widget-empty{padding:60px 24px;max-width:430px;margin:auto;font:14px/1.7 var(--ui-font);color:var(--ui-muted)}.widget-empty h1{font-size:23px;color:var(--ui-text)}.embedded .chat-header{padding-right:64px}@keyframes chat-message-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes thinking{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@media(max-width:480px){.chat .composer textarea{font-size:16px}}@media(prefers-reduced-motion:reduce){.chat *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.chat-navigation{display:grid;gap:10px;margin-top:12px}.chat-navigation-item{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px}.chat-navigation-item a{display:inline-flex;gap:8px;align-items:center;min-height:44px;padding:9px 12px;border:1px solid var(--chat-line);border-radius:10px;background:var(--chat-input-bg);color:var(--chat-text);font-weight:550;text-decoration:none}.chat-navigation-item a:hover{border-color:var(--brand)}.chat-navigation-item a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.chat-navigation-item a[aria-disabled=true]{opacity:.55;cursor:wait}.chat-navigation-item button{display:inline-flex;gap:6px;align-items:center;min-height:44px;padding:6px 2px;background:none;border:0;color:var(--chat-muted);font-size:12px;text-decoration:underline;text-underline-offset:3px}.chat-navigation-preview{font-size:12px}.chat-navigation-preview small{display:block;color:var(--chat-muted);margin-top:4px}.chat .chat-navigation-error{font-size:12px;color:#a92739}.chat-consent{border:1px solid var(--chat-line);border-radius:14px;padding:16px;background:var(--chat-bg);overflow-wrap:anywhere}.chat-consent h2{font-size:16px;line-height:1.4;margin:0 0 10px}.chat-consent p{font-size:13px;line-height:1.6;margin:8px 0}.chat-consent .chat-consent-operator{font-size:12px;color:var(--chat-muted)}.chat-legal-links{display:flex;flex-wrap:wrap;gap:0 14px}.chat-legal-links a{display:inline-flex;align-items:center;min-height:44px;color:var(--chat-text);text-underline-offset:3px;font-size:12px}.chat a:focus-visible,.chat input:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.chat-consent details{margin-top:4px}.chat-consent summary,.chat-privacy summary{cursor:pointer;min-height:44px;padding:12px 0;font-size:12px}.chat-consent-text{white-space:pre-wrap;font-size:13px;padding:12px;background:var(--chat-input-bg);border-radius:8px}.chat-consent-check{display:flex;align-items:flex-start;gap:10px;min-height:44px;padding:12px 0;cursor:pointer;font-size:13px;line-height:1.6}.chat-consent-check input{flex-shrink:0;width:20px;height:20px;margin:2px 0;accent-color:var(--brand)}.chat-consent-submit{width:100%;min-height:44px;border:0;border-radius:10px;padding:10px 12px;background:var(--brand);color:var(--on-brand);font-weight:600}.chat-consent-submit:disabled{background:var(--chat-input-bg);color:var(--chat-muted)}.chat-privacy{padding:0 8px;color:var(--chat-muted);font-size:12px;max-height:180px;overflow:auto}.chat-privacy summary{padding:8px 0;min-height:36px}.chat-privacy p{margin:0 0 8px;line-height:1.6}.chat-privacy button{min-height:44px;border:1px solid var(--chat-line);border-radius:8px;padding:8px 12px;background:var(--chat-bg);color:var(--chat-text)}
