#wdm-assistant-root{--wdm-accent:#2563eb;position:fixed;bottom:22px;z-index:999999;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a}#wdm-assistant-root.wdm-right{right:22px}#wdm-assistant-root.wdm-left{left:22px}.wdm-launcher{width:58px;height:58px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,var(--wdm-accent),#0f172a);color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.28);cursor:pointer;display:grid;place-items:center;position:relative}.wdm-launcher-icon{font-size:25px}.wdm-launcher-dot{position:absolute;right:7px;top:7px;width:9px;height:9px;background:#22c55e;border-radius:50%;border:2px solid #fff}.wdm-panel{position:absolute;bottom:72px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 115px));background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 25px 80px rgba(15,23,42,.24);overflow:hidden;display:none;grid-template-rows:auto 1fr auto auto auto}.wdm-right .wdm-panel{right:0}.wdm-left .wdm-panel{left:0}.wdm-panel.open{display:grid}.wdm-header{display:flex;justify-content:space-between;align-items:center;padding:16px 17px;background:linear-gradient(135deg,#0f172a,#172554);color:white}.wdm-header strong{display:block;font-size:15px}.wdm-header small{opacity:.72}.wdm-close{border:0;background:rgba(255,255,255,.12);color:#fff;width:32px;height:32px;border-radius:10px;font-size:22px;cursor:pointer}.wdm-messages{padding:16px;overflow:auto;background:linear-gradient(#f8fafc,#fff)}.wdm-msg{display:flex;flex-direction:column;margin:8px 0;max-width:92%}.wdm-msg.user{align-items:flex-end;margin-left:auto}.wdm-msg.bot{align-items:flex-start}.wdm-bubble{padding:11px 13px;border-radius:15px;font-size:14px;line-height:1.48;box-shadow:0 1px 2px rgba(15,23,42,.05)}.wdm-msg.bot .wdm-bubble{background:#fff;border:1px solid #e2e8f0;border-top-left-radius:6px}.wdm-msg.user .wdm-bubble{background:var(--wdm-accent);color:#fff;border-top-right-radius:6px}.wdm-quick{display:flex;gap:7px;padding:9px 13px;border-top:1px solid #e2e8f0;overflow-x:auto;background:#fff}.wdm-quick button,.wdm-actions a,.wdm-actions button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:7px 10px;font-size:12px;white-space:nowrap;text-decoration:none;cursor:pointer}.wdm-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.wdm-actions button:first-child{background:var(--wdm-accent);color:#fff;border-color:var(--wdm-accent)}.wdm-inputrow{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #e2e8f0}.wdm-inputrow textarea{resize:none;max-height:100px;border:1px solid #cbd5e1;border-radius:13px;padding:10px 11px;font:inherit;outline:none}.wdm-inputrow textarea:focus{border-color:var(--wdm-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--wdm-accent) 14%,transparent)}.wdm-inputrow button{border:0;border-radius:13px;background:var(--wdm-accent);color:#fff;font-size:20px;cursor:pointer}.wdm-privacy{padding:0 13px 10px;background:#fff;color:#64748b;font-size:10px}.wdm-tip{position:absolute;bottom:10px;right:70px;background:#0f172a;color:#fff;padding:9px 12px;border-radius:10px;font-size:12px;box-shadow:0 12px 30px rgba(15,23,42,.22);white-space:nowrap}.wdm-left .wdm-tip{left:70px;right:auto}.wdm-typing i{width:6px;height:6px;background:#94a3b8;border-radius:50%;display:inline-block;margin:0 2px;animation:wdmBlink 1s infinite alternate}.wdm-typing i:nth-child(2){animation-delay:.2s}.wdm-typing i:nth-child(3){animation-delay:.4s}@keyframes wdmBlink{to{opacity:.25;transform:translateY(-2px)}}.wdm-card{background:#fff;border:1px solid #dbeafe;border-radius:16px;padding:12px;width:100%;box-shadow:0 10px 25px rgba(15,23,42,.08)}.wdm-card strong{display:block;margin-bottom:8px}.wdm-card input,.wdm-card textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:9px;margin:4px 0;font:inherit}.wdm-card button{width:100%;border:0;background:var(--wdm-accent);color:#fff;border-radius:10px;padding:10px;margin-top:6px;cursor:pointer}.wdm-card small{display:block;margin-top:6px;color:#64748b}@media(max-width:600px){#wdm-assistant-root{bottom:14px}.wdm-right{right:14px!important}.wdm-left{left:14px!important}.wdm-panel{width:calc(100vw - 28px);height:min(72vh,620px);bottom:68px}.wdm-launcher{width:54px;height:54px;border-radius:17px}}
