/* DOMN Live Chat widget — self-contained, RTL, no external deps. */
#domn-chat{position:fixed;bottom:20px;inset-inline-start:20px;z-index:99998;font-family:'Cairo','Tajawal','Segoe UI',Tahoma,sans-serif;direction:rtl}
#domn-chat *{box-sizing:border-box}
#domn-chat [hidden]{display:none !important}
#domn-chat button:focus-visible,#domn-chat input:focus-visible,#domn-chat textarea:focus-visible,#domn-chat a:focus-visible{outline:2px solid #B10708;outline-offset:2px}
.domn-chat-launcher{position:relative;width:60px;height:60px;border-radius:50%;border:0;cursor:pointer;background:#B10708;box-shadow:0 8px 24px rgba(177,7,8,.42);display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}
.domn-chat-launcher:hover{background:#8B0506;transform:scale(1.06)}
.domn-chat-badge{position:absolute;top:-3px;inset-inline-end:-3px;background:#16a34a;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;line-height:20px;border-radius:999px;text-align:center;border:2px solid #fff;padding:0 4px}
.domn-chat-bubble{position:absolute;bottom:72px;inset-inline-start:0;background:#fff;color:#1f2937;padding:10px 14px;border-radius:14px;box-shadow:0 6px 22px rgba(0,0,0,.14);font-size:13.5px;max-width:230px;line-height:1.6;border:1px solid #f1f5f9;animation:domnchatpop .3s ease}
.domn-chat-bubble.is-hidden{display:none}
.domn-chat-panel{position:absolute;bottom:78px;inset-inline-start:0;width:392px;max-width:calc(100vw - 32px);height:620px;max-height:calc(100vh - 110px);background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.24);display:flex;flex-direction:column;overflow:hidden;border:1px solid #eef0f2;animation:domnchatpanel .35s cubic-bezier(.175,.885,.32,1.1)}
@keyframes domnchatpanel{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
.domn-chat-head{background:#B10708;color:#fff;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;position:relative;flex-shrink:0;box-shadow:0 4px 14px rgba(177,7,8,.25)}
.domn-chat-head-overlay{position:absolute;inset:0;background:linear-gradient(to left,rgba(0,0,0,.12),transparent);pointer-events:none}
.domn-chat-head-info{display:flex;align-items:center;gap:12px;position:relative;z-index:1;min-width:0}
.domn-chat-avatar{position:relative;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);border:2px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.domn-chat-avatar-letter{color:#fff;font-weight:800;font-size:18px}
.domn-chat-status-ind{position:absolute;bottom:0;inset-inline-end:0;width:13px;height:13px;border-radius:50%;background:#9ca3af;border:2px solid #B10708}
.domn-chat-status-ind.is-online{background:#22c55e}
.domn-chat-head-text{min-width:0}
.domn-chat-agent-name{font-weight:700;font-size:14.5px;display:block;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
.domn-chat-status-text{font-size:11.5px;opacity:.92;margin-top:1px;display:flex;align-items:center;gap:5px}
.domn-chat-status-text .dotpulse{width:6px;height:6px;border-radius:50%;background:#fff;display:inline-block;animation:domnchatpulse 1.4s infinite}
@keyframes domnchatpulse{0%,100%{opacity:.4}50%{opacity:1}}
.domn-chat-head-actions{display:flex;gap:6px;position:relative;z-index:1}
.domn-chat-head-actions button{background:rgba(255,255,255,.14);border:0;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;color:#fff}
.domn-chat-head-actions button:hover{background:rgba(255,255,255,.26)}
.domn-chat-online{flex:1;display:flex;flex-direction:column;min-height:0;background:#f7f7f7}
.domn-chat-body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px}
.domn-chat-body::-webkit-scrollbar{width:5px}.domn-chat-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.domn-chat-body::-webkit-scrollbar-thumb:hover{background:#B10708}
.domn-chat-greet-card{background:#fff;border:1px solid rgba(229,231,235,.7);border-radius:16px;padding:16px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.domn-chat-greet-ic{width:48px;height:48px;border-radius:50%;background:rgba(177,7,8,.09);display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.domn-chat-greet-card h3{margin:0 0 4px;font-size:15px;color:#1f1f1f;font-weight:700}
.domn-chat-greet-card p{margin:0;font-size:12.5px;color:#6b7280;line-height:1.7;max-width:270px}
.domn-chat-datesep{align-self:center;background:#e9eaec;color:#4b5563;font-size:11px;font-weight:600;padding:3px 12px;border-radius:999px;margin:2px 0}
.domn-chat-row{display:flex;gap:10px;max-width:86%;align-items:flex-start;animation:domnchatpop .3s cubic-bezier(.175,.885,.32,1.27)}
.domn-chat-row-agent{align-self:flex-start}
.domn-chat-row-visitor{align-self:flex-end;flex-direction:row-reverse;align-items:flex-end}
.domn-chat-row-av{width:28px;height:28px;border-radius:50%;background:rgba(177,7,8,.1);border:1px solid #eee;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.domn-chat-col{display:flex;flex-direction:column;gap:4px;min-width:0}
.domn-chat-row-visitor .domn-chat-col{align-items:flex-end}
.domn-chat-msg{padding:10px 13px;border-radius:18px;font-size:13px;line-height:1.7;word-wrap:break-word;overflow-wrap:anywhere;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.domn-chat-row-agent .domn-chat-msg{background:#fff;border:1px solid rgba(229,231,235,.7);color:#1f1f1f;border-top-right-radius:4px}
.domn-chat-row-visitor .domn-chat-msg{background:#B10708;color:#fff;border-top-left-radius:4px}
.domn-chat-time{font-size:10px;color:#6b7280;padding:0 3px}
.domn-chat-img{max-width:180px;border-radius:10px;display:block}
.domn-chat-file-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:underline;font-size:12.5px}
.domn-chat-typing{display:flex;gap:10px;align-items:center}
.domn-chat-typing-bubble{background:#fff;border:1px solid rgba(229,231,235,.7);padding:11px 14px;border-radius:18px;border-top-right-radius:4px;display:flex;gap:4px;align-items:center}
.domn-chat-typing-bubble span{width:7px;height:7px;border-radius:50%;background:#B10708;animation:domnchatbounce 1.4s infinite ease-in-out both}
.domn-chat-typing-bubble span:nth-child(1){animation-delay:-.32s}.domn-chat-typing-bubble span:nth-child(2){animation-delay:-.16s}
@keyframes domnchatbounce{0%,80%,100%{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}
@keyframes domnchatpop{from{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}
.domn-chat-emailbar{display:flex;gap:8px;padding:10px 12px;background:#fff8f8;border-top:1px solid #fde2e2;align-items:center;flex-shrink:0}
.domn-chat-emailbar input{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:8px 12px;font-size:12.5px;font-family:inherit;outline:none}
.domn-chat-emailbar input:focus{border-color:#B10708}
.domn-chat-emailbar button{background:#B10708;color:#fff;border:0;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;flex-shrink:0}
.domn-chat-emailbar .domn-chat-emailbar-skip{background:transparent;color:#9ca3af;padding:8px 6px}
.domn-chat-prechat{padding:16px;display:flex;flex-direction:column;gap:11px;background:#fff;border-top:1px solid #f1f5f9;overflow-y:auto;flex-shrink:0;max-height:62%}
.domn-chat-field-row{display:flex;flex-direction:column;gap:5px}
.domn-chat-field-row label{font-size:11.5px;font-weight:700;color:#1f1f1f}
.domn-chat-field-wrap{position:relative}
.domn-chat-field-ic{position:absolute;inset-inline-start:11px;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex}
.domn-chat-prechat input,.domn-chat-offline-form input{width:100%;border:1px solid #e5e7eb;border-radius:11px;padding:10px 12px;padding-inline-start:32px;font-size:12.5px;font-family:inherit;outline:none;background:#fff;transition:border .15s,box-shadow .15s}
.domn-chat-prechat textarea,.domn-chat-offline-form textarea{width:100%;border:1px solid #e5e7eb;border-radius:11px;padding:10px 12px;font-size:12.5px;font-family:inherit;outline:none;resize:none;background:#fff;transition:border .15s,box-shadow .15s}
.domn-chat-prechat input:focus,.domn-chat-prechat textarea:focus,.domn-chat-offline-form input:focus,.domn-chat-offline-form textarea:focus{border-color:#B10708;box-shadow:0 0 0 3px rgba(177,7,8,.12)}
.domn-chat-start-btn{background:#B10708;color:#fff;border:0;cursor:pointer;padding:12px;border-radius:11px;font-weight:700;font-size:13px;font-family:inherit;transition:background .15s;margin-top:2px}
.domn-chat-start-btn:hover{background:#8B0506}
.domn-chat-input{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #eef0f2;align-items:center;flex-shrink:0}
.domn-chat-attach{width:38px;height:38px;border-radius:11px;border:1px solid transparent;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.15s}
.domn-chat-attach:hover{color:#B10708;background:#f7f7f7;border-color:#eef0f2}
.domn-chat-attach.is-loading{pointer-events:none;color:#B10708}
.domn-chat-attach.is-loading svg{display:none}
.domn-chat-attach.is-loading::after{content:"";width:16px;height:16px;border:2px solid #f0caca;border-top-color:#B10708;border-radius:50%;animation:domnchatspin .7s linear infinite}
@keyframes domnchatspin{to{transform:rotate(360deg)}}
.domn-chat-text{flex:1;border:1px solid #e5e7eb;border-radius:11px;padding:10px 14px;font-size:13px;font-family:inherit;outline:none;background:#f7f7f7;transition:.15s}
.domn-chat-text:focus{border-color:#B10708;background:#fff}
#domn-chat .domn-chat-input .domn-chat-send{width:42px !important;height:42px !important;min-width:42px !important;border-radius:12px !important;background:#B10708 !important;border:0 !important;cursor:pointer;display:flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0;padding:0 !important;margin:0 !important;color:#fff !important;line-height:0 !important;box-shadow:0 2px 8px rgba(177,7,8,.3);text-shadow:none !important;transition:background .15s,transform .15s}
#domn-chat .domn-chat-input .domn-chat-send:hover{background:#8B0506 !important;transform:scale(1.05)}
#domn-chat .domn-chat-input .domn-chat-send:active{transform:scale(.94)}
#domn-chat .domn-chat-input .domn-chat-send svg{width:20px !important;height:20px !important;display:block !important;fill:#fff !important;stroke:none !important}
.domn-chat-offline{flex:1;display:flex;flex-direction:column;min-height:0;background:#f7f7f7;overflow-y:auto}
.domn-chat-offline-inner{padding:24px 20px;display:flex;flex-direction:column}
.domn-chat-offline-ic{width:56px;height:56px;border-radius:50%;background:rgba(217,119,6,.1);border:1px solid rgba(217,119,6,.22);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.domn-chat-offline h3{text-align:center;margin:0 0 8px;font-size:16px;color:#1f1f1f;font-weight:800}
.domn-chat-offline>.domn-chat-offline-inner>p{text-align:center;font-size:12.5px;color:#6b7280;line-height:1.7;margin:0 auto 18px;max-width:280px}
.domn-chat-offline-form{display:flex;flex-direction:column;gap:12px}
.domn-chat-offline-done{text-align:center;padding:18px 8px;display:flex;flex-direction:column;align-items:center;gap:10px}
.domn-chat-offline-done svg{width:42px;height:42px;color:#16a34a;stroke:#16a34a}
.domn-chat-offline-done p{font-size:13px;color:#1f1f1f;line-height:1.7;margin:0}
.domn-chat-rating{padding:26px 18px;text-align:center}
.domn-chat-rating p{margin:0 0 14px;font-weight:700;color:#1f1f1f}
.domn-chat-stars{display:flex;justify-content:center;gap:6px;direction:ltr}
.domn-chat-stars button{background:none;border:0;cursor:pointer;color:#e2e8f0;padding:2px;line-height:0;transition:color .15s,transform .15s}
.domn-chat-stars button svg{fill:none}
.domn-chat-stars button.is-on,.domn-chat-stars button:hover{color:#f59e0b;transform:scale(1.08)}
.domn-chat-stars button.is-on svg{fill:#f59e0b}
.domn-chat-thanks{font-weight:700;color:#16a34a}
.domn-chat-newchat{display:inline-block;margin-top:14px;background:#B10708;color:#fff;border:0;border-radius:11px;padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}
.domn-chat-newchat:hover{background:#8B0506}
.domn-chat-foot{text-align:center;font-size:10.5px;color:#94a3b8;padding:8px;border-top:1px solid #f8fafc;background:#fff;flex-shrink:0}
.domn-chat-foot strong{color:#B10708}
.domn-chat-privacy{font-size:10px;color:#9ca3af;margin-bottom:3px}
.domn-chat-privacy a{color:#B10708;text-decoration:underline}
.domn-chat-toast{position:absolute;bottom:90px;inset-inline-start:0;background:#059669;color:#fff;font-size:12.5px;font-weight:700;padding:11px 16px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.2);display:flex;align-items:center;gap:8px;opacity:0;transform:translateY(12px);transition:.4s;pointer-events:none;max-width:280px}
.domn-chat-toast.is-show{opacity:1;transform:none}
.domn-chat-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.domn-chat-botopts{display:flex;flex-direction:column;gap:8px;align-self:flex-start;max-width:90%;margin:2px 0 6px;margin-inline-start:38px;animation:domnchatpop .3s cubic-bezier(.175,.885,.32,1.27)}
.domn-chat-botopt{display:block;width:100%;text-align:start;background:#fff;border:1.5px solid rgba(177,7,8,.28);color:#B10708;font-family:inherit;font-size:13px;font-weight:600;padding:10px 14px;border-radius:14px;cursor:pointer;transition:.18s;line-height:1.55;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.domn-chat-botopt:hover{background:#B10708;color:#fff;border-color:#B10708;transform:translateY(-1px);box-shadow:0 4px 12px rgba(177,7,8,.25)}
.domn-chat-botopt:active{transform:none}
.domn-chat-botskip{border-style:dashed;color:#94a3b8;border-color:#cbd5e1;font-weight:500}
.domn-chat-botskip:hover{background:#64748b;border-color:#64748b;color:#fff;box-shadow:none}
/* Mobile: full-height sheet — panel always fits, header never cut, offline form fully visible */
@media (max-width:600px){
  .domn-chat-panel{position:fixed;inset-inline:10px;top:10px;bottom:calc(64px + env(safe-area-inset-bottom,0px));width:auto;max-width:none;height:auto;max-height:none;border-radius:18px}
  .domn-chat-offline-inner{padding:16px}
  .domn-chat-offline-ic{width:42px;height:42px;margin:0 auto 8px}
  .domn-chat-offline h3{font-size:15px;margin:0 0 5px}
  .domn-chat-offline>.domn-chat-offline-inner>p{font-size:12px;margin:0 auto 12px;line-height:1.55}
  .domn-chat-offline-form{gap:9px}
}
/* Short phones: tighten further so nothing needs scrolling */
@media (max-width:600px) and (max-height:720px){
  .domn-chat-panel{top:8px;bottom:calc(60px + env(safe-area-inset-bottom,0px))}
  .domn-chat-offline-inner{padding:12px 16px}
  .domn-chat-offline-ic{width:36px;height:36px;margin:0 auto 6px}
  .domn-chat-offline h3{font-size:14px;margin:0 0 4px}
  .domn-chat-offline>.domn-chat-offline-inner>p{font-size:11.5px;margin:0 auto 9px;line-height:1.5}
  .domn-chat-offline-form{gap:7px}
  .domn-chat-offline-form textarea{min-height:46px;height:50px}
  .domn-chat-field-row label{font-size:11px}
  .domn-chat-prechat input,.domn-chat-offline-form input,.domn-chat-prechat textarea,.domn-chat-offline-form textarea{padding-top:8px;padding-bottom:8px;font-size:12px}
}