
.profile-photo-status{grid-column:1/-1;display:flex;align-items:center;gap:7px;min-height:16px;margin-top:2px;color:var(--muted);font-size:10px;font-weight:700;transition:color .18s ease}
.profile-photo-status:empty{display:none}
.profile-photo-status::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 12%,transparent)}
.profile-photo-status.is-saving{color:#b8adff}
.profile-photo-status.is-saving::before{animation:profile-photo-pulse .85s ease-in-out infinite}
.profile-photo-status.is-success{color:var(--accent,#56d5a3)}
.profile-photo-status.is-error{color:var(--danger,#f07b8e)}
.profile-photo-button:has(input:disabled),[data-photo-remove]:disabled{pointer-events:none;opacity:.55}
@keyframes profile-photo-pulse{50%{opacity:.35;transform:scale(.72)}}
@media(prefers-reduced-motion:reduce){.profile-photo-status.is-saving::before{animation:none}}
