#dmBizChatWidget{width:56px;height:56px}#dmBizChatToggle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#15803d,#16a34a);border:0;cursor:pointer;box-shadow:0 4px 16px rgba(21,128,61,.4);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease;outline:0}#dmBizChatToggle:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(21,128,61,.5)}#dmBizChatToggle svg{width:26px;height:26px;fill:#fff}#dmBizChatPanel{position:absolute;bottom:68px;right:0;width:360px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.18);display:flex;flex-direction:column;overflow:hidden;font-size:14px;line-height:1.5;opacity:0;transform:translateY(12px) scale(.97);pointer-events:none;transition:opacity .22s ease,transform .22s ease}#dmBizChatPanel.dm-open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}#dmBizChatHeader{background:linear-gradient(135deg,#15803d,#16a34a);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}#dmBizChatHeader .dm-avatar{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}#dmBizChatHeader .dm-title{font-weight:600;font-size:15px}#dmBizChatHeader .dm-subtitle{font-size:11px;opacity:.85}#dmBizChatCloseBtn{margin-left:auto;background:none;border:0;color:#fff;cursor:pointer;opacity:.8;font-size:20px;line-height:1;padding:2px 4px}#dmBizChatCloseBtn:hover{opacity:1}#dmBizChatMessages{flex:1;overflow-y:auto;padding:14px 14px 8px;display:flex;flex-direction:column;gap:10px;background:#f8faf9;scroll-behavior:smooth}.dm-bubble{max-width:82%;padding:9px 13px;border-radius:14px;font-size:13.5px;word-break:break-word}.dm-bubble.dm-user{align-self:flex-end;background:#15803d;color:#fff;border-bottom-right-radius:4px}.dm-bubble.dm-ai{align-self:flex-start;background:#fff;color:#1a2e1f;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.08)}.dm-bubble.dm-ai a{color:#15803d;text-decoration:underline}.dm-typing-indicator{align-self:flex-start;background:#fff;padding:10px 14px;border-radius:14px;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.08);display:flex;gap:4px;align-items:center}.dm-typing-indicator span{width:7px;height:7px;border-radius:50%;background:#15803d;opacity:.5;animation:dmTypePulse 1.2s ease-in-out infinite}.dm-typing-indicator span:nth-child(2){animation-delay:.2s}.dm-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes dmTypePulse{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.dm-nav-action-card{align-self:flex-start;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:8px 12px;font-size:13px;display:flex;align-items:center;gap:8px;color:#15803d;text-decoration:none;font-weight:500;transition:background .15s;max-width:82%}.dm-nav-action-card:hover{background:#dcfce7;color:#14532d;text-decoration:none}.dm-qualify-cta{align-self:flex-start;background:linear-gradient(135deg,#15803d,#16a34a);color:#fff;border-radius:12px;padding:10px 14px;font-size:13px;max-width:90%}.dm-qualify-cta .dm-cta-text{font-weight:600;margin-bottom:6px}.dm-qualify-cta input{display:block;width:100%;padding:6px 10px;border-radius:6px;border:0;margin-bottom:6px;font-size:13px;color:#1a2e1f;background:rgba(255,255,255,.9);outline:0}.dm-qualify-cta input::placeholder{color:#6b7280}.dm-qualify-cta button{background:#fff;color:#15803d;border:0;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:background .15s}.dm-qualify-cta button:hover{background:#dcfce7}#dmBizChatInputArea{border-top:1px solid #e5e7eb;padding:10px 12px;display:flex;gap:8px;background:#fff;flex-shrink:0}#dmBizChatInput{flex:1;border:1px solid #d1d5db;border-radius:20px;padding:8px 14px;font-size:13.5px;outline:0;resize:none;line-height:1.4;color:#1a2e1f;background:#f9fafb;transition:border-color .15s;max-height:80px;overflow-y:auto}#dmBizChatInput:focus{border-color:#15803d;background:#fff}#dmBizChatInput::placeholder{color:#9ca3af}#dmBizChatSendBtn{width:36px;height:36px;border-radius:50%;background:#15803d;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:auto;transition:background .15s}#dmBizChatSendBtn:hover{background:#166534}#dmBizChatSendBtn:disabled{background:#d1d5db;cursor:not-allowed}#dmBizChatSendBtn svg{width:16px;height:16px;fill:#fff}.dm-error-msg{align-self:center;font-size:12px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:6px 12px;text-align:center;max-width:90%}@media(max-width:420px){#dmBizChatPanel{width:calc(100vw - 32px);right:0}}@media(max-width:480px){#dmBizChatPanel{position:fixed;bottom:calc(var(--dm-banner-height,0px) + 88px);right:16px;left:16px;width:auto;max-height:45vh;border-radius:12px;z-index:9000}}.dm-handoff-row{align-self:flex-start;display:flex;flex-wrap:wrap;gap:6px;max-width:95%;margin-bottom:4px}.dm-handoff-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:20px;border:1.5px solid transparent;font-size:13px;font-weight:500;cursor:pointer;line-height:1;transition:filter .15s ease,transform .12s ease;white-space:nowrap;background:#fff;color:#1a2e1f}.dm-handoff-btn:hover{filter:brightness(.93);transform:translateY(-1px)}.dm-handoff-btn:active{transform:translateY(0)}.dm-handoff-logo{width:16px;height:16px;border-radius:3px;flex-shrink:0;display:inline-block;vertical-align:middle}.dm-handoff-inject{border-bottom-style:dashed}.dm-handoff-overlay{border-bottom-style:solid}.dm-handoff-chatgpt{border-color:#10a37f;color:#10a37f}.dm-handoff-chatgpt:hover{background:#f0fdf9}.dm-handoff-claude{border-color:#d97757;color:#d97757}.dm-handoff-claude:hover{background:#fff8f5}.dm-handoff-perplexity{border-color:#20808d;color:#20808d}.dm-handoff-perplexity:hover{background:#f0fbfc}.dm-handoff-gemini{border-color:#4285f4;color:#4285f4}.dm-handoff-gemini:hover{background:#f0f6ff}[data-bs-theme="dark"] .dm-handoff-btn{background:#1f2937;color:#e5e7eb}[data-bs-theme="dark"] .dm-handoff-chatgpt{border-color:#10a37f;color:#34d399}[data-bs-theme="dark"] .dm-handoff-claude{border-color:#d97757;color:#fb923c}[data-bs-theme="dark"] .dm-handoff-perplexity{border-color:#20b2aa;color:#2dd4bf}[data-bs-theme="dark"] .dm-handoff-gemini{border-color:#4285f4;color:#60a5fa}#dmBizChatHeader .dm-auth-subtitle{font-size:11px;opacity:.9;font-style:italic}.dm-nav-links-group{display:flex;flex-direction:column;gap:4px;align-self:flex-start;max-width:90%}.dm-help-ask-ai-btn{flex-shrink:0}.dm-help-ask-ai-btn:hover{opacity:.88}