.screens-auth-public-root{background-color:var(--color-background);flex:1;width:100%;min-height:100%}.screens-auth-public-scroll-view{flex:1;width:100%}.screens-auth-public-hero-section{background-color:var(--color-surface);padding:0 var(--spacing-md);flex-direction:column;justify-content:center;width:100%;display:flex;position:relative;overflow:hidden}.screens-auth-public-animated-logo-hero{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-md);justify-content:center;align-items:center;display:flex}.screens-auth-public-hero-logo-wrap{justify-content:center;align-items:center;display:inline-flex}.screens-auth-public-hero-headline{margin-top:var(--spacing-md);padding:0 var(--spacing-md);text-align:center;color:var(--color-secondary);font-family:var(--font-display);max-width:100%;margin-left:auto;margin-right:auto;font-weight:800;line-height:1.1}.screens-auth-public-hero-content{align-self:center;gap:var(--spacing-xl);z-index:1;width:100%;margin-top:var(--spacing-md);flex-direction:column;padding-top:0;display:flex}.screens-auth-public-hero-copy{gap:var(--spacing-md);flex-direction:column;align-self:center;align-items:center;width:100%;max-width:620px;display:flex}.screens-auth-public-hero-highlights{gap:var(--spacing-sm);flex-direction:column;width:100%;display:flex}.screens-auth-public-hero-highlight-1,.screens-auth-public-hero-highlight-2,.screens-auth-public-hero-highlight-3{align-items:center;gap:var(--spacing-sm);flex-direction:row;width:100%;display:inline-flex}.screens-auth-public-hero-highlight-dot-1,.screens-auth-public-hero-highlight-dot-2,.screens-auth-public-hero-highlight-dot-3{border-radius:var(--radius-pill);background-color:var(--color-primary);flex-shrink:0;width:8px;height:8px}.screens-auth-public-hero-highlight-text-1,.screens-auth-public-hero-highlight-text-2,.screens-auth-public-hero-highlight-text-3{color:var(--color-text);font-family:var(--font-body);flex:1;font-size:14px;line-height:1.5}.screens-auth-public-hero-actions{align-items:center;gap:var(--spacing-sm);flex-flow:wrap;justify-content:center;width:100%;display:flex}.screens-auth-public-close-auth-inline{cursor:pointer;min-height:44px;color:var(--color-on-primary-muted);font-family:var(--font-body);transition:opacity var(--transition-base) ease;background:0 0;border:none;flex-direction:row;align-items:center;gap:6px;padding:6px 4px;font-size:13px;display:inline-flex}.screens-auth-public-close-auth-inline:hover{opacity:.8}.screens-auth-public-mobile-section-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;width:100%;display:flex;overflow-x:auto}.screens-auth-public-mobile-section-nav::-webkit-scrollbar{display:none}.screens-auth-public-mobile-section-chip-home,.screens-auth-public-mobile-section-chip-about{border-radius:var(--radius-pill);background-color:var(--color-surface-alt);border:1px solid var(--color-border);cursor:pointer;margin-right:var(--spacing-sm);min-width:44px;min-height:44px;transition:background-color var(--transition-base) ease, border-color var(--transition-base) ease, opacity var(--transition-base) ease;flex-shrink:0;justify-content:center;align-items:center;padding:10px 16px;display:inline-flex}.screens-auth-public-mobile-section-chip-home:hover,.screens-auth-public-mobile-section-chip-about:hover{background-color:var(--color-hover)}.screens-auth-public-mobile-section-chip-home:active,.screens-auth-public-mobile-section-chip-about:active{opacity:.82}.screens-auth-public-mobile-section-chip-home.screens-auth-public-mobile-section-chip-home--active,.screens-auth-public-mobile-section-chip-about.screens-auth-public-mobile-section-chip-about--active{background-color:var(--color-primary);border-color:var(--color-primary)}.screens-auth-public-mobile-section-chip-home-label,.screens-auth-public-mobile-section-chip-about-label{font-family:var(--font-heading);color:var(--color-text);white-space:nowrap;font-size:13px;font-weight:600;line-height:1.2}.screens-auth-public-mobile-section-chip-home--active .screens-auth-public-mobile-section-chip-home-label,.screens-auth-public-mobile-section-chip-about--active .screens-auth-public-mobile-section-chip-about-label{color:var(--color-on-primary)}.screens-auth-public-page-content{width:100%;padding:var(--spacing-xl) var(--spacing-lg);align-self:center;margin:0 auto}