.grid-module__I8ALFW__system{width:100%;max-width:var(--grid-max-width);min-width:var(--grid-min-width);margin-inline:auto;container-type:inline-size}.grid-module__I8ALFW__section{--grid-columns:var(--base-columns,1);--grid-rows:var(--base-rows,1);--width:clamp(calc(var(--grid-min-width) - var(--guide-width)), calc(100cqw - var(--guide-width)), calc(var(--grid-max-width) - var(--guide-width)));--column-width:calc(var(--width) / var(--grid-columns));grid-template-columns:repeat(var(--grid-columns), var(--column-width));grid-auto-rows:minmax(0,1fr);display:grid;position:relative}@media (min-width:768px){.grid-module__I8ALFW__section{--grid-columns:var(--md-columns,var(--base-columns,1));--grid-rows:var(--md-rows,var(--base-rows,1))}}@media (min-width:960px){.grid-module__I8ALFW__section{--grid-columns:var(--lg-columns,var(--md-columns,var(--base-columns,1)));--grid-rows:var(--lg-rows,var(--md-rows,var(--base-rows,1)))}}.grid-module__I8ALFW__spacer{--grid-columns:1;--grid-rows:1;height:16px}.grid-module__I8ALFW__block{z-index:var(--z-content);padding:var(--space-6);margin-right:var(--guide-width);margin-bottom:var(--guide-width);min-width:0;position:relative}@media (min-width:768px){.grid-module__I8ALFW__block{padding:var(--space-10)}}@media (min-width:960px){.grid-module__I8ALFW__block{padding:var(--space-12)}}.grid-module__I8ALFW__guides{z-index:var(--z-base);pointer-events:none;border-bottom:var(--guide-width) solid var(--guide);background-image:repeating-linear-gradient(to right, transparent 0 calc(var(--column-width) - var(--guide-width)), var(--guide) calc(var(--column-width) - var(--guide-width)) var(--column-width));position:absolute;inset:0}.grid-module__I8ALFW__ruleOnly{background-image:none}.grid-module__I8ALFW__cross{z-index:var(--z-base);pointer-events:none;width:11px;height:11px;color:var(--cross);position:absolute}.grid-module__I8ALFW__cross svg{width:100%;height:100%;display:block}@media (min-width:768px){.grid-module__I8ALFW__cross{width:15px;height:15px}}.grid-module__I8ALFW__crossTopLeft{top:-5px;left:-5px}.grid-module__I8ALFW__crossBottomRight{bottom:-5px;right:-5px}
.SectionHeading-module__-F8zwq__heading{gap:var(--space-3);flex-direction:column;max-width:60ch;display:flex}.SectionHeading-module__-F8zwq__eyebrow{color:var(--fg-muted)}.SectionHeading-module__-F8zwq__title{margin:0}.SectionHeading-module__-F8zwq__sub{color:var(--fg-muted);margin:0}
.Button-module__jZB_Pa__button{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding-inline:var(--space-5);border-radius:var(--radius-btn);font-family:var(--font-sans);font-weight:var(--fw-strong);font-size:var(--text-body);white-space:nowrap;border:1px solid var(--fg);transition:background-color var(--dur-1) var(--ease-out-quad), color var(--dur-1) var(--ease-out-quad), opacity var(--dur-1) var(--ease-out-quad);line-height:20px;display:inline-flex}.Button-module__jZB_Pa__invert{background:var(--fg);color:var(--bg-100)}.Button-module__jZB_Pa__ghost{color:var(--fg);background:0 0}.Button-module__jZB_Pa__light{background:var(--bg-100);color:var(--fg);border-color:var(--bg-100)}.Button-module__jZB_Pa__lg{min-height:48px;padding-inline:var(--space-6);font-size:var(--text-body-lg)}@media (hover:hover){.Button-module__jZB_Pa__invert:hover,.Button-module__jZB_Pa__light:hover{opacity:.8}.Button-module__jZB_Pa__ghost:hover{background:var(--guide)}}
.Reveal-module__1vtz9a__reveal{--rv-from-x:0%}.Reveal-module__1vtz9a__rise,.Reveal-module__1vtz9a__staggerRise{transition:opacity var(--dur-2) var(--ease-out-quad), transform var(--dur-2) var(--ease-out-quad)}.Reveal-module__1vtz9a__rise.Reveal-module__1vtz9a__armed,.Reveal-module__1vtz9a__staggerRise.Reveal-module__1vtz9a__armed{opacity:0;transform:translateY(16px)}.Reveal-module__1vtz9a__rise.Reveal-module__1vtz9a__in,.Reveal-module__1vtz9a__staggerRise.Reveal-module__1vtz9a__in{opacity:1;transform:translateY(0)}.Reveal-module__1vtz9a__staggerRise.Reveal-module__1vtz9a__in{transition-delay:calc(var(--rv-i,0) * 90ms)}.Reveal-module__1vtz9a__fade{transition:opacity var(--dur-3) var(--ease-out-quad)}.Reveal-module__1vtz9a__fade.Reveal-module__1vtz9a__armed{opacity:0}.Reveal-module__1vtz9a__fade.Reveal-module__1vtz9a__in{opacity:1;transition-delay:calc(var(--rv-i,0) * .15s)}.Reveal-module__1vtz9a__barGrow{transition:opacity var(--dur-2) var(--ease-out-quad), transform var(--dur-2) var(--ease-out-quad)}.Reveal-module__1vtz9a__barGrow.Reveal-module__1vtz9a__armed{opacity:0;transform:translateY(16px)}.Reveal-module__1vtz9a__barGrow.Reveal-module__1vtz9a__in{opacity:1;transition-delay:calc(var(--rv-i,0) * .15s);transform:translateY(0)}.Reveal-module__1vtz9a__stackMerge{--rv-from-x:0%}@media (min-width:960px){.Reveal-module__1vtz9a__stackMerge{--rv-from-x:calc((1 - var(--rv-i,0)) * 36%)}}.Reveal-module__1vtz9a__stackMerge.Reveal-module__1vtz9a__armed{opacity:0}.Reveal-module__1vtz9a__stackMerge.Reveal-module__1vtz9a__in{animation:Reveal-module__1vtz9a__reveal-stack-merge var(--dur-3) var(--ease-out-quad) forwards;animation-delay:calc(var(--rv-i,0) * .12s)}@keyframes Reveal-module__1vtz9a__reveal-stack-merge{0%{opacity:0;transform:translate(var(--rv-from-x), 24px) scale(.96)}55%{opacity:1;transform:translate(var(--rv-from-x), 0) scale(.98)}to{transform:none}}@media (prefers-reduced-motion:reduce){.Reveal-module__1vtz9a__rise,.Reveal-module__1vtz9a__staggerRise,.Reveal-module__1vtz9a__fade,.Reveal-module__1vtz9a__barGrow{transition:none}.Reveal-module__1vtz9a__stackMerge.Reveal-module__1vtz9a__in{animation:none}.Reveal-module__1vtz9a__rise.Reveal-module__1vtz9a__armed,.Reveal-module__1vtz9a__staggerRise.Reveal-module__1vtz9a__armed,.Reveal-module__1vtz9a__fade.Reveal-module__1vtz9a__armed,.Reveal-module__1vtz9a__barGrow.Reveal-module__1vtz9a__armed,.Reveal-module__1vtz9a__stackMerge.Reveal-module__1vtz9a__armed,.Reveal-module__1vtz9a__rise.Reveal-module__1vtz9a__in,.Reveal-module__1vtz9a__staggerRise.Reveal-module__1vtz9a__in,.Reveal-module__1vtz9a__fade.Reveal-module__1vtz9a__in,.Reveal-module__1vtz9a__barGrow.Reveal-module__1vtz9a__in,.Reveal-module__1vtz9a__stackMerge.Reveal-module__1vtz9a__in{opacity:1;transform:none}}
.Section-module__AqwY5a__section{max-width:1080px;padding-block:var(--space-16);border-top:var(--guide-width) solid var(--guide);margin-inline:auto}@media (min-width:768px){.Section-module__AqwY5a__section{padding-block:var(--space-20)}}.Section-module__AqwY5a__flush{border-top:0}.Section-module__AqwY5a__heading{max-width:720px;margin-bottom:var(--space-10)}@media (min-width:768px){.Section-module__AqwY5a__heading{margin-bottom:var(--space-12)}}.Section-module__AqwY5a__eyebrow{color:var(--fg-muted);margin-bottom:var(--space-3);display:block}.Section-module__AqwY5a__title{font-size:var(--text-display-sm);line-height:var(--leading-display-sm);letter-spacing:-.04em;font-weight:var(--fw-title);margin:0}@media (min-width:768px){.Section-module__AqwY5a__title{font-size:var(--text-display);line-height:var(--leading-display)}}.Section-module__AqwY5a__sub{color:var(--fg-muted);margin:var(--space-4) 0 0;max-width:56ch}
.HeroGraph-module__od-WtG__wrap{width:100%;position:relative}.HeroGraph-module__od-WtG__svg{aspect-ratio:640/560;touch-action:pan-y;width:100%;display:block}.HeroGraph-module__od-WtG__edge{stroke:var(--guide);stroke-width:1px;transition:stroke var(--dur-1) var(--ease-out-quad), opacity var(--dur-1) var(--ease-out-quad)}.HeroGraph-module__od-WtG__edgeLit{stroke:var(--fg-muted);stroke-width:1.5px}.HeroGraph-module__od-WtG__edgeDim{opacity:.35}.HeroGraph-module__od-WtG__node{cursor:pointer;transition:opacity var(--dur-1) var(--ease-out-quad)}.HeroGraph-module__od-WtG__hit{fill:#0000}.HeroGraph-module__od-WtG__dot{fill:var(--fg-muted);transition:fill var(--dur-1) var(--ease-out-quad)}.HeroGraph-module__od-WtG__hubNode .HeroGraph-module__od-WtG__dot{fill:var(--fg)}.HeroGraph-module__od-WtG__minorNode{pointer-events:none;cursor:default}.HeroGraph-module__od-WtG__minorNode .HeroGraph-module__od-WtG__dot{opacity:.65}.HeroGraph-module__od-WtG__hubLabel{font-family:var(--font-sans), ui-sans-serif, sans-serif;fill:var(--fg-muted);text-anchor:middle;-webkit-user-select:none;user-select:none;transition:fill var(--dur-1) var(--ease-out-quad);font-size:14px}.HeroGraph-module__od-WtG__lit .HeroGraph-module__od-WtG__dot,.HeroGraph-module__od-WtG__lit .HeroGraph-module__od-WtG__hubLabel{fill:var(--fg)}.HeroGraph-module__od-WtG__dim{opacity:.3}.HeroGraph-module__od-WtG__tip{gap:var(--space-1);padding:var(--space-2) var(--space-3);background:var(--bg-100);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-item);pointer-events:none;white-space:nowrap;opacity:0;z-index:var(--z-overlay);transition:opacity var(--dur-1) var(--ease-out-quad);flex-direction:column;display:flex;position:absolute;transform:translate(-50%,-130%)}.HeroGraph-module__od-WtG__tipShow{opacity:1}.HeroGraph-module__od-WtG__tipTitle{font-weight:var(--fw-strong)}.HeroGraph-module__od-WtG__tipMeta{color:var(--fg-muted)}.HeroGraph-module__od-WtG__hint{color:var(--fg-muted);margin:var(--space-2) 0 0;text-align:right}
.Hero-module__ioIpma__split{gap:var(--space-10);padding-top:var(--space-8);flex-direction:column;display:flex}@media (min-width:960px){.Hero-module__ioIpma__split{align-items:center;gap:var(--space-12);padding-top:var(--space-10);flex-direction:row;min-height:560px}.Hero-module__ioIpma__copy{flex:0 0 44%}.Hero-module__ioIpma__stage{flex:1;min-width:0}}.Hero-module__ioIpma__heading{margin:0}.Hero-module__ioIpma__lead{color:var(--fg-muted);max-width:44ch;margin:var(--space-6) 0 0}.Hero-module__ioIpma__actions{gap:var(--space-4);margin-top:var(--space-8);flex-wrap:wrap;display:flex}.Hero-module__ioIpma__note{color:var(--fg-muted);margin:var(--space-6) 0 0}
.Hook-module__EjB6oq__grid{gap:var(--space-10);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Hook-module__EjB6oq__grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}}.Hook-module__EjB6oq__icon{width:24px;height:24px;color:var(--fg-muted);margin-bottom:var(--space-4);display:block}.Hook-module__EjB6oq__beatTitle{margin:0 0 var(--space-2)}.Hook-module__EjB6oq__beatDesc{color:var(--fg-muted);max-width:40ch;margin:0}.Hook-module__EjB6oq__turn{color:var(--fg-muted);max-width:56ch;margin:var(--space-12) 0 0;padding-top:var(--space-8);border-top:var(--guide-width) solid var(--guide)}.Hook-module__EjB6oq__turnStrong{color:var(--fg);font-weight:var(--fw-strong)}
.Concept-module__0lUGrq__grid{gap:var(--space-10);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Concept-module__0lUGrq__grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}}.Concept-module__0lUGrq__num{color:var(--fg-muted);padding-bottom:var(--space-3);margin-bottom:var(--space-5);border-bottom:var(--guide-width) solid var(--guide);display:block}.Concept-module__0lUGrq__title{margin:0 0 var(--space-2)}.Concept-module__0lUGrq__desc{color:var(--fg-muted);max-width:40ch;margin:0}
.SubscriptionCard-module__qsW82G__label{color:var(--fg-muted);margin-bottom:var(--space-4);display:block}.SubscriptionCard-module__qsW82G__planRow{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.SubscriptionCard-module__qsW82G__badge{color:var(--fg-muted)}.SubscriptionCard-module__qsW82G__amount{align-items:baseline;gap:var(--space-2);margin:var(--space-6) 0 var(--space-2);display:flex}.SubscriptionCard-module__qsW82G__num{font-family:var(--font-mono);font-size:var(--text-title);line-height:var(--leading-title);letter-spacing:-.04em;font-weight:var(--fw-title)}.SubscriptionCard-module__qsW82G__unit{color:var(--fg-muted)}.SubscriptionCard-module__qsW82G__meta{color:var(--fg-muted);margin:0 0 var(--space-6)}.SubscriptionCard-module__qsW82G__action{width:100%}
.HowSteps-module__b0tXKa__steps{gap:var(--space-10);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (min-width:768px){.HowSteps-module__b0tXKa__steps{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}}.HowSteps-module__b0tXKa__step{flex-direction:column;align-items:flex-start;display:flex}.HowSteps-module__b0tXKa__num{font-size:var(--text-display-sm);line-height:var(--leading-display-sm);color:var(--fg-muted);margin-bottom:var(--space-4)}.HowSteps-module__b0tXKa__title{margin:0 0 var(--space-2)}.HowSteps-module__b0tXKa__desc{color:var(--fg-muted);margin:0 0 var(--space-4);max-width:36ch}.HowSteps-module__b0tXKa__time{border-top:var(--guide-width) solid var(--guide);padding-top:var(--space-2);color:var(--fg-muted);margin-top:auto;display:inline-block}
.RepoCard-module__-1oqYa__label{color:var(--fg-muted);margin-bottom:var(--space-4);display:block}.RepoCard-module__-1oqYa__path{font-family:var(--font-mono);margin:0 0 var(--space-6);word-break:break-all}.RepoCard-module__-1oqYa__meta{color:var(--fg-muted);margin:0}
.UsageGuide-module__kcQSNq__blocks{gap:var(--space-16);flex-direction:column;display:flex}.UsageGuide-module__kcQSNq__block{gap:var(--space-8);flex-direction:column;display:flex}.UsageGuide-module__kcQSNq__blockHead{max-width:62ch}.UsageGuide-module__kcQSNq__blockLabel{color:var(--fg-muted);margin-bottom:var(--space-2);display:block}.UsageGuide-module__kcQSNq__blockTitle{font-weight:var(--fw-strong);letter-spacing:-.02em;margin:0}.UsageGuide-module__kcQSNq__blockLede{color:var(--fg-muted);margin:var(--space-3) 0 0}.UsageGuide-module__kcQSNq__pair{gap:var(--space-6);display:grid}@media (min-width:960px){.UsageGuide-module__kcQSNq__pair{gap:var(--space-8);grid-template-columns:repeat(2,minmax(0,1fr))}}.UsageGuide-module__kcQSNq__card{padding:var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-card);background:var(--bg-100);box-shadow:var(--shadow);flex-direction:column;display:flex}@media (min-width:600px){.UsageGuide-module__kcQSNq__card{padding:var(--space-6)}}.UsageGuide-module__kcQSNq__cardTitle{font-weight:var(--fw-strong);margin:0}.UsageGuide-module__kcQSNq__cardRule{color:var(--fg-muted);margin:var(--space-2) 0 0}.UsageGuide-module__kcQSNq__cardNote{color:var(--fg-muted);margin:var(--space-3) 0 0}.UsageGuide-module__kcQSNq__figure{margin:var(--space-6) 0 0}.UsageGuide-module__kcQSNq__caption{color:var(--fg-muted);margin:var(--space-4) 0 0;max-width:46ch}.UsageGuide-module__kcQSNq__term{color:var(--fg);font-weight:var(--fw-label)}.UsageGuide-module__kcQSNq__diagram{width:100%;max-width:480px;height:auto;display:block}.UsageGuide-module__kcQSNq__rule{stroke:var(--guide);stroke-width:1px}.UsageGuide-module__kcQSNq__colLabel,.UsageGuide-module__kcQSNq__cardLabel{font-size:11px;font-weight:var(--fw-label);letter-spacing:.02em;fill:var(--fg-muted)}.UsageGuide-module__kcQSNq__tree{fill:none;stroke:var(--guide-strong);stroke-width:1px}.UsageGuide-module__kcQSNq__marker{fill:var(--bg-100);stroke:var(--cross);stroke-width:1px}.UsageGuide-module__kcQSNq__markerRoot{fill:var(--fg)}.UsageGuide-module__kcQSNq__pathText{font-family:var(--font-mono), ui-monospace, monospace;fill:var(--fg);font-size:14px}.UsageGuide-module__kcQSNq__kindText{fill:var(--fg-muted);font-size:12px}.UsageGuide-module__kcQSNq__noteCard{fill:var(--bg-200);stroke:var(--guide-strong);stroke-width:1px}.UsageGuide-module__kcQSNq__fieldKey{fill:var(--fg-muted);font-size:11px}.UsageGuide-module__kcQSNq__fieldValue{fill:var(--fg);font-size:14px}.UsageGuide-module__kcQSNq__fieldValueEmpty{fill:var(--faint);font-size:14px}.UsageGuide-module__kcQSNq__thread{fill:none;stroke:var(--fg-muted);stroke-width:1.5px}.UsageGuide-module__kcQSNq__threadEmpty{fill:none;stroke:var(--cross);stroke-width:1px;stroke-dasharray:2 5;stroke-linecap:round}.UsageGuide-module__kcQSNq__chip{fill:var(--bg-100);stroke:var(--fg);stroke-width:1px}.UsageGuide-module__kcQSNq__chipEmpty{fill:var(--bg-100);stroke:var(--guide-strong);stroke-width:1px;stroke-dasharray:3 4}.UsageGuide-module__kcQSNq__chipLabel,.UsageGuide-module__kcQSNq__chipLabelEmpty{text-anchor:middle;font-size:12px}.UsageGuide-module__kcQSNq__chipLabel{fill:var(--fg)}.UsageGuide-module__kcQSNq__chipLabelEmpty{fill:var(--faint)}.UsageGuide-module__kcQSNq__flowGrid{gap:var(--space-8);display:grid}@media (min-width:860px){.UsageGuide-module__kcQSNq__flowGrid{gap:var(--space-12);grid-template-columns:minmax(0,380px) minmax(0,1fr);align-items:start}}.UsageGuide-module__kcQSNq__flowFigure{display:flex}.UsageGuide-module__kcQSNq__node{fill:var(--bg-100);stroke:var(--guide-strong);stroke-width:1px}.UsageGuide-module__kcQSNq__nodeOwn{fill:var(--bg-100);stroke:var(--fg);stroke-width:1.5px}.UsageGuide-module__kcQSNq__nodeActor{font-size:11px;font-weight:var(--fw-label);letter-spacing:.02em;fill:var(--fg-muted)}.UsageGuide-module__kcQSNq__nodeLine{fill:var(--fg);font-size:14px}.UsageGuide-module__kcQSNq__flowDash{stroke:var(--cross);stroke-width:1.5px;stroke-dasharray:2 5;stroke-linecap:round}.UsageGuide-module__kcQSNq__flowArrow{fill:none;stroke:var(--fg-muted);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.UsageGuide-module__kcQSNq__notes{gap:var(--space-6);flex-direction:column;max-width:52ch;margin:0;padding:0;list-style:none;display:flex}.UsageGuide-module__kcQSNq__note{padding-top:var(--space-4);border-top:var(--guide-width) solid var(--guide)}.UsageGuide-module__kcQSNq__noteTerm{font-weight:var(--fw-strong);display:block}.UsageGuide-module__kcQSNq__noteDesc{color:var(--fg-muted);margin:var(--space-2) 0 0}.UsageGuide-module__kcQSNq__tip{gap:var(--space-8);padding:var(--space-4);border:var(--guide-width) solid var(--guide-strong);border-radius:var(--radius-card);background:var(--bg-raise);display:grid}@media (min-width:600px){.UsageGuide-module__kcQSNq__tip{padding:var(--space-6)}}@media (min-width:960px){.UsageGuide-module__kcQSNq__tip{gap:var(--space-10);grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:start}}.UsageGuide-module__kcQSNq__tipBody{align-self:start}.UsageGuide-module__kcQSNq__tipText{color:var(--fg-muted);max-width:48ch;margin:0}.UsageGuide-module__kcQSNq__tipCode{font-family:var(--font-mono), ui-monospace, monospace;color:var(--fg);margin:var(--space-4) 0 0;padding:var(--space-3) var(--space-4);border:var(--guide-width) solid var(--guide-strong);border-radius:var(--radius-item);background:var(--bg-100);overflow-wrap:anywhere}.UsageGuide-module__kcQSNq__longBlock{gap:var(--space-3);flex-direction:column;max-width:76ch;display:flex}.UsageGuide-module__kcQSNq__longLabel{color:var(--fg-muted);margin:0}.UsageGuide-module__kcQSNq__longCode{padding:var(--space-4) var(--space-5);border:var(--guide-width) solid var(--guide-strong);border-radius:var(--radius-item);background:var(--bg-100);color:var(--fg)}.UsageGuide-module__kcQSNq__longCode p{margin:0}.UsageGuide-module__kcQSNq__longCode p+p{margin-top:var(--space-4)}.UsageGuide-module__kcQSNq__mock{width:100%;max-width:640px;height:auto;display:block}.UsageGuide-module__kcQSNq__wideOnly{display:none}@media (min-width:768px){.UsageGuide-module__kcQSNq__wideOnly{display:inline}.UsageGuide-module__kcQSNq__narrowOnly{display:none}}.UsageGuide-module__kcQSNq__mockPanel{fill:var(--fg-soft);stroke:var(--fg-muted);stroke-width:1px}.UsageGuide-module__kcQSNq__mockRail{fill:var(--fg)}.UsageGuide-module__kcQSNq__mockSeam{stroke:var(--fg-muted);stroke-width:1px}.UsageGuide-module__kcQSNq__mockClose{stroke:var(--cross);stroke-width:1.4px;stroke-linecap:round}.UsageGuide-module__kcQSNq__mockIcon{fill:none;stroke:var(--cross);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round}.UsageGuide-module__kcQSNq__mockInput{fill:none;stroke:var(--fg-muted);stroke-width:1px}.UsageGuide-module__kcQSNq__mockNavPill,.UsageGuide-module__kcQSNq__mockSkelRail{fill:var(--fg-muted)}.UsageGuide-module__kcQSNq__mockSkelPanel,.UsageGuide-module__kcQSNq__mockSkelInput{fill:var(--cross)}.UsageGuide-module__kcQSNq__mockSkelText{fill:var(--guide);opacity:.55}.UsageGuide-module__kcQSNq__mockNavLabelOn{font-size:12px;font-weight:var(--fw-label);fill:var(--bg-100)}.UsageGuide-module__kcQSNq__mockNavLabelOnLg{font-size:24px;font-weight:var(--fw-label);fill:var(--bg-100)}.UsageGuide-module__kcQSNq__mockTag{font-size:10px;font-weight:var(--fw-label);fill:var(--cross)}.UsageGuide-module__kcQSNq__mockTagLg{font-size:20px;font-weight:var(--fw-label);fill:var(--cross)}.UsageGuide-module__kcQSNq__mockH{font-size:16px;font-weight:var(--fw-strong);fill:var(--bg-100)}.UsageGuide-module__kcQSNq__mockHLg{font-size:26px;font-weight:var(--fw-strong);fill:var(--bg-100)}.UsageGuide-module__kcQSNq__mockRowLabel{fill:var(--cross);font-size:12px}.UsageGuide-module__kcQSNq__mockValue{fill:var(--bg-100);font-size:12px}.UsageGuide-module__kcQSNq__mockAvatar{fill:var(--fg-muted)}.UsageGuide-module__kcQSNq__mockAvatarInitial{font-size:14px;font-weight:var(--fw-label);text-anchor:middle;fill:var(--bg-100)}.UsageGuide-module__kcQSNq__mockAvatarInitialLg{font-size:24px;font-weight:var(--fw-label);text-anchor:middle;fill:var(--bg-100)}.UsageGuide-module__kcQSNq__mockCaption{fill:var(--cross);font-size:12px}.UsageGuide-module__kcQSNq__mockLink{fill:var(--cross);text-decoration:underline}.UsageGuide-module__kcQSNq__mockTextarea{fill:var(--fg-muted);stroke:var(--fg-muted);stroke-width:1px}.UsageGuide-module__kcQSNq__mockScroll{fill:var(--cross)}.UsageGuide-module__kcQSNq__mockCode{fill:var(--bg-100);font-size:14px}.UsageGuide-module__kcQSNq__teaser{gap:var(--space-8);align-items:center;display:grid}@media (min-width:860px){.UsageGuide-module__kcQSNq__teaser{gap:var(--space-12);grid-template-columns:minmax(0,1fr) minmax(0,380px)}}.UsageGuide-module__kcQSNq__teaserBody{gap:var(--space-5);flex-direction:column;max-width:56ch;display:flex}.UsageGuide-module__kcQSNq__teaserLede{color:var(--fg-muted);margin:0}.UsageGuide-module__kcQSNq__teaserCta{min-height:44px;color:var(--fg);font-weight:var(--fw-strong);text-underline-offset:4px;align-self:start;align-items:center;text-decoration:underline;display:inline-flex}@media (hover:hover){.UsageGuide-module__kcQSNq__teaserCta:hover{opacity:.7}}.UsageGuide-module__kcQSNq__teaserFigure{justify-content:center;display:flex}
.ClaudeCard-module__iPn55a__label{color:var(--fg-muted);margin-bottom:var(--space-4);display:block}.ClaudeCard-module__iPn55a__status{margin:0 0 var(--space-6)}.ClaudeCard-module__iPn55a__meta{color:var(--fg-muted);margin:0}
.Value-module__Qqe4rq__grid{gap:var(--space-10);flex-direction:column;display:flex}@media (min-width:960px){.Value-module__Qqe4rq__grid{gap:var(--space-10);grid-template-columns:1fr 1fr;display:grid}}.Value-module__Qqe4rq__timeRow{align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-8);display:flex}.Value-module__Qqe4rq__timeIcon{width:24px;height:24px;color:var(--fg-muted);flex-shrink:0;transform:translateY(4px)}.Value-module__Qqe4rq__bigNum{font-size:var(--text-display-lg);line-height:var(--leading-display-lg);letter-spacing:-.04em;font-weight:var(--fw-title);font-family:var(--font-sans);font-variant-numeric:tabular-nums}.Value-module__Qqe4rq__timeCaption{color:var(--fg-muted);max-width:18ch}.Value-module__Qqe4rq__tally{margin:0 0 var(--space-6);padding:0;list-style:none}.Value-module__Qqe4rq__tallyRow{justify-content:space-between;align-items:baseline;gap:var(--space-4);padding-top:var(--space-3);margin-top:var(--space-3);border-top:var(--guide-width) solid var(--guide);display:flex}.Value-module__Qqe4rq__tallyLabel{color:var(--fg-muted)}.Value-module__Qqe4rq__tallyValue{font-variant-numeric:tabular-nums}.Value-module__Qqe4rq__beats{gap:var(--space-6);margin:0 0 var(--space-6);flex-direction:column;display:flex}.Value-module__Qqe4rq__beat{color:var(--fg-muted);max-width:52ch;margin:0}.Value-module__Qqe4rq__punch{color:var(--fg);font-weight:var(--fw-strong);padding-top:var(--space-6);border-top:var(--guide-width) solid var(--guide);max-width:40ch;margin:0}.Value-module__Qqe4rq__note{color:var(--fg-muted);max-width:60ch;margin:0}.Value-module__Qqe4rq__bridge{margin-top:var(--space-8)}.Value-module__Qqe4rq__bridge a{min-height:44px;color:var(--fg);align-items:center;text-decoration:underline;display:inline-flex}
.TryCard-module__ypysvq__label{color:var(--fg-muted);margin-bottom:var(--space-4);display:block}.TryCard-module__ypysvq__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.TryCard-module__ypysvq__example{font-family:var(--font-mono);font-size:var(--text-caption);line-height:var(--leading-caption)}
.DataFlow-module__Ip5GzG__diagram{flex-direction:column;display:flex}.DataFlow-module__Ip5GzG__mainFlow{flex-direction:column;align-items:stretch;display:flex}@media (min-width:768px){.DataFlow-module__Ip5GzG__mainFlow{flex-direction:row;align-items:stretch}}.DataFlow-module__Ip5GzG__hop{border:var(--guide-width) solid var(--guide);border-radius:var(--radius-card);padding:var(--space-6);background:var(--bg-100);box-shadow:var(--shadow);flex:1}.DataFlow-module__Ip5GzG__hopOwn{border-color:var(--fg)}.DataFlow-module__Ip5GzG__hopIcon{width:28px;height:28px;color:var(--fg);margin-bottom:var(--space-3);display:block}.DataFlow-module__Ip5GzG__hopRole{color:var(--fg-muted);margin-bottom:var(--space-2);display:block}.DataFlow-module__Ip5GzG__hopName{font-weight:var(--fw-strong);display:block}.DataFlow-module__Ip5GzG__hopDesc{color:var(--fg-muted);margin:var(--space-2) 0 0}.DataFlow-module__Ip5GzG__link{flex:none;justify-content:center;align-items:center;display:flex;position:relative}.DataFlow-module__Ip5GzG__linkH{display:none}.DataFlow-module__Ip5GzG__linkV{width:24px;height:56px;display:block}@media (min-width:768px){.DataFlow-module__Ip5GzG__link{flex:0 0 96px}.DataFlow-module__Ip5GzG__linkH{width:100%;height:24px;display:block}.DataFlow-module__Ip5GzG__linkV{display:none}}.DataFlow-module__Ip5GzG__dash{stroke:var(--fg-muted);stroke-width:1.5px;stroke-dasharray:2 6;stroke-linecap:round;animation:DataFlow-module__Ip5GzG__flow var(--dur-2) linear infinite}[data-reveal=armed] .DataFlow-module__Ip5GzG__dash{animation-play-state:paused}.DataFlow-module__Ip5GzG__linkArrow{width:14px;height:14px;color:var(--fg-muted);flex-shrink:0}@keyframes DataFlow-module__Ip5GzG__flow{to{stroke-dashoffset:-8px}}@media (prefers-reduced-motion:reduce){.DataFlow-module__Ip5GzG__dash{animation:none}}.DataFlow-module__Ip5GzG__linkLabel,.DataFlow-module__Ip5GzG__linkSubLabel{color:var(--fg-muted);background:var(--bg-200);padding:var(--space-1) var(--space-2);white-space:nowrap;position:absolute}.DataFlow-module__Ip5GzG__linkLabel{align-items:center;gap:var(--space-1);display:flex;transform:translateY(-130%)}.DataFlow-module__Ip5GzG__linkSubLabel{transform:translateY(130%)}@media (min-width:768px){.DataFlow-module__Ip5GzG__linkLabel{transform:translateY(-160%)}.DataFlow-module__Ip5GzG__linkSubLabel{transform:translateY(160%)}}.DataFlow-module__Ip5GzG__branch{flex-direction:column;align-items:stretch;display:flex}@media (min-width:768px){.DataFlow-module__Ip5GzG__branch{align-items:flex-end}}.DataFlow-module__Ip5GzG__branchCol{flex-direction:column;width:100%;display:flex}@media (min-width:768px){.DataFlow-module__Ip5GzG__branchCol{width:calc(33.3333% - 64px)}}.DataFlow-module__Ip5GzG__branchLink{flex-direction:column;align-items:center;display:flex}.DataFlow-module__Ip5GzG__branchLinkSvg{width:24px;height:56px}.DataFlow-module__Ip5GzG__branchLinkLabel{color:var(--fg-muted);margin:var(--space-2) 0}.DataFlow-module__Ip5GzG__obsidian{border:var(--guide-width) dashed var(--guide);border-radius:var(--radius-card);padding:var(--space-6);background:var(--bg-100)}.DataFlow-module__Ip5GzG__obsidianLink{margin-top:var(--space-3);color:var(--fg);text-decoration:underline;display:inline-block}.DataFlow-module__Ip5GzG__guarantees{margin:var(--space-10) 0 0;gap:var(--space-3);flex-direction:column;max-width:64ch;padding:0;list-style:none;display:flex}.DataFlow-module__Ip5GzG__guarantees li{padding-top:var(--space-3);border-top:var(--guide-width) solid var(--guide);color:var(--fg-muted)}.DataFlow-module__Ip5GzG__warn{margin:var(--space-10) 0 0;max-width:64ch;padding:var(--space-5) var(--space-6);border:2px solid var(--bad);border-radius:var(--radius-item);background:var(--bg-100)}.DataFlow-module__Ip5GzG__warnTitle{color:var(--bad);font-weight:var(--fw-strong);margin-bottom:var(--space-2);display:block}.DataFlow-module__Ip5GzG__warnBody{color:var(--fg-soft);margin:0}
.RecentNotes-module__UBR0_W__list{margin:var(--space-6) 0 0;flex-direction:column;padding:0;list-style:none;display:flex}.RecentNotes-module__UBR0_W__row{align-items:baseline;gap:var(--space-4);padding:var(--space-4) 0;grid-template-columns:1fr auto;display:grid}.RecentNotes-module__UBR0_W__row+.RecentNotes-module__UBR0_W__row{border-top:var(--guide-width) solid var(--guide)}.RecentNotes-module__UBR0_W__info{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.RecentNotes-module__UBR0_W__path{font-family:var(--font-mono);font-size:var(--text-caption);line-height:var(--leading-caption);color:var(--fg-muted);word-break:break-all}.RecentNotes-module__UBR0_W__time{color:var(--fg-muted);white-space:nowrap}
.FounderNote-module__CPouna__quote{border-left:2px solid var(--fg);padding-left:var(--space-6);margin:0}.FounderNote-module__CPouna__quoteText{max-width:720px;color:var(--fg);letter-spacing:-.02em;margin:0}.FounderNote-module__CPouna__muted{color:var(--fg-muted)}
.CancelDialog-module__0aGI6G__overlay{z-index:var(--z-overlay);padding:var(--space-6);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CancelDialog-module__0aGI6G__overlay:before{content:"";z-index:var(--z-base);background:var(--fg);opacity:.4;position:absolute;inset:0}.CancelDialog-module__0aGI6G__dialog{z-index:var(--z-content);background:var(--bg-100);border:var(--guide-width) solid var(--fg);border-radius:var(--radius-modal);width:100%;max-width:480px;padding:var(--space-8);box-shadow:var(--shadow-lift);position:relative}.CancelDialog-module__0aGI6G__desc{color:var(--fg-muted);margin:var(--space-4) 0 0}.CancelDialog-module__0aGI6G__keepbox{margin:var(--space-6) 0 0;padding:var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-item)}.CancelDialog-module__0aGI6G__repoPath{font-family:var(--font-mono)}.CancelDialog-module__0aGI6G__actions{gap:var(--space-4);margin-top:var(--space-8);display:flex}.CancelDialog-module__0aGI6G__actions button{flex:1}
.Scenario-module__fWmGMq__grid{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:960px){.Scenario-module__fWmGMq__grid{grid-template-columns:repeat(2,1fr)}}.Scenario-module__fWmGMq__card{border:var(--guide-width) solid var(--guide);border-radius:var(--radius-card);padding:var(--space-6);background:var(--bg-100);box-shadow:var(--shadow)}.Scenario-module__fWmGMq__label{align-items:center;gap:var(--space-2);color:var(--fg-muted);padding-bottom:var(--space-4);margin-bottom:var(--space-6);border-bottom:var(--guide-width) solid var(--guide);display:flex}.Scenario-module__fWmGMq__labelIcon{width:16px;height:16px;color:var(--fg);display:block}.Scenario-module__fWmGMq__thread{gap:var(--space-4);flex-direction:column;display:flex}.Scenario-module__fWmGMq__row{gap:var(--space-2);flex-direction:column;display:flex}.Scenario-module__fWmGMq__rowMe{align-items:flex-end}.Scenario-module__fWmGMq__rowClaude{align-items:flex-start}.Scenario-module__fWmGMq__time{color:var(--fg-muted)}.Scenario-module__fWmGMq__bubble{max-width:85%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-item);margin:0}.Scenario-module__fWmGMq__bubbleMe{background:var(--fg);color:var(--bg-100)}.Scenario-module__fWmGMq__bubbleClaude{background:var(--bg-100);border:var(--guide-width) solid var(--guide)}.Scenario-module__fWmGMq__divider{align-items:center;gap:var(--space-4);margin:var(--space-2) 0;display:flex}.Scenario-module__fWmGMq__divider:before,.Scenario-module__fWmGMq__divider:after{content:"";height:var(--guide-width);background:var(--guide);flex:1}.Scenario-module__fWmGMq__dividerLabel{color:var(--fg-muted);text-align:center}
.SiteHeader-module__S9w-1W__header{align-items:center;width:100%;height:64px;display:flex}@media (min-width:768px){.SiteHeader-module__S9w-1W__header{height:80px}}.SiteHeader-module__S9w-1W__inner{width:100%;max-width:var(--grid-max-width);justify-content:space-between;align-items:center;gap:var(--space-6);margin-inline:auto;display:flex}.SiteHeader-module__S9w-1W__logo{font-family:var(--font-mono);font-size:var(--text-body-lg);font-weight:var(--fw-strong);color:var(--fg);letter-spacing:-.02em;padding:var(--space-3);margin:calc(var(--space-3) * -1);align-items:center;display:inline-flex}.SiteHeader-module__S9w-1W__nav{align-items:center;gap:var(--space-6);display:none}@media (min-width:600px){.SiteHeader-module__S9w-1W__nav{display:flex}}.SiteHeader-module__S9w-1W__navLink{font-size:var(--text-body);line-height:var(--leading-body);color:var(--fg-muted);transition:color var(--dur-1) var(--ease-out-quad)}@media (hover:hover){.SiteHeader-module__S9w-1W__navLink:hover{color:var(--fg)}}
.AdminClient-module__1_uYAa__gateWrap{min-height:60vh;padding:var(--space-8);justify-content:center;align-items:center;display:flex}.AdminClient-module__1_uYAa__gateForm{gap:var(--space-3);flex-direction:column;width:100%;max-width:360px;display:flex}.AdminClient-module__1_uYAa__gateRow{gap:var(--space-3);display:flex}.AdminClient-module__1_uYAa__gateInput{min-height:44px;padding:var(--space-3) var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-btn);background:var(--bg-100);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-body);flex:1}.AdminClient-module__1_uYAa__gateInput:focus-visible{outline:var(--guide-width) solid var(--fg);outline-offset:2px}.AdminClient-module__1_uYAa__gateError{color:var(--fg)}.AdminClient-module__1_uYAa__viewer{gap:var(--space-4);padding:var(--space-6) 0;flex-direction:column;display:flex}.AdminClient-module__1_uYAa__tabs{gap:var(--space-2);flex-wrap:wrap;display:flex}.AdminClient-module__1_uYAa__tab{min-height:36px;padding-inline:var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-pill);background:var(--bg-100);color:var(--fg-muted);font-family:var(--font-mono);font-size:var(--text-label);text-transform:uppercase;letter-spacing:.02em}.AdminClient-module__1_uYAa__tabActive{border-color:var(--fg);color:var(--fg);background:var(--bg-200)}.AdminClient-module__1_uYAa__toolbar{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.AdminClient-module__1_uYAa__searchInput{min-width:160px;min-height:44px;padding:var(--space-3) var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-btn);background:var(--bg-100);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-body);flex:1}.AdminClient-module__1_uYAa__searchInput:focus-visible{outline:var(--guide-width) solid var(--fg);outline-offset:2px}.AdminClient-module__1_uYAa__rowCount{color:var(--fg-muted);white-space:nowrap}.AdminClient-module__1_uYAa__couponToggle{margin-left:auto}.AdminClient-module__1_uYAa__couponForm{gap:var(--space-3);padding:var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-card);flex-direction:column;display:flex}.AdminClient-module__1_uYAa__couponFields{align-items:end;gap:var(--space-3);flex-wrap:wrap;display:flex}.AdminClient-module__1_uYAa__couponField{gap:var(--space-1);flex-direction:column;display:flex}.AdminClient-module__1_uYAa__couponInput{min-height:40px;padding:var(--space-2) var(--space-3);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-btn);background:var(--bg-100);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-body);min-width:140px}.AdminClient-module__1_uYAa__codeBox{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-item);background:var(--bg-200);width:fit-content;display:flex}.AdminClient-module__1_uYAa__codeBox code{font-family:var(--font-mono);font-size:var(--text-body);letter-spacing:.04em}.AdminClient-module__1_uYAa__gridArea{min-height:60vh}.AdminClient-module__1_uYAa__gridStatus{align-items:flex-start;gap:var(--space-3);padding:var(--space-8) 0;color:var(--fg-muted);flex-direction:column;display:flex}.AdminClient-module__1_uYAa__gridCanvas{border:var(--guide-width) solid var(--guide);border-radius:var(--radius-card);width:100%;height:60vh;overflow:hidden}
.PaymentPanel-module__vFMSbq__label{color:var(--fg-muted);margin-bottom:var(--space-4);display:block}.PaymentPanel-module__vFMSbq__meta{color:var(--fg-muted);margin:0 0 var(--space-6)}.PaymentPanel-module__vFMSbq__action{width:100%}.PaymentPanel-module__vFMSbq__methodRow{gap:var(--space-3);flex-direction:column;display:flex}.PaymentPanel-module__vFMSbq__feedback{color:var(--fg-muted);margin:var(--space-3) 0 0}.PaymentPanel-module__vFMSbq__feedbackError{color:var(--fg)}.PaymentPanel-module__vFMSbq__couponForm{gap:var(--space-2);margin-top:var(--space-6);padding-top:var(--space-6);border-top:var(--guide-width) solid var(--guide);flex-direction:column;display:flex}.PaymentPanel-module__vFMSbq__couponRow{gap:var(--space-3);display:flex}.PaymentPanel-module__vFMSbq__couponInput{min-height:44px;padding:var(--space-3) var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-btn);background:var(--bg-100);color:var(--fg);font-family:var(--font-mono);font-size:var(--text-body);text-transform:uppercase;flex:1}.PaymentPanel-module__vFMSbq__couponInput:focus-visible{outline:var(--guide-width) solid var(--fg);outline-offset:2px}
.SkillDemo-module__IAYZ0a__rail{gap:var(--space-8) var(--space-10);margin-bottom:var(--space-10);flex-wrap:wrap;display:flex}.SkillDemo-module__IAYZ0a__railGroup{gap:var(--space-2);flex-direction:column;display:flex}.SkillDemo-module__IAYZ0a__railGroupLabel{color:var(--fg-muted)}.SkillDemo-module__IAYZ0a__railChips{gap:var(--space-2);flex-wrap:wrap;display:flex}.SkillDemo-module__IAYZ0a__chip{min-height:44px;padding:0 var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-pill);background:var(--bg-100);color:var(--fg);transition:background var(--dur-1) var(--ease-out-quad), color var(--dur-1) var(--ease-out-quad), border-color var(--dur-1) var(--ease-out-quad);justify-content:center;align-items:center;display:inline-flex}@media (hover:hover){.SkillDemo-module__IAYZ0a__chip:hover{border-color:var(--fg)}}.SkillDemo-module__IAYZ0a__chipActive{background:var(--fg);color:var(--bg-100);border-color:var(--fg)}@media (prefers-reduced-motion:reduce){.SkillDemo-module__IAYZ0a__chip{transition:none}}.SkillDemo-module__IAYZ0a__cardAfter{border:2px solid var(--good)}.SkillDemo-module__IAYZ0a__tag{display:inline-block}.SkillDemo-module__IAYZ0a__tagBroken{color:var(--bad)}.SkillDemo-module__IAYZ0a__tagFixed{color:var(--good)}.SkillDemo-module__IAYZ0a__note{color:var(--bad);align-self:flex-start}.SkillDemo-module__IAYZ0a__replyRow{opacity:0;animation:SkillDemo-module__IAYZ0a__fadeIn var(--dur-1) var(--ease-out-quad) forwards}@keyframes SkillDemo-module__IAYZ0a__fadeIn{to{opacity:1}}@media (prefers-reduced-motion:reduce){.SkillDemo-module__IAYZ0a__replyRow{opacity:1;animation:none}}.SkillDemo-module__IAYZ0a__toolList{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.SkillDemo-module__IAYZ0a__toolChip{align-items:center;gap:var(--space-2);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-item);padding:var(--space-2) var(--space-4);transition:opacity var(--dur-1) var(--ease-out-quad);display:flex}.SkillDemo-module__IAYZ0a__toolPending{opacity:.45}@media (prefers-reduced-motion:reduce){.SkillDemo-module__IAYZ0a__toolChip{transition:none}}.SkillDemo-module__IAYZ0a__toolStatus{flex:0 0 16px;justify-content:center;align-items:center;display:flex}.SkillDemo-module__IAYZ0a__toolCheck{width:12px;height:12px;color:var(--fg)}.SkillDemo-module__IAYZ0a__cardAfter .SkillDemo-module__IAYZ0a__toolCheck{color:var(--good)}.SkillDemo-module__IAYZ0a__spinner{border:var(--guide-width) solid var(--guide);border-top-color:var(--fg);width:12px;height:12px;animation:SkillDemo-module__IAYZ0a__spin var(--dur-2) linear infinite;border-radius:50%}@keyframes SkillDemo-module__IAYZ0a__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.SkillDemo-module__IAYZ0a__spinner{animation:none}}.SkillDemo-module__IAYZ0a__toolBody{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.SkillDemo-module__IAYZ0a__toolCall{font-family:var(--font-mono), ui-monospace, monospace;font-size:var(--text-caption);line-height:var(--leading-caption);letter-spacing:.02em;word-break:break-all}.SkillDemo-module__IAYZ0a__toolHint{color:var(--fg-muted)}.SkillDemo-module__IAYZ0a__hintBad{color:var(--bad)}.SkillDemo-module__IAYZ0a__hintGood{color:var(--good)}.SkillDemo-module__IAYZ0a__delta{margin-top:var(--space-6);padding-top:var(--space-6);border-top:var(--guide-width) solid var(--guide)}.SkillDemo-module__IAYZ0a__deltaLabel{color:var(--fg-muted);display:block}.SkillDemo-module__IAYZ0a__deltaList{margin:var(--space-2) 0 0;gap:var(--space-1);flex-direction:column;padding:0;list-style:none;display:flex}.SkillDemo-module__IAYZ0a__deltaLine{font-family:var(--font-mono), ui-monospace, monospace}.SkillDemo-module__IAYZ0a__deltaWarn{color:var(--bad)}.SkillDemo-module__IAYZ0a__deltaMuted{color:var(--fg-muted)}.SkillDemo-module__IAYZ0a__composer{align-items:center;gap:var(--space-4);margin-top:var(--space-6);padding:var(--space-3) var(--space-4);border:var(--guide-width) solid var(--guide);border-radius:var(--radius-btn);background:var(--bg-100);display:flex}.SkillDemo-module__IAYZ0a__composerInput{min-width:0;color:var(--fg);white-space:nowrap;text-overflow:ellipsis;flex:1;display:block;overflow:hidden}.SkillDemo-module__IAYZ0a__composerPlaceholder{color:var(--fg-muted)}.SkillDemo-module__IAYZ0a__composerSend{flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.SkillDemo-module__IAYZ0a__composerSendIcon{width:16px;height:16px;color:var(--fg-muted)}.SkillDemo-module__IAYZ0a__takeaway{margin:var(--space-8) 0 0;color:var(--fg-muted);text-align:center;transition:opacity var(--dur-1) var(--ease-out-quad)}.SkillDemo-module__IAYZ0a__takeawayHidden{opacity:0}@media (prefers-reduced-motion:reduce){.SkillDemo-module__IAYZ0a__takeaway{transition:none}}.SkillDemo-module__IAYZ0a__common{margin:var(--space-10) 0 0;color:var(--fg-muted);max-width:60ch}
.SiteFooter-module__QH8oXq__footer{border-top:1px solid var(--guide);width:100%;padding-block:var(--space-6);margin-top:var(--space-16)}.SiteFooter-module__QH8oXq__inner{max-width:var(--grid-max-width);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;margin-inline:auto;display:flex}.SiteFooter-module__QH8oXq__brand{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--fg-muted)}.SiteFooter-module__QH8oXq__note{color:var(--fg-muted)}.SiteFooter-module__QH8oXq__links{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.SiteFooter-module__QH8oXq__link{color:var(--fg-muted);font-size:var(--text-body);text-decoration:none}@media (hover:hover){.SiteFooter-module__QH8oXq__link:hover{color:var(--fg);text-underline-offset:3px;text-decoration:underline}}
.guide-module__Ouw31a__doc{max-width:1080px;padding-block:var(--space-16) var(--space-20);margin-inline:auto}.guide-module__Ouw31a__title,.guide-module__Ouw31a__lead,.guide-module__Ouw31a__intro,.guide-module__Ouw31a__section,.guide-module__Ouw31a__faq{max-width:720px}.guide-module__Ouw31a__wide{width:100%}.guide-module__Ouw31a__title{font-size:var(--text-display-sm);line-height:var(--leading-display-sm);letter-spacing:-.02em;margin:0 0 var(--space-6)}.guide-module__Ouw31a__lead{font-size:var(--text-lede);margin:0 0 var(--space-12);line-height:1.7}.guide-module__Ouw31a__intro{font-size:var(--text-body-lg);color:var(--fg-muted);margin:0 0 var(--space-16);line-height:1.8}.guide-module__Ouw31a__block{margin-bottom:var(--space-20)}.guide-module__Ouw31a__section{margin-bottom:var(--space-12)}.guide-module__Ouw31a__section h2{font-size:var(--text-title);line-height:var(--leading-title);letter-spacing:-.01em;margin:0 0 var(--space-6);padding-bottom:var(--space-3);border-bottom:var(--guide-width) solid var(--guide)}.guide-module__Ouw31a__section p{font-size:var(--text-body-lg);margin:var(--space-3) 0;line-height:1.8}.guide-module__Ouw31a__section ul{margin:var(--space-6) 0;padding-left:var(--space-5)}.guide-module__Ouw31a__section li{font-size:var(--text-body-lg);margin:var(--space-3) 0;line-height:1.8}.guide-module__Ouw31a__section a,.guide-module__Ouw31a__doc a{color:var(--fg);text-underline-offset:3px;text-decoration:underline}.guide-module__Ouw31a__nextLink{padding-block:var(--space-3);margin-block:calc(-1 * var(--space-3));display:inline-block}.guide-module__Ouw31a__cta{min-height:48px;padding-inline:var(--space-6);margin:var(--space-2) 0 var(--space-4);border-radius:var(--radius-btn);background:var(--fg);color:var(--bg-100);font-weight:var(--fw-strong);font-size:var(--text-body-lg);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}@media (hover:hover){.guide-module__Ouw31a__cta:hover{opacity:.8}}.guide-module__Ouw31a__faq{margin-top:var(--space-16)}.guide-module__Ouw31a__faqHeading{font-size:var(--text-title);line-height:var(--leading-title);letter-spacing:-.01em;margin:0 0 var(--space-6);padding-bottom:var(--space-3);border-bottom:var(--guide-width) solid var(--guide)}.guide-module__Ouw31a__item{border-top:var(--guide-width) solid var(--guide)}.guide-module__Ouw31a__item:first-of-type{border-top:0}.guide-module__Ouw31a__summary{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:44px;padding-block:var(--space-4);display:flex}.guide-module__Ouw31a__marker{flex-shrink:0;width:16px;height:16px;position:relative}.guide-module__Ouw31a__marker:before,.guide-module__Ouw31a__marker:after{content:"";background:var(--fg-muted);transition:transform var(--dur-1) var(--ease-out-quad);position:absolute;top:50%;left:50%}.guide-module__Ouw31a__marker:before{width:16px;height:var(--guide-width);transform:translate(-50%,-50%)}.guide-module__Ouw31a__marker:after{width:var(--guide-width);height:16px;transform:translate(-50%,-50%)}.guide-module__Ouw31a__item[open] .guide-module__Ouw31a__marker:after{transform:translate(-50%,-50%)scaleY(0)}.guide-module__Ouw31a__answer{color:var(--fg-muted);margin:0 0 var(--space-5);max-width:60ch}.guide-module__Ouw31a__answerLink{min-height:44px;z-index:var(--z-content);align-items:center;text-decoration:underline;display:inline-flex;position:relative}.guide-module__Ouw31a__footnote{margin-top:var(--space-16);padding-top:var(--space-6);border-top:var(--guide-width) solid var(--guide);color:var(--fg-muted);font-size:var(--text-caption);line-height:1.7}.guide-module__Ouw31a__back{margin-top:var(--space-10);font-size:var(--text-body)}
.not-found-module__x4Ko0q__wrap{max-width:560px;padding:var(--space-30) var(--space-6);text-align:center;align-items:center;gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.not-found-module__x4Ko0q__label{color:var(--fg-muted)}.not-found-module__x4Ko0q__title{margin:var(--space-2) 0 0}.not-found-module__x4Ko0q__body{color:var(--fg-muted);margin:0 0 var(--space-4);line-height:1.8}
.Dashboard-module__6maqsG__demoLabel{color:var(--fg-muted);margin:0 0 var(--space-4);display:block}.Dashboard-module__6maqsG__greetingSub{color:var(--fg-muted);margin:var(--space-4) 0 0}
.Closing-module__0OHlwq__trialNote{color:var(--fg);max-width:60ch;margin:0 0 var(--space-6)}.Closing-module__0OHlwq__tierNote{color:var(--fg-muted);max-width:60ch;margin:0 0 var(--space-8)}.Closing-module__0OHlwq__tierNote strong{color:var(--fg);font-weight:var(--fw-strong)}.Closing-module__0OHlwq__promise{color:var(--fg-soft);max-width:60ch;margin:0 0 var(--space-8);padding-left:var(--space-4);border-left:2px solid var(--fg)}.Closing-module__0OHlwq__promise strong{color:var(--fg);font-weight:var(--fw-strong)}.Closing-module__0OHlwq__plans{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:960px){.Closing-module__0OHlwq__plans{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}.Closing-module__0OHlwq__plan{border:var(--guide-width) solid var(--guide);border-radius:var(--radius-card);padding:var(--space-8);background:var(--bg-100);box-shadow:var(--shadow);flex-direction:column;display:flex}.Closing-module__0OHlwq__featured{background:var(--fg);color:var(--bg-100);border-color:var(--fg)}.Closing-module__0OHlwq__tagRow{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.Closing-module__0OHlwq__badge{color:var(--fg-muted)}.Closing-module__0OHlwq__featured .Closing-module__0OHlwq__badge{color:var(--bg-100);opacity:.6}.Closing-module__0OHlwq__amount{align-items:baseline;gap:var(--space-2);margin:var(--space-6) 0 var(--space-2);flex-wrap:wrap;display:flex}.Closing-module__0OHlwq__num{font-size:var(--text-display);line-height:var(--leading-display);letter-spacing:-.04em;font-weight:var(--fw-title);font-family:var(--font-sans);font-variant-numeric:tabular-nums}.Closing-module__0OHlwq__unit{color:var(--fg-muted)}.Closing-module__0OHlwq__featured .Closing-module__0OHlwq__unit{color:var(--bg-100);opacity:.7}.Closing-module__0OHlwq__writes{font-weight:var(--fw-strong);font-variant-numeric:tabular-nums;margin:0 0 var(--space-3)}.Closing-module__0OHlwq__planDesc{color:var(--fg-muted);margin:0 0 var(--space-6)}.Closing-module__0OHlwq__featured .Closing-module__0OHlwq__planDesc{color:var(--bg-100);opacity:.85}.Closing-module__0OHlwq__features{margin:0 0 var(--space-8);gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.Closing-module__0OHlwq__features li{padding-top:var(--space-3);border-top:var(--guide-width) solid var(--guide)}.Closing-module__0OHlwq__planCta{width:100%;margin-top:auto}.Closing-module__0OHlwq__writeNote{color:var(--fg-muted);max-width:64ch;margin:var(--space-6) 0 0}.Closing-module__0OHlwq__writeNote strong{color:var(--fg);font-weight:var(--fw-strong)}.Closing-module__0OHlwq__faq{margin-top:var(--space-16);max-width:720px}.Closing-module__0OHlwq__faqHeading{color:var(--fg-muted);margin:0 0 var(--space-4)}.Closing-module__0OHlwq__item{border-top:var(--guide-width) solid var(--guide)}.Closing-module__0OHlwq__summary{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:44px;padding-block:var(--space-4);display:flex}.Closing-module__0OHlwq__marker{flex-shrink:0;width:16px;height:16px;position:relative}.Closing-module__0OHlwq__marker:before,.Closing-module__0OHlwq__marker:after{content:"";background:var(--fg-muted);transition:transform var(--dur-1) var(--ease-out-quad);position:absolute;top:50%;left:50%}.Closing-module__0OHlwq__marker:before{width:16px;height:var(--guide-width);transform:translate(-50%,-50%)}.Closing-module__0OHlwq__marker:after{width:var(--guide-width);height:16px;transform:translate(-50%,-50%)}.Closing-module__0OHlwq__item[open] .Closing-module__0OHlwq__marker:after{transform:translate(-50%,-50%)scaleY(0)}.Closing-module__0OHlwq__answer{color:var(--fg-muted);margin:0 0 var(--space-5);max-width:60ch}.Closing-module__0OHlwq__answerLink{min-height:44px;z-index:var(--z-content);align-items:center;text-decoration:underline;display:inline-flex;position:relative}.Closing-module__0OHlwq__band{margin-top:var(--space-16);background:var(--fg);color:var(--bg-100);border-radius:var(--radius-card);padding:var(--space-10) var(--space-8);align-items:flex-start;gap:var(--space-2);flex-direction:column;display:flex}@media (min-width:768px){.Closing-module__0OHlwq__band{padding:var(--space-12) var(--space-10)}}.Closing-module__0OHlwq__bandTitle{margin:0}.Closing-module__0OHlwq__bandSub{margin:0 0 var(--space-5);opacity:.75}
