.code-hero{--code-hero-top-opacity:1;--code-hero-top-translate-y:0px;--code-hero-terminal-width:1000px;--code-hero-terminal-scale:1;--code-hero-terminal-shell-translate-y:0px;--code-hero-terminal-screen-translate-y:0px;--code-hero-terminal-opacity:0.7;--code-hero-copy-base-delay:300ms;--code-hero-terminal-delay:720ms;position:relative;padding-top:72px;padding-bottom:var(--code-section-gap);overflow:hidden}.code-hero__background{position:absolute;inset:0;pointer-events:none}.code-hero__background-video{display:none}.code-hero__background-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.26) 46%,rgba(0,0,0,.12) 72%,#000000)}.code-hero__top{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.8fr) minmax(760px,1.2fr);align-items:center;gap:56px;min-height:0;opacity:var(--code-hero-top-opacity);transform:translate3d(0,var(--code-hero-top-translate-y),0);transition:opacity .14s linear,transform .14s linear;will-change:opacity,transform}.code-hero__copy{max-width:860px;text-align:left}@media (min-width:769px){.code-hero__copy{width:calc(100% / 1.15);transform:scale(1.15);transform-origin:left top}}.code-hero__copy>*{opacity:0;transform:translateY(18px);animation:code-hero-fade-up .9s cubic-bezier(.22,1,.36,1) forwards}.code-hero__badge{animation-delay:calc(var(--code-hero-copy-base-delay) + 80ms);gap:8px;min-height:38px;padding:0 12px 0 8px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);color:rgba(255,255,255,.72);font-size:12px;margin-bottom:28px}.code-hero__badge,.code-hero__badge-new{display:inline-flex;align-items:center;border-radius:999px}.code-hero__badge-new{justify-content:center;min-height:24px;padding:0 10px;background:linear-gradient(135deg,#4a2e68,#7b2cbf 28%,#d9468f 62%,#f472b6);color:#ffffff;font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.code-hero__title{margin:0;max-width:820px;font-size:clamp(56px,5.5vw,72px);line-height:1.1;letter-spacing:-.028em;font-weight:600;animation-delay:calc(var(--code-hero-copy-base-delay) + .18s)}.code-hero__title-muted{color:var(--code-text-primary)}.code-hero__subtitle{margin:28px 0 0;max-width:760px;color:rgba(255,255,255,.42);font-size:18px;line-height:1.65;animation-delay:calc(var(--code-hero-copy-base-delay) + .3s)}.code-hero__actions{margin-top:30px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;animation-delay:calc(var(--code-hero-copy-base-delay) + .42s)}.code-hero__platform{margin:18px 0 0;color:var(--code-text-muted);font-size:13px;animation-delay:calc(var(--code-hero-copy-base-delay) + .54s)}@keyframes code-hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.code-hero__flower-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:860px}.code-hero__flower-video{position:relative;z-index:1;width:min(1180px,100%);max-height:980px;object-fit:contain;object-position:center;opacity:.96}.code-hero__flower-bottom-fade{position:absolute;left:50%;bottom:0;transform:translateX(-50%);z-index:2;width:min(1180px,100%);height:13%;min-height:48px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72) 72%,#000000);pointer-events:none}.code-hero__visual-stage{position:relative;z-index:1;margin-top:-72px;min-height:1080px;opacity:0;transform:translate3d(0,24px,0);animation:code-hero-fade-up .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--code-hero-terminal-delay)}.code-hero__terminal-card{position:absolute;left:50%;top:240px;width:min(var(--code-hero-terminal-width),calc(100vw - 32px));aspect-ratio:2292/1397;transform:translateX(-50%) scale(var(--code-hero-terminal-scale));transform-origin:center top;will-change:width,transform}.code-hero__terminal-screen,.code-hero__terminal-shell{position:absolute;left:50%;display:block;height:auto;user-select:none;-webkit-user-drag:none;pointer-events:none}.code-hero__terminal-shell{top:0;width:100%;transform:translate3d(-50%,var(--code-hero-terminal-shell-translate-y),0);opacity:var(--code-hero-terminal-opacity);transition:opacity .14s linear,transform .14s linear;will-change:opacity,transform}.code-hero__terminal-screen{top:11.5%;width:80.3%;transform:translate3d(-50%,var(--code-hero-terminal-screen-translate-y),0);opacity:1;transition:transform .14s linear;will-change:transform}@media (max-width:1100px){.code-hero__top{grid-template-columns:minmax(0,1fr);gap:20px;min-height:0}.code-hero__copy{max-width:760px}.code-hero__flower-stage{min-height:600px;margin-top:8px}.code-hero__flower-video{width:min(860px,84vw);max-height:720px}.code-hero__flower-bottom-fade{width:min(860px,84vw)}.code-hero__visual-stage{margin-top:8px;min-height:780px}.code-hero__terminal-card{width:min(calc(var(--code-hero-terminal-width) * .88),calc(100vw - 24px))}}@media (min-width:1450px) and (max-width:1550px){.code-hero{--code-hero-terminal-scale:0.7}}@media (max-width:768px){.code-hero{padding-top:104px}.code-hero__title{font-size:clamp(47px,15.82vw,70px)}.code-hero__subtitle{font-size:16px}.code-hero__flower-stage{min-height:300px}.code-hero__flower-video{width:100%;max-height:320px}.code-hero__flower-bottom-fade{width:100%;min-height:36px}.code-hero__visual-stage{min-height:280px}.code-hero__terminal-card{width:calc(100vw - 24px);max-width:1000px}}@media (prefers-reduced-motion:reduce){.code-hero__top{opacity:1;transform:none;transition:none}.code-hero__copy>*{opacity:1;transform:none;animation:none}.code-hero__terminal-card{width:min(1000px,calc(100vw - 32px))}.code-hero__visual-stage{opacity:1;transform:none;animation:none}.code-hero__terminal-screen,.code-hero__terminal-shell{transition:none}.code-hero__terminal-shell{opacity:.7}.code-hero__terminal-screen,.code-hero__terminal-shell{transform:translate3d(-50%,0,0)}}.scenario-showcase{padding-bottom:var(--code-section-gap)}.scenario-showcase__list{display:grid;gap:28px}.scenario-showcase__row{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:28px;align-items:center;padding:28px;border:1px solid var(--code-border);border-radius:8px;background:var(--code-surface)}.scenario-showcase__row--reverse{grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr)}.scenario-showcase__row--reverse .scenario-showcase__copy{order:2}.scenario-showcase__row--reverse .scenario-showcase__visual{order:1}.scenario-showcase__copy{max-width:420px}.scenario-showcase__eyebrow{margin:0 0 14px;color:var(--code-text-muted);font-size:13px}.scenario-showcase__title{margin:0 0 16px;font-size:clamp(28px,4vw,42px);line-height:1.05;letter-spacing:-.04em;font-weight:500}.scenario-showcase__description{margin:0;color:var(--code-text-secondary);font-size:16px;line-height:1.7}.scenario-showcase__visual{min-width:0}.scenario-showcase__terminal .terminal-body{min-height:280px}.scenario-showcase__panel{min-height:320px;padding:26px;border:1px solid var(--code-border);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)),#101010}.scenario-showcase__panel-header{margin-bottom:22px;color:rgba(255,255,255,.9);font-size:20px;letter-spacing:-.02em}.scenario-showcase__panel-grid{display:grid;gap:14px}.scenario-showcase__panel-block{padding:16px;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:rgba(255,255,255,.03)}.scenario-showcase__panel-label{margin-bottom:8px;color:var(--code-text-muted);font-size:12px}.scenario-showcase__panel-block p{margin:0;color:var(--code-text-secondary);line-height:1.65}@media (max-width:900px){.scenario-showcase__row,.scenario-showcase__row--reverse{grid-template-columns:1fr}.scenario-showcase__row--reverse .scenario-showcase__copy,.scenario-showcase__row--reverse .scenario-showcase__visual{order:0}}@media (max-width:768px){.scenario-showcase__row{padding:18px}}.code-strengths{padding-bottom:var(--code-section-gap)}.code-strengths__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.code-strengths__card{min-height:220px;padding:22px;border:1px solid var(--code-border);border-radius:8px;background:var(--code-surface)}.code-strengths__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.code-strengths__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.02);color:rgba(255,255,255,.82)}.code-strengths__label{margin:0;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:rgba(255,255,255,.72);font-size:12px;letter-spacing:.04em;line-height:1;text-transform:uppercase}.code-strengths__title{margin:10px 0 12px;font-size:20px;line-height:1.2;letter-spacing:-.03em;font-weight:500}.code-strengths__description{margin:0;color:var(--code-text-secondary);line-height:1.7;font-size:15px}@media (max-width:1024px){.code-strengths__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.code-strengths__grid{grid-template-columns:1fr}.code-strengths__card{min-height:0}}.code-install{padding-bottom:var(--code-section-gap)}.code-install__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.code-install__grid,.code-install__stack{display:grid;gap:18px}.code-install__card{padding:24px;border:1px solid var(--code-border);border-radius:8px;background:var(--code-surface)}.code-install__card--command{display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:300px}.code-install__eyebrow{margin:0 0 14px;color:var(--code-text-muted);font-size:13px}.code-install__title{margin:0 0 14px;font-size:28px;letter-spacing:-.04em;line-height:1.08;font-weight:500}.code-install__description{margin:0;color:var(--code-text-secondary);line-height:1.7}.code-install__link{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:rgba(255,255,255,.78);text-decoration:none;font-size:14px}.code-install__link:hover{color:#ffffff}@media (max-width:900px){.code-install__grid{grid-template-columns:1fr}}.code-faq{padding-bottom:var(--code-section-gap)}.code-faq__layout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:28px}.code-faq__heading{margin-bottom:0}.code-faq__list-column{display:grid;gap:12px}.code-faq__item{border:1px solid var(--code-border);border-radius:8px;background:var(--code-surface);overflow:hidden}.code-faq__question{width:100%;min-height:68px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;color:rgba(255,255,255,.92);text-align:left;font-size:16px;cursor:pointer}.code-faq__icon{color:var(--code-text-muted);flex-shrink:0}.code-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .18s ease}.code-faq__item--open .code-faq__answer{grid-template-rows:1fr}.code-faq__answer-content{overflow:hidden;padding:0 20px;color:var(--code-text-secondary);line-height:1.75}.code-faq__item--open .code-faq__answer-content{padding-bottom:20px}@media (max-width:900px){.code-faq__layout{grid-template-columns:1fr}}.code-footer-cta{padding-bottom:56px}.code-footer-cta__card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;padding:28px;border:1px solid var(--code-border);border-radius:8px;background:var(--code-surface-strong)}.code-footer-cta__copy{max-width:720px}.code-footer-cta__eyebrow{margin:0 0 14px;color:var(--code-text-muted);font-size:13px}.code-footer-cta__title{margin:0;font-size:clamp(32px,5vw,52px);letter-spacing:-.05em;line-height:1.02;font-weight:500}.code-footer-cta__title-muted{color:rgba(255,255,255,.46)}.code-footer-cta__description{margin:18px 0 22px;color:var(--code-text-secondary);line-height:1.7;font-size:16px}.code-footer-cta__links{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:14px}@media (max-width:900px){.code-footer-cta__card{grid-template-columns:1fr}.code-footer-cta__links{align-items:flex-start}}@media (max-width:768px){.code-footer-cta__card{padding:20px}}:root{--code-shell-width:1584px;--code-shell-gutter:144px;--code-surface:#131313;--code-surface-strong:#171717;--code-border:rgba(255,255,255,0.08);--code-border-strong:rgba(255,255,255,0.14);--code-text-primary:rgba(255,255,255,0.96);--code-text-secondary:rgba(255,255,255,0.66);--code-text-muted:rgba(255,255,255,0.42);--code-section-gap:120px;--code-radius:8px;--font-mono:"JetBrains Mono","Fira Code","SFMono-Regular","Menlo",monospace}@media (max-width:1440px){:root{--code-shell-gutter:160px}}@media (max-width:1024px){:root{--code-section-gap:96px;--code-shell-gutter:80px}}@media (max-width:768px){:root{--code-section-gap:72px}}.code-landing-page{background:#000000;color:var(--code-text-primary);min-height:100vh;overflow-x:hidden}.code-landing-page__main{position:relative}.code-footer-banner{--code-footer-banner-opacity:0.4;--code-footer-banner-brightness:1.08;--code-footer-banner-contrast:1.12;display:flex;justify-content:center;margin:0 auto 120px}.code-footer-banner__image{display:block;width:min(1588px,100%);height:auto;border-radius:18px;user-select:none;-webkit-user-drag:none;opacity:var(--code-footer-banner-opacity);filter:brightness(var(--code-footer-banner-brightness)) contrast(var(--code-footer-banner-contrast));will-change:opacity,filter}.code-landing-page .link-footer{margin-top:120px}.code-landing-section{width:min(var(--code-shell-width),calc(100% - var(--code-shell-gutter)));margin:0 auto}.code-section-heading{max-width:720px;margin-bottom:48px}.code-section-heading__eyebrow{display:inline-block;margin:0 0 14px;color:var(--code-text-muted);font-size:14px;letter-spacing:0}.code-section-heading__title{margin:0;font-size:clamp(32px,5vw,58px);line-height:1.02;letter-spacing:-.04em;font-weight:500}.code-section-heading__description{margin:18px 0 0;color:var(--code-text-secondary);font-size:18px;line-height:1.65;max-width:62ch}.code-pill-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:var(--code-radius);border:1px solid var(--code-border-strong);background:#ffffff;color:#101010;text-decoration:none;font-size:14px;font-weight:600;transition:background-color .16s ease,transform .12s ease}.code-pill-button:hover{background:#e8e8e8}.code-pill-button:active{transform:translateY(1px)}.code-text-link{color:rgba(255,255,255,.72);text-decoration:none;font-size:14px;transition:color .16s ease}.code-text-link:hover{color:#ffffff}.install-command{display:inline-flex;align-items:center;gap:12px;width:fit-content;max-width:100%;padding:10px 12px;background:rgba(255,255,255,.04);border:1px solid var(--code-border);border-radius:var(--code-radius);font-family:var(--font-mono);font-size:14px;color:rgba(255,255,255,.88)}.install-command__cta{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:7px;background:#ffffff;color:#101010;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.install-command__text{padding-right:4px;word-break:break-all}.install-command__copy{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:linear-gradient(135deg,#4a2e68,#7b2cbf 28%,#d9468f 62%,#f472b6);color:#ffffff;cursor:pointer;font-size:14px;font-weight:700;box-shadow:0 10px 26px rgba(217,70,143,.26),inset 0 1px 0 rgba(255,255,255,.22);transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.install-command__copy:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 14px 32px rgba(217,70,143,.32),inset 0 1px 0 rgba(255,255,255,.24)}.install-command__copy--copied{color:#ffffff;background:linear-gradient(135deg,#7c3aed,#ec4899 52%,#f97316);box-shadow:0 12px 28px rgba(236,72,153,.26),inset 0 1px 0 rgba(255,255,255,.22)}.code-terminal{width:100%;background:linear-gradient(180deg,rgba(18,18,18,.98),rgba(10,10,10,.98));border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;box-shadow:0 36px 120px rgba(0,0,0,.5)}.terminal-chrome{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.06)}.terminal-chrome__dots{display:flex;gap:8px}.terminal-chrome__dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.28)}.terminal-chrome__title{color:rgba(255,255,255,.52);font-size:12px;font-family:var(--font-mono)}.terminal-body{padding:20px 22px;font-family:var(--font-mono);font-size:13px;line-height:1.65;color:rgba(255,255,255,.82)}.t-msg{color:rgba(255,255,255,.9)}.t-box-dim,.t-hint,.t-msg-sub,.t-note{color:rgba(255,255,255,.46)}.t-sp{height:6px}.t-call{display:flex;align-items:baseline;gap:6px;line-height:1.55}.t-call__dot,.t-call__prompt{color:rgba(255,255,255,.74)}.t-call__name{color:#ffffff}.t-call__args{color:rgba(255,255,255,.4)}.t-out{display:flex;align-items:baseline;gap:6px;padding-left:12px}.t-out__arrow,.t-out__text{color:rgba(255,255,255,.4)}.t-out__text--ok{color:rgba(255,255,255,.78)}.t-workspace-selected{color:rgba(255,255,255,.84)}.t-divider{height:1px;background:rgba(255,255,255,.08);margin:14px 0}.t-box{margin-top:10px}.t-box-bottom,.t-box-row,.t-box-top{display:flex;align-items:center}.t-box-row--gap{min-height:6px}.t-border,.t-border-line,.t-border-title{color:rgba(255,255,255,.34)}.t-border-line,.t-box-cell{flex:1}.t-agent-badge{color:#ffffff}.terminal-cursor{display:inline-block;width:8px;height:14px;background:rgba(255,255,255,.9);vertical-align:middle;animation:code-terminal-blink 1s step-end infinite}@keyframes code-terminal-blink{50%{opacity:0}}@media (max-width:768px){:root{--code-shell-gutter:32px}.code-landing-section{width:min(var(--code-shell-width),calc(100% - var(--code-shell-gutter)))}.code-footer-banner{margin-bottom:120px}.code-footer-banner__image{border-radius:12px}.code-landing-page .link-footer{margin-top:120px}.code-section-heading{margin-bottom:32px}.code-section-heading__description{font-size:16px}.install-command{width:100%;flex-wrap:wrap}.install-command__text{width:100%;order:3}}
/*# sourceMappingURL=06b58df86da6c3a9.css.map*/