#softranges-ai-chatbot-root{--sr-ai-primary:#f50404;--sr-ai-primary-dark:#c70404;--sr-ai-accent:#111827;--sr-ai-header-start:#f50404;--sr-ai-header-end:#111827;--sr-ai-text:#ffffff;--sr-ai-surface:rgba(255, 255, 255, .94);--sr-ai-muted:#6b7280;--sr-ai-border:rgba(229, 231, 235, .9);--sr-ai-bg:#f7f8fb;--sr-ai-radius-lg:12px;--sr-ai-radius-md:8px;--sr-ai-shadow:0 8px 18px rgba(15, 23, 42, .14);position:fixed;z-index:999999;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111827;letter-spacing:0}#softranges-ai-chatbot-root *{box-sizing:border-box}.sr-ai-bottom-right{right:14px;bottom:14px}.sr-ai-bottom-left{left:14px;bottom:14px}.sr-ai-window{position:absolute;right:0;bottom:34px;width:min(390px, calc(100vw - 24px));height:min(640px, calc(100vh - 50px));display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9)),var(--sr-ai-bg);border:1px solid rgba(255,255,255,.78);border-radius:var(--sr-ai-radius-lg);box-shadow:var(--sr-ai-shadow);backdrop-filter:blur(10px);opacity:0;pointer-events:none;transform:translateY(18px) scale(.96);transform-origin:bottom right;transition:opacity .22s ease,transform .24s ease}.sr-ai-bottom-left .sr-ai-window{left:0;right:auto;transform-origin:bottom left}.sr-ai-open .sr-ai-window{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.sr-ai-header{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;min-height:24px;padding:2px 5px;gap:4px;color:var(--sr-ai-text);background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.28),transparent 32%),linear-gradient(135deg,var(--sr-ai-header-start),var(--sr-ai-primary-dark) 56%,var(--sr-ai-header-end))}.sr-ai-header:after{content:"";position:absolute;left:5px;right:5px;bottom:0;height:1px;background:rgba(255,255,255,.22)}.sr-ai-brand{display:flex;align-items:center;gap:4px;min-width:0;flex:1 1 auto}.sr-ai-brand strong{display:block;max-width:220px;overflow:hidden;font-size:9px;font-weight:400;line-height:1;text-overflow:ellipsis;white-space:nowrap}.sr-ai-brand span{display:none}.sr-ai-brand i{width:4px;height:4px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.18)}.sr-ai-avatar{display:block;width:16px;height:16px;flex:0 0 16px;min-width:16px;min-height:16px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;object-fit:cover;background:#fff;box-shadow:none}.sr-ai-avatar-fallback{display:grid;place-items:center;color:var(--sr-ai-primary);background:#fff;font-size:7px;font-weight:400}.sr-ai-header-actions{display:flex;align-items:center;gap:2px;flex:0 0 auto;position:relative;z-index:2}.sr-ai-icon-button,.sr-ai-send,.sr-ai-toggle,.sr-ai-suggestion-card,.sr-ai-lead-back{appearance:none;font-family:inherit}.sr-ai-icon-button{display:grid;width:18px;height:18px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:6px;color:#fff;background:rgba(255,255,255,.14);cursor:pointer;transition:transform .18s ease,background .18s ease}.sr-ai-icon-button:hover{background:rgba(255,255,255,.23);transform:translateY(-1px)}.sr-ai-icon-button svg,.sr-ai-send svg,.sr-ai-toggle svg,.sr-ai-suggestion-icon svg,.sr-ai-lead-back svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sr-ai-send svg{display:block;width:13px;height:13px;color:#fff!important;stroke:currentColor!important;position:relative;z-index:1;pointer-events:none}.sr-ai-progress{flex:0 0 auto;padding:2px 5px;background:rgba(255,255,255,.86);border-bottom:1px solid var(--sr-ai-border)}.sr-ai-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:1px;color:#374151;font-size:7px;font-weight:400}.sr-ai-lead-back{display:inline-flex;align-items:center;gap:2px;border:0;color:var(--sr-ai-primary);background:transparent;cursor:pointer;font-size:7px;font-weight:400}.sr-ai-lead-back:disabled{color:#a1a1aa;cursor:default}.sr-ai-lead-back svg{width:9px;height:9px}.sr-ai-progress-track{height:2px;overflow:hidden;border-radius:999px;background:#eef0f4}.sr-ai-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sr-ai-primary),var(--sr-ai-accent));transition:width .28s ease}.sr-ai-messages{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:3px 5px 2px;background:linear-gradient(180deg,rgba(247,248,251,.94),rgba(255,255,255,.88)),var(--sr-ai-bg);scroll-behavior:smooth}.sr-ai-messages::-webkit-scrollbar{width:4px}.sr-ai-messages::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(148,163,184,.72);background-clip:content-box}.sr-ai-message-row{display:flex;align-items:flex-end;gap:2px;margin:0 0 1px;animation:srAiMessageIn .22s ease both}.sr-ai-message-row-user{justify-content:flex-end}.sr-ai-message-row-ai,.sr-ai-message-row-admin{justify-content:flex-start}.sr-ai-bubble-avatar{display:block;width:12px;height:12px;flex:0 0 12px;min-width:12px;min-height:12px;padding:0;border:1px solid #e5e7eb;border-radius:50%;background:#fff;object-fit:cover;box-shadow:none}.sr-ai-message{position:relative;max-width:86%;padding:2px 4px;border-radius:7px;line-height:1.12;font-size:9px;font-weight:400;letter-spacing:0;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 5px rgba(15,23,42,.035)}.sr-ai-message-user{color:#fff;background:linear-gradient(135deg,var(--sr-ai-primary),var(--sr-ai-primary-dark));border-bottom-right-radius:3px}.sr-ai-message-ai,.sr-ai-message-admin{color:#111827;background:rgba(255,255,255,.94);border:1px solid rgba(229,231,235,.88);border-bottom-left-radius:3px}.sr-ai-message-admin{background:#fff7ed;border-color:#fed7aa}.sr-ai-message time{display:block;margin-top:1px;font-size:6px;font-weight:400;letter-spacing:0;opacity:.62;text-align:right}.sr-ai-message-ai time,.sr-ai-message-admin time{text-align:left}.sr-ai-typing .sr-ai-message{display:inline-flex;align-items:center;gap:2px;min-width:20px;min-height:12px}.sr-ai-typing span{width:2px;height:2px;border-radius:50%;background:#9ca3af;animation:srAiPulse 1s infinite ease-in-out}.sr-ai-typing span:nth-child(2){animation-delay:.15s}.sr-ai-typing span:nth-child(3){animation-delay:.3s}.sr-ai-suggestions-inline{clear:both;margin:2px 0 3px 3px;padding:0;background:transparent;animation:srAiMessageIn .22s ease both}.sr-ai-suggestions-closing{pointer-events:none;animation:srAiSuggestionsOut .16s ease both}.sr-ai-suggestions-title{margin:0 1px 2px;color:#6b7280;font-size:8px;font-weight:400}.sr-ai-suggestion-grid{display:flex;flex-wrap:wrap;gap:2px}.sr-ai-suggestion-card{display:inline-flex;align-items:center;gap:2px;min-height:16px;max-width:100%;padding:2px 4px;border:1px solid rgba(229,231,235,.9);border-radius:999px;color:#111827;background:linear-gradient(180deg,#fff,#fafafa);box-shadow:none;cursor:pointer;font-size:9px;font-weight:400;line-height:1.05;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sr-ai-suggestion-card:hover{border-color:rgba(245,4,4,.26);box-shadow:0 4px 10px rgba(15,23,42,.08);transform:translateY(-1px)}.sr-ai-suggestion-card:disabled{cursor:default;opacity:.68;transform:none}.sr-ai-suggestion-card.is-removing{opacity:0;transform:translateY(4px) scale(.96)}.sr-ai-suggestion-icon{display:grid;width:10px;height:10px;flex:0 0 10px;place-items:center;border-radius:12px;color:var(--sr-ai-primary);background:rgba(245,4,4,.08)}.sr-ai-suggestion-icon svg{width:7px;height:7px}.sr-ai-composer{display:grid;flex:0 0 auto;align-items:end;grid-template-columns:1fr 24px;gap:3px;padding:3px;background:rgba(255,255,255,.97);border-top:1px solid rgba(229,231,235,.86)}.sr-ai-composer textarea{width:100%;min-height:22px;max-height:44px;margin:0;padding:4px 6px;resize:none;border:1px solid #e5e7eb;border-radius:8px;outline:none;color:#111827;background:#f9fafb;font:inherit;font-size:9px;font-weight:400;line-height:1.1;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.sr-ai-composer textarea:focus{border-color:rgba(245,4,4,.38);background:#fff;box-shadow:0 0 0 2px rgba(245,4,4,.08)}.sr-ai-send{display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:50%;color:#fff;background:#f50404;background-color:#f50404;box-shadow:0 3px 7px rgba(245,4,4,.16);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.sr-ai-send>svg,.sr-ai-toggle-icon>svg{display:block;flex:0 0 auto}.sr-ai-send:disabled{cursor:wait;opacity:.7;transform:none}.sr-ai-send.is-loading svg{animation:srAiSendSpin .8s linear infinite}.sr-ai-send-soft .sr-ai-send{color:#fff;background:#f50404;background-color:#f50404;box-shadow:0 3px 7px rgba(245,4,4,.16)}.sr-ai-send-soft .sr-ai-send svg{color:#fff!important;stroke:currentColor!important}.sr-ai-send:hover{box-shadow:0 5px 10px rgba(245,4,4,.2);transform:translateY(-1px)}.sr-ai-toggle{position:relative;display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;color:var(--sr-ai-text);background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.3),transparent 34%),linear-gradient(135deg,var(--sr-ai-primary),var(--sr-ai-primary-dark) 54%,var(--sr-ai-accent));box-shadow:0 5px 12px rgba(15,23,42,.18),0 2px 6px rgba(245,4,4,.12);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.sr-ai-toggle:hover{transform:translateY(-2px);box-shadow:0 7px 16px rgba(15,23,42,.22),0 3px 8px rgba(245,4,4,.14)}.sr-ai-toggle-icon svg{width:13px;height:13px}.sr-ai-launcher-img{display:block;width:14px;height:14px;border-radius:6px;object-fit:cover}.sr-ai-footer{flex:0 0 auto;padding:1px 3px;border-top:1px solid rgba(229,231,235,.72);color:#94a3b8;background:rgba(255,255,255,.97);font-size:6px;font-weight:400;line-height:1;text-align:center}.sr-ai-footer a{color:#64748b;text-decoration:none;transition:color .18s ease}.sr-ai-footer a:hover{color:var(--sr-ai-primary)}@keyframes srAiPulse{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes srAiMessageIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes srAiSuggestionsOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}@media (max-width:782px){.sr-ai-bottom-right,.sr-ai-bottom-left{right:10px;left:10px;bottom:10px}.sr-ai-window{left:0;right:0;bottom:34px;width:auto;height:min(640px, calc(100vh - 44px));border-radius:12px}.sr-ai-brand strong{max-width:calc(100vw - 76px)}}@media (max-width:520px){.sr-ai-bottom-right,.sr-ai-bottom-left{right:0;left:0;bottom:0}.sr-ai-open .sr-ai-window{transform:translateY(0) scale(1)}.sr-ai-window{bottom:0;width:100vw;height:100dvh;max-height:100dvh;border-width:0;border-radius:0}.sr-ai-header{min-height:24px;padding:2px 5px;overflow:visible}.sr-ai-avatar{display:block;width:16px;height:16px;flex-basis:16px}.sr-ai-header-actions{display:flex;visibility:visible;opacity:1}.sr-ai-icon-button{width:18px;height:18px}.sr-ai-messages{padding:3px 5px 2px}.sr-ai-message{max-width:88%;font-size:9px}.sr-ai-suggestion-grid{display:flex}.sr-ai-suggestion-card{min-height:16px}.sr-ai-suggestions-inline{margin:2px 0 3px 3px}.sr-ai-composer{padding:3px;grid-template-columns:1fr 24px}.sr-ai-footer{padding:1px 3px}.sr-ai-composer textarea,.sr-ai-send{min-height:24px;height:24px}.sr-ai-send svg{width:14px;height:14px}.sr-ai-toggle{position:fixed;right:10px;bottom:max(10px, env(safe-area-inset-bottom));width:30px;height:30px;border-radius:50%;z-index:2}.sr-ai-open .sr-ai-toggle{display:none}.sr-ai-open .sr-ai-toggle-icon{display:none}.sr-ai-open .sr-ai-toggle:before,.sr-ai-open .sr-ai-toggle:after{content:"";position:absolute;width:14px;height:2px;border-radius:999px;background:currentColor}.sr-ai-open .sr-ai-toggle:before{transform:rotate(45deg)}.sr-ai-open .sr-ai-toggle:after{transform:rotate(-45deg)}}@keyframes srAiSendSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.sr-ai-window,.sr-ai-toggle,.sr-ai-send,.sr-ai-suggestion-card,.sr-ai-message-row,.sr-ai-typing span{animation:none;transition:none}}#softranges-ai-chatbot-root .sr-ai-window{display:flex!important;flex-direction:column!important;height:min(640px, calc(100vh - 46px))!important;max-height:calc(100vh - 46px)!important;overflow:hidden!important}#softranges-ai-chatbot-root .sr-ai-header{flex:0 0 auto!important;min-height:56px!important;height:auto!important;max-height:68px!important;padding:9px 12px!important;gap:10px!important;overflow:visible!important}#softranges-ai-chatbot-root .sr-ai-brand{gap:9px!important;min-height:0!important;line-height:1!important}#softranges-ai-chatbot-root .sr-ai-brand span{display:flex!important;align-items:center!important;gap:4px!important;margin-top:3px!important;font-size:9px!important;font-weight:400!important;line-height:1!important;opacity:.9!important}#softranges-ai-chatbot-root .sr-ai-brand i{display:block!important;width:5px!important;height:5px!important;border-radius:50%!important;background:#22c55e!important;box-shadow:0 0 0 2px rgba(34,197,94,.18)!important}#softranges-ai-chatbot-root .sr-ai-subtitle,#softranges-ai-chatbot-root .sr-ai-online,#softranges-ai-chatbot-root .sr-ai-status{display:none!important}#softranges-ai-chatbot-root .sr-ai-brand strong{margin:0!important;padding:0!important;font-size:13px!important;font-weight:400!important;line-height:1.15!important}#softranges-ai-chatbot-root .sr-ai-avatar{display:block!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;flex:0 0 32px!important;padding:1px!important;margin:0!important}#softranges-ai-chatbot-root .sr-ai-header-actions{display:flex!important;align-items:center!important;gap:6px!important;visibility:visible!important;opacity:1!important}#softranges-ai-chatbot-root .sr-ai-icon-button{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;margin:0!important;border-radius:9px!important}#softranges-ai-chatbot-root .sr-ai-icon-button svg{width:16px!important;height:16px!important}#softranges-ai-chatbot-root .sr-ai-progress{flex:0 0 auto!important;padding:3px 7px!important;margin:0!important}#softranges-ai-chatbot-root .sr-ai-messages{flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow-y:auto!important;padding:8px 9px 5px!important;margin:0!important}#softranges-ai-chatbot-root .sr-ai-message-row{gap:4px!important;margin:0 0 5px!important;padding:0!important}#softranges-ai-chatbot-root .sr-ai-bubble-avatar{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;flex:0 0 16px!important;padding:0!important;margin:0!important}#softranges-ai-chatbot-root .sr-ai-message{max-width:87%!important;padding:5px 7px!important;margin:0!important;border-radius:10px!important;font-size:12px!important;font-weight:400!important;line-height:1.32!important;letter-spacing:0!important}#softranges-ai-chatbot-root .sr-ai-message-text{margin:0!important;padding:0!important;font-size:10px!important;font-weight:400!important;line-height:1.52!important}#softranges-ai-chatbot-root .sr-ai-message time{margin-top:3px!important;font-size:7px!important;font-weight:400!important;line-height:1!important}#softranges-ai-chatbot-root .sr-ai-suggestions-slot{flex:0 0 auto!important;padding:0 7px 6px!important;margin:0!important}#softranges-ai-chatbot-root .sr-ai-suggestions-inline{margin:0!important;padding:0!important}#softranges-ai-chatbot-root .sr-ai-suggestion-grid{gap:5px!important;margin:0!important;padding:0!important}#softranges-ai-chatbot-root .sr-ai-suggestion-card{min-height:24px!important;padding:5px 8px!important;margin:0!important;font-size:11px!important;font-weight:400!important;line-height:1.18!important;box-shadow:0 2px 6px rgba(15,23,42,.04)!important}#softranges-ai-chatbot-root .sr-ai-composer{flex:0 0 auto!important;grid-template-columns:1fr 34px!important;align-items:end!important;gap:6px!important;padding:7px!important;margin:0!important}#softranges-ai-chatbot-root .sr-ai-composer textarea{min-height:34px!important;height:34px;max-height:60px!important;padding:8px 10px!important;margin:0!important;border-radius:12px!important;font-size:12px!important;font-weight:400!important;line-height:1.25!important}#softranges-ai-chatbot-root .sr-ai-send{display:grid!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;place-items:center!important;padding:0!important;margin:0!important;border-radius:50%!important}#softranges-ai-chatbot-root .sr-ai-send svg{display:block!important;width:16px!important;height:16px!important}#softranges-ai-chatbot-root .sr-ai-footer{flex:0 0 auto!important;min-height:0!important;max-height:22px!important;padding:5px 7px!important;margin:0!important;font-size:9px!important;font-weight:400!important;line-height:1.1!important}#softranges-ai-chatbot-root .sr-ai-toggle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;margin:0!important;box-shadow:0 7px 16px rgba(15,23,42,.2)!important}#softranges-ai-chatbot-root .sr-ai-toggle-icon svg{width:18px!important;height:18px!important}#softranges-ai-chatbot-root .sr-ai-launcher-img{width:20px!important;height:20px!important}#softranges-ai-chatbot-root .sr-ai-toggle .badge,#softranges-ai-chatbot-root .sr-ai-toggle .count,#softranges-ai-chatbot-root .sr-ai-toggle .unread,#softranges-ai-chatbot-root .sr-ai-toggle [class*="badge"],#softranges-ai-chatbot-root .sr-ai-toggle [class*="count"],#softranges-ai-chatbot-root .sr-ai-toggle [class*="unread"]{display:none!important;content:none!important}@media (max-width:520px){#softranges-ai-chatbot-root .sr-ai-window{height:100dvh!important;max-height:100dvh!important}#softranges-ai-chatbot-root .sr-ai-header{min-height:56px!important;max-height:68px!important;padding:9px 12px!important}#softranges-ai-chatbot-root .sr-ai-avatar{display:block!important;width:32px!important;height:32px!important}#softranges-ai-chatbot-root .sr-ai-header-actions{display:flex!important;visibility:visible!important;opacity:1!important}#softranges-ai-chatbot-root .sr-ai-send svg{width:17px!important;height:17px!important}}@media (max-width:768px){#softranges-ai-chatbot-root .sr-ai-window{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important}#softranges-ai-chatbot-root .sr-ai-header{min-height:86px!important;max-height:104px!important;padding:16px 18px!important;gap:14px!important}#softranges-ai-chatbot-root .sr-ai-brand{gap:14px!important}#softranges-ai-chatbot-root .sr-ai-brand strong{font-size:20px!important;line-height:1.15!important}#softranges-ai-chatbot-root .sr-ai-brand span{gap:7px!important;margin-top:6px!important;font-size:13px!important}#softranges-ai-chatbot-root .sr-ai-brand i{width:8px!important;height:8px!important}#softranges-ai-chatbot-root .sr-ai-avatar{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;flex-basis:54px!important}#softranges-ai-chatbot-root .sr-ai-header-actions{gap:10px!important}#softranges-ai-chatbot-root .sr-ai-icon-button{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;border-radius:14px!important}#softranges-ai-chatbot-root .sr-ai-icon-button svg{width:24px!important;height:24px!important}#softranges-ai-chatbot-root .sr-ai-bubble-avatar{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;flex-basis:32px!important}#softranges-ai-chatbot-root .sr-ai-footer{max-height:none!important;padding:10px 12px!important;font-size:12px!important;line-height:1.2!important}#softranges-ai-chatbot-root .sr-ai-suggestions-slot{padding:0 10px 10px!important}#softranges-ai-chatbot-root .sr-ai-composer{display:grid!important;grid-template-columns:minmax(0,1fr) 56px!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;overflow:hidden!important;padding:10px!important}#softranges-ai-chatbot-root .sr-ai-composer textarea{width:100%!important;min-width:0!important;max-width:100%!important;min-height:68px!important;height:68px!important;max-height:110px!important;box-sizing:border-box!important}#softranges-ai-chatbot-root .sr-ai-send{display:grid!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;place-items:center!important;align-self:center!important;justify-self:end!important;border-radius:50%!important;box-sizing:border-box!important}#softranges-ai-chatbot-root .sr-ai-send svg{width:28px!important;height:28px!important}#softranges-ai-chatbot-root .sr-ai-toggle{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;border-radius:50%!important}#softranges-ai-chatbot-root .sr-ai-toggle-icon svg{width:46px!important;height:46px!important}#softranges-ai-chatbot-root .sr-ai-launcher-img{width:48px!important;height:48px!important}}