.user-profile{display:flex;align-items:center;gap:9px}.user-photo{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid rgba(77,171,247,.55);background:#10263a}.user-photo-fallback{display:grid;place-items:center;color:#fff;font-size:.7rem;font-weight:800;background:linear-gradient(135deg,var(--accent),var(--accent2))}@media(max-width:650px){.user-profile .user-name{display:none}.user-photo{width:34px;height:34px}}
