.users.dm-mode{width:340px;}

.dm-profile-panel{display:none;flex-direction:column;flex:1;overflow-y:auto;}
.dm-profile-panel.active{display:flex;}
.dmp-banner{height:120px;flex-shrink:0;background:linear-gradient(135deg,var(--accent),#8e44ad);position:relative;overflow:hidden;}
.dmp-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.dmp-top{padding:0 16px 18px;position:relative;}
.dmp-av-wrap{margin-top:-40px;margin-bottom:10px;position:relative;display:inline-block;z-index:2;}
.dmp-avatar{width:80px;height:80px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:34px;overflow:hidden;background:#444;flex-shrink:0;}
.dmp-avatar-img{width:100%;height:100%;object-fit:cover;}
.dmp-status-dot{position:absolute;bottom:4px;right:4px;width:15px;height:15px;border-radius:50%;border:3px solid var(--panel);background:var(--offline);}
.dmp-status-dot.online{background:var(--online);}.dmp-status-dot.away{background:var(--idle);}.dmp-status-dot.dnd{background:var(--dnd);}
.dmp-nick{font-weight:800;font-size:18px;line-height:1.2;margin-bottom:3px;word-break:break-word;}
.dmp-role{font-size:12px;color:var(--muted);margin-bottom:10px;min-height:15px;}
.dmp-divider{height:1px;background:var(--border);margin:10px 0;}
.dmp-label{font-size:10px;font-weight:700;color:var(--muted);letter-spacing:1.2px;text-transform:uppercase;margin-bottom:6px;}
.dmp-bio{font-size:13px;color:var(--text);line-height:1.55;word-break:break-word;}
.dmp-location{font-size:12px;color:var(--muted);margin-top:5px;}
.dmp-actions{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap;}
.dmp-btn{flex:1;padding:8px 6px;background:var(--panel2);border:1px solid var(--border);color:var(--text);border-radius:6px;font-size:12px;cursor:pointer;text-align:center;min-width:50px;}
.dmp-btn:hover{background:var(--room-hover);border-color:var(--accent);}
