@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--bg: #f6f4f0;--bg-warm: #edeae4;--fg: #121212;--fg-muted: #5c5c5c;--muted: #737373;--border: #e6e3dd;--border-focus: #c4bfb4;--accent: #c9a554;--accent-dim: rgba(201, 165, 84, .18);--accent-hover: #d4b060;--card: #fffcf8;--card-border: #e8e4dd;--shadow-soft: 0 4px 24px rgba(18, 18, 18, .06);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .85);--shadow-icon: 0 20px 25px -5px rgb(15 23 42 / .1), 0 8px 10px -6px rgb(15 23 42 / .1);--icon-border: #e3e0d8;--icon-shadow-a: rgb(15 23 42 / .05);--icon-shadow-b: rgb(15 23 42 / .06);--hero-icon-bg: #fff;--pill-bg: #121212;--pill-fg: #f6f4f0;--input-bg: #fff;--input-placeholder: #9a9690;--btn-on-accent-fg: #141414;--error: #b53030;--scribble-fg: #78716c;--feature-chip-bg: rgba(255, 255, 255, .65);--footer-link-border-hover: rgba(18, 18, 18, .22);color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg: #141414;--bg-warm: #1a1a1a;--fg: #f5f5f4;--fg-muted: #a8a29e;--muted: #78716c;--border: #3f3f3a;--border-focus: #57534e;--accent: #d4b87a;--accent-dim: rgba(212, 184, 120, .2);--accent-hover: #dbb46a;--card: #1c1c18;--card-border: #3a3a35;--shadow-soft: 0 4px 24px rgba(0, 0, 0, .4);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .04);--shadow-icon: 0 20px 25px -5px rgba(0, 0, 0, .45), 0 8px 10px -6px rgba(0, 0, 0, .38);--icon-border: #40403a;--icon-shadow-a: rgb(0 0 0 / .35);--icon-shadow-b: rgb(0 0 0 / .45);--hero-icon-bg: #252524;--pill-bg: #e7e5e4;--pill-fg: #1c1917;--input-bg: #1a1a17;--input-placeholder: #78716c;--btn-on-accent-fg: #1c1a14;--error: #fca5a5;--scribble-fg: #a8a29e;--feature-chip-bg: rgba(255, 255, 255, .06);--footer-link-border-hover: rgba(255, 255, 255, .22);color-scheme:dark}}:root[data-theme=dark]{--bg: #141414;--bg-warm: #1a1a1a;--fg: #f5f5f4;--fg-muted: #a8a29e;--muted: #78716c;--border: #3f3f3a;--border-focus: #57534e;--accent: #d4b87a;--accent-dim: rgba(212, 184, 120, .2);--accent-hover: #dbb46a;--card: #1c1c18;--card-border: #3a3a35;--shadow-soft: 0 4px 24px rgba(0, 0, 0, .4);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .04);--shadow-icon: 0 20px 25px -5px rgba(0, 0, 0, .45), 0 8px 10px -6px rgba(0, 0, 0, .38);--icon-border: #40403a;--icon-shadow-a: rgb(0 0 0 / .35);--icon-shadow-b: rgb(0 0 0 / .45);--hero-icon-bg: #252524;--pill-bg: #e7e5e4;--pill-fg: #1c1917;--input-bg: #1a1a17;--input-placeholder: #78716c;--btn-on-accent-fg: #1c1a14;--error: #fca5a5;--scribble-fg: #a8a29e;--feature-chip-bg: rgba(255, 255, 255, .06);--footer-link-border-hover: rgba(255, 255, 255, .22);color-scheme:dark}:root[data-theme=light]{color-scheme:light}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;display:flex;flex-direction:column}.page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:56px 24px 48px;text-align:center;max-width:48rem;margin:0 auto;width:100%}.heroHeader{display:flex;width:100%;flex-direction:column;align-items:center;text-align:center}.heroIcon{flex-shrink:0;width:6rem;height:6rem;margin-bottom:.75rem;border-radius:1.5rem;border:1px solid var(--icon-border);background:var(--hero-icon-bg);box-shadow:0 0 0 1px var(--icon-shadow-a),0 1px 2px var(--icon-shadow-b),var(--shadow-icon);object-fit:cover;object-position:center;display:block}.heroWordmarkBlock{margin-bottom:2rem}.heroWordmarkFloat{position:relative;display:inline-flex;flex-direction:column;align-items:center;animation:wordmark-float 4s ease-in-out .65s infinite}.wordmarkCaret{z-index:10;width:.75rem;height:.75rem;margin-bottom:-.5rem;background:var(--pill-bg);border-radius:2px;transform:rotate(45deg)}.wordmarkPill{position:relative;z-index:10;padding:.25rem 1rem;background:var(--pill-bg);color:var(--pill-fg);border-radius:9999px;font-size:.875rem;font-weight:500;line-height:1.25}.headline{margin-bottom:2rem;font-family:"Source Serif 4",ui-serif,Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--fg)}@media(min-width:475px){.headline{font-size:3rem}}@media(min-width:768px){.headline{font-size:3.75rem;line-height:1.12}}.headlineBreak{display:none}@media(min-width:640px){.headlineBreak{display:block}}.headlineLine2{display:inline-block;margin-top:.12em}.appleMark{display:inline-block;vertical-align:-.06em;width:2rem;height:2rem;margin:0 .06em}@media(min-width:640px){.appleMark{width:2.5rem;height:2.5rem;vertical-align:-.08em}}@media(min-width:768px){.appleMark{width:3rem;height:3rem;vertical-align:-.1em}}@keyframes wordmark-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.heroReveal{opacity:0;animation:fade-up .6s ease-out forwards}.heroReveal--1{animation-delay:.08s}.heroReveal--2{animation-delay:.14s}.heroReveal--3{animation-delay:.2s}.heroReveal--4{animation-delay:.26s}.heroReveal--5{animation-delay:.32s}.heroRevealOpacity{opacity:0;animation:fade-in .6s ease-out forwards}.heroRevealOpacity.heroReveal--2{animation-delay:.14s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.earlyAccess{width:100%;max-width:34rem;margin-top:1rem;overflow:visible}.heroCardWrap{position:relative;width:100%;padding-top:52px;margin-bottom:40px}.scribbleCluster{position:absolute;top:0;right:.375rem;bottom:auto;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:max-content;max-width:min(100%,260px);color:var(--scribble-fg);pointer-events:none}@media(min-width:640px){.scribbleCluster{right:-3.625rem}}.scribble{margin:0;font-family:Caveat,cursive;font-size:1.5rem;font-weight:700;line-height:1.15;text-align:center;color:inherit;white-space:nowrap}.scribbleArrow{display:block;flex-shrink:0;width:3rem;height:3rem;color:inherit;opacity:.95;transform:scaleX(-1) rotate(180deg);transform-origin:center}.heroCard{width:calc(100% - 1.25rem);max-width:100%;text-align:left;background:var(--card);border:1px solid var(--card-border);border-radius:16px;padding:28px 24px 24px;box-shadow:var(--shadow-soft),var(--shadow-inset)}.form{width:100%;display:flex;flex-direction:column;gap:14px}.input{width:100%;padding:16px 18px;background:var(--input-bg);border:1px solid var(--border);border-radius:10px;color:var(--fg);font-size:16px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.input::placeholder{color:var(--input-placeholder)}.input:hover{border-color:var(--border-focus)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.btn{width:100%;padding:16px 20px;background:var(--accent);color:var(--btn-on-accent-fg);border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .15s}.btn:hover:not(:disabled){background:var(--accent-hover)}.btn:disabled{opacity:.5;cursor:default}.feedback{font-size:14px;min-height:20px;color:var(--fg-muted)}.feedback.success{color:var(--fg)}.feedback.error{color:var(--error)}.successTitle{font-size:17px;font-weight:600;color:var(--fg);line-height:1.35}.successSub{font-size:15px;color:var(--muted);line-height:1.5;margin-top:8px}.featureRow{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 12px;max-width:100%}.featureChip{font-size:14px;font-weight:500;color:var(--muted);padding:8px 14px;background:var(--feature-chip-bg);border:1px solid var(--border);border-radius:999px;line-height:1.2}.featureRowBreak{flex-basis:100%;width:100%;height:0;margin:0;padding:0;border:none;overflow:hidden;visibility:hidden}.siteFooter{padding:24px;text-align:center;font-size:13px;color:var(--muted);line-height:1.6}.footerLink{color:var(--fg-muted);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s,color .15s}.footerLink:hover{color:var(--fg);border-bottom-color:var(--footer-link-border-hover)}.themeToggle{position:fixed;bottom:max(1.25rem,env(safe-area-inset-bottom,0px) + .35rem);right:max(1.25rem,env(safe-area-inset-right,0px) + .35rem);z-index:50;display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--fg-muted);box-shadow:var(--shadow-soft);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.themeToggle:hover{color:var(--fg);border-color:var(--border-focus)}.themeToggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.themeToggle-moon,.themeToggle-sun{grid-area:1 / 1;width:1.25rem;height:1.25rem;flex-shrink:0}.themeToggle-moon{display:block}.themeToggle-sun{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme]) .themeToggle-moon{display:none}:root:not([data-theme]) .themeToggle-sun{display:block}}:root[data-theme=dark] .themeToggle-moon{display:none}:root[data-theme=dark] .themeToggle-sun{display:block}:root[data-theme=light] .themeToggle-moon{display:block}:root[data-theme=light] .themeToggle-sun{display:none}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.page{padding:40px 20px 36px}.heroIcon{width:5.25rem;height:5.25rem;margin-bottom:.65rem}.heroWordmarkBlock{margin-bottom:1.5rem}.headline{font-size:1.85rem}.heroCardWrap{padding-top:48px;margin-bottom:32px}.heroCard{padding:24px 20px 20px}.scribbleCluster{max-width:min(100%,220px)}.scribble{font-size:1.35rem}.scribbleArrow{width:2.75rem;height:2.75rem}}
