._inboxDockBtn{ position:fixed; right:20px; bottom:20px; width:48px; height:48px; border-radius:50%; border:none; background:#5DC1B9; color:#000; font-size:24px; box-shadow:0 4px 12px rgba(0,0,0,0.3); cursor:pointer; z-index:100000; }
._inboxDockBtn:hover{ background:#4da89f; }
._inboxDockBtn ._inboxDockBadge{ position:absolute; right:-6px; top:-6px; background:#ff3366; color:#fff; border-radius:12px; min-width:22px; height:22px; display:none; font-size:12px; line-height:22px; text-align:center; box-shadow:0 2px 8px rgba(0,0,0,0.3); }

/* removed fixed dock window and sidebar */
._dockChat{ flex:1; display:flex; flex-direction:column; }
._dockMsgs{ flex:1; overflow-y:auto; padding:8px; }
._dockForm{ display:flex; gap:8px; padding:8px; border-top:1px solid #333; }
._dockForm textarea{ flex:1; background:#111; color:#eee; border:1px solid #333; border-radius:6px; padding:8px; }
._dockSend{ background:#5DC1B9; border:none; color:#000; padding:6px 12px; border-radius:18px; }

._dockTray{ position:fixed; right:20px; bottom:80px; display:flex; flex-direction:row-reverse; gap:12px; z-index:10001; }
._dockWin{ width:330px; height:420px; background:#1f1f1f; border-radius:10px; border:1px solid #333; box-shadow:0 8px 24px rgba(0,0,0,0.35); display:flex; flex-direction:column; overflow:hidden; }
._dockHead{ height:38px; background:#2b2b2b; color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 10px; font-weight:600; }
._dockBtn{ background:transparent; color:#fff; border:0; font-size:18px; cursor:pointer; }
