:root{--bg: 40 14% 97%;--fg: 30 8% 12%;--card: 0 0% 100%;--jade: 162 64% 29%;--jade-fg: 40 20% 98%;--mut: 30 6% 42%;--bd: 36 10% 87%;--bd-soft: 36 10% 92%;--h0: 40 10% 91%;--h1: 162 38% 74%;--h2: 162 46% 60%;--h3: 162 54% 46%;--h4: 162 64% 31%;--r: .625rem;--ease: cubic-bezier(.2, .65, .25, 1);--wrap: 74rem;--pad: clamp(1.15rem, 4vw, 2.5rem);--sans: "Geist Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}.dark{--bg: 160 12% 6%;--fg: 150 8% 92%;--card: 160 10% 9%;--jade: 158 56% 46%;--jade-fg: 160 20% 7%;--mut: 150 6% 60%;--bd: 158 8% 18%;--bd-soft: 158 8% 14%;--h0: 160 8% 13%;--h1: 162 32% 32%;--h2: 162 40% 41%;--h3: 158 48% 50%;--h4: 156 60% 62%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:hsl(var(--bg));color:hsl(var(--fg));font-family:var(--sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.032;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E")}.dark body:before{opacity:.055}::-moz-selection{background:hsl(var(--jade) / .22)}::selection{background:hsl(var(--jade) / .22)}a{color:inherit;text-decoration:none}h1,h2,h3{font-weight:500;letter-spacing:-.035em;line-height:1.08}p{text-wrap:pretty}strong{font-weight:500;color:hsl(var(--fg))}:focus-visible{outline:2px solid hsl(var(--jade));outline-offset:3px;border-radius:4px}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip{position:absolute;left:-999px;top:.5rem;z-index:60;background:hsl(var(--jade));color:hsl(var(--jade-fg));padding:.5rem .9rem;border-radius:var(--r)}.skip:focus{left:.5rem}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad);position:relative;z-index:1}.narrow{max-width:46rem}.center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--jade));color:hsl(var(--jade-fg));border:1px solid transparent;border-radius:var(--r);padding:.72rem 1.15rem;font:inherit;font-weight:500;font-size:.92rem;cursor:pointer;white-space:nowrap;transition:transform .18s var(--ease),filter .18s var(--ease),box-shadow .18s var(--ease)}.btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px hsl(var(--jade) / .24)}.btn:active{transform:translateY(0)}.btn-sm{padding:.42rem .85rem;font-size:.85rem}.ghost{font-size:.88rem;color:hsl(var(--mut));padding:.42rem .6rem;border-radius:var(--r);transition:color .18s var(--ease)}.ghost:hover{color:hsl(var(--fg))}.icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;border-radius:var(--r);color:hsl(var(--mut));cursor:pointer;font:inherit;font-size:.72rem;transition:color .18s var(--ease),background .18s var(--ease)}.icon:hover{color:hsl(var(--fg));background:hsl(var(--fg) / .05)}.icon svg{width:1.05rem;height:1.05rem}.i-sun{display:none}.dark .i-sun{display:block}.dark .i-moon{display:none}.hdr{position:sticky;top:0;z-index:50;background:hsl(var(--bg) / .82);-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);border-bottom:1px solid transparent;transition:border-color .3s var(--ease)}.hdr.stuck{border-bottom-color:hsl(var(--bd))}.hdr-in{display:flex;align-items:center;gap:1rem;height:3.6rem}.brand{display:inline-flex;align-items:center;gap:.5rem;font-size:.98rem;font-weight:500;letter-spacing:-.02em}.brand svg{width:1.15rem;height:1.15rem;color:hsl(var(--jade));flex-shrink:0}.hdr-nav{display:flex;gap:1.6rem;margin-inline:auto;font-size:.88rem;color:hsl(var(--mut))}.hdr-nav a{position:relative;padding-block:.4rem;transition:color .18s var(--ease)}.hdr-nav a:after{content:"";position:absolute;left:0;bottom:.25rem;width:100%;height:1px;background:hsl(var(--jade));transform:scaleX(0);transform-origin:left;transition:transform .28s var(--ease)}.hdr-nav a:hover{color:hsl(var(--fg))}.hdr-nav a:hover:after{transform:scaleX(1)}.hdr-act{display:flex;align-items:center;gap:.3rem}.hero{position:relative;padding-block:clamp(3.5rem,9vw,7rem) clamp(3rem,7vw,5.5rem);overflow:hidden}.halo{position:absolute;top:-22rem;right:-14rem;width:46rem;height:46rem;background:radial-gradient(circle,hsl(var(--jade) / .14),transparent 62%);pointer-events:none;animation:breathe 11s ease-in-out infinite}@keyframes breathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.07)}}.hero-in{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:center}.eyebrow{font-size:.73rem;text-transform:uppercase;letter-spacing:.13em;color:hsl(var(--jade))}.hero h1{font-size:clamp(2.2rem,4.4vw,3.15rem);margin-top:1.1rem}.hero h1 em{font-style:normal;color:hsl(var(--jade))}.lede{font-size:clamp(1rem,1.35vw,1.12rem);color:hsl(var(--mut));max-width:34ch;margin-top:1.25rem}.join{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.9rem;max-width:27rem}.join input{flex:1 1 12rem;min-width:0;background:hsl(var(--card));color:hsl(var(--fg));border:1px solid hsl(var(--bd));border-radius:var(--r);padding:.72rem .85rem;font:inherit;font-size:.92rem;transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.join input::-moz-placeholder{color:hsl(var(--mut) / .75)}.join input::placeholder{color:hsl(var(--mut) / .75)}.join input:focus{outline:none;border-color:hsl(var(--jade));box-shadow:0 0 0 3px hsl(var(--jade) / .14)}.join input[aria-invalid=true]{border-color:#be362d}.join-msg{flex-basis:100%;font-size:.82rem;color:hsl(var(--jade));min-height:1.2rem;margin:0}.join-msg.err{color:#be362d}.dark .join-msg.err{color:#d86c64}.join.busy button{opacity:.6;pointer-events:none}.fine{font-size:.78rem;color:hsl(var(--mut));margin-top:.6rem}.hero-fig{margin:0}.curve{width:100%;height:auto;display:block;overflow:visible}.curve .grid line{stroke:hsl(var(--bd-soft));stroke-width:1}.curve .axis{stroke:hsl(var(--bd));stroke-width:1}.curve .decay{fill:none;stroke:hsl(var(--mut) / .72);stroke-width:1.7;stroke-dasharray:3 4.5}.curve .recall{fill:none;stroke:hsl(var(--jade));stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.curve .area{fill:hsl(var(--jade) / .075);stroke:none}.curve .dot{fill:hsl(var(--bg));stroke:hsl(var(--jade));stroke-width:2.4;transform-box:fill-box;transform-origin:center}.curve .gap line{stroke:hsl(var(--mut) / .4);stroke-width:1;stroke-dasharray:2 3}.curve .tick{fill:hsl(var(--mut));font-family:var(--mono);font-size:10.5px;letter-spacing:-.02em}.legend{display:flex;flex-wrap:wrap;gap:1.1rem;margin-top:.9rem;font-size:.72rem;color:hsl(var(--mut))}.lg{display:inline-flex;align-items:center;gap:.42rem}.lg i{width:1.1rem;height:0;border-top:2.4px solid hsl(var(--jade));border-radius:2px}.lg-off i{border-top:1.7px dashed hsl(var(--mut) / .72)}.st{opacity:0;animation:rise .85s var(--ease) forwards}.hero-copy .st:nth-child(1){animation-delay:.05s}.hero-copy .st:nth-child(2){animation-delay:.13s}.hero-copy .st:nth-child(3){animation-delay:.23s}.hero-copy .st:nth-child(4){animation-delay:.33s}.hero-copy .st:nth-child(5){animation-delay:.41s}.hero-fig.st{animation-delay:.28s}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.curve .area{opacity:0;animation:fade 1.1s 1.15s var(--ease) forwards}.curve .decay{stroke-dasharray:3 4.5;opacity:0;animation:fade 1.2s .55s var(--ease) forwards}.curve .recall{stroke-dasharray:700;stroke-dashoffset:700;animation:draw 2.1s .5s cubic-bezier(.4,0,.15,1) forwards}.curve .dot{opacity:0;animation:pop .5s var(--ease) forwards}.curve .dot:nth-of-type(1){animation-delay:.95s}.curve .dot:nth-of-type(2){animation-delay:1.25s}.curve .dot:nth-of-type(3){animation-delay:1.6s}.curve .gap,.curve .tick{opacity:0;animation:fade .9s 1.75s var(--ease) forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fade{to{opacity:1}}@keyframes pop{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.sec{padding-block:clamp(4rem,9vw,7.5rem);scroll-margin-top:4rem;position:relative}.sec-alt{background:hsl(var(--fg) / .019);border-block:1px solid hsl(var(--bd-soft))}.dark .sec-alt{background:hsl(var(--fg) / .022)}.sec-head{max-width:40rem;margin-bottom:clamp(2.5rem,5vw,3.75rem)}.sec-head h2{font-size:clamp(1.85rem,3.4vw,2.65rem);margin-top:.85rem}.cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.75rem,3.5vw,3.25rem)}.cols-3 article{border-top:1px solid hsl(var(--bd));padding-top:1.25rem}.num{font-size:1.6rem;color:hsl(var(--jade));letter-spacing:-.04em;line-height:1}.cols-3 h3{font-size:1.05rem;margin:1.15rem 0 .5rem}.cols-3 p:not(.num){font-size:.92rem;color:hsl(var(--mut))}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:clamp(2.25rem,5vw,4.5rem);align-items:center}.split-rev .split-fig{order:-1}.split-copy p{color:hsl(var(--mut));max-width:44ch}.steps{list-style:none;display:flex;flex-direction:column;gap:1.6rem}.steps li{display:grid;grid-template-columns:2.4rem minmax(0,1fr);gap:.9rem;align-items:start}.steps span{font-size:.78rem;color:hsl(var(--jade));padding-top:.28rem;letter-spacing:.06em}.steps h3{font-size:1.05rem;margin-bottom:.35rem}.steps p{font-size:.92rem;color:hsl(var(--mut))}.split-fig{min-width:0}.flip{perspective:1100px;height:15rem}.flip-in{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .85s cubic-bezier(.55,.06,.2,1)}.flip.turned .flip-in,.flip:hover .flip-in{transform:rotateY(180deg)}.face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;display:flex;flex-direction:column;background:hsl(var(--card));border:1px solid hsl(var(--bd));border-radius:calc(var(--r) + .25rem);padding:1.35rem 1.5rem;box-shadow:0 14px 34px hsl(var(--fg) / .07)}.face-b{transform:rotateY(180deg)}.face .k{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--mut))}.face .q,.face .a{font-size:1.35rem;letter-spacing:-.02em;margin-top:.7rem}.face .a{color:hsl(var(--jade))}.hint{margin-top:auto;font-size:.72rem;color:hsl(var(--mut));display:flex;align-items:center;gap:.4rem}.rates{margin-top:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.rates span{font-size:.71rem;text-align:center;padding:.4rem .1rem;border:1px solid hsl(var(--bd));border-radius:6px;color:hsl(var(--mut))}.rates .on{background:hsl(var(--jade));border-color:hsl(var(--jade));color:hsl(var(--jade-fg))}.fig-note{margin-top:.9rem;font-size:.72rem;color:hsl(var(--mut));text-align:center}kbd{font-family:var(--mono);font-size:.76rem;background:hsl(var(--card));border:1px solid hsl(var(--bd));border-bottom-width:2px;border-radius:6px;padding:.2rem .5rem;color:hsl(var(--fg));line-height:1.5}.keys{display:flex;flex-direction:column;gap:1.1rem;padding:2rem 1.75rem;border:1px solid hsl(var(--bd));border-radius:calc(var(--r) + .25rem);background:hsl(var(--card))}.key-row{display:flex;align-items:center;gap:.4rem;font-size:.86rem;color:hsl(var(--mut))}.key-row span{margin-left:.6rem}kbd.wide{padding-inline:1.1rem}.rhythm{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:center}.streak{font-size:clamp(3rem,7vw,4.5rem);line-height:1;letter-spacing:-.05em}.streak-l{font-size:.9rem;color:hsl(var(--mut));margin-top:.3rem}.rhythm-body{font-size:.92rem;color:hsl(var(--mut));margin-top:1.35rem;max-width:32ch}.heat{display:grid;grid-auto-flow:column;grid-template-rows:repeat(7,1fr);grid-auto-columns:minmax(0,1fr);gap:3px}.heat i{aspect-ratio:1;border-radius:2.5px;background:hsl(var(--h0));opacity:0}.heat.lit i{animation:fade .32s var(--ease) forwards}.heat-lg{justify-content:flex-end;align-items:center;gap:.3rem}.heat-lg i{width:.6rem;height:.6rem;border-radius:2px;display:inline-block}.heat-lg span:first-child{margin-right:.2rem}.heat-lg span:last-child{margin-left:.2rem}.h0{background:hsl(var(--h0))}.h1{background:hsl(var(--h1))}.h2{background:hsl(var(--h2))}.h3{background:hsl(var(--h3))}.h4{background:hsl(var(--h4))}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,1.75rem)}.cards article{background:hsl(var(--card));border:1px solid hsl(var(--bd));border-radius:calc(var(--r) + .25rem);padding:1.6rem 1.75rem;transition:border-color .25s var(--ease),transform .25s var(--ease)}.cards article:hover{border-color:hsl(var(--jade) / .5);transform:translateY(-2px)}.cards h3{font-size:1.05rem;margin-bottom:.6rem}.cards p{font-size:.92rem;color:hsl(var(--mut))}.lnk{display:inline-block;margin-top:.9rem;font-size:.85rem;color:hsl(var(--jade));border-bottom:1px solid hsl(var(--jade) / .35);padding-bottom:1px;transition:border-color .2s var(--ease)}.lnk:hover{border-color:hsl(var(--jade))}.faq details{border-top:1px solid hsl(var(--bd))}.faq details:last-child{border-bottom:1px solid hsl(var(--bd))}.faq summary{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;font-size:1.02rem;letter-spacing:-.015em;transition:color .18s var(--ease)}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"";margin-left:auto;width:.62rem;height:.62rem;flex-shrink:0;border-right:1.6px solid hsl(var(--mut));border-bottom:1.6px solid hsl(var(--mut));transform:rotate(45deg) translateY(-2px);transition:transform .28s var(--ease)}.faq details[open] summary:after{transform:rotate(225deg) translateY(-2px)}.faq summary:hover{color:hsl(var(--jade))}.faq p{padding-bottom:1.35rem;font-size:.92rem;color:hsl(var(--mut));max-width:62ch;animation:unfold .4s var(--ease)}@keyframes unfold{0%{opacity:0;transform:translateY(-5px)}}.cta{padding-block:clamp(4.5rem,10vw,8rem);border-top:1px solid hsl(var(--bd-soft));position:relative;overflow:hidden}.cta:before{content:"";position:absolute;left:50%;bottom:-20rem;width:40rem;height:40rem;transform:translate(-50%);background:radial-gradient(circle,hsl(var(--jade) / .11),transparent 62%);pointer-events:none}.cta h2{font-size:clamp(1.7rem,3.4vw,2.5rem);max-width:22ch;margin-inline:auto}.join-lg{margin-inline:auto;justify-content:center}.cta .fine{margin-top:.75rem}.ftr{border-top:1px solid hsl(var(--bd));padding-block:2.25rem}.ftr-in{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;font-size:.82rem;color:hsl(var(--mut))}.ftr-in p{margin-inline:auto;font-size:.75rem}.ftr nav{display:flex;gap:1.25rem}.ftr nav a{padding-block:.35rem;transition:color .18s var(--ease)}.ftr nav a:hover{color:hsl(var(--jade))}.js .rv{opacity:0;transform:translateY(15px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.js .rv.in{opacity:1;transform:none}.cols-3 .rv:nth-child(2),.cards .rv:nth-child(2),.steps .rv:nth-child(2),.faq .rv:nth-child(2){transition-delay:.08s}.cols-3 .rv:nth-child(3),.cards .rv:nth-child(3),.steps .rv:nth-child(3),.faq .rv:nth-child(3){transition-delay:.16s}.cards .rv:nth-child(4),.faq .rv:nth-child(4){transition-delay:.24s}.faq .rv:nth-child(5){transition-delay:.32s}.faq .rv:nth-child(6){transition-delay:.4s}@media (max-width: 62rem){.hero-in,.split,.rhythm{grid-template-columns:minmax(0,1fr)}.split-rev .split-fig{order:0}.hero h1{max-width:16ch}.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.hdr-nav{display:none}}@media (max-width: 40rem){.cols-3,.cards{grid-template-columns:minmax(0,1fr)}.ghost{display:none}.flip{height:14rem}.ftr-in{justify-content:center;text-align:center}.ftr-in p{order:3;flex-basis:100%;margin:0}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.st,.rv,.heat i,.curve .area,.curve .decay,.curve .dot,.curve .gap,.curve .tick{opacity:1;transform:none}.curve .recall{stroke-dashoffset:0}.flip:hover .flip-in{transform:none}}
