.landing-module__TEJncW__page{background-color:var(--bg-deep);min-height:100vh;color:var(--text-primary);font-family:var(--font-body);position:relative;overflow-x:hidden}.landing-module__TEJncW__inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem) clamp(3rem,8vw,5rem)}.landing-module__TEJncW__siteHeader{z-index:40;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#0e0d0bd1;position:sticky;top:0}.landing-module__TEJncW__siteHeaderInner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.75rem clamp(1.25rem,4vw,2.5rem);display:flex}.landing-module__TEJncW__brand{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.55rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.landing-module__TEJncW__brand:hover{text-decoration:none}.landing-module__TEJncW__brandGlyph{flex-shrink:0;width:18px;height:18px}.landing-module__TEJncW__siteNav{align-items:center;gap:1.5rem;display:flex}.landing-module__TEJncW__siteNavLink{font-family:var(--font-display);color:var(--text-muted);transition:color .15s var(--ease);font-size:.8125rem;text-decoration:none}.landing-module__TEJncW__siteNavLink:hover{color:var(--text-primary);text-decoration:none}@media (max-width:839px){.landing-module__TEJncW__siteNavLink{display:none}}.landing-module__TEJncW__siteNavCta{font-family:var(--font-display);letter-spacing:.07em;text-transform:uppercase;border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-primary);transition:border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);padding:.45rem .9rem;font-size:.75rem;font-weight:500;text-decoration:none}.landing-module__TEJncW__siteNavCta:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);text-decoration:none}.landing-module__TEJncW__hero{align-items:center;gap:clamp(2.5rem,6vw,3.5rem);padding-top:clamp(2.5rem,6vw,4.5rem);display:grid}@media (min-width:980px){.landing-module__TEJncW__hero{grid-template-columns:1.02fr .98fr;gap:clamp(2.5rem,5vw,4.5rem)}}.landing-module__TEJncW__heroCopy{min-width:0;max-width:34rem}.landing-module__TEJncW__eyebrow{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 1.25rem;font-size:.6875rem;font-weight:500}.landing-module__TEJncW__headline{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2.05rem,4.6vw,3.1rem);font-weight:600;line-height:1.12}.landing-module__TEJncW__headlineIn{color:var(--text-muted);display:block}.landing-module__TEJncW__headlineOut{color:var(--text-primary);display:block}.landing-module__TEJncW__headlineCursor{background:var(--accent);vertical-align:baseline;width:.5ch;height:.85em;margin-left:.18ch;animation:1.2s step-end infinite landing-module__TEJncW__cursor-blink;display:inline-block;transform:translateY(.12em)}.landing-module__TEJncW__subcopy{color:var(--text-muted);max-width:30rem;margin:1.5rem 0 0;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65}.landing-module__TEJncW__heroAgents{font-family:var(--font-display);letter-spacing:.05em;color:var(--text-dim);margin:1.1rem 0 0;font-size:.75rem}.landing-module__TEJncW__ctaRow{flex-wrap:wrap;gap:.875rem;margin-top:2rem;display:flex}.landing-module__TEJncW__btnPrimary{font-family:var(--font-display);letter-spacing:.07em;text-transform:uppercase;color:var(--action-text);background:var(--action);border-radius:var(--radius-sm);transition:background .2s var(--ease), transform .15s var(--ease);align-items:center;padding:.75rem 1.4rem;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.landing-module__TEJncW__btnPrimary:hover{background:var(--action-hover);text-decoration:none;transform:translateY(-1px)}.landing-module__TEJncW__btnSecondary{font-family:var(--font-display);letter-spacing:.07em;text-transform:uppercase;color:var(--text-primary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);transition:border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);background:0 0;align-items:center;padding:.75rem 1.4rem;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.landing-module__TEJncW__btnSecondary:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);text-decoration:none}.landing-module__TEJncW__deckDemo{gap:.9rem;min-width:0;display:grid}.landing-module__TEJncW__deckTerminal{font-family:var(--font-mono);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);gap:.2rem;padding:.8rem 1rem;font-size:.8125rem;line-height:1.5;display:grid}.landing-module__TEJncW__termLine{white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.landing-module__TEJncW__termPrompt{color:var(--text-dim)}.landing-module__TEJncW__termCmd{vertical-align:bottom;color:var(--text-primary);white-space:nowrap;max-width:34ch;animation:1.1s steps(34,end) .35s both landing-module__TEJncW__type-cmd;display:inline-block;overflow:hidden}.landing-module__TEJncW__termCmd:after{content:"";background:var(--accent);vertical-align:text-bottom;width:.5ch;height:1em;margin-left:.1ch;animation:1.2s step-end infinite landing-module__TEJncW__cursor-blink;display:inline-block}.landing-module__TEJncW__termOut{color:var(--accent);animation:landing-module__TEJncW__fade-up .4s var(--ease) 1.7s both}.landing-module__TEJncW__termLink{color:var(--accent);border-bottom:1px solid #0000;text-decoration:none}.landing-module__TEJncW__termLink:hover{border-bottom-color:var(--accent)}.landing-module__TEJncW__deckFrame{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);animation:landing-module__TEJncW__frame-on .7s var(--ease) 2s both;overflow:hidden;box-shadow:0 0 90px #ede8dd12}.landing-module__TEJncW__deckBar{background:var(--bg-elevated);border-bottom:1px solid var(--border);align-items:center;gap:.375rem;padding:.55rem .8rem;display:flex}.landing-module__TEJncW__deckDot{background:var(--border-strong);border-radius:50%;flex-shrink:0;width:7px;height:7px}.landing-module__TEJncW__deckUrl{min-width:0;font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius-sm);text-overflow:ellipsis;white-space:nowrap;transition:color .2s var(--ease), border-color .2s var(--ease);flex:1;align-items:center;gap:.45rem;margin-left:.375rem;padding:.3rem .6rem;font-size:.6875rem;text-decoration:none;display:inline-flex;overflow:hidden}.landing-module__TEJncW__deckUrl:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.landing-module__TEJncW__deckUrlIcon{color:var(--text-dim);flex-shrink:0;margin-left:auto}.landing-module__TEJncW__deckUrl:hover .landing-module__TEJncW__deckUrlIcon{color:var(--accent)}.landing-module__TEJncW__deckViewport{aspect-ratio:16/9;background:#12100d;position:relative}.landing-module__TEJncW__slide{color:#171410;opacity:0;transition:opacity .35s var(--ease), transform .35s var(--ease);pointer-events:none;background:#f2eee4;flex-direction:column;justify-content:center;gap:.55rem;padding:clamp(1.25rem,4vw,2.25rem);display:flex;position:absolute;inset:0;transform:scale(.985)}.landing-module__TEJncW__slideActive{opacity:1;pointer-events:auto;transform:none}.landing-module__TEJncW__slideKicker{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#157a5b;align-items:center;gap:.5rem;margin:0;font-size:.6875rem;font-weight:500;display:flex}.landing-module__TEJncW__slideKicker:before{content:"";background:#157a5b;flex-shrink:0;width:1.1rem;height:2px}.landing-module__TEJncW__slideTitle{font-family:var(--font-body);letter-spacing:-.02em;margin:0;font-size:clamp(1.35rem,2.6vw,1.9rem);font-weight:600;line-height:1.15}.landing-module__TEJncW__slideStat{font-family:var(--font-body);letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.9rem);font-weight:600;line-height:1.05}.landing-module__TEJncW__slideFoot{color:#6d6558;margin:0;font-size:.8125rem}.landing-module__TEJncW__slideMeta{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#a49b87;justify-content:space-between;gap:1rem;margin:0;font-size:.5625rem;display:flex;position:absolute;bottom:1rem;left:clamp(1.25rem,4vw,2.25rem);right:clamp(1.25rem,4vw,2.25rem)}.landing-module__TEJncW__slideFootLink{font-family:var(--font-mono);color:#ede8dd8c;transition:color .2s var(--ease), border-color .2s var(--ease);border-bottom:1px solid #0000;margin:0;font-size:.75rem;text-decoration:none}.landing-module__TEJncW__slideFootLink:hover{color:var(--accent);border-bottom-color:var(--accent);text-decoration:none}.landing-module__TEJncW__slideChart{grid-template-columns:repeat(4,1fr);gap:.8rem;max-width:76%;height:52%;margin-top:.5rem;display:grid}.landing-module__TEJncW__chartCol{flex-direction:column;justify-content:flex-end;gap:4px;height:100%;min-height:0;display:flex}.landing-module__TEJncW__chartVal{font-family:var(--font-mono);color:#6d6558;text-align:center;font-size:.5625rem}.landing-module__TEJncW__chartBar{background:#ddd6c6;border-radius:2px 2px 0 0;flex-shrink:0}.landing-module__TEJncW__chartColHot .landing-module__TEJncW__chartBar{background:#157a5b}.landing-module__TEJncW__chartColHot .landing-module__TEJncW__chartVal{color:#157a5b;font-weight:700}.landing-module__TEJncW__chartLab{font-family:var(--font-mono);letter-spacing:.08em;color:#a49b87;text-align:center;text-transform:uppercase;border-top:1.5px solid #171410;padding-top:.3rem;font-size:.5625rem}.landing-module__TEJncW__slideCols{grid-template-columns:repeat(3,1fr);gap:1.1rem;max-width:88%;margin-top:.6rem;display:grid}.landing-module__TEJncW__slideCol{border-top:1.5px solid #171410;gap:.2rem;padding-top:.45rem;display:grid}.landing-module__TEJncW__colN{font-family:var(--font-body);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:clamp(.9rem,1.7vw,1.2rem);font-weight:650}.landing-module__TEJncW__colN em{color:#157a5b;font-size:.65em;font-style:normal;font-weight:700}.landing-module__TEJncW__colD{color:#6d6558;font-size:.625rem}.landing-module__TEJncW__slideGauge{gap:.4rem;max-width:88%;margin-top:.7rem;display:grid}.landing-module__TEJncW__gaugeTrack{background:#ddd6c6;border-radius:3px;height:clamp(.9rem,2vw,1.3rem);position:relative;overflow:hidden}.landing-module__TEJncW__gaugeFill{background:#157a5b;border-radius:3px 0 0 3px;width:79%;position:absolute;inset:0 auto 0 0}.landing-module__TEJncW__gaugeFill:after{content:"";background:#171410;width:2px;position:absolute;top:0;bottom:0;right:0}.landing-module__TEJncW__gaugeScale{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#a49b87;justify-content:space-between;font-size:.5625rem;display:flex}.landing-module__TEJncW__slideGlyph{border:2.5px solid var(--accent);border-radius:4px;width:2.6rem;height:1.65rem;margin-bottom:.2rem}.landing-module__TEJncW__slideDark{color:var(--text-primary);text-align:center;background:#12100d;justify-content:center;align-items:center;gap:.9rem}.landing-module__TEJncW__deckNav{background:var(--bg-elevated);border-top:1px solid var(--border);align-items:center;gap:.6rem;padding:.55rem .8rem;display:flex}.landing-module__TEJncW__deckNavBtn{width:30px;height:26px;font-family:var(--font-mono);color:var(--text-muted);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);background:0 0;justify-content:center;align-items:center;font-size:.8125rem;display:inline-flex}.landing-module__TEJncW__deckNavBtn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.landing-module__TEJncW__deckTicks{flex:1;gap:4px;display:flex}.landing-module__TEJncW__deckTick,.landing-module__TEJncW__deckTickActive{background:var(--border-strong);height:3px;transition:background .3s var(--ease);border-radius:999px;flex:1}.landing-module__TEJncW__deckTickActive{background:var(--accent)}.landing-module__TEJncW__deckCount{font-family:var(--font-mono);color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.6875rem}.landing-module__TEJncW__deckCaption{font-family:var(--font-mono);color:var(--text-dim);animation:landing-module__TEJncW__fade-up .5s var(--ease) 2.5s both;flex-wrap:wrap;align-items:center;gap:.45rem;margin:.1rem 0 0;font-size:.75rem;display:flex}.landing-module__TEJncW__deckKbd{font-family:var(--font-mono);border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);border-bottom-width:2px;border-radius:3px;padding:.05rem .35rem;font-size:.6875rem}@keyframes landing-module__TEJncW__type-cmd{0%{max-width:0}}@keyframes landing-module__TEJncW__cursor-blink{50%{opacity:0}}@keyframes landing-module__TEJncW__fade-up{0%{opacity:0;transform:translateY(5px)}}@keyframes landing-module__TEJncW__frame-on{0%{opacity:0;transform:translateY(10px)}}@media (prefers-reduced-motion:reduce){.landing-module__TEJncW__termCmd,.landing-module__TEJncW__termCmd:after,.landing-module__TEJncW__termOut,.landing-module__TEJncW__deckFrame,.landing-module__TEJncW__deckCaption,.landing-module__TEJncW__headlineCursor{animation:none}}.landing-module__TEJncW__section{margin-top:var(--section-gap);scroll-margin-top:5rem}.landing-module__TEJncW__sectionLabel{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.6875rem;font-weight:500}.landing-module__TEJncW__sectionTitle{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 2rem;font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:600;line-height:1.25}.landing-module__TEJncW__publishLead{max-width:42rem;color:var(--text-muted);margin:-1.25rem 0 1.5rem;font-size:1rem;line-height:1.6}.landing-module__TEJncW__publishTitleLabel{font-family:var(--font-display);color:var(--text-muted);margin-bottom:.45rem;font-size:.8125rem;display:block}.landing-module__TEJncW__publishOptional{color:var(--text-muted);font-weight:400}.landing-module__TEJncW__publishTitleInput{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;max-width:28rem;color:var(--text-primary);font-family:var(--font-body);margin-bottom:1.25rem;padding:.65rem .85rem;font-size:.9375rem}.landing-module__TEJncW__publishTitleInput:focus{outline:2px solid color-mix(in srgb, var(--accent) 45%, transparent);outline-offset:1px}.landing-module__TEJncW__publishDropzone{border:1.5px dashed var(--border-strong);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg-elevated) 65%, transparent);text-align:center;transition:border-color .2s var(--ease), background .2s var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:clamp(2rem,5vw,3rem);display:flex;position:relative}.landing-module__TEJncW__publishDropzoneActive{border-color:var(--accent);background:var(--accent-soft)}.landing-module__TEJncW__publishDropzone[data-uploading=true]{opacity:.75;pointer-events:none}.landing-module__TEJncW__publishFileInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.landing-module__TEJncW__publishDropTitle{font-family:var(--font-display);margin:0;font-size:1.0625rem;font-weight:600}.landing-module__TEJncW__publishDropHint{color:var(--text-muted);margin:0;font-size:.8125rem}.landing-module__TEJncW__publishDropFootnote{color:var(--text-muted);margin:.75rem 0 0;font-size:.75rem}.landing-module__TEJncW__publishError{color:#f0a08a;margin:1rem 0 0;font-size:.875rem}.landing-module__TEJncW__publishSuccess{border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-elevated);max-width:36rem;padding:1.25rem 1.35rem}.landing-module__TEJncW__publishSuccessTitle{font-family:var(--font-display);margin:0 0 .25rem;font-size:1.0625rem;font-weight:600}.landing-module__TEJncW__publishSuccessMeta{color:var(--text-muted);margin:0 0 .85rem;font-size:.875rem}.landing-module__TEJncW__publishUrlRow{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.85rem;display:flex}.landing-module__TEJncW__publishUrl{font-family:var(--font-mono);color:var(--accent);word-break:break-all;font-size:.8125rem}.landing-module__TEJncW__publishHint{color:var(--text-muted);margin:0 0 1rem;font-size:.875rem}.landing-module__TEJncW__publishHint a{color:var(--accent)}.landing-module__TEJncW__stepsGrid{gap:2rem 1.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:720px){.landing-module__TEJncW__stepsGrid{grid-template-columns:repeat(3,1fr)}}.landing-module__TEJncW__stepCard{border-top:1px solid var(--border-strong);flex-direction:column;gap:.6rem;padding-top:1.1rem;display:flex}.landing-module__TEJncW__stepNumber{font-family:var(--font-mono);color:var(--accent);font-size:.75rem;font-weight:500}.landing-module__TEJncW__stepTitle{font-family:var(--font-body);letter-spacing:-.01em;margin:0;font-size:1.0625rem;font-weight:600}.landing-module__TEJncW__stepBody{color:var(--text-muted);flex:1;margin:0;font-size:.9375rem;line-height:1.55}.landing-module__TEJncW__stepCode{font-family:var(--font-mono);color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;margin-top:.5rem;padding:.75rem .875rem;font-size:.75rem;line-height:1.45;display:block;overflow-x:auto}.landing-module__TEJncW__controlsGrid{gap:1.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:560px){.landing-module__TEJncW__controlsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.landing-module__TEJncW__controlsGrid{grid-template-columns:repeat(3,1fr)}}.landing-module__TEJncW__controlItem{border-top:1px solid var(--border);align-content:start;gap:.4rem;padding-top:1rem;display:grid}.landing-module__TEJncW__controlName{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:.875rem;font-weight:500;display:flex}.landing-module__TEJncW__proTag{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border-strong);border-radius:2px;padding:0 .3rem;font-size:.625rem;font-weight:500;line-height:1.5}.landing-module__TEJncW__controlBody{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}.landing-module__TEJncW__installBlock{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);gap:.8rem;padding:1.4rem 1.5rem;display:grid}.landing-module__TEJncW__installCmdRow{align-items:center;gap:.6rem;display:flex}.landing-module__TEJncW__installCmdRow>code{flex:1;min-width:0}.landing-module__TEJncW__installCmd{font-family:var(--font-mono);color:var(--text-primary);background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;margin:0;padding:.85rem 1rem;font-size:clamp(.6875rem,2vw,.8125rem);line-height:1.5;display:block;overflow-x:auto}.landing-module__TEJncW__installPrompt{color:var(--text-dim)}.landing-module__TEJncW__installHint{color:var(--text-muted);margin:.1rem 0 0;font-size:.875rem;line-height:1.5}.landing-module__TEJncW__agentList{gap:.75rem;margin:.6rem 0 0;padding:0;list-style:none;display:grid}@media (min-width:560px){.landing-module__TEJncW__agentList{grid-template-columns:repeat(3,1fr)}}.landing-module__TEJncW__agentItem{color:var(--text-muted);border-left:2px solid var(--accent-soft);padding-left:.8rem;font-size:.875rem;line-height:1.45}.landing-module__TEJncW__agentItem strong{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.15rem;font-size:.8125rem;font-weight:500;display:block}.landing-module__TEJncW__footer{margin-top:var(--section-gap);border-top:1px solid var(--border);gap:2rem;padding-top:2.5rem;display:grid}@media (min-width:720px){.landing-module__TEJncW__footer{grid-template-columns:1.4fr 1fr 1fr 1fr}}.landing-module__TEJncW__footerBrandCol{align-content:start;justify-items:start;gap:.6rem;display:grid}.landing-module__TEJncW__footerTagline{font-family:var(--font-mono);color:var(--text-dim);font-size:.75rem}.landing-module__TEJncW__footerCol{align-content:start;justify-items:start;gap:.55rem;display:grid}.landing-module__TEJncW__footerColTitle{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);font-size:.6875rem;font-weight:500}.landing-module__TEJncW__footerLink{color:var(--text-muted);transition:color .15s var(--ease);font-size:.875rem;text-decoration:none}.landing-module__TEJncW__footerLink:hover{color:var(--text-primary);text-decoration:none}
.explore-module__68dSWG__page{background:radial-gradient(ellipse 80% 50% at 50% -20%, #5fc9a614, transparent), var(--bg-deep);min-height:100vh;color:var(--text-primary)}.explore-module__68dSWG__inner{max-width:var(--max-width-app);margin:0 auto;padding:2.5rem 1.5rem 4rem}.explore-module__68dSWG__hero{margin-bottom:2rem}.explore-module__68dSWG__title{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600}.explore-module__68dSWG__lede{max-width:36rem;color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.explore-module__68dSWG__lede a{color:var(--accent)}.explore-module__68dSWG__empty{color:var(--text-muted);margin:2rem 0 0;line-height:1.6}.explore-module__68dSWG__code{font-family:var(--font-mono);color:var(--text-primary);font-size:.8125rem}.explore-module__68dSWG__list{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.explore-module__68dSWG__item{border-bottom:1px solid var(--border)}.explore-module__68dSWG__link{color:inherit;transition:color .15s var(--ease);justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem .15rem;text-decoration:none;display:flex}.explore-module__68dSWG__link:hover .explore-module__68dSWG__deckTitle,.explore-module__68dSWG__link:focus-visible .explore-module__68dSWG__deckTitle{color:var(--accent)}.explore-module__68dSWG__deckTitle{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.0625rem;font-weight:500;line-height:1.35}.explore-module__68dSWG__meta{font-family:var(--font-mono);color:var(--text-dim);flex-shrink:0;font-size:.75rem}.explore-module__68dSWG__pager{font-family:var(--font-mono);justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;font-size:.8125rem;display:flex}.explore-module__68dSWG__pageLink{color:var(--accent)}.explore-module__68dSWG__pageDisabled{color:var(--text-dim)}.explore-module__68dSWG__pageNum{color:var(--text-muted)}
.pricing-module__BV_6Pq__page{background-color:var(--bg-deep);min-height:100vh;color:var(--text-primary);font-family:var(--font-body)}.pricing-module__BV_6Pq__inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem) clamp(3rem,8vw,5rem)}.pricing-module__BV_6Pq__hero{text-align:center;padding:clamp(3rem,8vw,5rem) 0 clamp(2rem,5vw,3rem)}.pricing-module__BV_6Pq__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:600}.pricing-module__BV_6Pq__subtitle{max-width:560px;color:var(--text-muted);margin:1rem auto 0;font-size:1rem;line-height:1.65}.pricing-module__BV_6Pq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:760px;margin:0 auto;display:grid}.pricing-module__BV_6Pq__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;padding:1.75rem;display:flex}.pricing-module__BV_6Pq__cardHighlight{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.pricing-module__BV_6Pq__planName{font-family:var(--font-display);letter-spacing:.09em;text-transform:uppercase;color:var(--text-dim);margin:0;font-size:.8125rem;font-weight:500}.pricing-module__BV_6Pq__cardHighlight .pricing-module__BV_6Pq__planName{color:var(--accent)}.pricing-module__BV_6Pq__price{font-family:var(--font-display);letter-spacing:-.02em;margin:.75rem 0 0;font-size:2.25rem;font-weight:600}.pricing-module__BV_6Pq__priceNote{letter-spacing:0;color:var(--text-dim);font-size:.875rem;font-weight:400}.pricing-module__BV_6Pq__tagline{color:var(--text-muted);margin:.5rem 0 0;font-size:.9375rem}.pricing-module__BV_6Pq__features{flex:1;gap:.55rem;margin:1.25rem 0 1.75rem;padding:0;list-style:none;display:grid}.pricing-module__BV_6Pq__feature{color:var(--text-primary);padding-left:1.4rem;font-size:.9375rem;line-height:1.5;position:relative}.pricing-module__BV_6Pq__feature:before{content:"";border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);width:.65rem;height:.4rem;position:absolute;top:.42em;left:0;transform:rotate(-45deg)}.pricing-module__BV_6Pq__ctaPrimary,.pricing-module__BV_6Pq__ctaSecondary{text-align:center;font-family:var(--font-display);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--radius-sm);transition:background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);padding:.75rem 1rem;font-size:.8125rem;font-weight:500;text-decoration:none;display:block}.pricing-module__BV_6Pq__ctaPrimary{background:var(--action);color:var(--action-text);border:1px solid #0000}.pricing-module__BV_6Pq__ctaPrimary:hover{background:var(--action-hover);text-decoration:none}.pricing-module__BV_6Pq__ctaSecondary{border:1px solid var(--border-strong);color:var(--text-primary)}.pricing-module__BV_6Pq__ctaSecondary:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.pricing-module__BV_6Pq__faq{max-width:640px;margin:clamp(3rem,7vw,4.5rem) auto 0}.pricing-module__BV_6Pq__faqTitle{font-family:var(--font-display);letter-spacing:-.01em;text-align:center;margin:0 0 1.25rem;font-size:1.25rem;font-weight:600}.pricing-module__BV_6Pq__faqList{gap:1rem;margin:0;display:grid}.pricing-module__BV_6Pq__faqList dt{font-size:.9375rem;font-weight:600}.pricing-module__BV_6Pq__faqList dd{color:var(--text-muted);margin:.3rem 0 0;font-size:.9375rem;line-height:1.6}.pricing-module__BV_6Pq__faqList a{color:var(--accent)}