#seerling-wp-chat-root{--seerling-wp-chat-primary:#1F4D3A;--seerling-wp-chat-radius:18px;--seerling-wp-chat-shadow:0 12px 40px rgba(15, 23, 20, 0.22);position:fixed;bottom:22px;z-index:999999;font-family:var(--seerling-wp-chat-font,inherit);font-size:15px;line-height:1.45;color:#1c2420}#seerling-wp-chat-root.seerling-wp-chat-pos-right{right:22px}#seerling-wp-chat-root.seerling-wp-chat-pos-left{left:22px}.seerling-wp-chat-open-trigger,[data-seerling-wp-chat-open]{cursor:pointer}#seerling-wp-chat-root *,#seerling-wp-chat-root *::before,#seerling-wp-chat-root *::after{box-sizing:border-box}#seerling-wp-chat-root .seerling-wp-chat-launcher{display:flex;align-items:center;gap:10px;border:0;cursor:pointer;background:var(--seerling-wp-chat-primary);color:#fff;padding:14px 20px 14px 16px;border-radius:999px;box-shadow:var(--seerling-wp-chat-shadow);font-size:15px;font-weight:600;letter-spacing:.01em;transition:transform 0.18s ease,box-shadow 0.18s ease}#seerling-wp-chat-root .seerling-wp-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 16px 44px rgb(15 23 20 / .3)}#seerling-wp-chat-root .seerling-wp-chat-launcher:focus-visible{outline:3px solid color-mix(in srgb,var(--seerling-wp-chat-primary) 40%,white);outline-offset:2px}#seerling-wp-chat-root.seerling-wp-chat-open .seerling-wp-chat-launcher{display:none}#seerling-wp-chat-root .seerling-wp-chat-launcher-icon--custom{width:26px;height:26px;border-radius:50%;object-fit:cover;flex:none}#seerling-wp-chat-root .seerling-wp-chat-panel{position:absolute;bottom:0;width:380px;max-width:calc(100vw - 28px);height:560px;max-height:calc(100vh - 100px);display:flex;flex-direction:column;background:#fbfaf7;border-radius:var(--seerling-wp-chat-radius);box-shadow:var(--seerling-wp-chat-shadow);overflow:hidden;opacity:0;transform:translateY(14px) scale(.98);transition:opacity 0.2s ease,transform 0.2s ease;pointer-events:none}#seerling-wp-chat-root.seerling-wp-chat-pos-right .seerling-wp-chat-panel{right:0}#seerling-wp-chat-root.seerling-wp-chat-pos-left .seerling-wp-chat-panel{left:0}#seerling-wp-chat-root.seerling-wp-chat-open .seerling-wp-chat-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@media (prefers-reduced-motion:reduce){#seerling-wp-chat-root .seerling-wp-chat-launcher,#seerling-wp-chat-root .seerling-wp-chat-panel{transition:none}}#seerling-wp-chat-root .seerling-wp-chat-header{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--seerling-wp-chat-primary);color:#fff}#seerling-wp-chat-root .seerling-wp-chat-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:rgb(255 255 255 / .18);flex:none}#seerling-wp-chat-root .seerling-wp-chat-avatar--dot{display:inline-block;background:radial-gradient(circle at 32% 32%,rgb(255 255 255 / .85) 0 22%,transparent 23%),rgb(255 255 255 / .18)}#seerling-wp-chat-root .seerling-wp-chat-header-text{display:flex;flex-direction:column;min-width:0}#seerling-wp-chat-root .seerling-wp-chat-header-name{font-weight:700;font-size:16px}#seerling-wp-chat-root .seerling-wp-chat-header-status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.85}#seerling-wp-chat-root .seerling-wp-chat-status-dot{width:8px;height:8px;border-radius:50%;background:#7ee2a8}#seerling-wp-chat-root .seerling-wp-chat-close{margin-left:auto;border:0;background:#fff0;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:8px}#seerling-wp-chat-root .seerling-wp-chat-close:hover{background:rgb(255 255 255 / .15)}#seerling-wp-chat-root .seerling-wp-chat-disclosure{margin:0;padding:8px 16px;font-size:11px;line-height:1.4;color:#8d867a;background:#f3f0e9;border-bottom:1px solid #eae6de}#seerling-wp-chat-root .seerling-wp-chat-disclosure a{color:inherit;text-decoration:underline}#seerling-wp-chat-root .seerling-wp-chat-messages{flex:1;overflow-y:auto;padding:18px 16px 8px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}#seerling-wp-chat-root .seerling-wp-chat-bubble{max-width:84%;padding:10px 14px;border-radius:16px;word-wrap:break-word}#seerling-wp-chat-root .seerling-wp-chat-bubble p{margin:0 0 6px}#seerling-wp-chat-root .seerling-wp-chat-bubble p:last-child{margin-bottom:0}#seerling-wp-chat-root .seerling-wp-chat-bubble ul{margin:4px 0;padding-left:18px}#seerling-wp-chat-root .seerling-wp-chat-bubble li{margin:2px 0}#seerling-wp-chat-root .seerling-wp-chat-bubble code{background:rgb(0 0 0 / .07);padding:1px 5px;border-radius:5px;font-size:.9em}#seerling-wp-chat-root .seerling-wp-chat-bubble a{color:var(--seerling-wp-chat-primary);font-weight:600}#seerling-wp-chat-root .seerling-wp-chat-bubble--assistant{align-self:flex-start;background:#fff;border:1px solid #e8e4dc;border-bottom-left-radius:6px}#seerling-wp-chat-root .seerling-wp-chat-bubble--user{align-self:flex-end;background:var(--seerling-wp-chat-primary);color:#fff;border-bottom-right-radius:6px}#seerling-wp-chat-root .seerling-wp-chat-bubble--user a{color:#fff;text-decoration:underline}#seerling-wp-chat-root .seerling-wp-chat-typing{display:flex;gap:5px;padding:14px 16px}#seerling-wp-chat-root .seerling-wp-chat-typing span{width:7px;height:7px;border-radius:50%;background:#b9b2a4;animation:seerling-wp-chat-bounce 1.2s infinite ease-in-out}#seerling-wp-chat-root .seerling-wp-chat-typing span:nth-child(2){animation-delay:0.15s}#seerling-wp-chat-root .seerling-wp-chat-typing span:nth-child(3){animation-delay:0.3s}@keyframes seerling-wp-chat-bounce{0%,70%,100%{transform:translateY(0);opacity:.5}35%{transform:translateY(-5px);opacity:1}}#seerling-wp-chat-root .seerling-wp-chat-chips{display:flex;flex-wrap:wrap;gap:8px;padding:6px 16px 4px}#seerling-wp-chat-root .seerling-wp-chat-chip{border:1.5px solid color-mix(in srgb,var(--seerling-wp-chat-primary) 45%,white);background:#fff;color:var(--seerling-wp-chat-primary);font-size:13px;font-weight:600;padding:7px 13px;border-radius:999px;cursor:pointer;transition:background 0.15s ease}#seerling-wp-chat-root .seerling-wp-chat-chip:hover{background:color-mix(in srgb,var(--seerling-wp-chat-primary) 8%,white)}#seerling-wp-chat-root .seerling-wp-chat-contact{padding:4px 16px 8px;text-align:center}#seerling-wp-chat-root .seerling-wp-chat-contact-btn{display:inline-block;width:100%;text-align:center;border:1.5px solid color-mix(in srgb,var(--seerling-wp-chat-primary) 45%,white);background:#fff;color:var(--seerling-wp-chat-primary);font-size:13px;font-weight:600;padding:8px 13px;border-radius:12px;text-decoration:none;transition:background 0.15s ease}#seerling-wp-chat-root .seerling-wp-chat-contact-btn:hover{background:color-mix(in srgb,var(--seerling-wp-chat-primary) 8%,white)}#seerling-wp-chat-root .seerling-wp-chat-lead{padding:4px 16px 8px}#seerling-wp-chat-root .seerling-wp-chat-lead-toggle{display:block;width:100%;text-align:center;border:1.5px solid color-mix(in srgb,var(--seerling-wp-chat-primary) 45%,white);background:#fff;color:var(--seerling-wp-chat-primary);font-size:13px;font-weight:600;padding:8px 13px;border-radius:12px;cursor:pointer;transition:background 0.15s ease}#seerling-wp-chat-root .seerling-wp-chat-lead-toggle:hover{background:color-mix(in srgb,var(--seerling-wp-chat-primary) 8%,white)}#seerling-wp-chat-root .seerling-wp-chat-lead-form{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e8e4dc;border-radius:14px;padding:12px}#seerling-wp-chat-root .seerling-wp-chat-lead-form input[type="text"],#seerling-wp-chat-root .seerling-wp-chat-lead-form input[type="email"]{border:1.5px solid #ddd7cb;border-radius:10px;padding:8px 10px;font:inherit;color:inherit;background:#fbfaf7;outline:none}#seerling-wp-chat-root .seerling-wp-chat-lead-form input[type="text"]:focus,#seerling-wp-chat-root .seerling-wp-chat-lead-form input[type="email"]:focus{border-color:var(--seerling-wp-chat-primary)}#seerling-wp-chat-root .seerling-wp-chat-lead-consent{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.4;color:#50524a;cursor:pointer}#seerling-wp-chat-root .seerling-wp-chat-lead-consent input{margin-top:2px;flex:none}#seerling-wp-chat-root .seerling-wp-chat-lead-error{margin:0;font-size:12px;color:#b3261e}#seerling-wp-chat-root .seerling-wp-chat-lead-actions{display:flex;justify-content:flex-end;gap:8px}#seerling-wp-chat-root .seerling-wp-chat-lead-cancel,#seerling-wp-chat-root .seerling-wp-chat-lead-submit{border:0;border-radius:10px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer}#seerling-wp-chat-root .seerling-wp-chat-lead-cancel{background:#fff0;color:#787066}#seerling-wp-chat-root .seerling-wp-chat-lead-cancel:hover{background:#f3f0e9}#seerling-wp-chat-root .seerling-wp-chat-lead-submit{background:var(--seerling-wp-chat-primary);color:#fff}#seerling-wp-chat-root .seerling-wp-chat-lead-submit:hover:not(:disabled){opacity:.92}#seerling-wp-chat-root .seerling-wp-chat-lead-submit:disabled{opacity:.5;cursor:default}#seerling-wp-chat-root .seerling-wp-chat-inputbar{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid #eae6de;margin:0}#seerling-wp-chat-root .seerling-wp-chat-hp{position:absolute;left:-9999px;width:1px;height:1px}#seerling-wp-chat-root .seerling-wp-chat-input{flex:1;resize:none;border:1.5px solid #ddd7cb;border-radius:14px;padding:10px 14px;font:inherit;color:inherit;background:#fbfaf7;max-height:110px;outline:none}#seerling-wp-chat-root .seerling-wp-chat-input:focus{border-color:var(--seerling-wp-chat-primary)}#seerling-wp-chat-root .seerling-wp-chat-send{flex:none;width:42px;height:42px;border:0;border-radius:50%;background:var(--seerling-wp-chat-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.15s ease}#seerling-wp-chat-root .seerling-wp-chat-send:hover:not(:disabled){transform:scale(1.06)}#seerling-wp-chat-root .seerling-wp-chat-send:disabled{opacity:.5;cursor:default}#seerling-wp-chat-root .seerling-wp-chat-footer{text-align:center;font-size:11px;color:#8d867a;padding:6px 0 8px;background:#fff}@media (max-width:480px){#seerling-wp-chat-root{bottom:14px}#seerling-wp-chat-root.seerling-wp-chat-pos-right{right:14px}#seerling-wp-chat-root.seerling-wp-chat-pos-left{left:14px}#seerling-wp-chat-root .seerling-wp-chat-panel{width:calc(100vw - 20px);height:min(78vh, 640px)}}