.profile-card{
  position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 28px;align-items:center;gap:8px;
  margin:10px 2px 0;padding:12px 8px;border:1px solid rgba(185,214,205,.13);border-radius:14px;
  background:rgba(255,255,255,.045);box-shadow:0 10px 28px rgba(2,17,14,.12)
}
.profile-card::before{content:"";position:absolute;top:11px;left:37px;width:7px;height:7px;border:2px solid #18302c;border-radius:50%;background:#64b69e}
.profile-card .avatar{width:38px;height:38px;border:1px solid rgba(223,185,105,.76);border-radius:11px;background:rgba(236,244,240,.08);color:#f1d27f;font-size:11px;font-weight:800;letter-spacing:.03em}
.profile-card .profile-identity{min-width:0;padding-left:1px}
.profile-card .profile-mode{display:block;margin:0 0 4px 9px;color:#79c6b0;font-size:7.5px;font-weight:800;line-height:1;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.profile-card .profile-name{display:-webkit-box;color:#fff;font-size:11px;font-weight:700;line-height:1.25;white-space:normal;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.sidebar .profile-card .profile-plan{margin-top:3px;color:#91aaa3;font-size:9px;line-height:1.25;white-space:normal}
.profile-card #profileMenu{display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:9px;color:#8fa9a2;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}
.profile-card #profileMenu:hover{border-color:rgba(180,211,202,.18);background:rgba(255,255,255,.07);color:#fff}
.profile-card[data-role="patient"] .avatar{border-color:rgba(232,173,157,.55);background:#f4d9d1;color:#925044}
.profile-card[data-role="patient"]::before{background:#e59b87}
.profile-card[data-role="patient"] .profile-mode{color:#e7ae9f}
.profile-card[data-role="admin"] .avatar{border-color:rgba(225,190,108,.58);background:rgba(236,205,132,.12);color:#f0ce78}
.profile-card[data-role="admin"]::before{background:#e3b958}
.profile-card[data-role="admin"] .profile-mode{color:#e7c46d}
.superadmin-mode .brand small{font-size:10px!important}
.superadmin-mode .brand small::after{content:none!important}
@media(max-width:900px){.profile-card{margin-bottom:4px}}
