#dp-chat-launch{position:fixed;right:18px;bottom:18px;z-index:9998;border:0;border-radius:999px;background:linear-gradient(135deg,#0A4F9E,#1769C2);color:#fff;font:800 13px/1 Arial,sans-serif;padding:13px 17px;box-shadow:0 14px 34px rgba(10,79,158,.30);cursor:pointer}#dp-chat-launch .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#5ee68a;margin-right:7px;box-shadow:0 0 0 3px rgba(94,230,138,.18)}#dp-chat-launch.hidden{display:none}
#dp-chat-panel{position:fixed;right:18px;bottom:18px;z-index:9999;width:min(390px,calc(100vw - 28px));max-height:calc(100vh - 36px);height:520px;background:#fff;border:1px solid #dce7f2;border-radius:20px;box-shadow:0 28px 80px rgba(6,25,45,.30);display:none;overflow:hidden;font-family:Arial,sans-serif;color:#172033}#dp-chat-panel.open{display:flex;flex-direction:column}
.dp-chat-head{flex:0 0 auto;background:linear-gradient(135deg,#071d34,#0A4F9E);color:#fff;padding:13px 15px;display:flex;justify-content:space-between;gap:10px;align-items:center}.dp-chat-head b{display:block;font-size:14px}.dp-chat-head small{display:block;margin-top:3px;font-size:9px;color:#dbeafe}.dp-chat-close{border:0;background:#ffffff18;color:#fff;width:30px;height:30px;border-radius:9px;cursor:pointer;font-size:18px}.dp-chat-status{flex:0 0 auto;padding:7px 13px;background:#f6f9fc;border-bottom:1px solid #e5edf5;font-size:9px;color:#47627d}.dp-chat-status.online{color:#08783b;background:#effcf4}
.dp-chat-start{flex:1;overflow:auto;padding:16px}.dp-chat-start h4{margin:0 0 5px;color:#0A2540;font-size:17px}.dp-chat-start p{margin:0 0 10px;color:#64748b;font-size:10px;line-height:1.45}.dp-chat-start input,.dp-chat-start select{box-sizing:border-box;width:100%;padding:10px 11px;border:1px solid #cbd5e1;border-radius:10px;margin:4px 0;font-size:11px;background:#fff;color:#172033}.dp-chat-start label{display:flex;gap:7px;align-items:flex-start;font-size:9px;color:#64748b;margin:7px 0}.dp-chat-start label input{width:auto;margin:2px 0 0}.dp-chat-primary{width:100%;border:0;background:#FF6B00;color:#fff;border-radius:10px;padding:11px;font-weight:900;cursor:pointer}.dp-chat-error{font-size:9px;color:#b42318;margin-top:6px}
.dp-chat-body{flex:1;min-height:0;overflow-y:auto;padding:12px;background:linear-gradient(180deg,#f8fafc,#f4f8fc);scroll-behavior:smooth}.dp-chat-msg{max-width:82%;padding:9px 10px;border-radius:13px;margin:6px 0;font-size:11px;line-height:1.45;white-space:pre-wrap;word-break:break-word;box-shadow:0 3px 10px rgba(10,37,64,.05)}.dp-chat-msg.visitor{margin-left:auto;background:#0A4F9E;color:#fff;border-bottom-right-radius:4px}.dp-chat-msg.agent{background:#e7f2ff;color:#153957;border-bottom-left-radius:4px}.dp-chat-msg.assistant,.dp-chat-msg.system{background:#fff;border:1px solid #dce7f2;color:#334155;border-bottom-left-radius:4px}.dp-chat-time{display:block;font-size:8px;opacity:.66;margin-top:4px}.dp-chat-compose{flex:0 0 auto;display:flex;gap:7px;padding:9px 10px;border-top:1px solid #e5edf5;background:#fff}.dp-chat-compose input{flex:1;min-width:0;padding:10px 11px;border:1px solid #cbd5e1;border-radius:10px;font-size:11px}.dp-chat-compose button{border:0;border-radius:10px;background:#0A4F9E;color:#fff;padding:0 15px;font-weight:900;cursor:pointer}.dp-chat-foot{flex:0 0 auto;display:flex;gap:7px;padding:0 10px 9px;background:#fff}.dp-chat-foot a,.dp-chat-foot button{flex:1;text-align:center;border:1px solid #dce7f2;background:#fff;color:#0A2540;border-radius:9px;padding:7px;text-decoration:none;font-size:9px;font-weight:800;cursor:pointer}
@media(max-width:540px){#dp-chat-launch{left:14px;right:14px;text-align:center}#dp-chat-panel{left:8px;right:8px;bottom:8px;width:auto;height:min(540px,calc(100dvh - 16px));max-height:calc(100dvh - 16px);border-radius:16px}}
@media(max-height:650px) and (min-width:541px){#dp-chat-panel{height:calc(100vh - 24px);bottom:12px}.dp-chat-start{padding:12px}.dp-chat-head{padding:10px 13px}.dp-chat-status{padding:6px 12px}}
