:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#f7f5f0;--ink:#17181c;--ledger-red:#e5484d;--bg:var(--paper);--fg:var(--ink);--fg-muted:#5f6169;--button-bg:var(--ink);--button-fg:var(--paper);text-rendering:optimizelegibility;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:var(--ink);--fg:var(--paper);--fg-muted:#a3a5ab;--button-bg:var(--paper);--button-fg:var(--ink)}}body{min-height:100vh;color:var(--fg);background:var(--bg);margin:0}.page{flex-direction:column;width:min(860px,100vw - 3rem);min-height:100vh;margin:0 auto;display:flex}.top-bar{justify-content:space-between;align-items:center;padding:1.6rem 0 0;display:flex}.brand-lockup{width:auto;height:36px;display:block}.brand-lockup-dark{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .brand-lockup-light{display:none}:root:not([data-theme=light]) .brand-lockup-dark{display:block}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:var(--ink);--fg:var(--paper);--fg-muted:#a3a5ab;--button-bg:var(--paper);--button-fg:var(--ink)}html[data-theme=dark] .brand-lockup-light{display:none}html[data-theme=dark] .brand-lockup-dark{display:block}.sign-in{appearance:none;font:inherit;background:var(--button-bg);color:var(--button-fg);cursor:not-allowed;opacity:.55;border:0;border-radius:999px;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600}.header-actions{align-items:center;gap:.7rem;display:flex}.theme-toggle{border:1px solid color-mix(in srgb, var(--fg) 22%, transparent);width:2.25rem;height:2.25rem;color:var(--fg);font:inherit;cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;font-size:1.15rem;line-height:1;display:grid}.theme-toggle:hover{background:color-mix(in srgb, var(--fg) 8%, transparent)}.theme-icon{width:1rem;height:1rem;display:block}.theme-toggle:focus-visible,.sign-in:focus-visible{outline:2px solid var(--ledger-red);outline-offset:3px}@media (width<=560px){.brand-lockup{height:32px}.header-actions{gap:.45rem}}.hero{flex-direction:column;flex:1;justify-content:center;padding:4rem 0 6rem;display:flex}.hero h1{letter-spacing:-.015em;max-width:760px;margin:0;font-size:clamp(2.1rem,5.6vw,3.6rem);line-height:1.08}.hero h1>span{display:block}.hero-tagline{color:var(--ledger-red);margin-top:.4em}.error{text-align:center;flex-direction:column;max-width:32rem;margin:5rem auto;padding:3rem 1rem;display:flex}
