.auth-landing-root{--surface-dark:#0e0e0e;--surface-light:#f0eee8;--surface-white:#fff;--surface-card:#f4f4f4;--text-on-dark:#fff;--text-on-dark-muted:#8a8a8a;--text-on-light:#0e0e0e;--text-on-light-muted:#6f6f6f;--line-on-dark:#ffffff1f;--line-on-light:#0e0e0e1f;--accent:#d9ff3d;--accent-foreground:#0e0e0e;--page-padding:clamp(1rem,2.5vw,2rem);--radius:1.25rem;--radius-lg:2rem;--radius-pill:999px;--type-section-headline:clamp(2rem,5vw,3.25rem);--type-section-headline-lg:clamp(2.125rem,5.5vw,3.5rem);background:var(--surface-dark);min-height:100vh;color:var(--text-on-dark);font-family:var(--font-geist-sans,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-landing-root .display{font-family:var(--font-posmate-display),system-ui,sans-serif;font-variation-settings:"wght" 800;letter-spacing:-.03em}.auth-landing-root .mono{font-family:var(--font-geist-mono,ui-monospace,SFMono-Regular,Menlo,monospace);letter-spacing:.02em}.auth-landing-root .label{font-family:var(--font-geist-mono,ui-monospace,SFMono-Regular,Menlo,monospace);letter-spacing:0;color:var(--text-on-dark-muted);font-size:.75rem;font-weight:500}.auth-landing-root .mutedOnDark{color:var(--text-on-dark-muted)}.auth-landing-root .mutedOnLight{color:var(--text-on-light-muted)}.auth-landing-root .pill{background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:0;justify-content:center;align-items:center;gap:.5rem;padding:.6875rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:transform .18s,filter .18s;display:inline-flex}.auth-landing-root .pill:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.auth-landing-root .pill:disabled{opacity:.6;cursor:progress;filter:none;transform:none}.auth-landing-root .pillGhostOnDark{color:var(--text-on-dark);border:1px solid var(--line-on-dark);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.6875rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .18s,border-color .18s;display:inline-flex}.auth-landing-root .pillGhostOnDark:hover:not(:disabled){background:#ffffff0f;border-color:#ffffff40}.auth-landing-root :focus-visible:not(input):not(textarea):not(select){outline:2px solid var(--accent);outline-offset:3px}.auth-landing-root input:focus,.auth-landing-root input:focus-visible,.auth-landing-root textarea:focus,.auth-landing-root textarea:focus-visible,.auth-landing-root select:focus,.auth-landing-root select:focus-visible{border-radius:var(--radius);outline:none}.auth-landing-root button:not(.pill):focus,.auth-landing-root button:not(.pill):focus-visible{outline:none}
