:root{--pasargad-chat-safe-bottom:env(safe-area-inset-bottom,0px)}
.pasargad-chat-chat,.pasargad-chat-chat *{box-sizing:border-box}
.pasargad-chat-chat{--pasargad-chat-primary:#5b4bdb;--pasargad-chat-secondary:#8b5cf6;--pasargad-chat-accent:#14b8a6;--pasargad-chat-surface:#fff;--pasargad-chat-text:#182230;--pasargad-chat-radius:22px;--pasargad-chat-launcher:60px;--pasargad-chat-vh:100vh;--pasargad-chat-vh:100dvh;position:fixed;right:24px;bottom:calc(24px + var(--pasargad-chat-safe-bottom));z-index:999999;font-family:"Vazirmatn","Vazir","IRANSansX",Tahoma,Arial,sans-serif;color:var(--pasargad-chat-text);direction:rtl;text-align:right;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}
.pasargad-chat-chat[data-position="left"]{right:auto;left:24px}
.pasargad-chat-chat button,.pasargad-chat-chat input,.pasargad-chat-chat textarea,.pasargad-chat-chat select{font:inherit}
.pasargad-chat-chat button{cursor:pointer}
.pasargad-chat-chat__launcher{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-width:var(--pasargad-chat-launcher);height:var(--pasargad-chat-launcher);padding:0 19px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--pasargad-chat-primary),var(--pasargad-chat-secondary));box-shadow:0 14px 38px color-mix(in srgb,var(--pasargad-chat-primary) 35%,transparent),0 4px 12px rgba(15,23,42,.14);transition:transform .25s ease,box-shadow .25s ease;isolation:isolate}
.pasargad-chat-chat__launcher:hover{transform:translateY(-3px);box-shadow:0 20px 46px color-mix(in srgb,var(--pasargad-chat-primary) 42%,transparent),0 7px 16px rgba(15,23,42,.16)}
.pasargad-chat-chat__launcher:focus-visible,.pasargad-chat-chat button:focus-visible,.pasargad-chat-chat input:focus-visible,.pasargad-chat-chat textarea:focus-visible,.pasargad-chat-chat select:focus-visible{outline:3px solid color-mix(in srgb,var(--pasargad-chat-accent) 48%,transparent);outline-offset:3px}
.pasargad-chat-chat__launcher-icon{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pasargad-chat-chat__launcher-text{white-space:nowrap;font-weight:700;letter-spacing:-.2px}
.pasargad-chat-chat__pulse{position:absolute;top:3px;right:3px;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:#94a3b8;z-index:2}
.pasargad-chat-chat[data-online="true"] .pasargad-chat-chat__pulse{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.2);animation:pasargad-chat-pulse 2.2s infinite}
.pasargad-chat-chat__badge{position:absolute;top:-7px;left:-5px;min-width:23px;height:23px;padding:2px 6px;border:2px solid #fff;border-radius:20px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;text-align:center;line-height:17px}
.pasargad-chat-chat__panel{position:absolute;right:0;bottom:calc(var(--pasargad-chat-launcher) + 16px);display:flex;flex-direction:column;width:min(390px,calc(100vw - 32px));height:min(680px,calc(var(--pasargad-chat-vh) - 118px));max-height:680px;overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:var(--pasargad-chat-radius);background:var(--pasargad-chat-surface);box-shadow:0 28px 80px rgba(15,23,42,.24),0 8px 24px rgba(15,23,42,.12);transform-origin:bottom right;animation:pasargad-chat-panel-in .28s cubic-bezier(.2,.8,.2,1)}
.pasargad-chat-chat[data-position="left"] .pasargad-chat-chat__panel{right:auto;left:0;transform-origin:bottom left}
.pasargad-chat-chat__panel[hidden]{display:none}
.pasargad-chat-chat__header{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:82px;padding:15px 16px;color:#fff;background:linear-gradient(125deg,var(--pasargad-chat-primary),var(--pasargad-chat-secondary));overflow:hidden}
.pasargad-chat-chat__header:before{content:"";position:absolute;inset:-80% -30% auto auto;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.24),transparent 68%);pointer-events:none}
.pasargad-chat-chat__agent{position:relative;display:flex;align-items:center;gap:11px;min-width:0}
.pasargad-chat-chat__avatar{position:relative;display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;overflow:hidden;border:2px solid rgba(255,255,255,.65);border-radius:16px;background:rgba(255,255,255,.16);box-shadow:0 7px 18px rgba(15,23,42,.14)}
.pasargad-chat-chat__avatar img{width:100%;height:100%;object-fit:cover}
.pasargad-chat-chat__avatar svg{width:29px;height:29px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round}
.pasargad-chat-chat__agent>span:last-child{display:flex;min-width:0;flex-direction:column}
.pasargad-chat-chat__title{overflow:hidden;font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.pasargad-chat-chat__subtitle{margin-top:2px;color:rgba(255,255,255,.86);font-size:11.5px;white-space:nowrap}
.pasargad-chat-chat__header-actions{position:relative;display:flex;gap:5px}
.pasargad-chat-chat__header-actions button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:11px;background:rgba(255,255,255,.13);color:#fff;transition:background .2s ease}
.pasargad-chat-chat__header-actions button:hover{background:rgba(255,255,255,.25)}
.pasargad-chat-chat__header-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.pasargad-chat-chat__body{position:relative;flex:1;min-height:0;overflow:hidden;background:linear-gradient(180deg,#f8fafc,#fff 35%)}
.pasargad-chat-chat__loading{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:#64748b}
.pasargad-chat-chat__loading span,.pasargad-chat-chat__spinner{width:29px;height:29px;border:3px solid #e2e8f0;border-top-color:var(--pasargad-chat-primary);border-radius:50%;animation:pasargad-chat-spin .8s linear infinite}
.pasargad-chat-chat__loading p{margin:0;font-size:12px}
.pasargad-chat-home,.pasargad-chat-prechat,.pasargad-chat-closed{height:100%;overflow:auto;padding:20px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
.pasargad-chat-home__welcome{padding:18px;border:1px solid color-mix(in srgb,var(--pasargad-chat-primary) 13%,#e2e8f0);border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--pasargad-chat-primary) 7%,#fff),#fff);box-shadow:0 8px 24px rgba(15,23,42,.05)}
.pasargad-chat-home__welcome h2{margin:0 0 7px;font-size:17px;letter-spacing:-.4px}
.pasargad-chat-home__welcome p{margin:0;color:#64748b;font-size:13px;white-space:pre-line}
.pasargad-chat-home__status{display:flex;align-items:center;gap:7px;margin-top:13px;color:#475569;font-size:11.5px}
.pasargad-chat-home__status i{width:8px;height:8px;border-radius:50%;background:#94a3b8}
.pasargad-chat-home__status.is-online i{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.13)}
.pasargad-chat-home__section{margin-top:18px}
.pasargad-chat-home__section h3{margin:0 0 10px;color:#475569;font-size:11px;font-weight:800;letter-spacing:.1px}
.pasargad-chat-quick{display:flex;flex-wrap:wrap;gap:8px}
.pasargad-chat-quick button{padding:8px 12px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#334155;font-size:12px;transition:.18s ease}
.pasargad-chat-quick button:hover{border-color:color-mix(in srgb,var(--pasargad-chat-primary) 50%,#e2e8f0);color:var(--pasargad-chat-primary);transform:translateY(-1px)}
.pasargad-chat-socials{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.pasargad-chat-socials a{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;color:#334155;text-decoration:none;font-size:12px;font-weight:700}
.pasargad-chat-socials a:hover{border-color:var(--pasargad-chat-primary);color:var(--pasargad-chat-primary)}
.pasargad-chat-faq{display:grid;gap:7px}
.pasargad-chat-faq details{border:1px solid #e2e8f0;border-radius:13px;background:#fff}
.pasargad-chat-faq summary{padding:11px 13px;cursor:pointer;font-size:12px;font-weight:700;list-style:none}
.pasargad-chat-faq summary::-webkit-details-marker{display:none}
.pasargad-chat-faq details p{margin:0;padding:0 13px 12px;color:#64748b;font-size:12px;white-space:pre-line}
.pasargad-chat-primary-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;margin-top:18px;padding:10px 16px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--pasargad-chat-primary),var(--pasargad-chat-secondary));color:#fff;font-weight:800;text-decoration:none;box-shadow:0 10px 24px color-mix(in srgb,var(--pasargad-chat-primary) 23%,transparent);transition:.2s ease}
.pasargad-chat-primary-btn:hover{transform:translateY(-1px);filter:saturate(1.08)}
.pasargad-chat-primary-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}
.pasargad-chat-prechat__head h2,.pasargad-chat-closed h2{margin:0 0 6px;font-size:18px}
.pasargad-chat-prechat__head p,.pasargad-chat-closed>p{margin:0 0 18px;color:#64748b;font-size:12px}
.pasargad-chat-field{display:grid;gap:6px;margin-bottom:13px}
.pasargad-chat-field label{color:#334155;font-size:11.5px;font-weight:800}
.pasargad-chat-field label em{color:#ef4444;font-style:normal}
.pasargad-chat-field input,.pasargad-chat-field textarea,.pasargad-chat-field select{width:100%;min-height:44px;padding:10px 12px;border:1px solid #dbe3ed;border-radius:12px;background:#fff;color:#172033;outline:0;transition:border-color .2s,box-shadow .2s}
.pasargad-chat-field textarea{min-height:78px;resize:vertical}
.pasargad-chat-field input:focus,.pasargad-chat-field textarea:focus,.pasargad-chat-field select:focus{border-color:var(--pasargad-chat-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--pasargad-chat-primary) 12%,transparent)}
.pasargad-chat-field small{color:#ef4444;font-size:10px}
.pasargad-chat-consent{display:flex;align-items:flex-start;gap:8px;margin:13px 0;color:#64748b;font-size:11px}
.pasargad-chat-consent input{margin-top:3px;accent-color:var(--pasargad-chat-primary)}
.pasargad-chat-honeypot{position:absolute!important;right:-9999px!important;opacity:0!important;pointer-events:none!important}
.pasargad-chat-chatroom{display:flex;height:100%;flex-direction:column}
.pasargad-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:16px 14px 12px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
.pasargad-chat-message{display:flex;align-items:flex-end;gap:7px;margin:8px 0;animation:pasargad-chat-message-in .2s ease}
.pasargad-chat-message--visitor{justify-content:flex-start;flex-direction:row-reverse}
.pasargad-chat-message--system{justify-content:center}
.pasargad-chat-message__avatar{flex:0 0 27px;width:27px;height:27px;overflow:hidden;border-radius:9px;background:#e2e8f0}
.pasargad-chat-message__avatar img{width:100%;height:100%;object-fit:cover}
.pasargad-chat-message__bubble{max-width:79%;padding:9px 12px;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;background:#fff;box-shadow:0 3px 10px rgba(15,23,42,.04);word-break:break-word}
.pasargad-chat-message--visitor .pasargad-chat-message__bubble{border-color:transparent;border-radius:16px 16px 4px 16px;background:linear-gradient(135deg,var(--pasargad-chat-primary),var(--pasargad-chat-secondary));color:#fff;box-shadow:0 6px 16px color-mix(in srgb,var(--pasargad-chat-primary) 18%,transparent)}
.pasargad-chat-message--system .pasargad-chat-message__bubble{max-width:90%;padding:6px 10px;border:0;border-radius:10px;background:#eef2ff;color:#6366f1;box-shadow:none;font-size:10.5px;text-align:center}
.pasargad-chat-message__text{font-size:12.5px;line-height:1.75;white-space:pre-wrap}
.pasargad-chat-message__text a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.pasargad-chat-message__meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:5px;color:#94a3b8;font-size:9.5px}
.pasargad-chat-message--visitor .pasargad-chat-message__meta{color:rgba(255,255,255,.72)}
.pasargad-chat-ticks{display:inline-flex;color:currentColor;font-weight:800;letter-spacing:-4px}.pasargad-chat-ticks.is-read{color:#a7f3d0}
.pasargad-chat-message.is-pending{opacity:.68}.pasargad-chat-message.is-failed .pasargad-chat-message__bubble{outline:2px solid #fecaca}
.pasargad-chat-attachment{display:block;margin-bottom:5px;color:inherit;text-decoration:none}
.pasargad-chat-attachment img{display:block;width:100%;max-height:220px;object-fit:cover;border-radius:11px}
.pasargad-chat-attachment__file{display:flex;align-items:center;gap:9px;min-width:180px;padding:8px;border-radius:10px;background:rgba(148,163,184,.12)}
.pasargad-chat-attachment__file i{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.35);font-style:normal}
.pasargad-chat-attachment__file span{display:flex;min-width:0;flex-direction:column}.pasargad-chat-attachment__file strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.pasargad-chat-attachment__file small{opacity:.72;font-size:9px}
.pasargad-chat-typing{display:flex;align-items:center;gap:8px;min-height:28px;padding:3px 16px;color:#64748b;font-size:10px}
.pasargad-chat-typing[hidden]{visibility:hidden}
.pasargad-chat-typing__dots{display:flex;gap:3px}.pasargad-chat-typing__dots i{width:5px;height:5px;border-radius:50%;background:#94a3b8;animation:pasargad-chat-dot 1.1s infinite}.pasargad-chat-typing__dots i:nth-child(2){animation-delay:.15s}.pasargad-chat-typing__dots i:nth-child(3){animation-delay:.3s}
.pasargad-chat-composer{position:relative;padding:10px 11px calc(10px + var(--pasargad-chat-safe-bottom));border-top:1px solid #edf1f5;background:#fff}
.pasargad-chat-composer__row{display:flex;align-items:flex-end;gap:7px;padding:5px;border:1px solid #dbe3ed;border-radius:16px;background:#f8fafc;transition:.2s}
.pasargad-chat-composer__row:focus-within{border-color:var(--pasargad-chat-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--pasargad-chat-primary) 10%,transparent)}
.pasargad-chat-composer textarea{flex:1;min-height:36px;max-height:108px;padding:8px 5px;border:0;background:transparent;color:#172033;resize:none;outline:0;font-size:12.5px;line-height:1.6}
.pasargad-chat-composer button{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;padding:0;border:0;border-radius:11px;background:transparent;color:#64748b}
.pasargad-chat-composer button:hover{background:#eef2f7;color:var(--pasargad-chat-primary)}
.pasargad-chat-composer .pasargad-chat-send{background:linear-gradient(135deg,var(--pasargad-chat-primary),var(--pasargad-chat-secondary));color:#fff}.pasargad-chat-composer .pasargad-chat-send:hover{color:#fff;filter:brightness(1.04)}
.pasargad-chat-composer svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pasargad-chat-composer__hint{display:flex;justify-content:space-between;padding:5px 5px 0;color:#94a3b8;font-size:9px}
.pasargad-chat-emoji{position:absolute;right:10px;bottom:70px;display:flex;flex-wrap:wrap;width:210px;padding:8px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.16)}
.pasargad-chat-emoji[hidden]{display:none}.pasargad-chat-emoji button{width:32px;height:32px;border:0;border-radius:8px;background:transparent;font-size:18px}.pasargad-chat-emoji button:hover{background:#f1f5f9}
.pasargad-chat-uploading{padding:5px 10px;color:var(--pasargad-chat-primary);font-size:10px}
.pasargad-chat-chat__toast{position:absolute;right:14px;bottom:14px;left:14px;z-index:8;padding:10px 13px;border-radius:12px;background:#172033;color:#fff;box-shadow:0 10px 30px rgba(15,23,42,.22);font-size:11px;text-align:center;animation:pasargad-chat-message-in .2s ease}
.pasargad-chat-chat__toast.is-error{background:#b91c1c}
.pasargad-chat-chat__brand{display:block;flex:0 0 auto;padding:4px 10px 5px;border-top:1px solid #f1f5f9;background:#fff;color:#94a3b8;font-size:9px;text-align:center;text-decoration:none}.pasargad-chat-chat__brand:hover{color:var(--pasargad-chat-primary)}.pasargad-chat-chat__brand[hidden]{display:none}
.pasargad-chat-rating{display:flex;justify-content:center;gap:7px;margin:16px 0}.pasargad-chat-rating button{display:grid;place-items:center;width:39px;height:39px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#cbd5e1;font-size:21px}.pasargad-chat-rating button:hover,.pasargad-chat-rating button.is-active{border-color:#f59e0b;background:#fffbeb;color:#f59e0b;transform:translateY(-2px)}
.pasargad-chat-inline-launcher{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:0;border-radius:12px;background:linear-gradient(135deg,#5b4bdb,#8b5cf6);color:#fff;font-family:inherit;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(91,75,219,.2)}
.pasargad-chat-chat__noscript{padding:10px;border:1px solid #fca5a5;background:#fef2f2;color:#991b1b}
@keyframes pasargad-chat-spin{to{transform:rotate(360deg)}}@keyframes pasargad-chat-panel-in{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}@keyframes pasargad-chat-message-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pasargad-chat-dot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@keyframes pasargad-chat-pulse{0%,100%{box-shadow:0 0 0 3px rgba(34,197,94,.18)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}
@media(max-width:600px){.pasargad-chat-chat{right:14px;bottom:calc(14px + var(--pasargad-chat-safe-bottom))}.pasargad-chat-chat[data-position="left"]{left:14px}.pasargad-chat-chat__launcher{padding:0;width:var(--pasargad-chat-launcher);min-width:var(--pasargad-chat-launcher)}.pasargad-chat-chat__launcher-text{display:none}.pasargad-chat-chat__panel,.pasargad-chat-chat[data-position="left"] .pasargad-chat-chat__panel{position:fixed;inset:0;width:100%;height:var(--pasargad-chat-vh);max-height:none;border:0;border-radius:0;animation:pasargad-chat-mobile-in .24s ease}.pasargad-chat-chat__header{padding-top:max(14px,env(safe-area-inset-top));min-height:calc(78px + env(safe-area-inset-top))}.pasargad-chat-chat[data-state="open"] .pasargad-chat-chat__launcher{visibility:hidden}.pasargad-chat-home,.pasargad-chat-prechat,.pasargad-chat-closed{padding:18px}.pasargad-chat-message__bubble{max-width:84%}}@keyframes pasargad-chat-mobile-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:600px){html.pasargad-chat-is-open{overflow:hidden}}
@media(prefers-reduced-motion:reduce){.pasargad-chat-chat *,.pasargad-chat-chat *:before,.pasargad-chat-chat *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
.pasargad-chat-chat[data-animation="none"] *,.pasargad-chat-chat[data-animation="none"] *:before,.pasargad-chat-chat[data-animation="none"] *:after{animation:none!important;transition:none!important}
@media(forced-colors:active){.pasargad-chat-chat__launcher,.pasargad-chat-primary-btn,.pasargad-chat-composer .pasargad-chat-send{border:1px solid ButtonText}.pasargad-chat-message__bubble{border:1px solid CanvasText}}
