.profile-menu {
  position: fixed;
  z-index: 100;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  color: #f7f3e8;
  background: rgba(18,21,19,.98);
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(18px);
}
.profile-menu[hidden] { display: none; }
.profile-menu__identity { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 5px 5px 10px; }
.profile-menu__identity img { width: 46px; height: 46px; flex: 0 0 auto; border: 2px solid rgba(245,185,66,.55); border-radius: 50%; object-fit: cover; background: #222; }
.profile-menu__identity div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.profile-menu__identity strong, .profile-menu__identity span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-menu__identity strong { font: 700 14px Manrope, sans-serif; }
.profile-menu__identity span { color: #a9ada7; font-size: 11px; }
.profile-menu__role { display: inline-flex; margin: 0 5px 12px; padding: 5px 9px; border-radius: 99px; color: #ffd980; background: rgba(245,185,66,.12); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-menu__actions { padding-top: 8px; display: grid; gap: 3px; border-top: 1px solid rgba(255,255,255,.09); }
.profile-menu__actions a, .profile-menu__actions button { min-height: 42px; width: 100%; display: flex; align-items: center; gap: 11px; padding: 0 11px; border: 0; border-radius: 9px; color: #d8dbd8; background: transparent; font: 600 12px "DM Sans",sans-serif; text-align: left; cursor: pointer; }
.profile-menu__actions a:hover, .profile-menu__actions button:hover { color: #fff; background: rgba(255,255,255,.06); }
.profile-menu__actions span { width: 18px; color: #a9ada7; text-align: center; font-size: 16px; }
.profile-menu__actions .profile-menu__admin { color: #ffd980; }
.profile-menu__actions .profile-menu__admin span { color: #f5b942; }
.profile-menu__actions button:last-child { color: #efa9a9; }
.profile-menu__actions button:disabled { opacity: .55; cursor: wait; }

@media (max-width: 560px) {
  .profile-menu { border-radius: 14px; }
}
