.ChatWidget-module__zCRJnG__root{--chat-accent:#fda910;--chat-accent-hover:#e89a08;--chat-bg:#161616;--chat-surface:#1c1c1c;--chat-surface-2:#242424;--chat-text:#fff;--chat-text-muted:#a0a0a0;--chat-border:#ffffff14;--chat-user-bubble:#fda910;--chat-user-text:#161616;--chat-assistant-bubble:#242424;--chat-error:#ff5a5a;--chat-radius:16px;--chat-shadow:0 20px 60px #00000073;color:var(--chat-text);font-family:Montserrat,system-ui,sans-serif}.ChatWidget-module__zCRJnG__fab{background:var(--chat-accent);width:60px;height:60px;color:var(--chat-user-text);cursor:pointer;z-index:9998;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .18s,background .18s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #fda91073,0 4px 12px #0000004d}.ChatWidget-module__zCRJnG__fab:hover{background:var(--chat-accent-hover);transform:translateY(-2px)scale(1.04)}.ChatWidget-module__zCRJnG__fab svg{width:28px;height:28px}.ChatWidget-module__zCRJnG__fab:before{content:"";background:var(--chat-accent);opacity:.6;z-index:-1;border-radius:50%;animation:2s ease-out infinite ChatWidget-module__zCRJnG__pulse;position:absolute;inset:-4px}@keyframes ChatWidget-module__zCRJnG__pulse{0%{opacity:.55;transform:scale(1)}70%{opacity:0;transform:scale(1.45)}to{opacity:0;transform:scale(1.45)}}.ChatWidget-module__zCRJnG__fabBadge{color:var(--chat-user-text);background:#fff;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #00000040}.ChatWidget-module__zCRJnG__popup{background:var(--chat-bg);border:1px solid var(--chat-border);border-radius:var(--chat-radius);width:420px;height:min(700px,100vh - 48px);box-shadow:var(--chat-shadow);z-index:9999;flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) ChatWidget-module__zCRJnG__popIn;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden}.ChatWidget-module__zCRJnG__popup.ChatWidget-module__zCRJnG__minimized{height:64px;min-height:64px}@keyframes ChatWidget-module__zCRJnG__popIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__zCRJnG__header{background:var(--chat-surface);border-bottom:1px solid var(--chat-border);flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}.ChatWidget-module__zCRJnG__avatar{background:linear-gradient(135deg, var(--chat-accent), #ffd166);width:38px;height:38px;color:var(--chat-user-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.ChatWidget-module__zCRJnG__headerText{flex:1;min-width:0}.ChatWidget-module__zCRJnG__headerTitle{color:var(--chat-text);margin:0;font-size:14px;font-weight:600;line-height:1.2}.ChatWidget-module__zCRJnG__headerStatus{color:var(--chat-text-muted);align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.ChatWidget-module__zCRJnG__statusDot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e2e}.ChatWidget-module__zCRJnG__headerActions{gap:4px;display:flex}.ChatWidget-module__zCRJnG__iconBtn{color:var(--chat-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.ChatWidget-module__zCRJnG__iconBtn:hover{background:var(--chat-surface-2);color:var(--chat-text)}.ChatWidget-module__zCRJnG__iconBtn svg{width:16px;height:16px}.ChatWidget-module__zCRJnG__body{flex-direction:column;flex:1;min-height:0;display:flex}.ChatWidget-module__zCRJnG__popup.ChatWidget-module__zCRJnG__minimized .ChatWidget-module__zCRJnG__body{display:none}.ChatWidget-module__zCRJnG__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__zCRJnG__messages::-webkit-scrollbar{width:6px}.ChatWidget-module__zCRJnG__messages::-webkit-scrollbar-thumb{background:var(--chat-surface-2);border-radius:3px}.ChatWidget-module__zCRJnG__welcome{color:var(--chat-text);padding:8px 0 12px;font-size:14px;line-height:1.6}.ChatWidget-module__zCRJnG__welcome h3{margin:0 0 8px;font-size:18px;font-weight:700}.ChatWidget-module__zCRJnG__welcome p{color:var(--chat-text-muted);margin:0 0 12px}.ChatWidget-module__zCRJnG__welcome ul{margin:0 0 12px;padding:0;list-style:none}.ChatWidget-module__zCRJnG__welcome li{color:var(--chat-text);padding:4px 0;font-size:13.5px}.ChatWidget-module__zCRJnG__welcome li:before{content:"•";color:var(--chat-accent);margin-right:8px;font-weight:700}.ChatWidget-module__zCRJnG__suggestions{flex-direction:column;gap:8px;padding:0;display:flex}.ChatWidget-module__zCRJnG__suggestion{background:var(--chat-surface);border:1px solid var(--chat-border);color:var(--chat-text);text-align:left;cursor:pointer;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:13px;transition:background .15s,border-color .15s,transform .1s}.ChatWidget-module__zCRJnG__suggestion:hover{background:var(--chat-surface-2);border-color:var(--chat-accent)}.ChatWidget-module__zCRJnG__suggestion:active{transform:scale(.99)}.ChatWidget-module__zCRJnG__row{flex-direction:column;max-width:85%;display:flex}.ChatWidget-module__zCRJnG__row.ChatWidget-module__zCRJnG__user{align-self:flex-end;align-items:flex-end}.ChatWidget-module__zCRJnG__row.ChatWidget-module__zCRJnG__assistant{align-self:flex-start;align-items:flex-start}.ChatWidget-module__zCRJnG__bubble{word-wrap:break-word;white-space:normal;border-radius:14px;padding:10px 14px;font-size:14px;line-height:1.5}.ChatWidget-module__zCRJnG__row.ChatWidget-module__zCRJnG__user .ChatWidget-module__zCRJnG__bubble{background:var(--chat-user-bubble);color:var(--chat-user-text);border-bottom-right-radius:4px}.ChatWidget-module__zCRJnG__row.ChatWidget-module__zCRJnG__assistant .ChatWidget-module__zCRJnG__bubble{background:var(--chat-assistant-bubble);color:var(--chat-text);border-bottom-left-radius:4px}.ChatWidget-module__zCRJnG__timestamp{color:var(--chat-text-muted);margin-top:4px;padding:0 4px;font-size:11px}.ChatWidget-module__zCRJnG__errorMark{color:var(--chat-error);margin-top:4px;font-size:11px}.ChatWidget-module__zCRJnG__bubble p{margin:0 0 8px}.ChatWidget-module__zCRJnG__bubble p:last-child{margin:0}.ChatWidget-module__zCRJnG__bubble a{color:var(--chat-accent);text-decoration:underline}.ChatWidget-module__zCRJnG__bubble code{background:#ffffff14;border-radius:4px;padding:1px 5px;font-family:SF Mono,Menlo,monospace;font-size:12.5px}.ChatWidget-module__zCRJnG__bubble pre{border:1px solid var(--chat-border);background:#0f0f0f;border-radius:8px;margin:8px 0;padding:10px 12px;overflow-x:auto}.ChatWidget-module__zCRJnG__bubble pre code{color:#e6e6e6;background:0 0;padding:0;font-size:12px}.ChatWidget-module__zCRJnG__row.ChatWidget-module__zCRJnG__user .ChatWidget-module__zCRJnG__bubble a{color:var(--chat-user-text);font-weight:600}.ChatWidget-module__zCRJnG__row.ChatWidget-module__zCRJnG__user .ChatWidget-module__zCRJnG__bubble code{color:var(--chat-user-text);background:#0000002e}.ChatWidget-module__zCRJnG__bubble ul,.ChatWidget-module__zCRJnG__bubble ol{margin:6px 0;padding-left:20px}.ChatWidget-module__zCRJnG__typing{background:var(--chat-assistant-bubble);border-radius:14px 14px 14px 4px;align-self:flex-start;gap:5px;padding:12px 14px;display:flex}.ChatWidget-module__zCRJnG__typing span{background:var(--chat-text-muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ChatWidget-module__zCRJnG__bounce}.ChatWidget-module__zCRJnG__typing span:nth-child(2){animation-delay:.15s}.ChatWidget-module__zCRJnG__typing span:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__zCRJnG__bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.ChatWidget-module__zCRJnG__inputArea{border-top:1px solid var(--chat-border);background:var(--chat-surface);flex-shrink:0;padding:12px 12px 10px}.ChatWidget-module__zCRJnG__inputRow{align-items:flex-end;gap:8px;display:flex}.ChatWidget-module__zCRJnG__textarea{background:var(--chat-bg);border:1px solid var(--chat-border);color:var(--chat-text);resize:none;border-radius:12px;outline:none;flex:1;min-height:40px;max-height:120px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.ChatWidget-module__zCRJnG__textarea:focus{border-color:var(--chat-accent)}.ChatWidget-module__zCRJnG__textarea:disabled{opacity:.6;cursor:not-allowed}.ChatWidget-module__zCRJnG__sendBtn{background:var(--chat-accent);color:var(--chat-user-text);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.ChatWidget-module__zCRJnG__sendBtn:hover:not(:disabled){background:var(--chat-accent-hover)}.ChatWidget-module__zCRJnG__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__zCRJnG__sendBtn svg{width:18px;height:18px}.ChatWidget-module__zCRJnG__inputMeta{color:var(--chat-text-muted);justify-content:space-between;align-items:center;margin-top:6px;padding:0 4px;font-size:11px;display:flex}.ChatWidget-module__zCRJnG__counter.ChatWidget-module__zCRJnG__over{color:var(--chat-error)}.ChatWidget-module__zCRJnG__errorBanner{color:#ffb4b4;background:#ff5a5a1f;border:1px solid #ff5a5a4d;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:0 16px 8px;padding:8px 12px;font-size:12.5px;display:flex}.ChatWidget-module__zCRJnG__linkBtn{color:var(--chat-accent);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600;text-decoration:underline}.ChatWidget-module__zCRJnG__leadForm{background:var(--chat-surface);border:1px solid var(--chat-border);border-radius:12px;flex-shrink:0;max-height:50%;margin:8px 16px 12px;padding:14px;overflow-y:auto}.ChatWidget-module__zCRJnG__leadForm h4{color:var(--chat-text);margin:0 0 4px;font-size:14px}.ChatWidget-module__zCRJnG__leadForm p{color:var(--chat-text-muted);margin:0 0 12px;font-size:12.5px;line-height:1.5}.ChatWidget-module__zCRJnG__leadField{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.ChatWidget-module__zCRJnG__leadField label{color:var(--chat-text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:11.5px;font-weight:600}.ChatWidget-module__zCRJnG__leadField input,.ChatWidget-module__zCRJnG__leadField textarea{background:var(--chat-bg);border:1px solid var(--chat-border);color:var(--chat-text);border-radius:8px;outline:none;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.ChatWidget-module__zCRJnG__leadField input:focus,.ChatWidget-module__zCRJnG__leadField textarea:focus{border-color:var(--chat-accent)}.ChatWidget-module__zCRJnG__leadField textarea{resize:vertical;min-height:60px}.ChatWidget-module__zCRJnG__leadActions{align-items:center;gap:8px;margin-top:4px;display:flex}.ChatWidget-module__zCRJnG__primaryBtn{background:var(--chat-accent);color:var(--chat-user-text);cursor:pointer;border:none;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.ChatWidget-module__zCRJnG__primaryBtn:hover:not(:disabled){background:var(--chat-accent-hover)}.ChatWidget-module__zCRJnG__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__zCRJnG__secondaryLink{color:var(--chat-text-muted);margin-left:auto;font-size:12px;text-decoration:underline}.ChatWidget-module__zCRJnG__secondaryLink:hover{color:var(--chat-accent)}.ChatWidget-module__zCRJnG__fieldError{color:var(--chat-error);margin-top:6px;font-size:11.5px}@media (max-width:640px){.ChatWidget-module__zCRJnG__popup{border-radius:16px 16px 0 0;width:100vw;height:92vh;max-height:92vh;animation:.28s cubic-bezier(.16,1,.3,1) ChatWidget-module__zCRJnG__slideUp;bottom:0;right:0}.ChatWidget-module__zCRJnG__popup.ChatWidget-module__zCRJnG__minimized{height:64px;max-height:64px}@keyframes ChatWidget-module__zCRJnG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ChatWidget-module__zCRJnG__fab{width:56px;height:56px;bottom:18px;right:18px}}.ChatWidget-module__zCRJnG__chatTooltip{background-color:var(--chat-surface);color:var(--chat-text);border:1px solid var(--chat-accent);z-index:9997;pointer-events:none;white-space:nowrap;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) ChatWidget-module__zCRJnG__fadeInRight;position:fixed;bottom:32px;right:94px;box-shadow:0 10px 25px #00000080}.ChatWidget-module__zCRJnG__chatTooltip:after{content:"";background-color:var(--chat-surface);border-right:1px solid var(--chat-accent);border-top:1px solid var(--chat-accent);width:10px;height:10px;position:absolute;top:50%;right:-6px;transform:translateY(-50%)rotate(45deg)}@keyframes ChatWidget-module__zCRJnG__fadeInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){.ChatWidget-module__zCRJnG__chatTooltip{padding:8px 14px;font-size:13px;bottom:24px;right:84px}}
*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#161616}::-webkit-scrollbar-thumb{background:#fda910;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e09800}*{scrollbar-width:thin;scrollbar-color:#fda910 #161616}.currency-toggle-wrapper{color:var(--text-color);justify-content:center;align-items:center;gap:12px;margin-bottom:40px;font-size:16px;font-weight:600;display:flex}.currency-toggle-wrapper span{transition:color .3s}.currency-toggle-wrapper span.active{color:var(--white-color)}.currency-toggle-wrapper .toggle-switch{width:50px;height:26px;display:inline-block;position:relative}.currency-toggle-wrapper .toggle-switch input{opacity:0;width:0;height:0}.currency-toggle-wrapper .toggle-slider{cursor:pointer;background-color:#333;border-radius:34px;transition:all .4s;position:absolute;inset:0}.currency-toggle-wrapper .toggle-slider:before{content:"";background-color:var(--accent-color);border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:4px;left:4px}.currency-toggle-wrapper input:checked+.toggle-slider:before{transform:translate(24px)}.pricing-sub.starter{color:#a8cf45}.pricing-sub.enterprise{color:var(--accent-color)}.upload-icon-wrapper{background-color:var(--accent-color);width:44px;height:44px;color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 15px;font-size:20px;display:flex}
