
.docs-page{min-height:100vh;background:#f8f9fb;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif}.docs-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:16px;height:56px;padding:0 32px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px rgba(0,0,0,.06)}.docs-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#555;text-decoration:none;transition:color .2s}.docs-back svg{width:16px;height:16px}.docs-back:hover{color:#e02020}.docs-header-title{font-size:15px;font-weight:600;color:#111}.docs-body{max-width:900px;margin:0 auto;padding:48px 32px 80px}.docs-content{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.07);padding:48px 56px}.docs-content h1{font-size:28px;font-weight:700;color:#111;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #e02020;line-height:1.4}.docs-content h2{font-size:20px;font-weight:700;color:#111;margin:40px 0 16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.docs-content h3{font-size:17px;font-weight:600;color:#222;margin:28px 0 12px}.docs-content h4{font-size:15px;font-weight:600;color:#333;margin:20px 0 8px}.docs-content p{font-size:15px;line-height:1.8;color:#444;margin:0 0 14px}.docs-content ul,.docs-content ol{margin:0 0 16px 0;padding-left:24px}.docs-content ul li,.docs-content ol li{font-size:15px;line-height:1.8;color:#444;margin-bottom:4px}.docs-content strong{color:#222;font-weight:600}.docs-content code{font-family:"JetBrains Mono","Fira Code","Cascadia Code",Consolas,monospace;font-size:13px;background:#f3f4f6;color:#d14;padding:2px 6px;border-radius:4px}.docs-content pre{background:#1e1e2e;border-radius:8px;padding:20px 24px;overflow-x:auto;margin:0 0 20px}.docs-content pre code{background:none;color:#cdd6f4;padding:0;font-size:13.5px;line-height:1.7}.docs-content blockquote{margin:0 0 16px;padding:12px 20px;border-left:4px solid #e02020;background:#fff5f5;border-radius:0 6px 6px 0}.docs-content blockquote p{margin:0;color:#555}.docs-content table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:14px}.docs-content th{background:#f3f4f6;color:#222;font-weight:600;padding:10px 14px;text-align:left;border:1px solid #e5e7eb}.docs-content td{padding:9px 14px;border:1px solid #e5e7eb;color:#444;line-height:1.6;vertical-align:top}.docs-content tr:nth-child(even) td{background:#fafafa}.docs-content hr{border:none;border-top:1px solid #e5e7eb;margin:32px 0}.docs-content a{color:#e02020;text-decoration:none}.docs-content a:hover{text-decoration:underline}.docs-content img{max-width:100%;border-radius:8px}@media(max-width: 768px){.docs-header{padding:0 16px}.docs-body{padding:24px 16px 60px}.docs-content{padding:28px 20px}.docs-content h1{font-size:22px}.docs-content h2{font-size:17px}.docs-content h3{font-size:15px}}
:root{--ink: #10131a;--ink-soft: #2c3440;--muted: #667284;--faint: #eef3f8;--line: #d8e1ea;--line-strong: #c2ceda;--paper: #ffffff;--wash: #f7fafc;--red: #e82335;--red-deep: #c41e2e;--red-bright: #f03548;--btn-primary-shadow: 0 16px 38px rgba(210, 38, 54, 0.24);--coral: #ff7d55;--cyan: #75d9d2;--blue: #5d86f1;--green: #4faa73;--page-max: 1320px;--content-max: 1240px;--page-gutter: 28px;--hero-top: clamp(208px, 19vh, 272px);--hero-preview-gap: 34px;--shadow-sm: 0 12px 34px rgba(24, 35, 52, 0.08);--shadow-md: 0 22px 70px rgba(24, 35, 52, 0.12);--shadow-lg: 0 36px 110px rgba(24, 35, 52, 0.16);--ease: cubic-bezier(0.22, 1, 0.36, 1);--font-section-title: "PingFang SC", "PingFang TC", -apple-system, BlinkMacSystemFont, "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--heading-measure: 46rem;--lede-measure: 40rem;--section-title-size: clamp(28px, 3.1vw, 40px);--section-pad-y: 88px}*{box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden;position:relative;color:var(--ink);background:linear-gradient(90deg, rgba(214, 224, 235, 0.48) 1px, transparent 1px),linear-gradient(180deg, rgba(214, 224, 235, 0.48) 1px, transparent 1px),linear-gradient(180deg, #fbfdff 0%, #f6f9fc 45%, #ffffff 100%);background-size:72px 72px,72px 72px,auto;font-family:Inter,"Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0}body::selection{color:#fff;background:var(--red)}a{color:inherit;text-decoration:none}.page-ambient{display:none}.section-shell{width:min(var(--content-max),100% - var(--page-gutter)*2);margin:0 auto}.site-header{position:fixed;top:18px;left:50%;z-index:40;display:flex;align-items:center;justify-content:space-between;width:min(var(--page-max),100% - var(--page-gutter)*2);min-height:64px;margin:0;padding:10px 12px 10px 18px;border:1px solid rgba(203,215,229,.86);border-radius:999px;background:hsla(0,0%,100%,.86);box-shadow:0 16px 48px rgba(24,35,52,.1);transform:translate3d(-50%, 0, 0);backdrop-filter:blur(20px);will-change:width,top,border-radius,padding;transition:top 260ms var(--ease),width 360ms var(--ease),min-height 260ms var(--ease),border-radius 320ms var(--ease),padding 260ms var(--ease),background 260ms ease,box-shadow 260ms ease}.site-header.is-scrolled{top:0;width:100%;max-width:none;min-height:68px;padding-right:clamp(24px,5vw,80px);padding-left:clamp(24px,5vw,80px);border-top:0;border-right:0;border-left:0;border-radius:0;background:hsla(0,0%,100%,.94);box-shadow:0 12px 34px rgba(24,35,52,.1)}.brand,.brand-symbol,.nav-links,.hero-actions,.button,.download-head,.split-actions,.cta,.cta-actions{display:flex;align-items:center}.brand{gap:10px;min-width:0;font-size:21px;font-weight:600;letter-spacing:-0.01em}.brand-symbol{flex:0 0 auto;justify-content:center;width:32px;height:32px;overflow:hidden;border:1px solid #ebebeb;border-radius:6px;background:rgba(0,0,0,0);box-shadow:none}.brand-symbol img{display:block;width:100%;height:100%;object-fit:contain}.nav-links{height:42px;gap:2px;padding:4px;border:1px solid rgba(219,228,238,.72);border-radius:999px;background:rgba(247,250,253,.76)}.nav-links a{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:999px;color:#455162;font-size:14px;font-weight:500;line-height:1;transition:color 180ms ease,background 180ms ease}.nav-links a:hover{color:var(--red-deep);background:#fff}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:42px;min-height:42px;padding:0 20px;border:1px solid rgba(238,34,51,.18);border-radius:999px;color:#fff;background:linear-gradient(180deg, var(--red-bright) 0%, var(--red) 46%, var(--red-deep) 100%);box-shadow:var(--btn-primary-shadow),inset 0 1px 0 hsla(0,0%,100%,.2);font-size:14px;font-weight:500;line-height:1;white-space:nowrap;transition:transform 180ms ease,box-shadow 180ms ease}.nav-cta span{display:inline-flex;align-items:center;height:1em;line-height:1}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 20px 42px rgba(210,38,54,.28),inset 0 1px 0 hsla(0,0%,100%,.2)}.hero{position:relative;isolation:isolate;display:grid;width:100%;max-width:none;min-height:min(820px,88svh);grid-template-columns:1fr;align-items:start;margin:0;padding:var(--hero-top) max(var(--page-gutter),(100vw - var(--page-max))/2) 38px;overflow:hidden}.bg-tiles_component{position:absolute;inset:0;z-index:0;display:grid;grid-template-columns:repeat(6, minmax(170px, 1fr));grid-auto-rows:210px;gap:4px;padding:0;opacity:.46;pointer-events:none;transform:translate3d(calc(var(--tile-parallax-x, 0) * 10px), calc(var(--tile-parallax-y, 0) * 8px), 0);transition:transform 600ms var(--ease)}.bg-tiles_component span{position:relative;overflow:hidden;border:1px solid rgba(206,214,224,.58);border-radius:8px;background:linear-gradient(90deg, rgba(118, 132, 150, 0.038) 1px, transparent 1px),linear-gradient(180deg, rgba(118, 132, 150, 0.038) 1px, transparent 1px),hsla(0,0%,100%,.32);background-size:auto,auto,8px 8px,8px 8px,auto;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),inset 0 0 0 1px hsla(0,0%,100%,.34);animation:tileBreath 10.5s ease-in-out infinite}.bg-tiles_component span::before{position:absolute;inset:0;background:radial-gradient(circle at 50% 44%, rgba(95, 110, 130, 0.08), transparent 30%);content:"";opacity:.04;transform:scale(0.94);animation:tilePulse 12s ease-in-out infinite}.bg-tiles_component span::after{position:absolute;inset:0;background:radial-gradient(circle, rgba(66, 78, 94, 0.052) 1px, transparent 1.3px),linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 45%, rgba(255, 255, 255, 0.2));background-size:7px 7px,auto;content:"";opacity:.34;mask-image:radial-gradient(circle at 50% 50%, #000 0%, transparent 64%)}.bg-tiles_component span:nth-child(2n){animation-delay:-1.2s}.bg-tiles_component span:nth-child(3n)::before{animation-delay:-2.4s}.bg-tiles_component span:nth-child(4n)::before{animation-delay:-5.2s}.bg-tiles_component span:nth-child(5n){animation-delay:-3.6s}.bg-tiles_component span[data-code] b{display:none}.bg-tiles_component span[data-code]::after{position:absolute;top:28%;left:50%;z-index:2;color:rgba(92,104,122,.16);content:"· · ·\a— — —\a· · ·";font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:800;line-height:1.55;text-align:center;text-shadow:none;transform:translateX(-50%);white-space:pre;animation:codeFloat 6s ease-in-out infinite}.bg-tiles_component::before{position:absolute;inset:0;z-index:3;background:linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, transparent 18%, transparent 82%, rgba(255, 255, 255, 0.92) 100%),linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, transparent 24%, transparent 68%, rgba(255, 255, 255, 0.96) 100%);content:""}.bg-tiles_component::after{position:absolute;inset:0;z-index:4;background:linear-gradient(112deg, transparent 0%, transparent 43%, rgba(255, 255, 255, 0.72) 49%, rgba(140, 150, 164, 0.045) 50%, transparent 57%, transparent 100%);content:"";transform:translateX(-55%);animation:matrixSweep 10s var(--ease) infinite}.demo-tiles{display:none;inset:0 max(-80px,(1240px - 100vw)/2);opacity:.42;filter:grayscale(1)}.demo-tiles::after{display:none}.hero::after{position:absolute;right:0;bottom:-1px;left:0;z-index:-1;height:20%;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);content:"";pointer-events:none}.hero-video-bg,.hero-motion-canvas{position:absolute;top:-110px;right:0;bottom:0;left:0;z-index:-4;pointer-events:none}.hero-video-bg{overflow:hidden}.hero-video-bg video{position:absolute;top:50%;left:0;width:58%;height:100%;object-fit:cover;object-position:left center;opacity:.72;filter:saturate(1.03) contrast(1.04) brightness(1.12);transform:translateY(-50%) scale(1.04)}.hero-video-bg::after{position:absolute;inset:0;background:linear-gradient(90deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.74) 45%, rgba(255, 255, 255, 0.98) 72%),linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.96));content:""}.hero-motion-canvas{z-index:-2;opacity:.3}.hero-copy,.hero-stage{position:relative;z-index:2}.hero-copy{display:flex;width:min(var(--page-max),100%);max-width:none;flex-direction:column;align-items:center;margin-inline:auto;text-align:center;background:rgba(0,0,0,0)}.hero-copy>*{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;min-height:32px;margin:0 0 18px;padding:0 14px;border:1px solid rgba(238,34,51,.14);border-radius:999px;color:var(--red-deep);background:hsla(0,0%,100%,.82);box-shadow:0 8px 22px rgba(238,34,51,.08);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero h1{display:flex;width:100%;max-width:min(720px,100%);flex-direction:column;align-items:center;margin:0;text-align:center;font-size:clamp(40px,3.8vw,52px);line-height:1.06}.hero-brand-lockup{display:flex;width:max-content;max-width:100%;flex-direction:column;align-items:stretch;margin-inline:auto}.hero-wordmark{display:block;width:clamp(248px,36vw,468px);max-width:100%;height:auto;margin:0}.hero-title-line{display:block;width:100%;min-width:0;margin:10px 0 0;padding:0;box-sizing:border-box;text-align:justify;text-align-last:justify;text-justify:inter-character;white-space:nowrap;background:linear-gradient(105deg, #1a2230 6%, #3a4a5e 38%, #c91727 72%, #ee2233 100%);background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);font-family:var(--font-section-title);font-size:clamp(19px,2.35vw,35px);font-weight:700;line-height:1.2;letter-spacing:.06em}.hero-lede{max-width:34rem;margin:18px auto 0;color:#4d5b6d;font-size:16px;font-weight:500;line-height:1.72}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:22px}.button{justify-content:center;min-height:48px;gap:10px;padding:0 22px;border:0;border-radius:999px;appearance:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1;transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease}.button.primary{color:#fff;background:linear-gradient(180deg, var(--red-bright) 0%, var(--red) 50%, var(--red-deep) 100%);box-shadow:var(--btn-primary-shadow),inset 0 1px 0 hsla(0,0%,100%,.2)}.button.secondary{border:1px solid rgba(194,206,218,.92);color:var(--ink);background:hsla(0,0%,100%,.72)}.button:hover{transform:translateY(-2px)}.button.secondary:hover{border-color:rgba(238,34,51,.24);box-shadow:var(--shadow-sm)}.hero-switcher .button.is-active{border-color:rgba(0,0,0,0);color:#fff;background:linear-gradient(180deg, var(--red-bright) 0%, var(--red) 50%, var(--red-deep) 100%);box-shadow:var(--btn-primary-shadow),inset 0 1px 0 hsla(0,0%,100%,.2)}.hero-switcher .button:not(.is-active){border:1px solid rgba(194,206,218,.92);color:var(--ink);background:hsla(0,0%,100%,.74);box-shadow:none}.button-icon{color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.hero-proof{display:grid;max-width:660px;grid-template-columns:repeat(3, 1fr);gap:0;margin-top:40px;border-top:1px solid rgba(197,209,224,.78);border-bottom:1px solid rgba(197,209,224,.78)}.hero-proof div{min-height:96px;padding:18px 22px;border-right:1px solid rgba(197,209,224,.72);background:hsla(0,0%,100%,.34)}.hero-proof div:last-child{border-right:0}.hero-proof strong{display:block;margin-bottom:8px;font-size:24px;font-weight:900}.hero-proof span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}.hero-stage{min-height:650px;perspective:1400px}.hero-particle-art{position:absolute;top:calc(var(--hero-top) + 38px);right:max(-210px,(100vw - var(--page-max))/2 - 120px);z-index:1;width:min(700px,50vw);height:560px;opacity:.42;pointer-events:none;mix-blend-mode:multiply}.hero-particle-art::before{position:absolute;inset:12% 4% 8% 22%;border-radius:50%;background:radial-gradient(circle, rgba(238, 34, 51, 0.045), transparent 62%);content:"";filter:blur(28px)}.hero-particle-art #pizzaPunkSketch,.hero-particle-art canvas{position:relative;display:block;width:100%;height:100%}.hero-particle-art #pizzaPunkSketch canvas{position:absolute;inset:0}.hero-preview-stage{display:flex;align-items:center;min-height:650px;overflow:visible}.hero-preview-stage .orb-vector-scene{display:none}.hero-preview-shell{position:relative;width:min(760px,100%);margin-left:auto;overflow:hidden;border:1px solid rgba(183,196,213,.88);border-radius:30px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 253, 0.86)),#fff;box-shadow:0 38px 90px rgba(83,96,116,.2),0 2px 0 hsla(0,0%,100%,.9) inset;transform:rotateX(3deg) rotateY(-5deg) translateZ(0)}.hero-preview-shell::before{position:absolute;inset:-1px;z-index:3;border-radius:inherit;background:linear-gradient(110deg, rgba(255, 255, 255, 0.78), transparent 18%, transparent 72%, rgba(238, 34, 51, 0.08)),linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%);content:"";pointer-events:none}.hero-preview-topbar{position:relative;z-index:4;display:flex;align-items:center;height:44px;gap:8px;padding:0 18px;border-bottom:1px solid rgba(205,216,228,.86);background:rgba(252,254,255,.9)}.hero-preview-topbar span{width:10px;height:10px;border-radius:50%;background:#d7e0ea}.hero-preview-topbar span:first-child{background:#e23}.hero-preview-topbar strong{margin-left:8px;color:#667285;font-size:12px;font-weight:800}.hero-preview-media{position:relative;display:none;aspect-ratio:16/10;background:radial-gradient(circle at 72% 24%, rgba(238, 34, 51, 0.08), transparent 32%),#f6f8fb}.hero-preview-media.is-active{display:block}.hero-preview-media video{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(1.03) contrast(1.02)}.product-showcase{position:relative;z-index:1;display:flex;width:100%;flex-direction:column;align-items:center}.product-showcase-copy{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:32px}.product-showcase-copy .eyebrow{margin-bottom:12px}.product-showcase-copy h2{max-width:620px;margin:0;color:var(--ink);font-family:var(--font-section-title);font-size:clamp(34px,5vw,64px);font-weight:700;line-height:1.05}.product-showcase-copy p:last-child{max-width:420px;margin:0 0 8px;color:var(--muted);font-size:16px;font-weight:400;line-height:1.75}.product-preview-shell{position:relative;width:100%;max-width:none;margin-inline:0;overflow:hidden;border:1px solid rgba(198,210,224,.92);border-bottom:none;border-radius:24px 24px 6px 6px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.94));box-shadow:0 28px 72px rgba(24,35,52,.12),0 1px 0 hsla(0,0%,100%,.95) inset}.product-preview-shell::before{display:none}.product-laptop-base{position:relative;height:30px;margin:-1px -3% 0;border:1px solid rgba(186,199,216,.95);border-top:1px solid rgba(168,182,200,.7);border-radius:0 0 22px 22px;background:linear-gradient(180deg, #eef2f7 0%, #e2e9f1 55%, #d5dee8 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.75),0 18px 36px rgba(24,35,52,.1)}.product-laptop-trackpad{position:absolute;top:50%;left:50%;width:min(132px,22%);height:9px;border:1px solid rgba(168,182,200,.45);border-radius:8px;background:rgba(198,210,224,.35);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5);transform:translate(-50%, -50%)}.product-preview-shell .hero-preview-media{aspect-ratio:16/8.6;padding:10px;background:radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), rgba(246, 249, 252, 0.96))}.product-preview-shell .hero-preview-media video{display:block;width:100%;height:100%;border-radius:14px;object-fit:cover;box-shadow:0 14px 36px rgba(24,35,52,.1)}.orb-stage{isolation:isolate;min-height:650px;overflow:hidden;border-radius:42px;background:radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 30%, rgba(248, 250, 253, 0.62) 46%, transparent 70%),radial-gradient(ellipse at 50% 50%, rgba(183, 191, 203, 0.12), transparent 54%);transform:translateZ(0)}.orb-stage::before{position:absolute;inset:18px 0 0;z-index:0;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.86) 4%, transparent 16%, transparent 84%, rgba(255, 255, 255, 0.86) 96%, transparent 100%),linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, transparent 11%, transparent 82%, rgba(255, 255, 255, 0.98) 100%);content:"";pointer-events:none}.orb-stage::after{position:absolute;inset:82px 42px 50px;z-index:1;display:none;border-radius:999px;background:radial-gradient(circle at 50% 50%, transparent 0 36%, rgba(172, 181, 192, 0.12) 39%, rgba(238, 34, 51, 0.022) 49%, transparent 58%),repeating-linear-gradient(90deg, rgba(148, 158, 170, 0.028) 0 1px, transparent 1px 7px);mix-blend-mode:multiply;content:"";opacity:.76;filter:blur(0.2px);pointer-events:none;animation:orbAura 6.8s ease-in-out infinite}.hero-orb-canvas{position:absolute;inset:0;z-index:2;width:100%;height:100%}.orb-vector-scene{position:absolute;top:50%;left:50%;z-index:2;width:min(74vw,520px);max-width:100%;aspect-ratio:1/1;transform:translate(-50%, -50%);pointer-events:none}.orb-vector-scene::before{position:absolute;inset:-18%;z-index:0;border-radius:50%;background:radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 34%),radial-gradient(circle at 50% 48%, rgba(202, 211, 224, 0.14), transparent 62%);content:""}.orb-vector-depth,.orb-vector-card,.orb-vector-sphere,.orb-vector-lines{position:absolute}.orb-vector-depth{left:50%;z-index:1;width:31%;height:7%;border-radius:50%;background:radial-gradient(ellipse at 50% 50%, rgba(79, 87, 100, 0.52), rgba(94, 103, 118, 0.28) 48%, rgba(255, 255, 255, 0.05) 70%);filter:blur(0.2px);transform:translateX(-50%)}.orb-vector-depth-top{top:5.1%}.orb-vector-depth-bottom{bottom:3.8%}.orb-vector-card{top:-18%;left:50%;z-index:2;display:grid;width:44px;height:44px;place-items:center;border:1px solid hsla(0,0%,100%,.62);border-radius:11px;background:linear-gradient(145deg, #ee2233, #ff747d);box-shadow:0 16px 28px rgba(84,92,108,.12),inset 0 1px 0 hsla(0,0%,100%,.54);transform:translate(-50%, -50%);animation:orbVectorPass 7.8s cubic-bezier(0.45, 0, 0.2, 1) infinite}.orb-vector-card::before{position:absolute;top:-74px;left:50%;width:1px;height:72px;background:linear-gradient(to bottom, transparent, rgba(150, 158, 172, 0.18), rgba(238, 34, 51, 0.12));content:"";transform:translateX(-50%)}.orb-vector-card i{position:relative;width:18px;height:14px}.orb-vector-card i::before,.orb-vector-card i::after{position:absolute;background:hsla(0,0%,100%,.92);content:""}.orb-vector-card i::before{top:2px;left:0;width:18px;height:3px;border-radius:3px}.orb-vector-card i::after{right:0;bottom:1px;width:12px;height:3px;border-radius:3px}.orb-vector-card-b{width:40px;height:40px;background:linear-gradient(145deg, #d9dee7, #ffffff);animation-delay:-2.1s;animation-duration:8.4s}.orb-vector-card-b i::before,.orb-vector-card-b i::after{background:rgba(116,126,141,.7)}.orb-vector-card-c{width:38px;height:38px;background:linear-gradient(145deg, #f44855, #ff9aa1);animation-delay:-4.3s;animation-duration:7.4s}.orb-vector-card-d{width:42px;height:42px;background:linear-gradient(145deg, #f02032, #ff6b75);animation-delay:-6.1s;animation-duration:8.8s}.orb-vector-sphere{inset:0;z-index:3;display:grid;place-items:center}.orb-sphere-svg{display:block;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 18px 36px rgba(86, 96, 112, 0.12)) drop-shadow(0 0 36px rgba(255, 255, 255, 0.8))}.orb-vector-lines{inset:0;z-index:4;width:100%;height:100%;overflow:visible}.orb-gate-lip{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.orb-gate-lip-top-shadow,.orb-gate-lip-bottom-shadow{stroke:rgba(133,143,158,.3);stroke-width:8;filter:blur(1.2px)}.orb-gate-lip-top,.orb-gate-lip-bottom{stroke:hsla(0,0%,100%,.9);stroke-width:4}.orb-logo{position:absolute;top:50%;left:50%;z-index:6;display:none;width:clamp(72px,11vw,112px);place-items:center;transform:translate(-50%, -50%) rotate(-4deg);pointer-events:none;animation:orbLogoPulse 4.8s ease-in-out infinite}.orb-logo-mark{display:block;width:100%;height:auto;filter:drop-shadow(0 14px 24px rgba(72, 82, 96, 0.14)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.62))}.orb-gate{position:absolute;display:none;left:50%;z-index:5;width:142px;height:48px;border-radius:999px;background:radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.96), rgba(244, 246, 250, 0.88) 48%, rgba(223, 229, 237, 0.74) 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),inset 0 -8px 18px rgba(168,176,188,.12),0 9px 24px rgba(72,82,96,.1);transform:translate(-50%, -50%);pointer-events:none}.orb-gate::after{position:absolute;inset:10px 20px;border-radius:999px;background:radial-gradient(ellipse at 50% 50%, rgba(176, 184, 196, 0.18), rgba(255, 255, 255, 0.08) 64%, transparent 70%);content:""}.orb-gate-top{top:28.5%}.orb-gate-bottom{top:71.5%}.orb-tile{position:absolute;z-index:4;display:none;width:58px;height:58px;place-items:center;left:var(--tile-x, 50%);border:1px solid hsla(0,0%,100%,.76);border-radius:15px;color:hsla(0,0%,100%,.92);box-shadow:0 18px 42px rgba(72,82,96,.14),inset 0 1px 0 hsla(0,0%,100%,.64);transform-style:preserve-3d;animation:orbTileEnterTop var(--tile-duration, 8s) var(--ease) infinite;animation-delay:var(--tile-delay, 0s)}.orb-tile::before{position:absolute;top:-88px;left:50%;width:1px;height:86px;background:linear-gradient(to bottom, transparent, rgba(154, 162, 174, 0.22), rgba(238, 34, 51, 0.12), transparent);content:"";transform:translateX(-50%)}.orb-tile-d::before,.orb-tile-e::before{top:auto;bottom:-88px}.orb-tile::after{position:absolute;inset:-8px;border-radius:20px;background:inherit;content:"";opacity:.28;filter:blur(12px);z-index:-1}.orb-tile svg{width:26px;height:26px}.orb-tile path,.orb-tile circle,.orb-tile rect{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.orb-tile-red{background:linear-gradient(145deg, rgba(238, 34, 51, 0.88), rgba(255, 132, 138, 0.68))}.orb-tile-green{color:rgba(72,82,96,.82);background:linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(228, 233, 239, 0.88))}.orb-tile-a{--tile-x: 42%;--tile-gate-x: 49.5%;--tile-start-y: 13%;--tile-rotate: -10deg;--tile-gate-rotate: -3deg;--tile-sink-y: 28.5%;--tile-duration: 8.2s;--tile-delay: -0.8s}.orb-tile-b{--tile-x: 56%;--tile-gate-x: 50.5%;--tile-start-y: 10%;--tile-rotate: 5deg;--tile-gate-rotate: 2deg;--tile-sink-y: 28.5%;--tile-duration: 9.6s;--tile-delay: -3.4s}.orb-tile-c{--tile-x: 47%;--tile-gate-x: 50%;--tile-start-y: 20%;--tile-rotate: -7deg;--tile-gate-rotate: -2deg;--tile-sink-y: 28.5%;--tile-duration: 7.6s;--tile-delay: -5.1s;width:52px;height:52px}.orb-tile-d{--tile-x: 50%;--tile-end-x: 56%;--tile-rotate: 7deg;--tile-gate-rotate: 2deg;--tile-source-y: 71.5%;--tile-end-y: 88%;--tile-duration: 8.8s;--tile-delay: -2.1s;width:56px;height:56px;animation-name:orbTileExitBottom}.orb-tile-e{--tile-x: 50%;--tile-end-x: 44%;--tile-rotate: -9deg;--tile-gate-rotate: -3deg;--tile-source-y: 71.5%;--tile-end-y: 90%;--tile-duration: 9.2s;--tile-delay: -6.2s;width:54px;height:54px;animation-name:orbTileExitBottom}.product-demos{--product-laptop-w: min(1064px, 95%);--product-screen-h: calc(var(--product-laptop-w) * 8.6 / 16);--product-gradient-start: calc(var(--product-screen-h) * 0.34);--product-grid-start: calc(var(--product-gradient-start) + var(--product-screen-h) * 0.33 + 4.75rem + 70px);position:relative;z-index:5;isolation:isolate;overflow:visible;margin-top:var(--hero-preview-gap);padding:0 0 56px;color:var(--ink);background:rgba(0,0,0,0)}.product-demos::before{position:absolute;z-index:0;top:var(--product-gradient-start);bottom:-72px;left:50%;width:100vw;background:linear-gradient(180deg, rgba(216, 216, 216, 0.1) 0%, rgba(216, 216, 216, 0) 100%);content:"";pointer-events:none;transform:translateX(-50%)}.product-demos::after{position:absolute;z-index:0;top:var(--product-grid-start);bottom:-72px;left:50%;width:100vw;background:none;content:"";pointer-events:none;transform:translateX(-50%)}.product-showcase,.product-laptop{position:relative;z-index:1}.product-laptop{width:var(--product-laptop-w);margin-inline:auto}.demo-shell{position:relative;z-index:1;width:min(var(--content-max),100% - var(--page-gutter)*2);margin-right:auto;margin-left:max(var(--page-gutter),(100vw - var(--page-max))/2)}.product-demos .section-heading{max-width:860px}.product-demos .eyebrow{display:inline-flex;width:max-content;align-items:center;min-height:38px;padding:0 18px;border:1px solid rgba(93,134,241,.18);border-radius:999px;color:#3469d8;background:hsla(0,0%,100%,.72);box-shadow:0 14px 34px rgba(54,74,104,.08)}.product-demos .section-heading h2{color:var(--ink);text-shadow:none}.product-demos .section-heading p:not(.eyebrow){max-width:760px;color:var(--muted)}.demo-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:22px}.demo-card{position:relative;display:grid;overflow:hidden;min-height:520px;border:1px solid rgba(198,210,224,.88);border-radius:30px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 253, 0.84));box-shadow:0 24px 78px rgba(24,35,52,.11);cursor:default;transform:translateY(0);transition:transform 260ms var(--ease),border-color 260ms ease,box-shadow 260ms ease,background 260ms ease}.demo-card::after{position:absolute;inset:1px;z-index:1;border-radius:29px;background:linear-gradient(rgba(120, 132, 148, 0.065) 1px, transparent 1px),linear-gradient(90deg, rgba(120, 132, 148, 0.065) 1px, transparent 1px);background-size:22px 22px;content:"";opacity:.36;pointer-events:none}.demo-card:hover,.demo-card:focus-within,.demo-card.is-highlighted{border-color:rgba(93,134,241,.42);box-shadow:0 36px 100px rgba(24,35,52,.16),0 0 0 1px rgba(93,134,241,.14),0 0 72px rgba(93,134,241,.12);transform:translateY(-10px)}.demo-media{position:relative;z-index:2;min-height:330px;overflow:hidden}.demo-media video{width:100%;height:100%;min-height:330px;object-fit:cover;opacity:.88;filter:saturate(0.98) contrast(1.02) brightness(1.03);transform:scale(1.02);transition:opacity 260ms ease,transform 500ms var(--ease),filter 260ms ease}.demo-card:hover .demo-media video{opacity:.98;filter:saturate(1.06) contrast(1.04) brightness(1.04);transform:scale(1.06)}.demo-content{position:relative;z-index:4;display:grid;gap:12px;align-self:end;padding:28px}.demo-content span{color:var(--red-deep);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.demo-content h3{max-width:560px;margin:0;color:var(--ink);font-size:28px;font-weight:900;line-height:1.18}.demo-content p{max-width:610px;margin:0;color:var(--muted);font-size:15px;line-height:1.76}.section-heading{display:grid;max-width:var(--heading-measure);gap:16px;margin:0 auto 42px;text-align:center}.section-heading.center{max-width:var(--heading-measure);margin-inline:auto;text-align:center}.section-heading .eyebrow{justify-self:center}.section-heading h2,.cta h2{margin:0;color:var(--ink);font-family:var(--font-section-title);font-size:var(--section-title-size);font-weight:700;line-height:1.12;letter-spacing:0}.section-heading p:not(.eyebrow),.cta p{max-width:var(--lede-measure);margin:0 auto;color:var(--muted);font-size:17px;font-weight:400;line-height:1.8}.features,.lifecycle,.downloads{position:relative;isolation:isolate;overflow:hidden;padding-top:var(--section-pad-y);padding-bottom:var(--section-pad-y)}.features,.downloads{background:radial-gradient(circle at 16% 18%, rgba(238, 34, 51, 0.04), transparent 24rem),linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%)}.features::before,.downloads::before{display:none}.feature-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px;align-items:stretch}.feature-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;padding:18px 16px 16px;overflow:hidden;border:1px solid rgba(203,215,229,.88);border-radius:20px;background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);box-shadow:0 20px 56px rgba(24,35,52,.08),0 1px 0 hsla(0,0%,100%,.95) inset;transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease}.feature-card::after,.download-card::before{position:absolute;inset:0;background:linear-gradient(120deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.9) 50%, transparent 62%, transparent 100%);content:"";opacity:0;transform:translateX(-45%);transition:opacity 220ms ease,transform 680ms var(--ease);pointer-events:none}.feature-card:hover{border-color:rgba(93,134,241,.38);box-shadow:0 30px 88px rgba(24,35,52,.14),0 0 0 1px rgba(93,134,241,.1),0 0 58px rgba(93,134,241,.1);transform:translateY(-8px)}.feature-card:hover::after,.download-card:hover::before{opacity:1;transform:translateX(48%)}.feature-visual{position:relative;flex:0 0 auto;width:100%;aspect-ratio:4/3;margin-top:24px;padding:0;overflow:hidden;border:1px solid rgba(210,221,234,.92);border-radius:12px;background:#f2f6fa;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),0 12px 30px rgba(24,35,52,.06)}.feature-visual::after{position:absolute;inset:0;background:linear-gradient(110deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.55) 50%, transparent 58%, transparent 100%);content:"";transform:translateX(-120%);animation:sheen 7.5s ease-in-out infinite;pointer-events:none}.feature-visual img{display:block;width:100%;height:100%;border-radius:0;object-fit:cover;object-position:center center;transition:transform 500ms var(--ease),filter 220ms ease}.visual-business,.visual-model,.visual-task,.visual-agentic{background:radial-gradient(circle at 20% 88%, rgba(117, 217, 210, 0.1), transparent 38%),radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.98), rgba(246, 250, 252, 0.96) 70%)}.feature-card:hover .feature-visual img{filter:saturate(1.04) contrast(1.02);transform:scale(1.04)}.feature-card>span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(238,34,51,.16);border-radius:999px;color:var(--red-deep);background:hsla(0,0%,100%,.92);box-shadow:0 6px 16px rgba(238,34,51,.08);font-size:12px;font-weight:800;letter-spacing:.04em}.feature-card h3{margin:10px 0 0;font-family:var(--font-section-title);font-size:18px;font-weight:700;line-height:1.32;letter-spacing:0}.feature-card p,.download-card p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.58}.feature-card p{flex:1 1 auto;margin-bottom:0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.lifecycle{background:radial-gradient(circle at 50% 0%, rgba(238, 34, 51, 0.04), transparent 28rem),linear-gradient(180deg, #fff 0%, #f7fafc 52%, #fff 100%)}.lifecycle-flow{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-template-rows:auto 72px auto;gap:0 18px;margin-top:32px;margin-bottom:8px}#lifecycle .lifecycle-step.reveal{opacity:1;transform:translateY(12px)}#lifecycle .lifecycle-step.reveal.is-visible{transform:translateY(0)}.lifecycle-row-top{display:contents}.lifecycle-row-top .lifecycle-step:nth-child(1){grid-column:1/span 2;grid-row:1}.lifecycle-row-top .lifecycle-step:nth-child(2){grid-column:3/span 2;grid-row:1}.lifecycle-row-top .lifecycle-step:nth-child(3){grid-column:5/span 2;grid-row:1}.lifecycle-row-bottom{display:contents}.lifecycle-row-bottom .lifecycle-step:nth-child(1){grid-column:2/span 2;grid-row:3}.lifecycle-row-bottom .lifecycle-step:nth-child(2){grid-column:4/span 2;grid-row:3}.lifecycle-step{display:flex;min-width:0;flex-direction:column;align-items:center}.lifecycle-stem{position:relative;z-index:1;width:2px;flex:0 0 auto;align-self:center;margin-inline:auto;background:linear-gradient(180deg, rgba(93, 134, 241, 0.15), rgba(93, 134, 241, 0.75) 55%, rgba(93, 134, 241, 0.75))}.lifecycle-step-top .lifecycle-stem{height:36px;margin-bottom:-18px}.lifecycle-step-bottom .lifecycle-stem{height:36px;margin-top:-18px;background:linear-gradient(180deg, rgba(93, 134, 241, 0.75), rgba(93, 134, 241, 0.75) 45%, rgba(93, 134, 241, 0.15))}.lifecycle-step[data-step="3"] .lifecycle-stem{background:linear-gradient(180deg, rgba(238, 34, 51, 0.15), rgba(238, 34, 51, 0.75) 55%, rgba(238, 34, 51, 0.75))}.lifecycle-rail{position:relative;display:grid;grid-template-columns:subgrid;grid-column:1/-1;grid-row:2;align-items:center;align-self:center;height:72px}.lifecycle-rail-line{position:absolute;top:50%;right:0;left:0;height:2px;background:linear-gradient(90deg, rgba(93, 134, 241, 0.55) 0%, rgba(93, 134, 241, 0.85) 38%, #ee2233 50%, rgba(93, 134, 241, 0.85) 62%, rgba(93, 134, 241, 0.55) 100%);border-radius:2px;transform:translateY(-50%)}.lifecycle-node{position:relative;z-index:2;grid-row:1;display:flex;align-items:center;justify-content:center;justify-self:center;align-self:center;width:48px;height:48px;border:2px solid rgba(93,134,241,.28);border-radius:999px;background:#fff;box-shadow:0 10px 24px rgba(93,134,241,.12),0 0 0 6px hsla(0,0%,100%,.96);transition:box-shadow 220ms ease,border-color 220ms ease,transform 220ms ease}.lifecycle-node[data-step="3"]{border-color:rgba(238,34,51,.24);box-shadow:0 10px 24px rgba(238,34,51,.14),0 0 0 6px hsla(0,0%,100%,.96)}.lifecycle-node[data-step="1"]{grid-column:1/span 2}.lifecycle-node[data-step="2"]{grid-column:2/span 2}.lifecycle-node[data-step="3"]{grid-column:3/span 2}.lifecycle-node[data-step="4"]{grid-column:4/span 2}.lifecycle-node[data-step="5"]{grid-column:5/span 2}.lifecycle-icon{display:inline-flex;width:22px;height:22px;color:#3469d8}.lifecycle-node[data-step="3"] .lifecycle-icon{color:var(--red-deep)}.lifecycle-icon svg{display:block;width:100%;height:100%}.lifecycle-flow:has(.lifecycle-step[data-step="1"]:hover) .lifecycle-node[data-step="1"],.lifecycle-flow:has(.lifecycle-step[data-step="2"]:hover) .lifecycle-node[data-step="2"],.lifecycle-flow:has(.lifecycle-step[data-step="4"]:hover) .lifecycle-node[data-step="4"],.lifecycle-flow:has(.lifecycle-step[data-step="5"]:hover) .lifecycle-node[data-step="5"]{border-color:rgba(93,134,241,.45);box-shadow:0 14px 32px rgba(93,134,241,.18),0 0 0 8px rgba(93,134,241,.08);transform:scale(1.06)}.lifecycle-flow:has(.lifecycle-step[data-step="3"]:hover) .lifecycle-node[data-step="3"]{border-color:rgba(238,34,51,.5);box-shadow:0 14px 32px rgba(238,34,51,.22),0 0 0 8px rgba(238,34,51,.08);transform:scale(1.06)}.lifecycle-card{position:relative;display:flex;overflow:hidden;width:100%;height:100%;min-height:168px;flex:1 1 auto;flex-direction:column;padding:22px 20px 24px;border:1px solid rgba(203,215,229,.92);border-radius:18px;background:linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);box-shadow:0 16px 40px rgba(24,35,52,.07),0 1px 0 hsla(0,0%,100%,.95) inset;text-align:left;transition:transform 220ms var(--ease),box-shadow 220ms ease,border-color 220ms ease}.lifecycle-card::before{position:absolute;inset:0 auto auto 0;width:100%;height:3px;border-radius:18px 18px 0 0;background:linear-gradient(90deg, #5d86f1, rgba(93, 134, 241, 0.4));content:"";opacity:.85}.lifecycle-step[data-step="3"] .lifecycle-card::before{background:linear-gradient(90deg, var(--red), rgba(238, 34, 51, 0.4))}.lifecycle-step:not([data-step="3"]):hover .lifecycle-card{border-color:rgba(93,134,241,.28);box-shadow:0 22px 52px rgba(24,35,52,.11),0 0 0 1px rgba(93,134,241,.06);transform:translateY(-3px)}.lifecycle-step[data-step="3"]:hover .lifecycle-card{border-color:rgba(238,34,51,.26);box-shadow:0 22px 52px rgba(24,35,52,.11),0 0 0 1px rgba(238,34,51,.06);transform:translateY(-3px)}.lifecycle-card-index{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:12px;border:1px solid rgba(93,134,241,.18);border-radius:8px;color:#3469d8;background:rgba(248,250,255,.9);font-size:11px;font-weight:800;letter-spacing:.04em}.lifecycle-step[data-step="3"] .lifecycle-card-index{border-color:rgba(238,34,51,.14);color:var(--red-deep);background:rgba(255,248,249,.9)}.lifecycle-card h3{margin:0;font-family:var(--font-section-title);font-size:18px;font-weight:700;line-height:1.3}.lifecycle-card p{flex:1;margin:10px 0 0;color:var(--muted);font-size:13.5px;line-height:1.68}.downloads::before{opacity:.72}.download-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:18px}.download-card{position:relative;display:flex;flex-direction:column;min-height:248px;padding:28px;overflow:hidden;border:1px solid rgba(203,215,229,.9);border-radius:24px;background:linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);box-shadow:var(--shadow-sm),0 1px 0 hsla(0,0%,100%,.95) inset;transition:transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease}.download-card:hover{border-color:rgba(93,134,241,.36);box-shadow:var(--shadow-md),0 0 0 1px rgba(93,134,241,.1),0 0 58px rgba(93,134,241,.1);transform:translateY(-8px)}.download-head{position:relative;z-index:2;align-items:center;justify-content:flex-start;gap:14px}.device-icon-shell{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:52px;height:52px;overflow:hidden;border:none;border-radius:12px;background:radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.98), transparent 52%),linear-gradient(155deg, #ffffff 0%, #f6f9fd 52%, #edf2f8 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.98),inset 0 -10px 18px rgba(93,134,241,.05),0 0 0 1px rgba(93,134,241,.16),0 10px 20px rgba(24,35,52,.08),0 2px 6px rgba(93,134,241,.07);transition:transform 220ms var(--ease),box-shadow 220ms var(--ease)}.device-icon-shell::before{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 46%);content:"";pointer-events:none}.device-icon-shell::after{position:absolute;inset:5px;border:1px solid hsla(0,0%,100%,.82);border-radius:7px;box-shadow:inset 0 1px 2px rgba(93,134,241,.05);content:"";pointer-events:none}.download-card:hover .device-icon-shell{transform:translateY(-2px);box-shadow:inset 0 1px 0 #fff,inset 0 -10px 18px rgba(238,34,51,.06),0 0 0 1px rgba(238,34,51,.2),0 14px 26px rgba(24,35,52,.1),0 4px 12px rgba(238,34,51,.1)}.device-icon{position:relative;z-index:1;display:block;flex:0 0 auto;width:28px;height:28px;padding:0;border:0;color:var(--red-deep);background:rgba(0,0,0,0);box-shadow:none}.device-icon--mac{width:21px;height:21px}.device-icon--linux{width:24px;height:24px}.device-icon--linux .icon-fill{fill:currentColor;stroke:none}.device-icon rect,.device-icon path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.device-icon .icon-fill{fill:currentColor;stroke:none}.device-icon .icon-cut{fill:#fff;stroke:none}.device-icon--mac .icon-fill{fill:currentColor}.download-head span{color:var(--ink);font-size:22px;font-weight:900}.download-head strong{margin-left:auto;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.download-card p{position:relative;z-index:2;margin-top:24px}.download-card a,.split-actions a{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:0;padding:0 18px;border:1px solid rgba(194,206,218,.9);border-radius:999px;color:var(--ink);background:hsla(0,0%,100%,.78);box-shadow:0 12px 28px rgba(82,96,116,.08);font-size:13px;font-weight:500}.download-card a::before,.split-actions a::before{margin-right:8px;content:"↓";font-size:14px;line-height:1}.download-card>a,.download-card .split-actions{position:relative;z-index:2;flex-shrink:0;margin-top:28px}.split-actions{flex-wrap:wrap;gap:10px}.cta{flex-direction:column;align-items:center;justify-content:center;gap:28px;margin-top:18px;margin-bottom:64px;padding:54px;border:1px solid rgba(203,215,229,.9);border-radius:28px;background:radial-gradient(circle at 50% 0%, rgba(238, 34, 51, 0.06), transparent 22rem),linear-gradient(180deg, #fff 0%, #fbfdff 100%);box-shadow:var(--shadow-md);text-align:center}.cta>div:first-child{max-width:var(--heading-measure)}.cta .eyebrow{justify-self:center}.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px}.footer{position:relative;isolation:isolate;display:flex;justify-content:center;gap:10px 28px;width:min(1240px,100% - 56px);margin:0 auto;padding:34px 0 46px;border-top:1px solid var(--line);background:#fff;box-shadow:0 0 0 100vmax #fff;clip-path:inset(0 -100vmax);color:var(--muted);flex-wrap:wrap;font-size:13px;font-weight:700;text-align:center}.footer p{margin:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity 800ms var(--ease),transform 800ms var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes nodeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sheen{0%,45%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}@keyframes linePulse{0%,100%{opacity:.72;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.12)}}@keyframes scanLine{0%,100%{transform:translateX(0)}50%{transform:translateX(280%)}}@keyframes matrixSweep{0%,32%{transform:translateX(-55%)}74%,100%{transform:translateX(55%)}}@keyframes tilePulse{0%,100%{opacity:0;transform:scale(0.92)}45%{opacity:1;transform:scale(1)}}@keyframes tileBreath{0%,100%{border-color:rgba(185,202,224,.52);filter:brightness(1)}50%{border-color:rgba(117,156,218,.72);filter:brightness(1.035)}}@keyframes codeFloat{0%,100%{opacity:.3;transform:translate(-50%, 7px)}50%{opacity:.8;transform:translate(-50%, -4px)}}@keyframes orbAura{0%,100%{opacity:.58;transform:scale(0.98)}50%{opacity:.86;transform:scale(1.02)}}@keyframes orbLogoPulse{0%,100%{opacity:.92;transform:translate(-50%, -50%) rotate(-4deg) scale(0.98)}50%{opacity:1;transform:translate(-50%, -52%) rotate(-4deg) scale(1.03)}}@keyframes orbVectorPass{0%{opacity:0;transform:translate(-76%, -72%) rotate(-8deg) scale(0.92)}9%{opacity:1;transform:translate(-62%, -18%) rotate(-6deg) scale(1)}18%{opacity:1;transform:translate(-52%, 14%) rotate(-2deg) scale(0.96)}38%{opacity:1;transform:translate(-50%, 152%) rotate(0deg) scale(0.86)}54%{opacity:1;transform:translate(-50%, 760%) rotate(2deg) scale(0.82)}69%{opacity:1;transform:translate(-49%, 1510%) rotate(2deg) scale(0.86)}82%{opacity:1;transform:translate(-38%, 1850%) rotate(6deg) scale(1)}100%{opacity:0;transform:translate(-24%, 2190%) rotate(8deg) scale(0.94)}}@keyframes orbTileEnterTop{0%{top:var(--tile-start-y, 12%);left:var(--tile-x, 50%);opacity:0;filter:blur(0);transform:translate(-50%, -50%) rotate(var(--tile-rotate, 0deg)) scale(0.92)}14%{top:var(--tile-start-y, 12%);left:var(--tile-x, 50%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(var(--tile-rotate, 0deg)) scale(1)}66%{left:var(--tile-gate-x, 50%);top:var(--tile-sink-y, 29%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(var(--tile-gate-rotate, 0deg)) scale(0.9)}82%{left:var(--tile-gate-x, 50%);top:var(--tile-sink-y, 29%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(0deg) scale(0.72)}100%{left:var(--tile-gate-x, 50%);top:var(--tile-sink-y, 29%);opacity:0;filter:blur(0);transform:translate(-50%, -50%) rotate(0deg) scale(0.72)}}@keyframes orbTileExitBottom{0%{left:var(--tile-x, 50%);top:var(--tile-source-y, 71.5%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(0deg) scale(0.72)}18%{left:var(--tile-x, 50%);top:var(--tile-source-y, 71.5%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(0deg) scale(0.72)}38%{left:var(--tile-x, 50%);top:var(--tile-source-y, 71.5%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(var(--tile-gate-rotate, 0deg)) scale(0.94)}78%{left:var(--tile-end-x, var(--tile-x, 50%));top:var(--tile-end-y, 89%);opacity:1;filter:blur(0);transform:translate(-50%, -50%) rotate(calc(var(--tile-rotate, 0deg) + 3deg)) scale(1)}100%{left:var(--tile-end-x, var(--tile-x, 50%));top:calc(var(--tile-end-y, 89%) + 6%);opacity:0;filter:blur(0.4px);transform:translate(-50%, -50%) rotate(calc(var(--tile-rotate, 0deg) + 4deg)) scale(0.92)}}@keyframes statusSweep{0%,100%{transform:translateX(0)}50%{transform:translateX(86%)}}@media(max-width: 1100px){:root{--hero-top: 196px;--hero-preview-gap: 30px}.hero{min-height:auto;grid-template-columns:1fr}.bg-tiles_component{grid-template-columns:repeat(4, minmax(160px, 1fr));grid-auto-rows:160px}.hero-stage{min-height:520px}.lifecycle-flow{display:flex;flex-direction:column;gap:16px}.lifecycle-row-top,.lifecycle-row-bottom{display:contents}.lifecycle-step[data-step="1"]{order:1}.lifecycle-step[data-step="2"]{order:2}.lifecycle-step[data-step="3"]{order:3}.lifecycle-step[data-step="4"]{order:4}.lifecycle-step[data-step="5"]{order:5}.lifecycle-rail{display:none}.lifecycle-stem{display:none}.lifecycle-step{align-items:stretch;text-align:left}.lifecycle-card{min-height:0}.hero-particle-art{right:-210px;width:min(620px,72vw);height:500px}:root{--section-pad-y: 72px}.features .section-heading{gap:12px;margin-bottom:28px}.features .section-heading h2{font-size:clamp(26px,3.4vw,36px)}.features .section-heading p:not(.eyebrow){font-size:15px;line-height:1.62}.feature-grid{gap:14px}.feature-card{padding:16px 14px 14px}.feature-visual{margin-top:20px;border-radius:10px}.feature-card h3{margin-top:8px;font-size:17px}.feature-card p{margin-top:6px;font-size:12.5px;line-height:1.56;-webkit-line-clamp:4}.download-grid,.demo-grid{grid-template-columns:1fr}.demo-card{min-height:480px}}@media(max-width: 1024px){.feature-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}}@media(max-width: 820px){:root{--page-gutter: 16px;--hero-top: 168px;--hero-preview-gap: 28px;--section-pad-y: 64px}.section-shell{width:min(100% - var(--page-gutter)*2,var(--content-max))}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card h3{font-size:19px}.feature-card p{font-size:14px;-webkit-line-clamp:unset}.site-header,.site-header.is-scrolled{top:0;width:100%;min-height:62px;padding:10px 16px;border-right:0;border-left:0;border-radius:0}.nav-links{display:none}.hero{padding:var(--hero-top) var(--page-gutter) 56px}.bg-tiles_component{inset:62px 0 0;grid-template-columns:repeat(3, minmax(130px, 1fr));grid-auto-rows:138px;padding:0 16px}.hero h1{font-size:32px;max-width:100%}.hero-lede{font-size:15px}.hero-stage{min-height:430px}.hero-particle-art{top:calc(var(--hero-top) + 86px);right:-168px;width:430px;height:360px;opacity:.32}.product-showcase-copy{display:block}.product-showcase-copy p:last-child{margin-top:16px}.product-preview-shell{border-radius:20px 20px 5px 5px}.product-laptop-base{height:24px;border-radius:0 0 16px 16px}.section-heading h2,.cta h2{font-size:clamp(26px,4.2vw,34px)}.product-demos{--product-laptop-w: min(100%, 95%);margin-top:var(--hero-preview-gap);padding:6px 0 36px}.product-demos::before,.product-demos::after{bottom:-56px}.demo-card{min-height:430px;border-radius:24px}.demo-media,.demo-media video{min-height:250px}.demo-content h3{font-size:24px}.cta{display:grid;justify-items:center;padding:34px;text-align:center}.footer{display:grid;width:min(100% - 32px,1240px)}}@media(max-height: 860px)and (min-width: 821px){.features{padding-top:58px;padding-bottom:58px}.features .section-heading{gap:10px;margin-bottom:24px}.features .section-heading h2{font-size:clamp(26px,3.2vw,36px)}.features .section-heading p:not(.eyebrow){max-width:900px;font-size:15px;line-height:1.58}.feature-grid{gap:14px}.feature-card{padding:16px;border-radius:18px}.feature-visual{margin-top:20px;border-radius:12px}.feature-card h3{margin-top:8px;font-size:18px}.feature-card p{margin-top:8px;font-size:12.5px;line-height:1.5}}@media(max-height: 760px)and (min-width: 821px){.features{padding-top:46px;padding-bottom:46px}.features .section-heading{margin-bottom:18px}.feature-grid{gap:12px}.feature-card{padding:16px}.feature-card h3{font-size:17px}.feature-card p{font-size:12px;line-height:1.45}}@media(max-width: 560px){:root{--hero-top: 148px;--hero-preview-gap: 24px;--section-pad-y: 56px}.brand span:last-child{display:none}.brand-symbol{width:34px;height:34px}.nav-cta{min-width:94px;height:40px;min-height:40px;padding:0 16px;font-size:13px}.bg-tiles_component{grid-template-columns:repeat(2, minmax(130px, 1fr));grid-auto-rows:126px;opacity:.72}.hero-lede{font-size:15px;line-height:1.78}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero-stage{min-height:320px}.hero-preview-topbar{height:34px;padding:0 12px}.hero-preview-media{aspect-ratio:16/11}.product-preview-shell .hero-preview-media{aspect-ratio:16/10.5}.hero-particle-art{top:164px;right:-150px;width:330px;height:300px}.feature-card,.download-card,.demo-content{padding:22px}.product-demos{margin-top:var(--hero-preview-gap);padding:0}.demo-media,.demo-media video{min-height:220px}.feature-card h3,.lifecycle-card h3{font-size:18px}.lifecycle-step{align-items:stretch;text-align:left}.lifecycle-card p{text-align:left}.download-head{align-items:flex-start;display:grid}.download-head strong{margin-left:0}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.reveal{opacity:1;transform:none}}.hero .hero-content--original,.hero .hero-content--original h1,.hero .hero-content--original .hero-lead,.hero .hero-content--original .hero-lede{text-align:left}.hero .hero-content--original{display:flex;flex-direction:column;align-items:flex-start}.hero .hero-content--original h1{display:flex;flex-direction:column;align-items:flex-start;max-width:none;font-size:inherit;line-height:inherit}.hero .hero-content--original .hero-brand-lockup{align-items:flex-start;width:auto;max-width:100%;margin-inline:0;background:none;box-shadow:none}.hero .hero-content--original .hero-title-line{width:fit-content;max-width:100%;margin:10px 0 0;padding:0;text-align:left !important;text-align-last:left !important;text-justify:auto !important;white-space:nowrap !important;letter-spacing:normal !important;word-spacing:normal !important;word-break:keep-all;overflow-wrap:normal;background:none !important;background-clip:unset !important;-webkit-background-clip:unset !important;-webkit-text-fill-color:currentColor;color:#1a2230;font-family:var(--font-section-title);font-size:clamp(18px,4.1vw,52px);font-weight:700;line-height:1.2}.hero .hero-content--original .hero-title-accent{color:#e23;white-space:nowrap}.hero .hero-content--original .hero-lead,.hero .hero-content--original .hero-lede{margin:18px 0 0;max-width:34rem}.hero .hero-content--original .hero-actions{justify-content:flex-start;width:100%}.hero .hero-content--original .hero-wordmark{display:block;width:clamp(220px,32vw,420px);max-width:100%;height:auto;margin:0;padding:0;border:0;background:none;box-shadow:none;object-fit:contain;object-position:left center;aspect-ratio:1032/171}:root{--bg:#fff7f7;--surface:#fff;--ink:#141010;--soft:#443336;--muted:#7b6669;--line:#f0d8dc;--primary:#e31724;--cyan:#ff6b6b;--lime:#ffefef;--dark:#2a070b;--r:26px;--shadow:0 24px 80px rgba(145,14,24,.12);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 12% 6%, rgba(227, 23, 36, 0.14), transparent 30rem),radial-gradient(circle at 90% 18%, rgba(255, 107, 107, 0.18), transparent 28rem),linear-gradient(180deg, #fff 0%, var(--bg) 38%, #fff 100%);color:var(--ink);overflow-x:hidden}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:76px;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid rgba(217,224,234,.8);background:hsla(0,0%,100%,.84);backdrop-filter:blur(20px)}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand-symbol{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:linear-gradient(135deg, var(--primary), var(--cyan));color:#fff;font-size:20px;font-weight:900;box-shadow:0 12px 28px rgba(227,23,36,.28)}.brand-text{font-size:20px;font-weight:800}.main-nav{display:flex;gap:clamp(18px,3vw,38px);color:var(--soft);font-size:14px;font-weight:650}.main-nav a{text-decoration:none}.main-nav a:hover{color:var(--primary)}.header-action,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:760;text-decoration:none;transition:.18s ease}.header-action{min-height:42px;padding:0 18px;background:var(--ink);color:#fff;font-size:14px}.header-action:hover,.button:hover{transform:translateY(-2px)}.page-shell{width:min(1200px,100% - clamp(40px,8vw,112px));margin-inline:auto}.hero{position:relative;isolation:isolate;padding:clamp(72px,9vw,128px) 0 clamp(64px,8vw,104px)}.hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden;background-image:linear-gradient(rgba(16, 19, 26, 0.045) 1px, transparent 1px),linear-gradient(90deg, rgba(16, 19, 26, 0.045) 1px, transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%)}.grid-orb{position:absolute;border-radius:999px;filter:blur(4px)}.orb-one{top:14%;right:14%;width:340px;height:340px;background:rgba(227,23,36,.16)}.orb-two{bottom:12%;left:5%;width:220px;height:220px;background:rgba(201,255,69,.25)}.hero-layout{display:grid;grid-template-columns:minmax(0, 0.96fr) minmax(420px, 1.04fr);gap:clamp(42px,6vw,82px);align-items:center}.badge{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px;border:1px solid rgba(227,23,36,.24);border-radius:999px;padding:9px 14px;background:hsla(0,0%,100%,.72);color:#9b111b;font-size:14px;font-weight:760;box-shadow:0 10px 30px rgba(227,23,36,.08)}.badge span{width:8px;height:8px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 6px rgba(227,23,36,.12)}h1,h2,h3,p{margin-top:0}h1{max-width:660px;margin-bottom:26px;font-size:clamp(48px,6.2vw,82px);font-weight:850;line-height:1.08;letter-spacing:-0.045em}.hero-lead{max-width:620px;margin-bottom:34px;color:var(--soft);font-size:clamp(17px,1.6vw,21px);font-weight:440;line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:40px}.button{min-height:50px;padding:0 24px;font-size:15px}.button-primary{background:linear-gradient(135deg, var(--primary), #ef1929);color:#fff;box-shadow:0 14px 30px rgba(227,23,36,.24)}.button-secondary{border:1px solid var(--line);background:hsla(0,0%,100%,.78);color:var(--ink)}.hero-proof{display:grid;max-width:680px;grid-template-columns:repeat(3, 1fr);gap:12px}.hero-proof div{border:1px solid rgba(217,224,234,.9);border-radius:18px;padding:16px;background:hsla(0,0%,100%,.68)}.hero-proof strong{display:block;margin-bottom:6px;font-size:22px;font-weight:850}.hero-proof span{color:var(--muted);font-size:13px;line-height:1.5}.product-stage{position:relative;min-height:560px}.stage-window,.floating-card{border:1px solid rgba(217,224,234,.95);background:hsla(0,0%,100%,.86);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.main-window{position:absolute;inset:22px 0 auto;overflow:hidden;border-radius:30px}.window-top{display:flex;align-items:center;gap:8px;height:54px;border-bottom:1px solid var(--line);padding:0 18px;background:#f8faff}.window-top span{width:10px;height:10px;border-radius:999px;background:#c8d2e4}.window-top strong{margin-left:10px;color:var(--muted);font-size:13px}.builder-grid{display:grid;min-height:420px;grid-template-columns:170px 1fr}.builder-sidebar{border-right:1px solid var(--line);padding:22px;background:#fbfcff}.builder-sidebar p{margin-bottom:16px;color:var(--muted);font-size:13px;font-weight:760}.builder-sidebar span{display:block;margin-bottom:10px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff;color:var(--soft);font-size:13px}.builder-canvas{padding:28px;background:linear-gradient(rgba(227, 23, 36, 0.06) 1px, transparent 1px),linear-gradient(90deg, rgba(227, 23, 36, 0.06) 1px, transparent 1px),#fff;background-size:24px 24px}.canvas-head,.form-row,.workflow-line{border:1px solid var(--line);border-radius:16px;background:hsla(0,0%,100%,.9);box-shadow:0 14px 36px rgba(16,24,40,.08)}.canvas-head{height:72px;margin-bottom:18px;background:linear-gradient(135deg, rgba(227, 23, 36, 0.12), rgba(255, 107, 107, 0.12))}.form-row{width:72%;height:48px;margin-bottom:14px}.form-row.wide{width:100%}.form-row.short{width:48%}.workflow-line{display:flex;align-items:center;justify-content:space-between;width:88%;height:92px;margin-top:26px;padding:0 34px}.workflow-line i{width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg, var(--primary), var(--cyan))}.floating-card{position:absolute;z-index:2;border-radius:20px;padding:18px}.floating-card span{display:block;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.card-code{right:-18px;bottom:68px;width:250px}.card-code code{color:#9b111b;font-family:"SFMono-Regular",Consolas,monospace;font-size:14px;font-weight:760;line-height:1.6}.card-status{bottom:8px;left:24px;width:220px}.card-status strong{font-size:22px}.value-section{display:grid;grid-template-columns:240px 1fr;gap:clamp(30px,6vw,90px);padding:clamp(76px,10vw,132px) 0;border-top:1px solid var(--line)}.section-label{display:inline-flex;align-items:center;gap:10px;color:#9b111b;font-family:"SFMono-Regular",Consolas,monospace;font-size:13px;font-weight:800;text-transform:uppercase}.section-label:before{width:32px;height:1px;background:currentColor;content:""}.value-copy h2,.section-heading h2,.workflow-intro h2,.contrast-layout h2,.contact-panel h2{margin-bottom:22px;font-size:clamp(36px,5vw,64px);font-weight:820;line-height:1.16;letter-spacing:-0.045em}.value-copy p,.workflow-intro p,.contrast-layout p,.contact-panel p{max-width:760px;color:var(--soft);font-size:clamp(17px,1.6vw,20px);line-height:1.9}.capability-section{padding:clamp(76px,10vw,124px) 0;background:#fff}.section-heading{max-width:820px;margin-bottom:42px}.section-heading .section-label{margin-bottom:18px}.capability-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:18px}.capability-card{grid-column:span 2;min-height:292px;border:1px solid var(--line);border-radius:var(--r);padding:26px;background:#fff;box-shadow:0 14px 36px rgba(16,24,40,.08)}.capability-card.featured{grid-column:span 3;background:radial-gradient(circle at 88% 18%, rgba(227, 23, 36, 0.2), transparent 12rem),#f7f9ff}.capability-card.dark-card{grid-column:span 3;background:var(--dark);color:#fff}.capability-card.accent-card{background:linear-gradient(135deg, #f3ffe0, #fff)}.card-index{display:inline-flex;margin-bottom:54px;color:var(--primary);font-family:"SFMono-Regular",Consolas,monospace;font-size:14px;font-weight:900}.dark-card .card-index,.dark-card p{color:hsla(0,0%,100%,.72)}.capability-card h3,.workflow-list h3,.scenario-grid h3{margin-bottom:12px;font-size:26px;font-weight:780;line-height:1.22}.capability-card p,.workflow-list p,.scenario-grid p{margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.75}.workflow-section{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(40px,7vw,96px);padding:clamp(80px,10vw,132px) 0}.workflow-intro{position:sticky;top:112px;align-self:start}.workflow-intro .section-label{margin-bottom:18px}.workflow-list{display:grid;gap:16px}.workflow-list article{display:grid;grid-template-columns:78px 1fr;gap:22px;align-items:start;border:1px solid var(--line);border-radius:var(--r);padding:24px;background:hsla(0,0%,100%,.78);box-shadow:0 14px 36px rgba(16,24,40,.08)}.workflow-list article>span{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;background:var(--ink);color:#fff;font-family:"SFMono-Regular",Consolas,monospace;font-weight:900}.contrast-band{padding:clamp(70px,9vw,118px) 0;background:linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),var(--dark);background-size:40px 40px;color:#fff}.contrast-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(36px,7vw,96px);align-items:end}.light-label{color:var(--lime);margin-bottom:18px}.contrast-layout p{margin-bottom:0;color:hsla(0,0%,100%,.74)}.scenario-section{padding:clamp(78px,10vw,128px) 0}.scenario-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:18px}.scenario-grid article{min-height:240px;border:1px solid var(--line);border-radius:var(--r);padding:24px;background:#fff;box-shadow:0 14px 36px rgba(16,24,40,.08)}.scenario-grid h3{margin-bottom:64px}.contact-section{padding:0 0 clamp(78px,10vw,132px)}.contact-panel{border-radius:32px;padding:clamp(42px,7vw,84px);background:radial-gradient(circle at 12% 18%, rgba(201, 255, 69, 0.32), transparent 18rem),linear-gradient(135deg, #f7f9ff, #fff 52%, #eef5ff);box-shadow:var(--shadow);text-align:center}.contact-panel .section-label{margin-bottom:18px}.contact-panel .section-label:before{display:none}.contact-panel h2,.contact-panel p{margin-inline:auto}.center-actions{justify-content:center;margin-bottom:0}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:26px clamp(24px,5vw,72px);border-top:1px solid var(--line);color:var(--muted);font-size:13px}@media(max-width: 1080px){.main-nav{display:none}.hero-layout,.value-section,.workflow-section,.contrast-layout{grid-template-columns:1fr}.product-stage{min-height:520px}.workflow-intro{position:static}.capability-card,.capability-card.featured,.capability-card.dark-card,.capability-card.accent-card{grid-column:span 3}.scenario-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 720px){.site-header{min-height:68px}.header-action{display:none}.page-shell{width:min(100% - 32px,1200px)}.hero{padding-top:52px}h1{font-size:clamp(38px,12vw,56px);letter-spacing:-0.035em}.hero-proof,.capability-grid,.scenario-grid{grid-template-columns:1fr}.capability-card,.capability-card.featured,.capability-card.dark-card,.capability-card.accent-card{grid-column:span 1}.product-stage{min-height:480px}.main-window{inset:0 0 auto}.builder-grid{grid-template-columns:1fr}.builder-sidebar{display:none}.card-code{right:8px;bottom:70px;width:210px}.card-status{left:8px;width:190px}.workflow-list article{grid-template-columns:1fr}.scenario-grid h3{margin-bottom:28px}.site-footer{flex-direction:column}}.hero{background:radial-gradient(ellipse at 74% 44%, rgba(227, 23, 36, 0.075), transparent 25rem),radial-gradient(ellipse at 70% 30%, rgba(126, 70, 255, 0.06), transparent 18rem),linear-gradient(180deg, #fff 0%, #fff9fa 68%, #fff 100%)}.hero::after{position:absolute;inset:auto 0 0;z-index:1;height:34%;pointer-events:none;background:linear-gradient(to bottom, transparent, rgba(255, 249, 250, 0.9) 72%, #fff);content:""}.hero-layout{position:relative;z-index:4}.hero-content{position:relative;z-index:8}.hero-content::before{position:absolute;inset:-30px -28px -26px -30px;z-index:-1;pointer-events:none;background:radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72) 58%, transparent 78%);content:""}.product-stage-motion{position:relative;min-height:560px;overflow:visible;border:0;border-radius:0;background:rgba(0,0,0,0);box-shadow:none}.product-stage-motion::before,.product-stage-motion::after{display:none}.hero-motion-canvas{position:absolute;inset:0;z-index:2;width:100%;height:100%;opacity:.9;pointer-events:none}.motion-label{position:absolute;z-index:8;border:1px solid rgba(227,23,36,.12);border-radius:999px;padding:8px 12px;background:hsla(0,0%,100%,.58);color:rgba(136,18,26,.48);font-family:"SFMono-Regular",Consolas,monospace;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(10px)}.label-input{top:34px;left:10px;opacity:.24}.label-output{right:18px;bottom:34px}.product-core{position:absolute;top:50%;left:42%;z-index:7;display:grid;width:178px;height:178px;place-items:center;transform:translate(-50%, -50%)}.core-ring{position:absolute;inset:0;border:1px solid rgba(227,23,36,.28);border-radius:38px;animation:corePulse 3.2s ease-in-out infinite;box-shadow:0 0 48px rgba(227,23,36,.22),inset 0 0 34px rgba(227,23,36,.08)}.core-ring::before,.core-ring::after{position:absolute;inset:16px;border:1px solid rgba(227,23,36,.18);border-radius:30px;content:""}.core-ring::after{display:none}.core-box{position:relative;z-index:2;display:grid;width:126px;height:126px;place-items:center;border:1px solid rgba(227,23,36,.22);border-radius:30px;background:linear-gradient(145deg, rgba(227, 23, 36, 0.14), rgba(255, 255, 255, 0.82)),hsla(0,0%,100%,.78);color:#9b111b;text-align:center;box-shadow:0 22px 60px rgba(227,23,36,.18),inset 0 1px 0 hsla(0,0%,100%,.9);backdrop-filter:blur(18px)}.core-box span{align-self:end;color:#e31724;font-family:"SFMono-Regular",Consolas,monospace;font-size:13px;font-weight:900}.core-box strong{align-self:start;max-width:80px;font-size:18px;line-height:1.08}.generated-ui{position:absolute;top:50%;right:8px;z-index:6;width:min(52%,360px);transform:translateY(-50%);animation:uiBreathe 4s ease-in-out infinite}.ui-window{overflow:hidden;border:1px solid rgba(227,23,36,.18);border-radius:24px;background:hsla(0,0%,100%,.76);box-shadow:0 28px 70px rgba(145,14,24,.16),0 0 56px rgba(227,23,36,.12);backdrop-filter:blur(22px)}.ui-top{display:flex;gap:7px;height:34px;align-items:center;border-bottom:1px solid rgba(227,23,36,.12);padding:0 14px;background:rgba(255,245,245,.8)}.ui-top i{width:7px;height:7px;border-radius:999px;background:rgba(227,23,36,.34)}.ui-body{display:grid;grid-template-columns:58px 1fr;min-height:238px}.ui-sidebar{border-right:1px solid rgba(227,23,36,.1);background:linear-gradient(rgba(227, 23, 36, 0.18) 12px, transparent 12px) 14px 18px/30px 34px no-repeat,linear-gradient(rgba(227, 23, 36, 0.12) 12px, transparent 12px) 14px 58px/30px 34px no-repeat,linear-gradient(rgba(227, 23, 36, 0.12) 12px, transparent 12px) 14px 98px/30px 34px no-repeat}.ui-content{padding:20px}.ui-block,.ui-cards span{display:block;border:1px solid rgba(227,23,36,.12);border-radius:12px;background:linear-gradient(135deg, rgba(227, 23, 36, 0.13), rgba(255, 255, 255, 0.72))}.ui-title{width:52%;height:20px;margin-bottom:18px}.ui-wide{width:100%;height:42px;margin-bottom:12px}.ui-mid{width:74%;height:42px;margin-bottom:14px}.ui-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px;margin-bottom:14px}.ui-cards span{height:46px}.ui-chart{height:54px;background:linear-gradient(135deg, rgba(227, 23, 36, 0.2), rgba(255, 255, 255, 0.72))}.features-section{padding:clamp(76px,10vw,124px) 0;background:linear-gradient(180deg, #fff 0%, #fff7f8 100%);color:#151010}.centered-heading{margin-inline:auto;text-align:center}.centered-heading .section-label{justify-content:center}.feature-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin:8px auto 28px;border-bottom:1px solid rgba(230,0,18,.12);color:rgba(33,24,24,.56);font-size:14px;font-weight:680}.feature-nav span{position:relative;padding:16px 22px}.feature-nav .active{color:#151010}.feature-nav .active::after{position:absolute;right:22px;bottom:-1px;left:22px;height:3px;border-radius:999px;background:#e60012;content:""}.feature-showcase{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(28px,5vw,72px);align-items:center;max-width:880px;margin:0 auto;border:1px solid rgba(230,0,18,.1);border-radius:22px;padding:clamp(28px,5vw,48px);background:hsla(0,0%,100%,.72);box-shadow:0 28px 90px rgba(145,14,24,.1);backdrop-filter:blur(16px)}.feature-icon{display:grid;width:36px;height:36px;margin-bottom:34px;place-items:center;border-radius:8px;background:#e60012;color:#fff;font-weight:900}.feature-copy h3{margin-bottom:18px;font-size:clamp(28px,3.6vw,42px);line-height:1.15}.feature-copy p{margin:0;color:rgba(33,24,24,.66);font-size:16px;line-height:1.85}.feature-visual{display:block;min-height:0;aspect-ratio:4/3}.screen-card{position:relative;overflow:hidden;width:min(100%,420px);min-height:240px;border:1px solid rgba(230,0,18,.14);border-radius:16px;padding:36px;background:radial-gradient(circle at 80% 28%, rgba(230, 0, 18, 0.2), transparent 12rem),linear-gradient(135deg, #fff, #fff1f2);box-shadow:0 24px 70px rgba(145,14,24,.12)}.screen-card strong{display:block;margin-bottom:8px;color:#e60012;font-size:38px;letter-spacing:-0.04em}.screen-card span{color:rgba(33,24,24,.66);font-size:15px}.screen-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px;margin-top:34px}.screen-grid i{height:46px;border-radius:10px;background:rgba(230,0,18,.09)}@keyframes corePulse{0%,100%{transform:scale(1);opacity:.78}50%{transform:scale(1.06);opacity:1}}@keyframes coreRotate{to{transform:rotate(360deg)}}@keyframes uiBreathe{0%,100%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(8px)}}@media(max-width: 1080px){.product-stage-motion:not(.product-stage--shot){min-height:0}.product-stage--shot{min-height:0}.feature-showcase{grid-template-columns:1fr}}@media(max-width: 720px){.product-stage-motion:not(.product-stage--shot){min-height:0}.product-stage--shot{min-height:0}.product-core{display:none}.product-stage-motion .generated-ui{position:relative;top:auto;right:auto;left:auto;width:min(100%,100vw - 32px);margin:0 auto;transform:none;animation:none;opacity:1}.label-output{right:16px}.feature-nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.feature-nav span{flex:0 0 auto}}.site-header,.site-header.is-scrolled{min-height:64px}.header-actions{display:inline-flex;align-items:center;gap:10px}.header-left{display:flex;align-items:center;gap:clamp(14px,2.4vw,32px);min-width:0;flex:1}@media(max-width: 1080px){.site-header .main-nav{display:flex;flex-wrap:wrap;gap:clamp(10px,1.8vw,18px);row-gap:6px}.header-left{flex-wrap:wrap;row-gap:10px}}.main-nav a.is-active{color:var(--red, #e82335);font-weight:700;position:relative}.main-nav a.is-active::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;border-radius:999px;background:var(--red, #e82335)}.site-header{position:fixed;top:18px;left:50%;right:auto;width:min(1400px,100% - clamp(40px,8vw,112px));min-height:64px;margin:0;border:1px solid rgba(230,0,18,.1);border-radius:999px;padding:0 18px 0 16px;background:hsla(0,0%,100%,.8);box-shadow:0 18px 58px rgba(145,14,24,.065);transform:translateX(-50%);transition:top .24s ease,left .24s ease,width .24s ease,min-height .24s ease,border-radius .24s ease,padding .24s ease,background .24s ease,box-shadow .24s ease,transform .24s ease}.site-header,.site-header.is-scrolled{min-height:64px}.site-header.is-scrolled{top:0;left:0;width:100%;min-height:64px;border-right:0;border-left:0;border-radius:0;padding:0 clamp(24px,5vw,72px);background:hsla(0,0%,100%,.88);box-shadow:0 10px 34px rgba(145,14,24,.08);transform:none}.header-actions{display:inline-flex;align-items:center;gap:10px}.theme-toggle{position:relative;display:none;width:42px;min-width:42px;height:42px;place-items:center;border:1px solid rgba(230,0,18,.12);border-radius:999px;padding:0;background:hsla(0,0%,100%,.78);color:rgba(39,48,68,.74);font:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle-icon{position:relative;width:20px;height:20px;border-radius:999px;background:linear-gradient(135deg, #e31724, #ff6b3d);box-shadow:0 8px 18px rgba(227,23,36,.2)}.theme-toggle-icon::before{position:absolute;top:-2px;right:-2px;width:9px;height:9px;border-radius:999px;background:#fff;box-shadow:0 0 0 2px hsla(0,0%,100%,.72);content:""}.theme-toggle-icon::after{position:absolute;right:-5px;bottom:1px;width:4px;height:4px;border-radius:999px;background:rgba(227,23,36,.42);content:""}.brand-symbol{position:relative;display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:0;background:rgba(0,0,0,0);box-shadow:none}.logo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:opacity .2s ease}.logo-img-dark{opacity:0}:root[data-theme=dark] .logo-img-light{opacity:0}:root[data-theme=dark] .logo-img-dark{opacity:1}.brand-text{letter-spacing:-0.03em}.hero-glass-star{position:absolute;top:auto;bottom:-42px;left:-70px;z-index:1;width:360px;height:360px;pointer-events:none;opacity:.15;filter:blur(0.2px) drop-shadow(0 22px 46px rgba(227, 23, 36, 0.12))}.hero-glass-star img{width:100%;height:100%;object-fit:contain}.hero-product-name{margin-bottom:10px}.hero-product-name__logo{display:block;width:auto;height:clamp(48px,6.4vw,81px);max-width:min(100%,419px)}.hero h1{max-width:720px;font-size:clamp(38px,4.6vw,62px);white-space:nowrap}.hero-lead{max-width:580px;font-size:clamp(14px,1.22vw,17px);line-height:1.78}.hero-video-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.hero-video-bg video{position:absolute;inset:50% auto auto 50%;width:100%;height:100%;object-fit:cover;opacity:1;filter:saturate(1.08) contrast(1.18) brightness(0.98);transform:translate(-50%, -50%) scale(1.04)}.hero-video-bg::after{position:absolute;inset:0;background:radial-gradient(ellipse at 72% 44%, rgba(227, 23, 36, 0.05), transparent 30rem),radial-gradient(ellipse at 70% 30%, rgba(126, 70, 255, 0.035), transparent 22rem),linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.52) 44%, rgba(255, 255, 255, 0.2) 100%),linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.9));content:""}.hero-video-bg::before,.hero-video-noise,.hero-video-orb{display:none}.hero-corner-accent{position:absolute;top:-250px;right:auto;bottom:auto;left:-250px;z-index:1;width:680px;height:680px;pointer-events:none;background:radial-gradient(circle at 46% 46%, rgba(227, 23, 36, 0.12), transparent 34%),radial-gradient(circle at 54% 34%, rgba(255, 48, 31, 0.07), transparent 30%),radial-gradient(circle at 64% 56%, rgba(126, 70, 255, 0.045), transparent 34%);filter:blur(30px);opacity:.58}.hero-corner-accent::before,.hero-corner-accent::after{position:absolute;content:"";border-radius:999px}.hero-corner-accent::before{top:168px;left:172px;width:170px;height:170px;border:1px solid rgba(227,23,36,.12);background:hsla(0,0%,100%,.12)}.hero-corner-accent::after{top:244px;left:292px;width:70px;height:70px;border:1px solid rgba(126,70,255,.1);background:hsla(0,0%,100%,.1)}.orb-a{top:18%;right:18%;width:210px;height:210px;background:rgba(227,23,36,.28)}.orb-b{right:42%;bottom:18%;width:260px;height:260px;background:rgba(126,70,255,.18);animation-delay:-4s}.orb-c{right:-2%;bottom:10%;width:340px;height:340px;background:hsla(0,0%,100%,.08);animation-delay:-8s}.hero-content::before{background:radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72) 58%, transparent 78%)}.hero-lead{color:var(--soft)}.button-secondary{border-color:var(--line);background:hsla(0,0%,100%,.78);color:var(--ink)}.hero .page-shell,.hero .page-shell.hero-layout{width:min(1300px,100% - clamp(40px,8vw,112px));margin-inline:auto;box-sizing:border-box;padding-inline:clamp(0px,.5vw,8px) clamp(28px,4vw,56px)}.hero-content:not(.hero-content--original){transform:translateX(clamp(-12px, -2vw, -36px))}.hero{--hero-header-offset: 76px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:stretch;min-height:min(820px,88svh);padding-block:var(--hero-header-offset) clamp(40px,6vh,72px);padding-inline:0;box-sizing:border-box;background:radial-gradient(ellipse at 76% 46%, rgba(227, 23, 36, 0.032), transparent 23rem),radial-gradient(ellipse at 68% 30%, rgba(126, 70, 255, 0.026), transparent 18rem),radial-gradient(ellipse at 10% 12%, rgba(227, 23, 36, 0.035), transparent 18rem),linear-gradient(180deg, #fff 0%, #fffafb 68%, #fff 100%);color:var(--ink)}.hero>.page-shell.hero-layout{flex:0 1 auto;margin-block:auto}.generated-ui .hero-product-shot__img{position:relative;z-index:1;display:block;width:100%;height:auto;opacity:1;visibility:visible;border-radius:10px;border:1px solid rgba(210,220,232,.76);box-shadow:0 28px 70px rgba(35,39,54,.14),0 10px 28px rgba(126,70,255,.1);background:#fff}.hero-layout{grid-template-columns:minmax(0, 0.94fr) minmax(440px, 1.06fr);gap:clamp(48px,5.5vw,76px);align-items:center}.product-stage-motion{--hero-motion-shift: clamp(-28px, -3.2vw, -52px);min-height:620px;overflow:visible;isolation:isolate}.product-stage-motion .product-core{left:22%;z-index:7;width:150px;height:150px;transition:transform .85s cubic-bezier(0.16, 1, 0.3, 1),left .85s cubic-bezier(0.16, 1, 0.3, 1),filter .65s ease}.product-stage-motion .label-input{left:6px;transform:translateX(var(--hero-motion-shift))}.product-stage-motion .label-output{right:28px;transform:translateX(var(--hero-motion-shift))}.core-ring{border-color:rgba(227,23,36,.18);box-shadow:0 0 24px rgba(227,23,36,.09),0 0 54px rgba(126,70,255,.025),inset 0 0 20px rgba(227,23,36,.04)}.core-box{width:108px;height:108px;border-radius:26px;background:linear-gradient(145deg, rgba(227, 23, 36, 0.1), rgba(255, 255, 255, 0.84)),hsla(0,0%,100%,.78);box-shadow:0 14px 34px rgba(227,23,36,.08),inset 0 1px 0 hsla(0,0%,100%,.9)}.core-box span{font-size:11px}.core-box strong{max-width:76px;font-size:15px}.hero .hero-motion-canvas{z-index:2 !important}.hero .page-shell.hero-layout{position:relative;z-index:4}.generated-ui{top:50%;right:-138px;position:absolute;z-index:6;pointer-events:auto;width:min(112%,1188px);min-width:280px;transform:translateY(-50%) perspective(1100px) rotateY(-9deg) rotateX(3deg);transform-origin:center right;animation:none;transition:transform .85s cubic-bezier(0.16, 1, 0.3, 1),filter .65s ease}.product-stage-motion .motion-label{z-index:8}.hero:has(.product-stage-motion:hover) .hero-motion-canvas,.hero:has(.product-stage-motion .generated-ui:hover) .hero-motion-canvas,.hero:has(.product-stage-motion .product-core:hover) .hero-motion-canvas{z-index:1 !important}.product-stage-motion:hover .generated-ui,.product-stage-motion .generated-ui:hover{z-index:9;transform:translateY(-50%) perspective(1100px) rotateY(0deg) rotateX(0deg) translateX(10px) scale(1.08);filter:saturate(1.03) contrast(1.03)}.product-stage-motion:hover .product-core,.product-stage-motion .product-core:hover{z-index:10;left:8%;transform:translate(calc(-50% - 52px), -50%) scale(1.05);filter:saturate(1.06) drop-shadow(0 20px 44px rgba(227, 23, 36, 0.16))}@media(max-width: 1440px)and (min-width: 1081px){.hero .page-shell.hero-layout{padding-inline:clamp(16px,2.8vw,36px) clamp(20px,3.2vw,48px)}.hero-layout{gap:clamp(24px,3.2vw,48px);grid-template-columns:minmax(0, 0.88fr) minmax(0, 1.02fr)}.hero-content{transform:translateX(0)}.product-stage-motion{--hero-stage-scale: clamp(0.74, calc((100vw - 88px) / 1440), 0.94);box-sizing:border-box;width:100%;max-width:100%;min-height:calc(620px*var(--hero-stage-scale));margin-right:clamp(10px,1.6vw,24px);transform:scale(var(--hero-stage-scale));transform-origin:right center}.generated-ui{right:clamp(-24px,-3.6vw,-72px);width:min(100%,920px)}.product-stage-motion:hover .generated-ui,.product-stage-motion .generated-ui:hover{transform:translateY(-50%) perspective(1100px) rotateY(0deg) rotateX(0deg) translateX(10px) scale(1.08)}.product-stage-motion:hover .product-core,.product-stage-motion .product-core:hover{transform:translate(calc(-50% - 52px), -50%) scale(1.05)}}.yoncode-screen{display:grid;grid-template-columns:46px 1fr;overflow:hidden;min-height:386px;border:1px solid rgba(210,220,232,.76);border-radius:22px;background:hsla(0,0%,100%,.86);box-shadow:0 30px 82px rgba(35,39,54,.105),0 12px 34px rgba(227,23,36,.045),inset 0 1px 0 hsla(0,0%,100%,.95);backdrop-filter:blur(24px)}.yc-sidebar{display:flex;flex-direction:column;align-items:center;gap:22px;padding:18px 0;border-right:1px solid rgba(217,224,234,.72);background:linear-gradient(180deg, #fbfdff, #fff)}.yc-sidebar b{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:linear-gradient(135deg, #e31724, #ff6b6b);color:#fff;font-size:13px}.yc-sidebar i{width:14px;height:14px;border:1px solid rgba(142,155,176,.32);border-radius:5px;background:rgba(246,249,252,.8)}.yc-main{min-width:0}.yc-topbar{display:flex;align-items:center;gap:12px;height:48px;border-bottom:1px solid rgba(217,224,234,.72);padding:0 18px;color:#243044}.yc-topbar strong{font-size:14px;font-weight:820}.yc-topbar span{border-radius:999px;padding:4px 8px;background:rgba(36,197,142,.08);color:#18a879;font-size:10px;font-weight:800;text-transform:uppercase}.yc-topbar em{color:rgba(66,78,99,.48);font-size:11px;font-style:normal}.yc-columns{display:grid;grid-template-columns:1.08fr 1.32fr .95fr;min-height:338px}.yc-problem,.yc-editor,.yc-chat{min-width:0;padding:18px;border-right:1px solid rgba(217,224,234,.68)}.yc-chat{border-right:0}.yc-problem small,.yc-editor small,.yc-chat small{display:block;margin-bottom:14px;color:rgba(66,78,99,.45);font-size:10px;font-weight:800;text-transform:uppercase}.yc-problem h4{margin:0 0 14px;color:#273044;font-size:14px;line-height:1.25}.yc-problem p,.yc-chat p{margin:0 0 14px;color:rgba(66,78,99,.56);font-size:11px;line-height:1.72}.yc-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.yc-tags span{border-radius:999px;padding:4px 7px;background:rgba(227,23,36,.055);color:rgba(155,17,27,.58);font-size:8px;font-weight:800;text-transform:uppercase}.yc-card-line{height:34px;margin-bottom:10px;border-radius:9px;background:linear-gradient(135deg, rgba(243, 246, 251, 0.95), rgba(255, 255, 255, 0.72))}.yc-card-line.short{width:72%}.yc-editor{background:linear-gradient(180deg, rgba(252, 254, 255, 0.92), rgba(255, 255, 255, 0.82))}.yc-editor code{display:block;color:rgba(40,58,84,.5);font-family:"SFMono-Regular",Consolas,monospace;font-size:11px;line-height:1.78;white-space:nowrap}.yc-avatar-row{display:flex;gap:10px;margin-bottom:18px}.yc-avatar-row i{width:22px;height:22px;border-radius:999px;background:radial-gradient(circle at 38% 32%, #fff, transparent 34%),linear-gradient(135deg, rgba(227, 23, 36, 0.2), rgba(126, 70, 255, 0.16))}.yc-chat b{display:block;margin-bottom:3px;color:rgba(39,48,68,.72)}@keyframes ycScreenFloat{0%,100%{transform:translateY(-50%) perspective(1100px) rotateY(-9deg) rotateX(3deg) translateX(0)}50%{transform:translateY(-50%) perspective(1100px) rotateY(-8deg) rotateX(2.4deg) translateX(6px)}}@keyframes videoSweep{0%{transform:translate3d(-4%, -3%, 0) rotate(0deg) scale(1)}50%{transform:translate3d(3%, 2%, 0) rotate(10deg) scale(1.08)}100%{transform:translate3d(5%, -2%, 0) rotate(18deg) scale(1.14)}}@keyframes orbDrift{0%,100%{transform:translate3d(0, 0, 0) scale(1)}50%{transform:translate3d(-18px, 14px, 0) scale(1.08)}}.value-copy h2,.section-heading h2,.workflow-intro h2,.contrast-layout h2,.contact-panel h2,.contact-panel .highlight-title{font-size:clamp(30px,3.4vw,48px);letter-spacing:-0.035em}.contact-panel .section-head{margin-bottom:clamp(24px,3.5vw,32px)}.contact-panel .center-actions{justify-content:center}.contact-section .contact-panel{background:radial-gradient(circle at 12% 18%, rgba(126, 70, 255, 0.14), transparent 18rem),linear-gradient(135deg, #f7f9ff, #fff 52%, #eef5ff) !important}.capability-card.dark-card{border-color:rgba(227,23,36,.12);background:radial-gradient(circle at 88% 16%, rgba(227, 23, 36, 0.12), transparent 11rem),linear-gradient(135deg, rgba(255, 246, 247, 0.96), rgba(255, 255, 255, 0.9));color:var(--ink)}.capability-card.dark-card .card-index,.capability-card.dark-card p{color:var(--muted)}:root[data-theme=dark] .capability-card.dark-card{background:radial-gradient(circle at 88% 16%, rgba(227, 23, 36, 0.16), transparent 11rem),hsla(0,0%,100%,.07);color:var(--ink)}:root[data-theme=dark] .capability-card.dark-card .card-index,:root[data-theme=dark] .capability-card.dark-card p{color:rgba(235,238,248,.64)}.scenario-section{background:#fff}.features-section,.workflow-section,.contact-section{background:#fff}.capability-section{background:radial-gradient(circle at 10% 18%, rgba(212, 229, 255, 0.76), transparent 30rem),radial-gradient(circle at 92% 44%, rgba(255, 225, 235, 0.74), transparent 30rem),linear-gradient(180deg, #f7faff 0%, #fff7fb 100%)}.value-section{background:#fff}:root[data-theme=dark] .hero-video-bg video{opacity:.34;filter:saturate(0.9) contrast(1.06) brightness(0.66)}:root[data-theme=dark] .hero-video-bg::after{background:radial-gradient(ellipse at 12% 12%, rgba(227, 23, 36, 0.12), transparent 30rem),radial-gradient(ellipse at 70% 32%, rgba(126, 70, 255, 0.08), transparent 24rem),linear-gradient(90deg, rgba(5, 6, 10, 0.88) 0%, rgba(5, 6, 10, 0.78) 34%, rgba(5, 6, 10, 0.36) 58%, rgba(5, 6, 10, 0.5)),linear-gradient(180deg, rgba(5, 6, 10, 0.5), rgba(5, 6, 10, 0.76))}@media(max-width: 1080px){.hero-content{transform:none}.hero .page-shell.hero-layout{padding-inline:clamp(0px,2vw,16px)}.hero-layout{grid-template-columns:1fr;gap:clamp(32px,5vw,48px);align-items:center;justify-items:stretch}.hero-content{position:relative;z-index:8}.product-stage-motion{position:relative;z-index:1;width:100%;min-height:0;height:auto;padding:clamp(8px,2vw,16px) 0 clamp(12px,3vw,24px);display:flex;align-items:center;justify-content:center;overflow:visible}.product-stage-motion .product-core{display:none !important}.product-stage-motion .label-input,.product-stage-motion .label-output{transform:none}.product-stage-motion .generated-ui{position:relative;top:auto;right:auto;left:auto;width:min(100%,680px);max-width:calc(100% - 8px);margin:0 auto;transform:perspective(1100px) rotateY(-2deg) rotateX(1deg);transform-origin:center center}.product-stage-motion:hover .generated-ui,.product-stage-motion .generated-ui:hover{transform:perspective(1100px) rotateY(0deg) rotateX(0deg) scale(1.05)}.site-header:not(.is-scrolled){left:50%;width:min(920px,100% - 32px);transform:translateX(-50%)}.site-header.is-scrolled{left:0;width:100%;transform:none}}@media(max-width: 720px){.hero h1:not(:has(.hero-content--original)){max-width:100%;font-size:clamp(34px,10vw,48px);white-space:normal}.hero .hero-content--original h1{max-width:100%;font-size:inherit;white-space:nowrap !important}.hero .hero-content--original{width:100%;min-width:0;align-self:stretch}.hero .hero-content--original .hero-brand-lockup{width:100%;max-width:100%;min-width:0}.hero .hero-content--original .hero-title-line{font-size:clamp(15px,4.8vw,52px);min-width:0}.site-header{top:10px;left:50%;width:calc(100% - 24px);min-height:60px;transform:translateX(-50%)}.site-header.is-scrolled{left:0;width:100%;min-height:60px;transform:none}.hero{--hero-header-offset: 72px;padding-block:var(--hero-header-offset) clamp(28px,5vh,48px)}.generated-ui .hero-product-shot__img{border-radius:8px}.hero-layout{gap:clamp(28px,6vw,40px)}.product-stage-motion{padding-bottom:16px}.product-stage-motion .product-core{display:none !important}.product-stage-motion .generated-ui{width:min(100%,100vw - 40px);transform:perspective(1100px) rotateY(0deg) rotateX(0deg)}.product-stage-motion:hover .generated-ui,.product-stage-motion .generated-ui:hover{transform:perspective(1100px) rotateY(0deg) rotateX(0deg) scale(1.04)}.yoncode-screen{grid-template-columns:34px 1fr;min-height:330px}.yc-columns{grid-template-columns:1fr 1.2fr}.yc-chat{display:none}}:root[data-theme=dark]{--bg: #08090d;--surface: #101116;--ink: #f6f7fb;--soft: rgba(235, 238, 248, 0.76);--muted: rgba(220, 224, 236, 0.58);--line: rgba(255, 255, 255, 0.12);color-scheme:dark}:root[data-theme=dark] body{background:radial-gradient(circle at 8% 10%, rgba(227, 23, 36, 0.2), transparent 28rem),radial-gradient(circle at 82% 20%, rgba(126, 70, 255, 0.12), transparent 26rem),linear-gradient(180deg, #050509 0%, #0a0b10 46%, #07080c 100%)}:root[data-theme=dark] .site-header{border-color:hsla(0,0%,100%,.1);background:rgba(12,13,18,.76);box-shadow:0 18px 58px rgba(0,0,0,.34)}:root[data-theme=dark] .site-header.is-scrolled{background:rgba(12,13,18,.9);box-shadow:0 10px 34px rgba(0,0,0,.34)}:root[data-theme=dark] .brand-symbol{box-shadow:0 10px 30px hsla(0,0%,100%,.1),0 0 0 1px hsla(0,0%,100%,.08)}:root[data-theme=dark] .main-nav,:root[data-theme=dark] .brand-text,:root[data-theme=dark] .hero-lead{color:rgba(246,247,251,.76)}:root[data-theme=dark] .theme-toggle{border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.08);color:rgba(246,247,251,.78)}:root[data-theme=dark] .theme-toggle-icon{background:#0f1118;box-shadow:inset -5px -5px 0 hsla(0,0%,100%,.78),0 8px 18px rgba(0,0,0,.32)}:root[data-theme=dark] .theme-toggle-icon::before{top:1px;right:1px;width:4px;height:4px;background:hsla(0,0%,100%,.88);box-shadow:8px 8px 0 hsla(0,0%,100%,.42)}:root[data-theme=dark] .theme-toggle-icon::after{background:hsla(0,0%,100%,.62)}:root[data-theme=dark] .header-action,:root[data-theme=dark] .button-primary{background:linear-gradient(135deg, #f0061c, #ef1929);color:#fff}:root[data-theme=dark] .hero{background:radial-gradient(ellipse at 8% 10%, rgba(227, 23, 36, 0.18), transparent 25rem),radial-gradient(ellipse at 76% 40%, rgba(126, 70, 255, 0.1), transparent 22rem),linear-gradient(180deg, #06070b 0%, #0a0b10 72%, #08090d 100%);color:var(--ink)}:root[data-theme=dark] .hero-video-bg video{opacity:.34;filter:saturate(0.9) contrast(1.06) brightness(0.66)}:root[data-theme=dark] .hero-video-bg::after{background:radial-gradient(ellipse at 12% 12%, rgba(227, 23, 36, 0.12), transparent 30rem),radial-gradient(ellipse at 70% 32%, rgba(126, 70, 255, 0.08), transparent 24rem),linear-gradient(90deg, rgba(5, 6, 10, 0.88) 0%, rgba(5, 6, 10, 0.78) 34%, rgba(5, 6, 10, 0.36) 58%, rgba(5, 6, 10, 0.5)),linear-gradient(180deg, rgba(5, 6, 10, 0.5), rgba(5, 6, 10, 0.76))}:root[data-theme=dark] .hero-content::before{background:radial-gradient(circle at 20% 24%, rgba(10, 11, 16, 0.88), rgba(10, 11, 16, 0.46) 58%, transparent 78%)}:root[data-theme=dark] .hero::after{background:linear-gradient(to bottom, transparent, rgba(8, 9, 13, 0.76) 72%, #08090d)}:root[data-theme=dark] .button-secondary{border-color:hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.08);color:#fff}:root[data-theme=dark] .features-section,:root[data-theme=dark] .capability-section,:root[data-theme=dark] .scenario-section,:root[data-theme=dark] .contact-section{background:#08090d;color:var(--ink)}:root[data-theme=dark] .feature-showcase,:root[data-theme=dark] .feature-copy,:root[data-theme=dark] .screen-card,:root[data-theme=dark] .capability-card,:root[data-theme=dark] .workflow-list article,:root[data-theme=dark] .scenario-grid article,:root[data-theme=dark] .contact-panel,:root[data-theme=dark] .generated-ui,:root[data-theme=dark] .yoncode-screen,:root[data-theme=dark] .yc-problem,:root[data-theme=dark] .yc-editor,:root[data-theme=dark] .yc-chat{border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.07);color:var(--ink);box-shadow:0 20px 60px rgba(0,0,0,.28)}:root[data-theme=dark] .feature-nav,:root[data-theme=dark] .yc-topbar,:root[data-theme=dark] .yc-sidebar{border-color:hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.06)}:root[data-theme=dark] .feature-nav span,:root[data-theme=dark] .yc-problem p,:root[data-theme=dark] .yc-chat p,:root[data-theme=dark] .capability-card p,:root[data-theme=dark] .workflow-list p,:root[data-theme=dark] .scenario-grid p,:root[data-theme=dark] .value-copy p,:root[data-theme=dark] .workflow-intro p,:root[data-theme=dark] .contact-panel p{color:rgba(235,238,248,.64)}:root[data-theme=dark] .yc-editor code{color:rgba(255,118,126,.72)}:root[data-theme=dark] .hero-glass-star{opacity:.48;filter:drop-shadow(0 20px 48px rgba(255, 100, 94, 0.16))}html[data-yoncode-bundle]{-webkit-text-size-adjust:100%;text-size-adjust:100%}html[data-yoncode-bundle] .product-highlight .highlight-scroll-bleed{width:100% !important;max-width:100% !important;position:relative !important;left:auto !important;right:auto !important;margin-left:0 !important;margin-right:0 !important;transform:none !important;padding-inline:clamp(16px,4vw,20px) !important;box-sizing:border-box !important;overflow:visible !important}@media(max-width: 1024px){html[data-yoncode-bundle] .product-highlight{overflow-x:clip;max-width:100%}html[data-yoncode-bundle] .product-highlight .highlight-cards-scroll{display:flex !important;flex-wrap:nowrap !important;grid-template-columns:none !important;width:100% !important;min-width:0 !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(16px,4vw,20px);gap:12px !important;padding:4px 0 14px !important}html[data-yoncode-bundle] .product-highlight .highlight-cards-scroll .highlight-card{flex:0 0 calc(100% - 4px) !important;width:calc(100% - 4px) !important;max-width:calc(100% - 4px) !important;min-width:0 !important;scroll-snap-align:start;scroll-snap-stop:always}}@media(max-width: 1080px){html[data-yoncode-bundle] .hero-layout{grid-template-columns:1fr !important}html[data-yoncode-bundle] .product-stage-motion .product-core{display:none !important}html[data-yoncode-bundle] .product-stage-motion .generated-ui{position:relative !important;top:auto !important;right:auto !important;left:auto !important;width:min(100%,680px) !important;max-width:calc(100% - 8px) !important;margin:0 auto !important;transform:perspective(1100px) rotateY(-2deg) rotateX(1deg) !important}}.hero .hero-content--original{display:flex;flex-direction:column;align-items:flex-start;text-align:left;transform:none}.hero .hero-content--original h1{display:flex;flex-direction:column;align-items:flex-start;margin:0;max-width:none;text-align:left;font-size:inherit;line-height:inherit;white-space:nowrap !important}.hero .hero-content--original .hero-brand-lockup{align-items:flex-start;width:auto !important;max-width:100%;margin-inline:0;background:none;box-shadow:none}.hero .hero-content--original .hero-wordmark{display:block;width:clamp(220px,32vw,420px);max-width:100%;height:auto;margin:0;padding:0;border:0;background:none;box-shadow:none;object-fit:contain;object-position:left center;aspect-ratio:1032/171}.hero .hero-content--original .hero-title-line{width:fit-content;max-width:100%;margin:10px 0 0;padding:0;text-align:left !important;text-align-last:left !important;text-justify:auto !important;white-space:nowrap !important;letter-spacing:normal !important;word-spacing:normal !important;word-break:keep-all;overflow-wrap:normal;background:none !important;background-clip:unset !important;-webkit-background-clip:unset !important;-webkit-text-fill-color:currentColor;color:#1a2230;font-size:clamp(18px,4.1vw,52px);font-weight:700;line-height:1.2}.hero .hero-content--original .hero-title-accent{color:#e23;white-space:nowrap}.hero .hero-content--original .hero-lead,.hero .hero-content--original .hero-lede{margin:18px 0 0;max-width:34rem;color:#4d5b6d;font-weight:500;text-align:left}.hero .hero-content--original .hero-actions{display:flex;justify-content:flex-start;width:100%}.nav-anchor{position:relative;height:0;overflow:hidden;scroll-margin-top:96px}.home-view>.hero{display:flex;flex-direction:column;justify-content:center;align-items:stretch;min-height:min(820px,88svh);padding:var(--hero-header-offset, 76px) 0 clamp(40px,6vh,72px) !important}.home-view>.hero>.page-shell.hero-layout{flex:0 1 auto;margin-block:auto}@media(max-width: 1100px){.home-view>.hero{min-height:min(720px,86svh)}}@media(max-width: 820px){.home-view>.hero{--hero-header-offset: 68px;min-height:min(640px,88svh);padding:var(--hero-header-offset) var(--page-gutter, 16px) clamp(32px,5vh,56px) !important}}@media(max-width: 720px){.home-view>.hero{--hero-header-offset: 72px;min-height:min(580px,92svh)}.home-view>.hero .hero-layout{gap:clamp(24px,5vw,36px)}}.brand-text{font-weight:600}.site-header .brand{font-weight:600}.button,.button-primary,.button-secondary,.header-action,.hero-actions .button{font-weight:500 !important}.feature-grid .feature-visual{display:block;min-height:0;aspect-ratio:4/3;margin-top:24px}.feature-grid .feature-visual img{object-fit:cover}
