.home{color:var(--ink);display:block}body:has(.home){background:var(--paper)}.home *{box-sizing:border-box}.home h1,.home h2,.home h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-weight:800;line-height:1.05}.home p{margin:0;line-height:1.6}.home a{color:inherit}.home [data-reveal]{opacity:1;transform:none}@media (prefers-reduced-motion:no-preference){.home [data-reveal]{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.home [data-reveal].is-visible{opacity:1;transform:none}}.home .home-hero{isolation:isolate;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:auto;min-height:min(720px,84vh);margin-inline:calc(50% - 50vw);padding:28px 20px 24px;display:flex;position:relative;overflow:hidden}.home .home-swarm{z-index:0;pointer-events:none;grid-template-rows:repeat(10,minmax(0,1fr));grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;display:grid;position:absolute;inset:16px 34px}.home .home-chip{grid-row:var(--row);background:var(--white);border:1px solid rgba(var(--ink-rgb) / .09);box-shadow:0 1px 2px rgba(var(--ink-rgb) / .03), 0 8px 18px -14px rgba(var(--ink-rgb) / .35);white-space:nowrap;transform:translate(var(--ox,0), clamp(-8px, var(--oy,0px), 8px)) rotate(var(--rot,0deg));border-radius:999px;place-self:center start;align-items:center;gap:8px;padding:8px 13px;font-size:.8125rem;line-height:1.2;display:inline-flex}.home .home-j0{justify-self:start}.home .home-j1{justify-self:center}.home .home-j2{justify-self:end}.home .home-chip-text{font-family:var(--font-mono);letter-spacing:.01em;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.home .home-chip-app{color:var(--muted);font-size:.75rem}.home .home-depth-0{opacity:.7;scale:.92}.home .home-depth-1{opacity:.78;scale:.96}.home .home-depth-2{opacity:.86;scale:1}.home .home-chip-dot{background:var(--muted);border-radius:50%;flex:none;width:7px;height:7px;position:relative}.home .home-chip-run .home-chip-dot,.home .home-key-run{background:var(--accent)}.home .home-chip-hold .home-chip-dot,.home .home-key-hold{background:var(--amber)}.home .home-chip-done .home-chip-dot,.home .home-key-done{background:var(--green)}.home .home-chip-hold{border-color:rgba(var(--amber-rgb) / .5)}.home .home-chip-done .home-chip-text{color:var(--muted)}@media (prefers-reduced-motion:no-preference){.home .home-chip-run .home-chip-dot:after{content:"";border:1.5px solid var(--accent);animation:home-ping 2.6s var(--delay,0s) ease-out infinite;border-radius:50%;position:absolute;inset:-4px}.home .home-chip-run{animation:home-drift 13s var(--delay,0s) ease-in-out infinite}.home .home-chip-hold{animation:home-nudge 3.4s var(--delay,0s) ease-in-out infinite}}@keyframes home-ping{0%{opacity:.9;transform:scale(.6)}70%,to{opacity:0;transform:scale(2.1)}}@keyframes home-drift{0%,to{translate:0}33%{translate:5px -7px}66%{translate:-6px 4px}}@keyframes home-nudge{0%,to{box-shadow:0 1px 2px rgba(var(--ink-rgb) / .04), 0 12px 28px -18px rgba(var(--ink-rgb) / .5)}50%{box-shadow:0 0 0 4px rgba(var(--amber-rgb) / .14), 0 12px 28px -18px rgba(var(--ink-rgb) / .5)}}.home .home-hero-well{z-index:1;width:min(760px,100%);padding:56px 32px 48px;position:relative}.home .home-hero-well:before{content:"";z-index:-1;background:radial-gradient(ellipse at center, var(--paper) 0%, rgba(var(--paper-rgb) / .94) 38%, rgba(var(--paper-rgb) / .6) 62%, rgba(var(--paper-rgb) / 0) 84%);position:absolute;inset:-2% -6%}.home .home-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin:0 0 18px;font-size:.8125rem;font-weight:600}.home .home-hero h1{font-size:clamp(2.5rem,1.9rem + 2.6vw,3.75rem);line-height:1.08}.home .home-accent{color:var(--accent);display:block}.home .home-lead{max-width:46ch;color:var(--muted);margin:22px auto 0;font-size:1.1875rem}.home .home-actions{justify-content:center;align-items:center;gap:22px;margin-top:32px;display:flex}.home .home-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;min-height:52px;padding:0 30px;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.home .home-btn-primary{background:var(--accent);color:var(--white);transition:background .15s}.home .home-btn-primary:hover{background:var(--accent-hover)}.home .home-textlink{text-underline-offset:3px;color:var(--ink);font-weight:600;text-decoration:underline}.home .home-arrow{color:var(--accent);align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.home .home-arrow:hover{text-underline-offset:3px;text-decoration:underline}.home .home-groups{width:min(1140px,100%);margin:0 auto;padding:72px 0 80px}.home .home-groups-head{text-align:center;margin-bottom:8px}.home .home-groups-head h2{font-size:clamp(1.875rem,1.5rem + 1.3vw,2.625rem)}.home .home-groups-head p{color:var(--muted);margin-top:14px;font-size:1.0625rem}.home .home-group-list{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:40px;display:flex}.home .home-card{border:1px solid var(--line);background:var(--white);border-radius:14px;flex-direction:column;flex:0 calc(33.3333% - 12px);padding:22px 22px 20px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.home .home-card:hover{border-color:rgba(var(--accent-rgb) / .45);box-shadow:0 12px 26px -18px rgba(var(--ink-rgb) / .5);transform:translateY(-2px)}.home .home-group-who{letter-spacing:.09em;text-transform:uppercase;color:var(--accent);font-size:.6875rem;font-weight:700}.home .home-card h3{margin-top:10px;font-size:1.1875rem;line-height:1.25}.home .home-card-support{color:var(--muted);margin-top:10px;font-size:.9375rem}.home .home-more{text-align:center;margin-top:28px}.home .home-proof{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:48px;width:min(1140px,100%);margin:0 auto;padding:8px 0 88px;display:grid}.home .home-proof-copy h2{font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem)}.home .home-proof-copy p{color:var(--muted);margin-top:18px;font-size:1.0625rem}.home .home-proof-copy .home-arrow{margin-top:18px}.home .home-run{border:1px solid var(--line);background:var(--white);box-shadow:0 1px 2px rgba(var(--ink-rgb) / .04), 0 24px 56px -32px rgba(var(--ink-rgb) / .3);border-radius:16px;margin:0;overflow:hidden}.home .home-run-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.home .home-run-when{color:var(--muted);font-size:.75rem}.home .home-run-name{font-family:var(--font-display);margin-top:4px;font-size:1.0625rem;font-weight:700}.home .home-run-pill{background:rgba(var(--amber-rgb) / .12);color:var(--amber-ink);font-family:var(--font-mono);letter-spacing:.04em;border-radius:999px;flex:none;padding:6px 11px;font-size:.7rem;font-weight:500}.home .home-run-steps{margin:0;padding:0;list-style:none}.home .home-run-steps li{grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 20px;display:grid}.home .home-run-steps li+li{border-top:1px solid var(--line)}.home .home-run-steps li.is-held{background:rgba(var(--amber-rgb) / .06)}.home .home-app{border-radius:6px;justify-self:start;padding:4px 9px;font-size:.6875rem;font-weight:700}.home .home-app-sheets{color:#0b6b3c;background:#0f9d581f}.home .home-app-gmail{color:#a52a22;background:#d930251a}.home .home-app-slack{color:#4a154b;background:#4a154b1a}.home .home-run-what{font-size:.9375rem}.home .home-run-what em{font-style:normal;font-weight:600}.home .home-state{white-space:nowrap;font-size:.75rem;font-weight:700}.home .home-state-done{color:var(--muted)}.home .home-state-hold{color:var(--amber-ink)}.home .home-facts{font-size:.9375rem}.home .home-steps{border-top:1px solid var(--line);width:min(1140px,100%);margin:0 auto;padding:72px 0 56px}.home .home-connections{width:min(1140px,100%);margin:0 auto;padding:0 0 72px}.home .home-panel{background:var(--paper-strong);border-radius:18px;padding:34px 40px 32px}.home .home-panel-title{margin-bottom:24px;font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem)}.home .home-panel-more{margin-top:22px}.home .home-apps{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}.home .home-apps li{background:var(--white);color:var(--muted);white-space:nowrap;border-radius:8px;padding:8px 13px;font-size:.875rem;font-weight:600}.home .home-flow-head h2{margin-bottom:28px;font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem)}.home .home-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr);align-items:stretch;gap:0;display:grid}.home .home-flow-card{border:1px solid var(--line);background:var(--white);border-radius:14px;padding:24px}.home .home-flow-label{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;margin-bottom:14px;font-size:.6875rem;font-weight:700;display:block}.home .home-flow-card h3{font-size:1.0625rem;line-height:1.25}.home .home-flow-card p{color:var(--muted);margin-top:10px;font-size:.9375rem}.home .home-flow-arrow{place-self:center;width:26px;height:26px;position:relative}.home .home-flow-arrow:after{content:"";border-top:2px solid rgba(var(--accent-rgb) / .5);border-right:2px solid rgba(var(--accent-rgb) / .5);width:9px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-60%,-50%)rotate(45deg)}.home .home-flow-more{margin-top:22px}.home .home-faq{border-top:1px solid var(--line);width:min(1140px,100%);margin:0 auto;padding:96px 0}.home .home-faq h2{text-align:center;margin-bottom:40px;font-size:clamp(1.75rem,1.5rem + 1vw,2.375rem)}.home .home-faq-list{max-width:760px;margin:0 auto}.home .home-faq-list details{border-top:1px solid var(--line);padding:20px 0}.home .home-faq-list details:last-child{border-bottom:1px solid var(--line)}.home .home-faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;font-size:1.0625rem;font-weight:700;list-style:none;display:flex}.home .home-faq-list summary::-webkit-details-marker{display:none}.home .home-plus{flex:none;width:18px;height:18px;position:relative}.home .home-plus:before,.home .home-plus:after{content:"";background:var(--ink);position:absolute;top:50%;left:50%}.home .home-plus:before{width:12px;height:2px;transform:translate(-50%,-50%)}.home .home-plus:after{width:2px;height:12px;transform:translate(-50%,-50%)}.home details[open] .home-plus{transform:rotate(45deg)}.home .home-faq-list p{color:var(--muted);margin-top:12px;font-size:.9375rem}.home .home-faq-list a{color:var(--accent)}.home .home-cta{border-top:1px solid var(--line);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:56px;width:min(1140px,100%);margin:0 auto;padding:88px 0 112px;display:grid}.home .home-cta h2{font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem)}.home .home-cta-copy>p{color:var(--muted);margin-top:16px;font-size:1.0625rem}.home .home-cta .home-btn-primary{margin-top:26px}.home .home-form-head h3{font-size:1.1875rem}.home .home-form-head p{color:var(--muted);margin-top:8px;font-size:.9375rem}.home .home-form{text-align:left;background:var(--white);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:16px;margin:0;padding:28px;display:flex}.home .home-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.home .home-field{flex-direction:column;gap:8px;display:flex}.home .home-field label{color:var(--muted);font-size:.8125rem}.home .home-field input,.home .home-field textarea{border:1px solid var(--line);font:inherit;border-radius:10px;padding:11px 13px;font-size:.9375rem}.home .home-field textarea{resize:vertical}.home .home-hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.home .home-form-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.home .home-btn-outline{border:1px solid var(--ink);color:var(--ink);background:0 0}.home .home-form-status{color:var(--muted);min-height:1.4em;margin:0;font-size:.8125rem}.home .home-form-status.success{color:var(--green)}.home .home-form-status.error{color:var(--rust)}.home .home-btn-outline[disabled]{opacity:.6;cursor:default}@media (width<=1200px){.home .home-chip-band{display:none}}@media (width<=1100px){.home .home-chip-mid{display:none}}@media (width<=900px){.home .home-proof,.home .home-cta{grid-template-columns:1fr;gap:32px}.home .home-cta-copy{text-align:center}.home .home-cta-copy>p{max-width:46ch;margin-inline:auto}.home .home-card{flex-basis:calc(50% - 9px)}.home .home-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home .home-flow-arrow{display:none}.home .home-form-grid{grid-template-columns:1fr}.home .home-chip{padding:7px 11px;font-size:.75rem}}@media (width<=700px){.home .home-hero{min-height:min(560px,78vh);padding:12px 14px 0}.home .home-groups{padding:24px 0 48px}.home .home-hero-well{padding:16px 4px 24px}.home .home-swarm{inset:10px 8px}.home .home-chip{border-color:rgba(var(--ink-rgb) / .07);box-shadow:none;gap:6px;padding:5px 9px;font-size:.6875rem}.home .home-chip-app{font-size:.625rem}.home .home-chip-tail{--row:10}.home .home-depth-0,.home .home-depth-1,.home .home-depth-2{opacity:1;scale:1}.home .home-hero-well:before{background:linear-gradient(to bottom, rgba(var(--paper-rgb) / 0) 0%, rgba(var(--paper-rgb) / .92) 16%, rgba(var(--paper-rgb) / .92) 84%, rgba(var(--paper-rgb) / 0) 100%);inset:-4% -50%}.home .home-flow{grid-template-columns:1fr;gap:14px}.home .home-run-steps li{grid-template-columns:auto 1fr;gap:6px 12px}.home .home-app{grid-area:1/1}.home .home-state{grid-area:1/2;justify-self:end}.home .home-run-what{grid-area:2/1/auto/-1}.home .home-run-head{flex-direction:column;align-items:flex-start;gap:10px}.home .home-card{flex-basis:100%}}
