:root{--bg:#ffffff;--surface:#f2f2f7;--surface-2:#ffffff;--text:#000000;--text-secondary:#3c3c4399;--text-tertiary:#3c3c434d;--rule:#3c3c4324;--accent:#007aff;--accent-quiet:#007aff14;--gtd-action:#007aff;--gtd-project:#af52de;--gtd-waiting:#ff9500;--gtd-calendar:#ff3b30;--gtd-someday:#8e8e93;--gtd-reference:#30b0c7;--measure:40rem;--wide:46rem;--font-system:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",system-ui,Roboto,"Helvetica Neue",Arial,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#000000;--surface:#1c1c1e;--surface-2:#2c2c2e;--text:#ffffff;--text-secondary:#ebebf599;--text-tertiary:#ebebf54d;--rule:#54545836;--accent:#0a84ff;--accent-quiet:#0a84ff1f;--gtd-action:#0a84ff;--gtd-project:#bf5af2;--gtd-waiting:#ff9f0a;--gtd-calendar:#ff453a;--gtd-someday:#98989d;--gtd-reference:#40c8e0}}:root[data-theme=dark]{--bg:#000000;--surface:#1c1c1e;--surface-2:#2c2c2e;--text:#ffffff;--text-secondary:#ebebf599;--text-tertiary:#ebebf54d;--rule:#54545836;--accent:#0a84ff;--accent-quiet:#0a84ff1f;--gtd-action:#0a84ff;--gtd-project:#bf5af2;--gtd-waiting:#ff9f0a;--gtd-calendar:#ff453a;--gtd-someday:#98989d;--gtd-reference:#40c8e0}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-system);font-size:1.0625rem;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.wrap{max-width:var(--wide);margin:0 auto;padding:0 1.25rem}.col{max-width:var(--measure)}.site-header{padding:1.5rem 0;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-header a.wordmark{font-weight:600;font-size:1.0625rem;letter-spacing:-.01em;color:var(--text);text-decoration:none}.site-nav{display:flex;gap:1.25rem;font-size:.9375rem}.site-nav a{color:var(--text-secondary);text-decoration:none}.site-nav a:hover{color:var(--accent)}.site-footer{margin-top:5rem;padding:2rem 0 3rem;border-top:1px solid var(--rule);color:var(--text-tertiary);font-size:.875rem;display:flex;gap:.5rem 1.5rem;flex-wrap:wrap;justify-content:space-between}.site-footer a{color:var(--text-secondary);text-decoration:none}.hero{padding:3.5rem 0 3rem}.hero h1{font-size:clamp(2.125rem,8vw,3.25rem);line-height:1.08;letter-spacing:-.025em;font-weight:600;margin:0 0 1.25rem;text-wrap:balance}.hero .sub{font-size:clamp(1.0625rem,4vw,1.25rem);line-height:1.5;color:var(--text-secondary);margin:0 0 2rem;max-width:46ch}.status-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-quiet);color:var(--accent);font-size:.8125rem;font-weight:600;padding:.35rem .75rem;border-radius:100px;margin-bottom:1.5rem}.args{display:grid;grid-gap:1rem;gap:1rem;padding:1rem 0 0}@media (min-width:48rem){.args{grid-template-columns:1fr 1fr;gap:1.25rem}}.arg{background:var(--surface);border-radius:14px;padding:1.5rem 1.375rem;display:flex;flex-direction:column;gap:.75rem}.arg h3{font-size:1.1875rem;line-height:1.28;letter-spacing:-.015em;font-weight:600;margin:0;text-wrap:balance}.arg p{margin:0;font-size:.9375rem;line-height:1.55;color:var(--text-secondary)}.arg .marker{width:26px;height:3px;border-radius:2px;background:var(--accent)}section{padding:2.5rem 0 0}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 .75rem}h2{font-size:clamp(1.5rem,5.5vw,1.875rem);line-height:1.2;letter-spacing:-.02em;font-weight:600;text-wrap:balance}h2,p{margin:0 0 1rem}.capture{background:var(--surface);border-radius:16px;padding:1.75rem 1.5rem;margin:3rem 0 0}.capture h2{margin-bottom:.5rem}.capture p.lede{color:var(--text-secondary);font-size:.9375rem;margin:0 0 1.25rem;max-width:46ch}.capture form{display:flex;gap:.625rem;flex-wrap:wrap}.capture input[type=email]{flex:1 1 16rem;min-width:0;font:inherit;font-size:1rem;padding:.75rem .875rem;border-radius:10px;border:1px solid var(--rule);background:var(--surface-2);color:var(--text)}.capture input[type=email]::placeholder{color:var(--text-tertiary)}.capture button{font:inherit;font-size:1rem;font-weight:600;padding:.75rem 1.25rem;border-radius:10px;border:0;background:var(--accent);color:#fff;cursor:pointer}.capture button:disabled{background:var(--text-tertiary);cursor:not-allowed}.capture .fine{font-size:.8125rem;color:var(--text-tertiary);margin:.875rem 0 0}.unconfigured{border:1px dashed var(--gtd-waiting);color:var(--gtd-waiting);border-radius:10px;padding:.75rem .875rem;font-size:.875rem;margin:0 0 1rem}.prose{max-width:var(--measure)}.prose p{margin:0 0 1.25rem}.prose .lead{font-size:1.1875rem;line-height:1.5;color:var(--text-secondary)}.prose blockquote{margin:2rem 0;padding:0 0 0 1.25rem;border-left:3px solid var(--accent);font-size:1.1875rem;line-height:1.45;letter-spacing:-.01em}.prose blockquote p:last-child{margin-bottom:0}.prose h2{margin-top:2.75rem}.prose h2:first-child{margin-top:0}.prose h3{font-size:1.125rem;line-height:1.3;font-weight:600;letter-spacing:-.01em;margin:2rem 0 .625rem}.prose ul{margin:0 0 1.25rem;padding-left:1.25rem}.prose li{margin:0 0 .5rem;line-height:1.55}.prose hr{border:0;border-top:1px solid var(--rule);margin:3rem 0 1.5rem}.prose .updated{color:var(--text-tertiary);font-size:.9375rem;margin-bottom:2.5rem}.prose footer p{color:var(--text-secondary);font-size:.9375rem}.hero-ask{margin:1.75rem 0 .5rem;font-size:1.0625rem;font-weight:500}.hero-terms{font-size:.9375rem;color:var(--text-tertiary)}.eyebrow{font:500 .8125rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin:0}.hero-fold{gap:2.125rem;padding:3rem 0 0;overflow:hidden}.hero-fold,.hero-fold-copy{display:flex;flex-direction:column;align-items:center}.hero-fold-copy{gap:1.375rem;width:100%;text-align:center}.hero-fold h1{margin:0;font-size:clamp(2.125rem,7vw,3.25rem);line-height:1.06;letter-spacing:-.025em;font-weight:700;max-width:24ch;text-wrap:pretty}.hero-fold .sub{margin:0;font-size:1.0625rem;line-height:1.6;color:var(--text-secondary);max-width:32em;text-wrap:pretty}.capture-pill{display:flex;align-items:center;gap:.375rem;width:100%;max-width:27.5rem;background:var(--surface);border:1px solid var(--rule);border-radius:12px;padding:5px 5px 5px .875rem;box-sizing:border-box}.capture-pill input[type=email]{flex:1 1 auto;min-width:0;font:inherit;font-size:1rem;color:var(--text);background:transparent;border:0;outline:none;padding:.625rem 0}.capture-pill button{font:inherit;font-size:.9375rem;font-weight:600;color:#ffffff;background:var(--accent);border:0;border-radius:9px;padding:.6875rem 1rem;cursor:pointer;white-space:nowrap}.capture-pill button:hover:not(:disabled){filter:brightness(1.12)}.capture-pill button:disabled{background:var(--text-tertiary);cursor:not-allowed}.hero-terms{margin:0;font-size:.8125rem;line-height:1.5;color:var(--text-secondary)}.hero-screen{width:392px;max-width:100%;max-height:26rem;overflow:hidden;border:1px solid var(--rule);border-bottom:0;border-radius:46px 46px 0 0;background:var(--surface)}.hero-screen img{display:block;width:100%;height:auto}.refusals{margin:4rem 0 0;border:1px solid var(--rule);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1fr}@media (min-width:52rem){.refusals{grid-template-columns:1fr 20rem}}.refusals-body{padding:2.75rem 2rem;display:flex;flex-direction:column;gap:2rem}.refusals-body h2{margin:0;font-size:clamp(1.5rem,4.5vw,1.9375rem);line-height:1.15;letter-spacing:-.02em;font-weight:700;max-width:24ch}.refusal-list{display:flex;flex-direction:column;gap:1.375rem;margin:0;padding:0;list-style:none}.refusal{display:grid;grid-template-columns:12px 1fr;grid-gap:1rem;gap:1rem;align-items:start}.refusal:before{content:"";width:8px;height:8px;margin-top:.5rem;border-radius:2px;background:var(--accent)}.refusal p{margin:0 0 .3125rem;font-size:1.0625rem;line-height:1.5;font-weight:500;text-wrap:pretty}.refusal .where{font:500 .6875rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;color:var(--text-tertiary)}.refusal .where[data-shown=true]{color:var(--accent)}.refusals-screen{position:relative;min-height:22rem;background:var(--bg);border-top:1px solid var(--rule);overflow:hidden}@media (min-width:52rem){.refusals-screen{border-top:0;border-left:1px solid var(--rule)}}.refusals-screen img{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15.5rem;max-width:calc(100% - 3rem);height:auto;max-height:calc(100% - 3rem);object-fit:contain;border:1px solid var(--rule);border-radius:20px}.essay h1{font-size:clamp(1.875rem,6vw,2.5rem);line-height:1.12;letter-spacing:-.026em;font-weight:700;max-width:30ch}.essay .sub{font-size:1.25rem;line-height:1.55;color:var(--text-secondary);max-width:34em}.essay-meta{margin:2rem 0 0;font:500 .75rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.essay-body{max-width:34em}.essay-body p{font-size:1.1875rem;line-height:1.72;margin:0 0 1.375rem;text-wrap:pretty}.essay-body h2{font-size:1.375rem;line-height:1.28;letter-spacing:-.014em;font-weight:600;max-width:30ch;margin:3.25rem 0 1.25rem;text-wrap:balance}.essay-pull{margin:3.5rem 0;padding:2.125rem 0 0;border-top:1px solid var(--rule);max-width:42em}.essay-pull p{margin:0;font-size:clamp(1.375rem,4vw,1.6875rem);line-height:1.34;letter-spacing:-.018em;font-weight:500;text-wrap:pretty}.args-ruled{list-style:none;padding:0;display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;background:var(--rule);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:2.5rem 0 0}@media (min-width:48rem){.args-ruled{grid-template-columns:1fr 1fr}}.arg-quad{background:var(--bg);padding:2.125rem 0;display:flex;flex-direction:column;gap:.875rem}@media (min-width:48rem){.arg-quad:nth-child(odd){padding-right:2.125rem}.arg-quad:nth-child(2n){padding-left:2.125rem}}.arg-quad .num{font:500 .75rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:var(--text-tertiary)}.arg-quad h3{margin:0;font-size:1.4375rem;line-height:1.22;letter-spacing:-.014em;font-weight:600;text-wrap:pretty}.arg-quad p{margin:0;font-size:.9375rem;line-height:1.6;color:var(--text-secondary)}.arg-quad a{margin-top:auto;padding-top:.25rem;font-size:.9375rem;font-weight:600}@media (max-width:30rem){.capture-pill{flex-direction:column;align-items:stretch;gap:.5625rem;background:none;border:0;border-radius:0;padding:0}.capture-pill input[type=email]{background:var(--surface);border:1px solid var(--rule);border-radius:11px;padding:.9375rem}.capture-pill button{border-radius:11px;padding:.9375rem 1rem;font-size:1rem}.hero-fold{gap:2rem;padding-top:1.5rem}.hero-fold h1{font-size:1.9375rem;letter-spacing:-.024em}.hero-fold .sub{font-size:1rem;line-height:1.58}.hero-screen{border-radius:38px 38px 0 0;width:100%}.refusals-body{padding:2rem 1.5rem}.essay-body p{font-size:1.0625rem}.essay-body h2{font-size:1.25rem}.essay .sub{font-size:1.0625rem}.essay-pull{margin:2.75rem 0;padding-top:1.75rem}}