.main{min-height:100vh;flex-direction:column}.main,.site-main{display:flex;width:100%}.site-main{flex:1 1;justify-content:center;padding:0 1.5rem 3.5rem}.auth-header,.site-main>*{width:min(100%,var(--max-width));margin:0 auto}.auth-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0}.auth-header button{padding:.75rem 1rem;border-radius:999px;background:var(--surface-card);border:1px solid var(--border-soft);color:var(--text-default);transition:border-color .18s ease,transform .18s ease}.auth-header button:hover{cursor:pointer;transform:translateY(-1px);border-color:var(--border-strong)}