.ps-avatar{
  position:relative;
  isolation:isolate;
  width:76px;
  height:76px;
  color:transparent;
  font-size:0;
  overflow:visible;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Ccircle fill='%23f2c5a5' cx='60' cy='34' r='17'/%3E%3Cpath fill='%23163f49' d='M44 31c1-13 9-20 18-20 10 0 17 7 18 18-6-5-12-8-19-8-6 0-12 4-17 10Z'/%3E%3Cpath fill='%23f7fffd' stroke='%23c9e7e2' stroke-width='2' d='M29 102c1-28 13-43 31-43s30 15 31 43H29Z'/%3E%3Cpath fill='%230e6d70' d='m49 62 11 17 11-17-5-3H54l-5 3Z'/%3E%3Cpath fill='none' stroke='%23153f49' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M45 65v12c0 10 6 16 15 16 8 0 14-5 14-13V68M74 80a5 5 0 1 0 10 0 5 5 0 0 0-10 0Z'/%3E%3Cpath fill='%23e45c57' d='M55 84h10v5H55zM58 81h4v11h-4z'/%3E%3C/svg%3E"),radial-gradient(circle at 34% 25%,#55c9bb,#16867f 48%,#074b55);
  background-repeat:no-repeat;
  background-position:center;
  background-size:78%,100%;
  border:1px solid rgba(11,129,123,.22);
  box-shadow:0 12px 27px rgba(8,47,58,.2);
  animation:ps-doctor-float 3.2s ease-in-out infinite;
}
.ps-avatar::before{
  content:"";
  position:absolute;
  right:-1px;
  bottom:5px;
  width:14px;
  height:14px;
  border:3px solid #fff;
  border-radius:50%;
  background:#6ee7b7;
  box-shadow:0 0 0 0 rgba(110,231,183,.55);
  animation:ps-doctor-status 2s ease-out infinite;
}
.ps-avatar::after{
  content:"";
  position:absolute;
  inset:-6px;
  z-index:-1;
  border:1px solid rgba(11,129,123,.25);
  border-radius:50%;
  animation:ps-doctor-pulse 2.8s ease-out infinite;
}
@media (prefers-reduced-motion:reduce){.ps-avatar,.ps-avatar::before,.ps-avatar::after{animation:none}}
.ps-avatar-photo{width:108px;height:108px;padding:0;margin:0 0 22px;overflow:hidden;background:#fff;border:4px solid #fff;outline:1px solid #c9ded9;box-shadow:0 12px 28px rgba(8,47,58,.16);animation:none}
.ps-avatar-photo::before,.ps-avatar-photo::after{display:none}
.ps-avatar-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:50%}
