.profilecard{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px;text-decoration:none;transition:background .15s;display:flex}.profilecard:hover{background:#ffffff12}.profilecard__av{width:34px;height:34px;font:700 11.5px var(--font-poppins), "Poppins", system-ui, sans-serif;color:#fff;background:linear-gradient(160deg,#8271fb,#4f37d6);border-radius:10px;flex:none;place-items:center;display:grid;box-shadow:inset 0 1px #fff6}.profilecard__av--img{object-fit:cover;padding:0}.profilecard__who{flex-direction:column;flex:1;min-width:0;display:flex}.profilecard__who b{font:600 12.5px var(--font-inter), "Inter", system-ui, sans-serif;color:#fff}.profilecard__who span{font:500 11px var(--font-inter), "Inter", system-ui, sans-serif;color:#9aa0ac;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profilecard__caret{color:#9aa0ac;flex:none}
