#dgr-ai-root{position:fixed;z-index:999999;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2937}#dgr-ai-root.dgr-ai-pos-right-bottom{right:22px;bottom:22px}#dgr-ai-root.dgr-ai-pos-left-bottom{left:22px;bottom:22px}#dgr-ai-root.dgr-ai-pos-right-top{right:22px;top:88px}#dgr-ai-root.dgr-ai-pos-left-top{left:22px;top:88px}#dgr-ai-root.dgr-ai-pos-right-middle{right:22px;top:50%;transform:translateY(-50%)}#dgr-ai-root.dgr-ai-pos-left-middle{left:22px;top:50%;transform:translateY(-50%)}.dgr-hidden{display:none!important}#dgr-ai-launcher{display:flex;align-items:center;gap:10px;border:0;border-radius:999px;background:linear-gradient(135deg,#111827,#b91c1c);color:#fff;padding:10px 16px 10px 10px;box-shadow:0 18px 45px rgba(17,24,39,.28);cursor:pointer;font-weight:700}.dgr-launcher-text{white-space:nowrap}.dgr-robot{width:54px;height:54px;border-radius:18px;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 -4px 0 rgba(0,0,0,.08);animation:dgrFloat 2.8s ease-in-out infinite}.dgr-antenna{position:absolute;top:-10px;width:4px;height:12px;background:#f8fafc;border-radius:4px}.dgr-face{position:absolute;top:13px;display:flex;gap:9px}.dgr-face i{width:7px;height:7px;background:#111827;border-radius:50%;animation:dgrBlink 4s infinite}.dgr-chest{position:absolute;bottom:8px;background:#b91c1c;color:#fff;width:24px;height:20px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:900}#dgr-ai-panel{width:380px;max-width:calc(100vw - 28px);height:590px;max-height:calc(100vh - 90px);background:#fff;border-radius:24px;box-shadow:0 24px 70px rgba(17,24,39,.28);overflow:hidden;border:1px solid rgba(17,24,39,.08)}#dgr-ai-panel header{height:72px;background:linear-gradient(135deg,#111827,#991b1b);color:#fff;display:flex;align-items:center;gap:12px;padding:0 16px}.dgr-mini-robot{width:42px;height:42px;background:#fff;border-radius:15px;color:#b91c1c;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:inset 0 -3px 0 rgba(0,0,0,.08);animation:dgrFloat 3s ease-in-out infinite}#dgr-ai-panel header small{display:block;opacity:.78;font-size:12px;margin-top:2px}#dgr-ai-close{margin-left:auto;border:0;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:12px;font-size:22px;cursor:pointer}.dgr-lead-form{padding:18px;display:flex;flex-direction:column;gap:11px}.dgr-lead-form input,#dgr-ai-input{border:1px solid #e5e7eb;border-radius:14px;padding:12px 13px;font-size:14px;outline:none}.dgr-lead-form input:focus,#dgr-ai-input:focus{border-color:#b91c1c;box-shadow:0 0 0 3px rgba(185,28,28,.1)}.dgr-muted{color:#6b7280;margin:0 0 5px}.dgr-privacy{font-size:12px;color:#6b7280;display:flex;gap:7px;line-height:1.35}.dgr-lead-form button,#dgr-ai-form button{border:0;border-radius:14px;background:#b91c1c;color:#fff;padding:12px 14px;font-weight:800;cursor:pointer}#dgr-ai-chat{height:calc(100% - 72px);display:flex;flex-direction:column;background:#f9fafb}#dgr-ai-messages{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.dgr-msg{max-width:86%;padding:11px 13px;border-radius:17px;font-size:14px;line-height:1.45;white-space:pre-wrap}.dgr-bot{background:#fff;border:1px solid #edf0f2;align-self:flex-start;border-bottom-left-radius:6px}.dgr-user{background:#111827;color:#fff;align-self:flex-end;border-bottom-right-radius:6px}.dgr-wa{display:inline-flex;margin-top:10px;background:#16a34a;color:#fff!important;text-decoration:none!important;border-radius:12px;padding:8px 10px;font-weight:800}.dgr-suggestions{display:flex;gap:7px;overflow-x:auto;padding:0 12px 10px}.dgr-suggestions button{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:8px 10px;font-size:12px;white-space:nowrap;cursor:pointer}#dgr-ai-form{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #e5e7eb}#dgr-ai-input{flex:1}.dgr-typing span{display:inline-block;width:6px;height:6px;background:#9ca3af;border-radius:50%;margin:0 2px;animation:dgrDots 1.2s infinite}.dgr-typing span:nth-child(2){animation-delay:.15s}.dgr-typing span:nth-child(3){animation-delay:.3s}@keyframes dgrFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes dgrBlink{0%,92%,100%{transform:scaleY(1)}95%{transform:scaleY(.15)}}@keyframes dgrDots{0%,100%{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@media(max-width:480px){#dgr-ai-root{right:10px!important;left:10px!important;bottom:10px!important;top:auto!important;transform:none!important}#dgr-ai-panel{width:auto;height:78vh}.dgr-launcher-text{display:none}}
.dgr-choice-list,.dgr-action-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.dgr-choice-list button,.dgr-action{border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer}.dgr-action-list .dgr-action:first-child{background:#16a34a;border-color:#16a34a;color:#fff}.dgr-choice-list button:hover,.dgr-action:hover{box-shadow:0 4px 14px rgba(17,24,39,.12)}
