@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');#pd-chat-fab{position:fixed;bottom:28px;right:28px;width:60px;height:60px;border-radius:50%;background:#1a0a2e;border:2px solid #7c3aed;box-shadow:0 4px 24px rgba(124,58,237,0.4);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99999;transition:transform 0.2s,box-shadow 0.2s}#pd-chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 32px rgba(124,58,237,0.6)}#pd-chat-fab svg{width:27px;height:27px}#pd-chat-badge{position:absolute;top:-3px;right:-3px;width:14px;height:14px;background:#7c3aed;border-radius:50%;border:2px solid #1a0a2e}#pd-chat-window{position:fixed;bottom:104px;right:28px;width:360px;max-width:calc(100vw - 40px);border-radius:20px;background:#0f0620;border:1px solid #3b1a6e;box-shadow:0 16px 56px rgba(0,0,0,0.6),0 0 0 1px rgba(124,58,237,0.1);z-index:99998;overflow:hidden;display:none;flex-direction:column;animation:pdSlideUp 0.28s ease;font-family:'Inter',sans-serif}#pd-chat-window.pd-open{display:flex}@keyframes pdSlideUp{from{opacity:0;transform:translateY(14px) scale(0.97)}to{opacity:1;transform:translateY(0) scale(1)}}.pd-header{background:#1a0a2e;border-bottom:1px solid #3b1a6e;padding:16px 18px;display:flex;align-items:center;gap:12px}.pd-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#4c1d95);display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(124,58,237,0.5);flex-shrink:0}.pd-avatar svg{width:21px;height:21px}.pd-header-info{flex:1}.pd-header-name{font-size:14px;font-weight:600;color:#f0eaff;margin:0 0 3px}.pd-header-status{font-size:11px;color:#a78bfa;display:flex;align-items:center;gap:5px}.pd-status-dot{width:7px;height:7px;background:#34d399;border-radius:50%}.pd-close-btn{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,0.06);border:none;cursor:pointer;color:#a78bfa;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background 0.15s}.pd-close-btn:hover{background:rgba(124,58,237,0.25)}#pd-chat-frame{width:100%;height:420px;border:none;background:#0f0620}.pd-branding{text-align:center;font-size:10px;color:#4c3070;padding:6px 0 8px;background:#0f0620;font-family:'Inter',sans-serif;letter-spacing:0.04em}