.bar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 1.25rem; background: var(--color-surface); border-bottom: 1px solid var(--color-border); } .brand { font-weight: 700; font-size: 1.05rem; color: var(--color-text); text-decoration: none; } .brand:hover { color: var(--color-primary); text-decoration: none; } .right { display: flex; align-items: center; gap: 0.85rem; font-size: 0.9rem; } .handle { color: var(--color-text-muted); max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .signOut { color: var(--color-primary); font-weight: 500; text-decoration: none; } .signOut:hover { text-decoration: underline; }