.ChatWidget-module__52vinG__widget{--green-950:#123a2d;--green-900:#174835;--green-800:#1f5b45;--green-700:#2d7057;--cream-50:#fcfaf4;--ink:#183027;--muted:#617067;--border:#dfe5df;color:var(--ink);justify-content:flex-end;align-items:flex-end;width:100%;height:100%;font-family:Arial,Helvetica,sans-serif;display:flex}.ChatWidget-module__52vinG__launcher{background:var(--green-800);color:#fff;cursor:pointer;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:transform .16s,box-shadow .16s;display:flex;position:relative;box-shadow:0 8px 24px #123a2d47}.ChatWidget-module__52vinG__launcher:hover{transform:translateY(-2px);box-shadow:0 10px 28px #123a2d59}.ChatWidget-module__52vinG__launcher:focus-visible,.ChatWidget-module__52vinG__iconButton:focus-visible,.ChatWidget-module__52vinG__sendButton:focus-visible,.ChatWidget-module__52vinG__handoffButton:focus-visible,.ChatWidget-module__52vinG__handoffCard button:focus-visible,.ChatWidget-module__52vinG__errorCard button:focus-visible,.ChatWidget-module__52vinG__composer textarea:focus-visible,.ChatWidget-module__52vinG__sources a:focus-visible{outline-offset:2px;outline:3px solid #e5a934}.ChatWidget-module__52vinG__portrait{color:var(--green-950);background:linear-gradient(145deg,#eee2c9,#d5b987);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:800;display:inline-flex;position:relative;overflow:hidden}.ChatWidget-module__52vinG__portrait img{object-fit:cover;object-position:center 20%;width:100%;height:100%;position:absolute;inset:0}.ChatWidget-module__52vinG__initials{letter-spacing:-.04em;font-size:.78rem}.ChatWidget-module__52vinG__launcherPortrait{width:50px;height:50px}.ChatWidget-module__52vinG__headerPortrait{border:2px solid #ffffffb3;width:48px;height:48px}.ChatWidget-module__52vinG__onlineDot{background:#54bb7b;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.ChatWidget-module__52vinG__panel{background:#fff;border:1px solid #123a2d21;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:100%;max-width:400px;height:min(680px,100dvh);display:grid;overflow:hidden;box-shadow:0 18px 55px #122b2233}.ChatWidget-module__52vinG__header{background:linear-gradient(135deg, var(--green-950), var(--green-800));color:#fff;align-items:center;gap:10px;min-height:78px;padding:12px 10px 12px 14px;display:flex}.ChatWidget-module__52vinG__headingGroup{flex:1;min-width:0}.ChatWidget-module__52vinG__headingGroup h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:700;line-height:1.2}.ChatWidget-module__52vinG__headingGroup p{color:#d8e8df;margin:4px 0 0;font-size:.74rem}.ChatWidget-module__52vinG__iconButton{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.ChatWidget-module__52vinG__iconButton:hover{background:#ffffff1f}.ChatWidget-module__52vinG__messages{background:radial-gradient(circle at 100% 0, #e5a93414, transparent 38%), var(--cream-50);scroll-behavior:smooth;min-height:0;padding:14px;overflow-y:auto}.ChatWidget-module__52vinG__dayMarker{color:var(--muted);letter-spacing:.08em;text-align:center;text-transform:uppercase;margin:0 0 14px;font-size:.7rem;font-weight:700}.ChatWidget-module__52vinG__messageRow{margin:0 0 12px;display:flex}.ChatWidget-module__52vinG__assistantRow,.ChatWidget-module__52vinG__humanRow{justify-content:flex-start}.ChatWidget-module__52vinG__visitorRow{justify-content:flex-end}.ChatWidget-module__52vinG__message{border-radius:15px;max-width:88%;padding:10px 12px;font-size:.89rem;line-height:1.5}.ChatWidget-module__52vinG__message p{white-space:pre-wrap;margin:5px 0 0}.ChatWidget-module__52vinG__assistantMessage{border:1px solid var(--border);background:#fff;border-bottom-left-radius:5px}.ChatWidget-module__52vinG__visitorMessage{background:var(--green-800);color:#fff;border-bottom-right-radius:5px}.ChatWidget-module__52vinG__humanMessage{background:#eff8f2;border:1px solid #9ccab0;border-bottom-left-radius:5px}.ChatWidget-module__52vinG__senderLabel{color:var(--green-700);letter-spacing:.015em;align-items:center;gap:4px;font-size:.69rem;font-weight:800;display:flex}.ChatWidget-module__52vinG__visitorMessage .ChatWidget-module__52vinG__senderLabel{color:#e0efe7}.ChatWidget-module__52vinG__sources{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:10px;padding-top:9px;display:flex}.ChatWidget-module__52vinG__sources>span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.67rem;font-weight:800}.ChatWidget-module__52vinG__sources a{color:#175b8f;text-underline-offset:2px;align-items:center;gap:4px;width:fit-content;font-size:.78rem;text-decoration:underline;text-decoration-thickness:1px;display:inline-flex}.ChatWidget-module__52vinG__pendingMessage{min-width:92px}.ChatWidget-module__52vinG__thinkingDots{align-items:center;gap:4px;height:22px;margin-top:4px;display:flex}.ChatWidget-module__52vinG__thinkingDots i{background:var(--green-700);opacity:.35;border-radius:50%;width:6px;height:6px;animation:1.05s ease-in-out infinite ChatWidget-module__52vinG__pulse}.ChatWidget-module__52vinG__thinkingDots i:nth-child(2){animation-delay:.12s}.ChatWidget-module__52vinG__thinkingDots i:nth-child(3){animation-delay:.24s}.ChatWidget-module__52vinG__errorCard,.ChatWidget-module__52vinG__handoffCard{border-radius:12px;align-items:center;gap:10px;margin:12px 0;padding:11px;font-size:.8rem;display:flex}.ChatWidget-module__52vinG__errorCard{color:#7c2920;background:#fff3f1;border:1px solid #e6aaa2}.ChatWidget-module__52vinG__handoffCard{color:#523d0b;background:#fff8e8;border:1px solid #e3c477;flex-direction:column;align-items:flex-start}.ChatWidget-module__52vinG__errorCard div{flex:1}.ChatWidget-module__52vinG__errorCard p,.ChatWidget-module__52vinG__handoffCard p{margin:3px 0 0}.ChatWidget-module__52vinG__errorCard button,.ChatWidget-module__52vinG__handoffCard button{color:inherit;cursor:pointer;background:#fff;border:1px solid;border-radius:8px;min-height:44px;padding:7px 11px}.ChatWidget-module__52vinG__handoffForm{gap:10px;width:100%;display:grid}.ChatWidget-module__52vinG__handoffForm label{gap:4px;font-size:.74rem;font-weight:700;display:grid}.ChatWidget-module__52vinG__handoffForm input,.ChatWidget-module__52vinG__handoffForm textarea{color:var(--ink);font:inherit;resize:vertical;background:#fff;border:1px solid #bca96f;border-radius:8px;min-height:44px;padding:9px 10px}.ChatWidget-module__52vinG__handoffForm .ChatWidget-module__52vinG__consentLabel{align-items:flex-start;gap:8px;font-weight:400;line-height:1.4;display:flex}.ChatWidget-module__52vinG__handoffForm .ChatWidget-module__52vinG__consentLabel input{flex:none;width:20px;min-height:20px}.ChatWidget-module__52vinG__handoffForm input:focus-visible,.ChatWidget-module__52vinG__handoffForm textarea:focus-visible{outline-offset:2px;outline:3px solid #e5a934}.ChatWidget-module__52vinG__handoffActions{flex-wrap:wrap;gap:8px;display:flex}.ChatWidget-module__52vinG__composerArea{border-top:1px solid var(--border);padding:10px 12px max(10px, env(safe-area-inset-bottom));background:#fff}.ChatWidget-module__52vinG__handoffButton{color:var(--green-900);cursor:pointer;background:#eff7f2;border:1px solid #aad0b9;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:44px;margin-bottom:8px;padding:8px 12px;font-size:.82rem;font-weight:800;display:flex}.ChatWidget-module__52vinG__handoffButton:hover{background:#e4f2e9}.ChatWidget-module__52vinG__composer{background:#f7f8f6;border:1px solid #cbd4cc;border-radius:13px;align-items:flex-end;gap:6px;padding:5px;display:flex}.ChatWidget-module__52vinG__composer:focus-within{border-color:var(--green-700);box-shadow:0 0 0 2px #2d705721}.ChatWidget-module__52vinG__composer textarea{color:var(--ink);font:inherit;resize:none;background:0 0;border:0;outline:0;flex:1;min-height:42px;max-height:100px;padding:10px 8px;font-size:.9rem;line-height:1.4}.ChatWidget-module__52vinG__composer textarea::placeholder{color:#77837b}.ChatWidget-module__52vinG__sendButton{background:var(--green-800);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.ChatWidget-module__52vinG__sendButton:disabled{cursor:not-allowed;background:#a7b2ab}.ChatWidget-module__52vinG__privacyNote{color:var(--muted);text-align:center;margin:7px 2px 0;font-size:.67rem}.ChatWidget-module__52vinG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes ChatWidget-module__52vinG__pulse{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}@media (max-width:420px),(max-height:620px){.ChatWidget-module__52vinG__panel{border-radius:18px;height:100dvh}.ChatWidget-module__52vinG__header{min-height:70px}.ChatWidget-module__52vinG__messages{padding:12px}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__52vinG__launcher,.ChatWidget-module__52vinG__messages,.ChatWidget-module__52vinG__thinkingDots i{scroll-behavior:auto;transition:none;animation:none}}
