.current-user-avatar{position:relative;display:grid;width:40px;height:40px;flex:0 0 auto;padding:0;place-items:center;overflow:hidden;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:900;box-shadow:0 5px 14px rgba(2,8,23,.22)}
.current-user-avatar:hover{border-color:#facc15;transform:translateY(-1px)}
.current-user-avatar:focus-visible{outline:3px solid #facc15;outline-offset:2px}
.current-user-avatar:disabled{cursor:wait;opacity:.65}
.current-user-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.profile-photo-toast{position:fixed;right:20px;bottom:22px;z-index:120;max-width:min(360px,calc(100vw - 32px));padding:12px 15px;border-radius:12px;background:#0f172a;color:#fff;font-size:13px;font-weight:750;box-shadow:0 16px 44px rgba(15,23,42,.3);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s ease}
.profile-photo-toast.show{opacity:1;transform:none}
.profile-photo-toast.error{background:#b91c1c}
@media(max-width:920px){.current-user-avatar{width:38px;height:38px}.profile-photo-toast{right:12px;bottom:14px}}
