.auth-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;padding:var(--space-4) var(--space-8);display:flex;align-items:center;justify-content:space-between;min-height:3.5rem;transition:background .2s,border-color .2s,box-shadow .2s;width:100%}.auth-header--scrolled{background:var(--color-bg);border-bottom:1px solid var(--color-border)}.auth-header__logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-logo);font-weight:500;min-width:8rem}.auth-header__logo,.auth-header__logo:hover{color:inherit;text-decoration:none}.auth-header__logo img{display:block;object-fit:contain;width:24px;height:24px;margin-bottom:2px}.auth-header__logo-text{font-size:1.5rem;font-weight:500;letter-spacing:-.03em}.auth-header__right{display:flex;align-items:center;gap:var(--space-2);min-width:8rem;justify-content:flex-end}