.profile { display: flex; align-items: center; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 10px 12px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #fef3c7, #fb7185); display: grid; place-items: center; color: #111827; font-weight: 800; }
.profile span { display: block; color: var(--muted); font-size: 12px; }
.logout-form { margin-left: 8px; }
