.dh-chat{--dh-navy:#101828;--dh-blue:#175cd3;--dh-orange:#ff7a00;--dh-bg:#f7f9fc;--dh-border:#e4e7ec;position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#101828}.dh-launch{width:58px;height:58px;border:0;border-radius:50%;background:var(--dh-navy);color:#fff;box-shadow:0 12px 35px rgba(16,24,40,.28);font-size:24px;cursor:pointer}.dh-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 28px));height:min(560px,72dvh);display:none;flex-direction:column;background:#fff;border:1px solid rgba(16,24,40,.08);border-radius:22px;overflow:hidden;box-shadow:0 24px 70px rgba(16,24,40,.26)}.dh-panel.open{display:flex}.dh-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:var(--dh-navy);color:#fff;min-height:58px}.dh-brand b{display:block;font-size:18px;line-height:1.1}.dh-brand small{display:flex;align-items:center;gap:7px;margin-top:6px;color:#d0d5dd;font-size:12px}.dh-brand i{width:8px;height:8px;border-radius:50%;background:#32d583;display:inline-block}.dh-head-actions{display:flex;gap:8px;align-items:center}.dh-close,.dh-new{border:0;background:transparent;color:#fff;cursor:pointer}.dh-close{font-size:28px;line-height:1;padding:3px 5px}.dh-new{font-size:11px;border:1px solid rgba(255,255,255,.25);padding:6px 9px;border-radius:999px}.dh-msgs{flex:1;min-height:0;overflow:auto;background:var(--dh-bg);padding:13px 12px 8px;scroll-behavior:smooth}.dh-welcome{display:inline-block;max-width:88%;background:#fff;border:1px solid var(--dh-border);border-radius:15px 15px 15px 5px;padding:9px 11px;margin:0 0 10px;font-size:13px;color:#475467;box-shadow:0 2px 8px rgba(16,24,40,.04)}.dh-bubble{max-width:82%;padding:9px 11px;border-radius:16px;margin:7px 0;box-shadow:0 2px 8px rgba(16,24,40,.05);overflow-wrap:anywhere}.dh-bubble>div{white-space:pre-wrap;line-height:1.38;font-size:14px}.dh-bubble small{display:block;margin-top:4px;font-size:10px;opacity:.72}.dh-bubble.customer{margin-left:auto;background:#dbeafe;color:#102a56;border-bottom-right-radius:5px}.dh-bubble.ai{margin-right:auto;background:var(--dh-navy);color:#fff;border-bottom-left-radius:5px}.dh-bubble.agent{margin-right:auto;background:#fff2e8;color:#7a2e00;border:1px solid #ffd4b0;border-bottom-left-radius:5px}.dh-bubble.temp{opacity:.62}.dh-bubble.failed{outline:2px solid #d92d20}.dh-img{display:block;max-width:100%;border-radius:10px}.dh-ident{padding:0 12px;background:var(--dh-bg)}.dh-ident.complete{display:none}.dh-ident-card{background:#fff;border:1px solid var(--dh-border);border-radius:15px;padding:12px;margin:9px 0}.dh-ident-card>b{display:block;font-size:14px}.dh-ident-card>small{display:block;color:#667085;margin:3px 0 9px;font-size:11px}.dh-ident-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px}.dh-ident-fields input{min-width:0;border:1px solid #d0d5dd;border-radius:10px;padding:9px;font-size:13px}.dh-continue{margin-top:8px;border:0;background:var(--dh-navy);color:#fff;border-radius:10px;padding:8px 12px;font-weight:600;cursor:pointer}.dh-ident-error{color:#b42318;font-size:11px;margin-top:6px}.dh-known{font-size:11px;color:#667085;padding:7px 0}.dh-composer{display:none;align-items:flex-end;gap:7px;padding:10px 11px 11px;background:#fff;border-top:1px solid var(--dh-border)}.dh-composer.ready{display:flex}.dh-mini-actions{display:flex;gap:4px}.dh-mini-actions label,.dh-mini-actions button{display:grid;place-items:center;width:36px;height:38px;border:1px solid #d0d5dd;background:#fff;border-radius:10px;cursor:pointer;font-size:16px}.dh-input{flex:1;resize:none;max-height:92px;min-height:38px;border:1px solid #d0d5dd;border-radius:12px;padding:9px 10px;font:inherit;font-size:14px;box-sizing:border-box}.dh-input:focus{outline:2px solid rgba(23,92,211,.15);border-color:#84adff}.dh-send{height:38px;border:0;border-radius:11px;background:var(--dh-navy);color:#fff;padding:0 14px;font-weight:700;cursor:pointer}.dh-send:disabled{opacity:.55}.dh-status{min-height:0;padding:0 12px 7px;background:#fff;color:#667085;font-size:10px}.dh-typing{display:flex;align-items:center;gap:4px;padding:5px 13px;background:var(--dh-bg);color:#667085;font-size:10px}.dh-typing span{width:5px;height:5px;border-radius:50%;background:#667085;animation:dhbounce 1.2s infinite}.dh-typing span:nth-child(2){animation-delay:.15s}.dh-typing span:nth-child(3){animation-delay:.3s}.dh-typing em{font-style:normal;margin-left:4px}.dh-csat{padding:8px 12px;border-top:1px solid var(--dh-border);font-size:12px}.dh-csat button{border:0;background:transparent;color:#f79009;font-size:20px;cursor:pointer}@keyframes dhbounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-4px)}}
@media(max-width:600px){.dh-chat{right:12px;bottom:14px}.dh-launch{width:54px;height:54px}.dh-panel{right:0;bottom:64px;width:calc(100vw - 24px);height:min(500px,62dvh);border-radius:20px}.dh-head{padding:12px 14px;min-height:52px}.dh-brand b{font-size:17px}.dh-msgs{padding:10px}.dh-ident-fields{grid-template-columns:1fr}.dh-composer{padding:8px}.dh-mini-actions label,.dh-mini-actions button{width:34px;height:36px}.dh-input,.dh-send{min-height:36px;height:36px}.dh-send{padding:0 12px}.dh-bubble{max-width:86%}}
@media(max-height:650px){.dh-panel{height:min(430px,72dvh)}}

/* v1.4.0 compact professional Dralys Live */
.dh-chat{right:20px;bottom:20px}.dh-launch{width:56px;height:56px;background:#0b162b;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 38px rgba(11,22,43,.28)}
.dh-panel{width:min(370px,calc(100vw - 32px));height:min(470px,56dvh);bottom:68px;border-radius:18px;border:1px solid #e4e7ec;box-shadow:0 24px 70px rgba(16,24,40,.22)}
.dh-head{min-height:48px;padding:11px 13px;background:linear-gradient(135deg,#0b162b,#14213d)}.dh-brand b{font-size:16px;letter-spacing:-.01em}.dh-brand small{font-size:11px;margin-top:4px}.dh-close{font-size:24px}.dh-new{font-size:10px;padding:5px 8px}
.dh-msgs{padding:11px 10px 7px;background:#f8fafc}.dh-welcome{font-size:12.5px;padding:8px 10px;max-width:84%;border-radius:14px 14px 14px 4px;margin-bottom:8px}.dh-bubble{max-width:78%;padding:8px 10px;margin:6px 0;border-radius:14px;box-shadow:none;border:1px solid transparent}.dh-bubble>div{font-size:13.5px;line-height:1.36}.dh-bubble small{font-size:9.5px;margin-top:3px}.dh-bubble.customer{background:#eef4ff;border-color:#d6e4ff;color:#17365f}.dh-bubble.ai{background:#0f1d35;color:#fff}.dh-bubble.agent{background:#fff5eb;border-color:#ffd9b8;color:#7a2e00}
.dh-composer{padding:8px 9px 9px;gap:6px}.dh-mini-actions{gap:3px}.dh-mini-actions label,.dh-mini-actions button{width:32px;height:34px;border-radius:9px;font-size:14px}.dh-input{min-height:34px;max-height:78px;border-radius:10px;padding:7px 9px;font-size:13.5px}.dh-send{height:34px;border-radius:10px;padding:0 12px;font-size:12px;background:#0b162b}.dh-status{font-size:9.5px;padding:0 10px 5px}.dh-typing{font-size:9.5px;padding:4px 11px}.dh-ident-card{padding:10px;margin:7px 0}.dh-ident-fields input{padding:8px;font-size:12.5px}.dh-continue{padding:7px 11px;font-size:12px}
@media(max-width:600px){.dh-chat{right:10px;bottom:12px}.dh-launch{width:52px;height:52px}.dh-panel{right:0;bottom:62px;width:calc(100vw - 20px);height:min(410px,49dvh);min-height:330px;border-radius:17px}.dh-head{min-height:46px;padding:10px 12px}.dh-brand b{font-size:15px}.dh-msgs{padding:9px}.dh-bubble{max-width:84%;padding:8px 9px}.dh-composer{padding:7px 8px 8px}.dh-mini-actions label,.dh-mini-actions button{width:30px;height:32px}.dh-input{height:32px;min-height:32px}.dh-send{height:32px;padding:0 10px}.dh-welcome{max-width:90%}}
@media(max-height:700px){.dh-panel{height:min(380px,55dvh)}}

/* v1.5.0 polished compact support messenger */
.dh-panel{width:min(360px,calc(100vw - 28px));height:min(430px,54dvh);min-height:320px;border-radius:20px;background:#fff}
.dh-head{background:#0b162b;padding:10px 12px;min-height:44px}
.dh-brand{display:flex;align-items:center;gap:9px}.dh-brand:before{content:'D';width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#fff;color:#0b162b;font-weight:800;font-size:15px}.dh-brand b{font-size:15px}.dh-brand small{margin-top:2px}
.dh-msgs{background:#f6f8fb;padding:10px;display:flex;flex-direction:column}.dh-bubble{max-width:78%;padding:8px 10px;margin:5px 0}.dh-bubble.customer{align-self:flex-end;margin-left:auto;background:#e8f1ff;border-color:#cfe0ff;color:#16345c}.dh-bubble.ai,.dh-welcome-ai{align-self:flex-start;margin-right:auto;background:#10213c;border-color:#10213c;color:#fff}.dh-bubble.agent{align-self:flex-start;margin-right:auto;background:#fff3e8;border-color:#ffd3ad;color:#743100}
.dh-welcome-ai{margin-top:1px;margin-bottom:8px}.dh-bubble>div{font-size:13px}.dh-bubble small{font-size:9px}
.dh-composer{padding:7px 8px 8px;background:#fff}.dh-mini-actions label,.dh-mini-actions button{width:30px;height:32px;border-radius:9px}.dh-input{min-height:32px;height:32px;padding:6px 8px;font-size:13px}.dh-send{height:32px;padding:0 11px;font-size:12px}.dh-status{padding:0 9px 6px;font-size:9.5px;color:#475467}
.dh-typing{padding:5px 10px;background:#f6f8fb;font-size:9.5px}.dh-ident-card{box-shadow:0 6px 20px rgba(16,24,40,.06)}
@media(max-width:600px){.dh-chat{right:9px;bottom:10px}.dh-panel{width:calc(100vw - 18px);height:min(390px,48dvh);min-height:300px;bottom:60px;border-radius:18px}.dh-head{min-height:43px}.dh-msgs{padding:9px}.dh-bubble{max-width:84%}.dh-brand:before{width:28px;height:28px;border-radius:9px}.dh-launch{width:50px;height:50px}.dh-composer{gap:5px}.dh-mini-actions label,.dh-mini-actions button{width:28px;height:30px}.dh-input,.dh-send{height:30px;min-height:30px}}
@media(max-height:700px){.dh-panel{height:min(350px,52dvh);min-height:290px}}

/* v1.6.0 mobile stability: prevent iOS focus zoom and keep site scale intact */
.dh-chat{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(max-width:600px){
 .dh-chat input,.dh-chat textarea,.dh-ident-fields input,.dh-input{font-size:16px!important;line-height:1.25!important}
 .dh-input{height:38px!important;min-height:38px!important;padding:8px 9px!important}
 .dh-ident-fields input{min-height:42px!important}
 .dh-composer{align-items:center}
 .dh-panel{max-width:calc(100vw - 18px)}
}

/* v1.9 professional compact live chat */
.dh-panel{box-shadow:0 24px 70px rgba(16,24,40,.22)!important;border:1px solid rgba(16,24,40,.08)!important}
.dh-msgs{background:linear-gradient(180deg,#f8fafc 0%,#f4f7fb 100%)!important}
.dh-bubble{box-shadow:0 1px 2px rgba(16,24,40,.05)}
.dh-bubble.customer{background:#e9f2ff!important;color:#19324d!important;border:1px solid #d3e4ff!important}
.dh-bubble.ai{background:#102a4c!important;color:#fff!important}
.dh-bubble.agent{background:#fff3e8!important;color:#7a3212!important;border:1px solid #ffd5b5!important}
.dh-typing{font-size:12px!important;color:#475467!important;padding:6px 16px!important}
.dh-send{font-weight:700!important;border-radius:12px!important}
@media(max-width:600px){.dh-panel{left:10px!important;right:10px!important;bottom:86px!important;width:auto!important;max-height:min(70vh,560px)!important;border-radius:18px!important}.dh-msgs{min-height:210px!important}.dh-head{padding:12px 14px!important}.dh-new{padding:8px 11px!important;font-size:13px!important}.dh-composer{padding:9px!important;gap:7px!important}.dh-input{font-size:16px!important;min-height:44px!important}.dh-send{min-height:44px!important;padding:0 14px!important}}


/* v2.0.0 stable mobile viewport + customer history */
.dh-chat,.dh-chat *{box-sizing:border-box}
.dh-panel{position:fixed!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;bottom:88px!important;width:min(420px,calc(100vw - 24px))!important;height:min(540px,68dvh)!important;max-width:420px!important;min-width:280px!important;overflow:hidden!important}
.dh-head-actions{flex-shrink:0}.dh-history-btn{border:1px solid rgba(255,255,255,.24);background:transparent;color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;cursor:pointer}
.dh-history{flex:1;min-height:0;overflow:auto;background:#f8fafc;padding:10px}.dh-history-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#f8fafc;padding:4px 2px 10px;z-index:2}.dh-history-back{border:0;background:#0b162b;color:#fff;border-radius:9px;padding:7px 10px;cursor:pointer}.dh-history-list{display:grid;gap:8px}.dh-history-item{width:100%;text-align:left;border:1px solid #e4e7ec;background:#fff;border-radius:12px;padding:10px;cursor:pointer}.dh-history-item b,.dh-history-item span,.dh-history-item small{display:block}.dh-history-item b{font-size:13px;color:#101828}.dh-history-item span{font-size:12px;color:#475467;margin:3px 0}.dh-history-item small{font-size:10px;color:#98a2b3}.dh-history-loading,.dh-history-empty{padding:18px;text-align:center;color:#667085;font-size:12px}
@media(max-width:600px){.dh-chat{right:0!important;left:0!important;bottom:0!important;width:100%!important;pointer-events:none}.dh-launch{position:fixed!important;right:14px!important;bottom:18px!important;pointer-events:auto}.dh-panel{pointer-events:auto;left:12px!important;right:12px!important;transform:none!important;bottom:82px!important;width:auto!important;max-width:none!important;min-width:0!important;height:min(520px,64svh)!important;max-height:64svh!important;border-radius:18px!important}.dh-head{flex-wrap:nowrap!important}.dh-brand{min-width:0}.dh-brand b{white-space:nowrap}.dh-head-actions{gap:5px}.dh-history-btn,.dh-new{font-size:11px!important;padding:7px 8px!important}.dh-msgs{min-width:0!important;width:100%!important;overflow-x:hidden!important}.dh-bubble{max-width:82%!important;min-width:0!important}.dh-bubble>div,.dh-bubble small{overflow-wrap:anywhere!important;word-break:break-word!important}.dh-img{max-width:100%!important;height:auto!important;object-fit:contain!important}.dh-composer{width:100%!important;min-width:0!important}.dh-input{min-width:0!important;width:auto!important}.dh-mini-actions{flex-shrink:0}.dh-send{flex-shrink:0}}
@media(max-width:380px){.dh-panel{left:7px!important;right:7px!important}.dh-history-btn,.dh-new{padding:6px!important;font-size:10px!important}.dh-brand small{display:none}.dh-send{padding:0 10px!important}}


/* v2.1.0 — Dralys Live: right-docked desktop, compact mobile, professional history */
.dh-panel{left:auto!important;right:22px!important;transform:none!important;bottom:84px!important;width:370px!important;max-width:calc(100vw - 28px)!important;height:430px!important;max-height:62dvh!important;min-height:300px!important;border-radius:18px!important}
.dh-head{padding:10px 12px!important;min-height:46px!important}.dh-brand b{font-size:15px!important}.dh-brand small{font-size:10px!important}.dh-head-actions{gap:6px!important}.dh-history-btn,.dh-new{border-radius:10px!important;padding:7px 9px!important;font-size:11px!important}.dh-close{width:34px!important;height:34px!important}
.dh-msgs{padding:10px!important}.dh-bubble{max-width:80%!important}.dh-composer{padding:8px!important}.dh-status{min-height:18px!important;padding:2px 10px 5px!important}.dh-history{padding:12px!important;background:#f6f8fb!important}.dh-history-item{border:1px solid #e1e7ef!important;box-shadow:0 1px 2px rgba(16,24,40,.04)!important;padding:11px 12px!important}.dh-history-item b{font-size:12.5px!important}.dh-history-item span{font-size:11.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dh-history-item small{font-size:10px!important}
@media(max-width:600px){
 .dh-chat{left:0!important;right:0!important;bottom:0!important;width:100%!important;pointer-events:none!important}
 .dh-launch{pointer-events:auto!important;right:14px!important;bottom:18px!important;width:52px!important;height:52px!important}
 .dh-panel{pointer-events:auto!important;left:10px!important;right:10px!important;transform:none!important;bottom:78px!important;width:auto!important;max-width:none!important;height:min(390px,46svh)!important;max-height:46svh!important;min-height:275px!important;border-radius:17px!important}
 .dh-head{min-height:44px!important;padding:9px 10px!important}.dh-brand:before{width:27px!important;height:27px!important}.dh-brand b{font-size:14px!important}.dh-brand small{font-size:9.5px!important}.dh-head-actions{gap:4px!important}.dh-history-btn,.dh-new{font-size:10.5px!important;padding:6px 7px!important}.dh-close{width:31px!important;height:31px!important;font-size:21px!important}
 .dh-msgs{padding:8px!important;min-height:0!important}.dh-bubble{max-width:84%!important;padding:7px 9px!important}.dh-bubble>div{font-size:13px!important}.dh-bubble small{font-size:9px!important}.dh-welcome-ai{max-width:88%!important}
 .dh-composer{padding:7px!important;gap:5px!important}.dh-mini-actions label,.dh-mini-actions button{width:30px!important;height:36px!important}.dh-input{font-size:16px!important;min-height:36px!important;height:36px!important;max-height:72px!important}.dh-send{height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:13px!important}
 .dh-history{padding:8px!important}.dh-history-head{padding-bottom:7px!important}.dh-history-item{padding:9px 10px!important}.dh-status{font-size:9px!important;min-height:15px!important}
}
@media(max-width:390px){.dh-panel{left:7px!important;right:7px!important;height:min(370px,45svh)!important;max-height:45svh!important}.dh-brand small{display:none!important}.dh-history-btn,.dh-new{padding:5px 6px!important}.dh-send{padding:0 9px!important}}
@media(max-height:650px){.dh-panel{height:min(330px,48dvh)!important;max-height:48dvh!important}}


/* v2.3.0 composer reliability + stable mobile viewport */
.dh-composer{display:flex!important;align-items:flex-end!important;flex-wrap:nowrap!important;overflow:visible!important}
.dh-input{resize:none!important;overflow-y:auto!important;flex:1 1 auto!important;min-width:0!important;max-height:88px!important;line-height:1.35!important}
.dh-send{position:relative!important;z-index:5!important;pointer-events:auto!important;touch-action:manipulation!important;flex:0 0 auto!important}
.dh-mini-actions{display:flex!important;gap:5px!important;flex:0 0 auto!important}
.dh-mini-actions label,.dh-mini-actions button{pointer-events:auto!important;touch-action:manipulation!important}
.dh-status{white-space:normal!important;overflow-wrap:anywhere!important}
.dh-bubble.temp{opacity:.82}.dh-bubble.failed{outline:1px solid #d92d20!important}
@media(max-width:600px){
 .dh-panel{height:min(410px,52svh)!important;max-height:52svh!important;bottom:78px!important}
 .dh-msgs{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important}
 .dh-composer{padding-bottom:max(8px,env(safe-area-inset-bottom))!important}
 .dh-input{font-size:16px!important;min-height:42px!important;height:42px!important;max-height:84px!important}
 .dh-send{min-width:82px!important;height:42px!important;min-height:42px!important}
}
