.chat-widget{--chat-ink:#102534;--chat-muted:#566a78;--chat-line:#dce5ea;--chat-surface:#fff;position:fixed;z-index:1200;left:22px;bottom:22px;font-family:Vazirmatn,Tahoma,sans-serif;direction:rtl}.chat-launcher{height:52px;display:flex;align-items:center;gap:9px;border:0;border-radius:16px;background:#0b2a4a;color:#fff;padding:8px 15px 8px 10px;box-shadow:0 16px 45px rgba(7,24,39,.25);font:700 12px Vazirmatn,sans-serif}.chat-launcher-icon{width:34px;height:34px;border-radius:11px;background:#f97316;display:grid;place-items:center}.chat-launcher-icon .icon{width:18px}.chat-launcher i{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#e04e3d;border:3px solid #fff}.chat-panel{position:absolute;left:0;bottom:64px;width:min(370px,calc(100vw - 28px));max-height:min(640px,calc(100vh - 110px));background:var(--chat-surface);color:var(--chat-ink);border:1px solid var(--chat-line);border-radius:20px;overflow:hidden;box-shadow:0 25px 80px rgba(7,24,39,.22)}.chat-panel>header{height:66px;padding:0 16px;background:#0b2a4a;color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-panel>header>div{display:flex;align-items:center;gap:9px}.chat-panel>header p{display:flex;flex-direction:column;margin:0;line-height:1.35}.chat-panel>header strong{font-size:12px}.chat-panel>header small{font-size:8px;color:#a9bdca}.chat-panel>header button{border:0;background:none;color:#fff;font-size:25px}.chat-presence{width:9px;height:9px;border-radius:50%;background:#47c47a;box-shadow:0 0 0 5px rgba(71,196,122,.15)}.chat-welcome{padding:14px 16px;background:#f3f6f8;border-bottom:1px solid var(--chat-line)}.chat-welcome strong{font-size:10px}.chat-welcome p{font-size:8px;color:var(--chat-muted);margin:3px 0 0}.chat-error{margin:10px 14px 0;padding:8px 10px;border-radius:8px;background:#fff0ef;color:#a9362e;font-size:9px}.chat-start{padding:14px 16px;display:flex;flex-direction:column;gap:10px;max-height:460px;overflow:auto}.chat-start>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chat-start label{display:flex;flex-direction:column;gap:4px;font-size:8px;color:var(--chat-muted)}.chat-start input,.chat-start textarea,.chat-compose textarea{width:100%;border:1px solid var(--chat-line);border-radius:9px;background:var(--chat-surface);color:var(--chat-ink);padding:8px 10px;font:11px/1.8 Vazirmatn,sans-serif;outline:none}.chat-start input:focus,.chat-start textarea:focus,.chat-compose textarea:focus{border-color:#0b2a4a;box-shadow:0 0 0 3px rgba(11,42,74,.08)}.chat-start>button{border:0;border-radius:9px;background:#0b2a4a;color:#fff;padding:9px;font-weight:750}.chat-user{margin:0;padding:8px 10px;border-radius:8px;background:#edf3f6;font-size:9px}.chat-messages{height:330px;overflow:auto;padding:14px;background:#f6f8fa}.chat-message{max-width:85%;margin-bottom:10px;padding:9px 11px;border-radius:12px}.chat-message.user{margin-right:auto;background:#0b2a4a;color:#fff;border-bottom-left-radius:3px}.chat-message.admin{margin-left:auto;background:#fff;border:1px solid var(--chat-line);border-bottom-right-radius:3px}.chat-message strong{display:block;font-size:8px;opacity:.75}.chat-message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:3px 0;font-size:10px;line-height:1.8}.chat-message small{display:block;font-size:7px;opacity:.6;direction:ltr;text-align:right}.chat-compose{display:grid;grid-template-columns:1fr 42px;gap:7px;padding:10px;border-top:1px solid var(--chat-line);background:var(--chat-surface)}.chat-compose textarea{resize:none}.chat-compose button{border:0;border-radius:10px;background:#f97316;color:#fff;font-size:19px}.chat-panel>footer{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;border-top:1px solid var(--chat-line);font-size:7px;color:var(--chat-muted)}.chat-panel>footer button{border:0;background:none;color:#a9362e;font-size:8px}.chat-widget .hp{position:absolute!important;right:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}html[data-theme=dark] .chat-widget{--chat-ink:#edf3f6;--chat-muted:#aab8c2;--chat-line:#2a3b48;--chat-surface:#101e29}html[data-theme=dark] .chat-welcome,html[data-theme=dark] .chat-user{background:#111f2a}html[data-theme=dark] .chat-messages{background:#0b151e}html[data-theme=dark] .chat-message.admin{background:#142531}@media(max-width:820px){.chat-widget{left:12px;bottom:82px}.chat-launcher{width:48px;height:48px;padding:7px;border-radius:15px}.chat-launcher>b{display:none}.chat-launcher-icon{width:34px}.chat-panel{bottom:58px;max-height:calc(100vh - 155px)}}
.portal-shell+.chat-widget{bottom:20px}@media(max-width:820px){.portal-shell+.chat-widget{bottom:14px}}
.chat-widget [hidden]{display:none!important}
