:root{color-scheme:dark;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#edf3f2;background:#080a0b;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #080a0b;--surface: #0d1011;--surface-2: #121617;--surface-3: #181d1f;--line: #283033;--line-soft: #1b2123;--text: #edf3f2;--muted: #899395;--cyan: #55e7df;--green: #65d889;--amber: #e4ad5a;--magenta: #d26391}*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scrollbar-color:#3a4648 #0a0c0d;scroll-padding-top:80px}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--bg)}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}::selection{color:#071111;background:var(--cyan)}.app{min-height:100vh;background:var(--bg);--mouse-x: 50vw;--mouse-y: 50vh}.scene-shell{position:fixed;inset:0;z-index:0;background:var(--bg);touch-action:none;contain:strict}.scene-shell canvas{width:100%!important;height:100%!important}.scene-fallback{position:absolute;inset:0;background-color:#080a0b;background-image:linear-gradient(rgba(84,231,223,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(84,231,223,.07) 1px,transparent 1px);background-size:48px 48px}.scene-fallback:before{content:"";position:absolute;left:50%;top:43%;width:76px;height:76px;border-radius:8px;background:url(/logo.png) center / cover no-repeat;transform:translate(-50%,-50%)}.scene-fallback:after{content:"御龙脚本";position:absolute;left:50%;top:calc(43% + 64px);color:#edf3f2;font-size:24px;font-weight:700;transform:translate(-50%)}.global-grid,.global-scan{position:fixed;inset:0;z-index:1;pointer-events:none}.global-grid{opacity:.3;background-image:linear-gradient(rgba(125,142,145,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(125,142,145,.055) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000 0,#000 72vh,transparent 100vh)}.global-scan{overflow:hidden;opacity:.34;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 5px)}.global-scan:before{content:"";position:absolute;left:0;top:0;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(85,231,223,.1),transparent 72%);transform:translate3d(calc(var(--mouse-x) - 190px),calc(var(--mouse-y) - 190px),0);will-change:transform}.intro-overlay{position:fixed;inset:0;z-index:20;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.company-sequence{position:absolute;inset:0;overflow:hidden;pointer-events:none;--company-reveal: 0;--company-signature: 0}.company-axis{position:absolute;left:50%;top:48%;width:calc(var(--company-reveal) * 72vw);display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;opacity:var(--company-reveal);transform:translate(-50%,-50%)}.company-axis i{height:1px;background:linear-gradient(90deg,transparent,rgba(85,231,223,.72),transparent);box-shadow:0 0 12px #55e7df40}.company-axis span{color:#6d8587;font:700 8px/1 Consolas,monospace}.company-wordmark{position:absolute;left:50%;top:48%;width:min(70vw,1280px);display:flex;justify-content:space-between;align-items:center;opacity:var(--company-reveal);clip-path:inset(0 calc((1 - var(--company-reveal)) * 50%) 0 calc((1 - var(--company-reveal)) * 50%));transform:translate(-50%,calc(-50% + (1 - var(--company-reveal)) * 20px))}.company-wordmark>span{position:relative;color:#aebabc;font-size:58px;font-weight:700;text-shadow:0 0 28px rgba(85,231,223,.12)}.company-wordmark>span:before,.company-wordmark>span:after{content:"";position:absolute;width:8px;height:8px;border-color:var(--cyan);opacity:.72}.company-wordmark>span:before{left:-15px;top:-8px;border-left:1px solid;border-top:1px solid}.company-wordmark>span:after{right:-15px;bottom:-8px;border-right:1px solid;border-bottom:1px solid}.company-wordmark small{position:absolute;left:50%;top:66px;color:#536567;font:700 9px/1 Consolas,monospace;transform:translate(-50%)}.company-signature{position:absolute;top:max(28px,env(safe-area-inset-top));left:max(30px,env(safe-area-inset-left));display:grid;grid-template-columns:18px auto auto;gap:10px;align-items:center;opacity:var(--company-signature);transform:translateY(calc((1 - var(--company-signature)) * -14px))}.company-signature>i{width:15px;height:15px;border:1px solid var(--cyan);transform:rotate(45deg);box-shadow:inset 0 0 0 4px #080a0b,inset 0 0 0 5px #55e7df8c}.company-signature>div{display:flex;flex-direction:column;gap:3px}.company-signature strong{color:#d5dfde;font-size:12px}.company-signature span,.company-signature b{color:#58696b;font:700 7px/1 Consolas,monospace}.company-signature b{padding-left:10px;border-left:1px solid #344143}.icon-button{display:inline-grid;width:38px;height:38px;padding:0;border:1px solid rgba(217,231,231,.18);border-radius:4px;place-items:center;color:#d8e0df;background:#0a0d0ebd;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.icon-button:hover{color:var(--cyan);border-color:#55e7df9e;background:#121718}.intro-skip{position:absolute;top:max(24px,env(safe-area-inset-top));right:max(28px,env(safe-area-inset-right));pointer-events:auto}.intro-readout{width:min(620px,calc(100vw - 48px));margin-bottom:max(42px,env(safe-area-inset-bottom));display:grid;grid-template-columns:150px 1fr 48px;gap:18px;align-items:end}.intro-lock{display:flex;flex-direction:column;gap:5px}.intro-lock span,.intro-readout .mono{font:600 10px/1.2 JetBrains Mono,Consolas,monospace;color:#647073}.intro-lock strong{font-size:13px;font-weight:600;color:#dfe8e7}.intro-progress{height:2px;margin-bottom:5px;background:#263033;overflow:hidden}.intro-progress i{display:block;width:100%;height:100%;background:var(--cyan);box-shadow:0 0 14px #55e7dfcc;transform:scaleX(0);transform-origin:left center;will-change:transform}.intro-readout .mono{padding-bottom:1px;text-align:right;color:var(--cyan)}.site-frame{position:relative;z-index:2;opacity:1;transition:opacity .7s ease,transform .9s cubic-bezier(.2,.8,.2,1)}.intro-active .site-frame{opacity:0;transform:translateY(32px);pointer-events:none}.topbar{position:fixed;z-index:12;top:0;left:0;right:0;height:72px;padding:0 max(32px,calc((100vw - 1440px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;border-bottom:1px solid rgba(173,190,192,.13);background:#080a0bf0}.brand-mark{display:flex;align-items:center;gap:10px;min-width:150px;font-size:17px;font-weight:700}.brand-mark img{width:30px;height:30px;border-radius:5px}.nav-links{display:flex;justify-content:center;gap:26px}.nav-links a{position:relative;padding:26px 0 23px;color:#8f999b;font-size:15px;transition:color .18s ease}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--cyan);transition:right .18s ease}.nav-links a:hover{color:#f2f7f6}.nav-links a:hover:after{right:0}.top-actions{grid-column:3;display:flex;align-items:center;gap:10px}.nav-download{height:38px;padding:0 14px;display:inline-flex;gap:8px;align-items:center;color:#071111;font-size:14px;font-weight:700;background:var(--cyan);border-radius:3px;transition:background .18s ease,transform .18s ease}.nav-download:hover{background:#83fff7;transform:translateY(-1px)}.menu-button{display:none}.hero{position:relative;min-height:92svh;padding:72px max(32px,calc((100vw - 1320px)/2)) 52px;display:flex;align-items:center;overflow:hidden}.hero-grid-mark{position:absolute;top:20%;left:max(32px,calc((100vw - 1320px)/2));width:1px;height:58%;background:linear-gradient(to bottom,transparent,rgba(85,231,223,.5),transparent)}.hero-grid-mark:before,.hero-grid-mark:after{content:"";position:absolute;left:-3px;width:7px;height:7px;border:1px solid var(--cyan);background:#080a0b}.hero-grid-mark:before{top:12%}.hero-grid-mark:after{bottom:15%}.hero-content{position:relative;z-index:3;width:min(680px,58vw);padding-left:42px;pointer-events:auto}.hero-status{display:flex;align-items:center;gap:9px;margin-bottom:26px;color:#8c989a;font:600 12px/1 JetBrains Mono,Consolas,monospace}.hero-status i,.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 12px #65d889b8}.hero-status span{padding:5px 7px;margin-left:4px;color:var(--cyan);border:1px solid rgba(85,231,223,.28);border-radius:3px}.hero h1{margin:0;font-size:98px;line-height:1;font-weight:800}.hero-content>p{max-width:590px;margin:30px 0 34px;color:#aab4b5;font-size:20px;line-height:1.75}.hero-actions,.download-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.primary-button,.secondary-button,.text-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:3px;font-size:15px;font-weight:700;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.primary-button{padding:0 20px;color:#071111;background:var(--cyan);border:1px solid var(--cyan)}.primary-button:hover{background:#85fff7;border-color:#85fff7}.secondary-button{padding:0 18px;color:#dce4e3;border:1px solid #3a4649;background:#0f1314c2}.secondary-button:hover{border-color:#7b898b;background:#171c1e}.text-button{padding:0 10px;color:#9ca7a8}.text-button:hover{color:var(--cyan)}.hero-capabilities{display:flex;gap:24px;margin-top:38px;color:#7e898b;font-size:14px}.hero-capabilities span{display:flex;align-items:center;gap:7px}.hero-capabilities svg{color:#b5c0c1}.hero-side-readout{position:absolute;z-index:2;right:26px;top:50%;display:flex;align-items:center;gap:10px;color:#596365;font:600 9px/1 JetBrains Mono,Consolas,monospace;transform:rotate(90deg) translate(50%);transform-origin:100% 50%}.hero-side-readout i{width:24px;height:1px;background:#323b3d}.scroll-cue{position:absolute;z-index:3;bottom:24px;left:50%;display:flex;flex-direction:column;align-items:center;gap:6px;color:#667173;font-size:12px;transform:translate(-50%)}.scroll-cue svg{animation:scroll-cue 1.8s ease-in-out infinite}@keyframes scroll-cue{50%{transform:translateY(5px);color:var(--cyan)}}.content-surface{position:relative;z-index:5;background:var(--surface);border-top:1px solid #242c2e}.section{width:min(100%,1440px);margin:0 auto;padding:112px 60px;border-left:1px solid var(--line-soft);border-right:1px solid var(--line-soft)}.section+.section{border-top:1px solid var(--line-soft)}.section-heading{display:grid;grid-template-columns:80px minmax(300px,1fr) minmax(340px,.85fr);gap:30px;align-items:start;margin-bottom:64px;opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.section-heading.is-visible{opacity:1;transform:translateY(0)}.section-index{display:flex;align-items:center;gap:9px;padding-top:9px;color:var(--cyan);font:700 12px/1 Consolas,monospace}.section-index i{width:28px;height:1px;background:#425052}.eyebrow{margin:0 0 12px;color:#6f7a7c;font:700 12px/1.2 JetBrains Mono,Consolas,monospace}.section h2,.download-section h2{margin:0;font-size:44px;line-height:1.25}.section-copy{margin:6px 0 0;color:#8c9799;font-size:17px;line-height:1.8}.feature-rail{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:thin}.feature-rail button{min-width:148px;height:84px;padding:0 16px;display:grid;grid-template-columns:25px 24px 1fr;gap:7px;align-items:center;color:#858f91;font-size:14px;text-align:left;white-space:nowrap;background:transparent;border:0;border-right:1px solid var(--line-soft);cursor:pointer;transition:color .18s ease,background .18s ease}.feature-rail button span{align-self:start;margin-top:15px;color:#465153;font:600 9px/1 Consolas,monospace}.feature-rail button.active{color:#f1f6f5;background:#151a1b;box-shadow:inset 0 -2px var(--cyan)}.feature-rail button.active svg{color:var(--cyan)}.feature-story{display:grid;grid-template-columns:minmax(250px,.36fr) minmax(620px,1fr);gap:48px;padding-top:46px;align-items:center}.feature-copy h3,.workflow-summary h3,.community-head h3,.tutorial-head h3{margin:0;font-size:30px;line-height:1.35}.feature-copy>p:not(.eyebrow),.workflow-summary>p:not(.eyebrow){margin:20px 0 0;color:#8d9799;font-size:16px;line-height:1.85}.feature-signal{margin-top:28px;padding-top:20px;display:flex;align-items:flex-start;gap:10px;color:#7f8a8c;font-size:14px;line-height:1.6;border-top:1px solid var(--line-soft)}.feature-signal svg{flex:0 0 auto;color:var(--green)}.capability-workbench,.demo-console{min-width:0;border:1px solid #2a3335;border-radius:6px;background:#0a0d0e;box-shadow:0 24px 60px #00000047;overflow:hidden}.workbench-header,.demo-toolbar,.screen-toolbar{height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;color:#707b7d;font:600 9px/1 Consolas,monospace;border-bottom:1px solid var(--line-soft);background:#111516}.workbench-header>span{display:flex;gap:8px;align-items:center}.workbench-header button,.demo-toolbar button,.log-title button{border:0;color:#849092;background:transparent;cursor:pointer}.workbench-header button:hover,.log-title button:hover{color:var(--cyan)}.workbench-grid{min-height:460px;display:grid;grid-template-columns:.85fr 1.2fr .7fr;grid-template-rows:1fr 128px}.flow-pane,.code-pane,.device-pane,.log-pane{min-width:0;position:relative;overflow:hidden}.flow-pane,.code-pane{border-right:1px solid var(--line-soft)}.pane-label,.lab-title,.log-title{height:40px;padding:0 14px;display:flex;gap:8px;align-items:center;color:#778285;font-size:11px;border-bottom:1px solid var(--line-soft);background:#0f1314}.pane-label span{margin-left:auto;color:var(--green);font:700 8px/1 Consolas,monospace}.node-stack{padding:20px;display:flex;flex-direction:column;align-items:stretch;gap:12px;background-image:linear-gradient(rgba(101,116,118,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(101,116,118,.05) 1px,transparent 1px);background-size:24px 24px}.mini-node{position:relative;height:48px;padding:0 10px;display:grid;grid-template-columns:23px 7px 1fr 16px;gap:7px;align-items:center;color:#c8d0cf;font-size:12px;border:1px solid #2d3739;border-radius:4px;background:#151a1b;animation:node-enter .36s both;animation-delay:var(--node-delay)}@keyframes node-enter{0%{opacity:0;transform:translate(-10px)}}.mini-node:after{content:"";position:absolute;left:21px;top:48px;width:1px;height:13px;background:#3c7e7a}.mini-node:last-child:after{display:none}.mini-node span{color:#687476;font:600 9px/1 Consolas,monospace}.mini-node i{width:5px;height:5px;border-radius:50%;background:var(--cyan);box-shadow:0 0 8px #55e7dfcc}.mini-node svg{color:#526063}.code-pane pre,.ui-code-pane pre{margin:0;padding:18px 0;min-height:calc(100% - 40px);overflow:hidden;color:#bdc7c6;font:500 12px/2 JetBrains Mono,Consolas,monospace;background:#0c0f10}.code-pane code,.ui-code-pane code{display:block;padding:0 14px;white-space:pre-wrap;overflow-wrap:anywhere}.code-pane code span,.ui-code-pane code span{display:inline-block;width:30px;color:#414b4d;user-select:none}.code-pane code:nth-child(1),.code-pane code:nth-child(3){color:#7cded7}.code-pane code:nth-child(2){color:#dda866}.device-pane{display:flex;align-items:flex-end;justify-content:center;background:#111516}.phone-crop{position:relative;width:72%;height:94%;overflow:hidden;border:5px solid #272e30;border-bottom:0;border-radius:22px 22px 0 0;background:#f5f4fa}.phone-crop img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 0}.device-scan{position:absolute;left:0;right:0;top:38%;height:1px;background:var(--cyan);box-shadow:0 0 12px #55e7dfd9;animation:device-scan 3s ease-in-out infinite}@keyframes device-scan{50%{top:76%}}.log-pane{grid-column:1 / -1;padding-bottom:10px;border-top:1px solid var(--line-soft);background:#080b0c}.log-pane .pane-label{height:34px}.log-pane p{margin:0;padding:5px 16px;display:flex;gap:9px;align-items:center;color:#899496;font:500 11px/1.3 Consolas,monospace}.log-pane p span{color:#475254}.log-pane p i{width:4px;height:4px;border-radius:50%;background:var(--amber)}.log-pane p i.success{background:var(--green)}.workflow-switcher{position:relative;display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:48px}.workflow-line{position:absolute;top:21px;left:10%;right:10%;height:1px;background:#303a3c}.workflow-line i{display:block;height:100%;background:var(--cyan);box-shadow:0 0 8px #55e7dfb3;transition:width .42s ease}.workflow-switcher button{position:relative;z-index:1;padding:0;display:grid;justify-items:center;gap:10px;color:#687375;font-size:14px;border:0;background:transparent;cursor:pointer}.workflow-switcher button>span{width:43px;height:43px;display:grid;place-items:center;color:#596466;font:600 9px/1 Consolas,monospace;border:1px solid #343e40;border-radius:50%;background:var(--surface);transition:all .22s ease}.workflow-switcher button.active,.workflow-switcher button.done{color:#d9e2e1}.workflow-switcher button.active>span{color:#081112;border-color:var(--cyan);background:var(--cyan);box-shadow:0 0 0 5px #55e7df14}.workflow-switcher button.done>span{color:var(--green);border-color:#65d88980}.workflow-switcher button.active svg{color:var(--cyan)}.workflow-stage{display:grid;grid-template-columns:.34fr 1fr;gap:60px;align-items:center}.step-emblem{width:60px;height:60px;margin-bottom:24px;display:grid;place-items:center;color:var(--cyan);border:1px solid rgba(85,231,223,.32);border-radius:6px;background:#55e7df0d}.step-tag{margin-top:24px;display:inline-flex;align-items:center;gap:8px;color:#a6b0b1;font:600 10px/1 Consolas,monospace}.step-tag i{width:6px;height:6px;border-radius:50%;background:var(--green)}.workflow-screen{border:1px solid #2b3436;border-radius:6px;background:#0a0d0e;overflow:hidden}.screen-toolbar div{display:flex;gap:5px}.screen-toolbar div i{width:7px;height:7px;border-radius:50%;background:#354043}.screen-content{min-height:390px;display:grid;grid-template-columns:150px 1fr;position:relative;overflow:hidden;background-image:linear-gradient(rgba(90,107,109,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(90,107,109,.045) 1px,transparent 1px);background-size:28px 28px}.screen-content aside{padding:18px 12px;display:flex;flex-direction:column;gap:7px;color:#697476;font-size:11px;border-right:1px solid var(--line-soft);background:#0d1112e6}.screen-content aside span{margin-bottom:7px;color:#414c4e;font:600 8px/1 Consolas,monospace}.screen-content aside b{padding:8px;font-weight:500;border-radius:3px}.screen-content aside b.focus{color:#d5dfde;background:#1a2223}.screen-content main{padding:34px 30px;display:flex;flex-direction:column;gap:17px}.stage-node{position:relative;z-index:2;min-height:48px;padding:8px 12px;display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:11px;color:#6d787a;border:1px solid #283133;border-radius:4px;background:#111516;transition:all .26s ease}.stage-node>span{color:#515d5f;font:600 9px/1 Consolas,monospace}.stage-node div{display:flex;flex-direction:column;gap:3px}.stage-node strong{font-size:12px;font-weight:600}.stage-node small{color:#4e595b;font-size:10px}.stage-node>i{width:6px;height:6px;border-radius:50%;background:#364144}.stage-node.active{color:#e7eeed;border-color:#55e7df94;background:#172021;box-shadow:0 0 26px #55e7df0f;transform:translate(8px)}.stage-node.active>span,.stage-node.active svg{color:var(--cyan)}.stage-node.active small{color:#8eb4b2}.stage-node.done{color:#94a09f}.stage-node.done svg{color:var(--green)}.data-stream{position:absolute;inset:0;pointer-events:none}.data-stream i{position:absolute;left:146px;width:4px;height:4px;border-radius:50%;background:var(--cyan);box-shadow:0 0 9px var(--cyan);animation:data-flow 2.4s linear infinite}.data-stream i:nth-child(2){animation-delay:.8s}.data-stream i:nth-child(3){animation-delay:1.6s}@keyframes data-flow{0%{top:6%}to{top:94%}}.demo-section{padding-bottom:120px}.demo-toolbar{height:54px;font-family:inherit}.demo-toolbar>div{display:flex;gap:6px;align-items:center}.file-tab{height:53px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;font-size:11px;border-right:1px solid var(--line-soft)}.file-tab.active{color:#dce4e3;box-shadow:inset 0 -2px var(--cyan)}.demo-toolbar button{height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#8c9799;font-size:11px;border:1px solid #313b3d;border-radius:3px}.demo-toolbar button:hover{color:#e8efee;border-color:#627073}.demo-toolbar button.run{color:#061011;border-color:var(--cyan);background:var(--cyan)}.demo-toolbar button.run.running{color:#151007;border-color:var(--amber);background:var(--amber)}.demo-toolbar button:disabled{cursor:wait;opacity:.86}.demo-body{min-height:510px;display:grid;grid-template-columns:minmax(660px,1fr) 330px}.node-canvas{position:relative;min-width:660px;min-height:510px;overflow:hidden;touch-action:none;background-color:#0c0f10;background-image:radial-gradient(circle,rgba(106,124,126,.26) 1px,transparent 1px);background-size:22px 22px}.canvas-axis{position:absolute;top:12px;right:14px;display:flex;gap:12px;color:#3e494b;font:600 8px/1 Consolas,monospace}.connections{position:absolute;inset:0;pointer-events:none}.connections path{fill:none;stroke:#55e7df94;stroke-width:1.5;stroke-dasharray:6 5;animation:dash 1s linear infinite;filter:drop-shadow(0 0 3px rgba(85,231,223,.5))}@keyframes dash{to{stroke-dashoffset:-11}}.demo-node{position:absolute;left:0;top:0;width:182px;height:80px;padding:12px 11px;display:grid;grid-template-columns:36px 1fr 14px;align-items:center;gap:9px;color:#d8e0df;border:1px solid #364143;border-radius:5px;background:#151a1b;box-shadow:0 12px 24px #00000038;cursor:grab;user-select:none;will-change:transform}.demo-node:active{cursor:grabbing}.demo-node.cyan{border-top-color:var(--cyan)}.demo-node.amber{border-top-color:var(--amber)}.demo-node.magenta{border-top-color:var(--magenta)}.demo-node.green{border-top-color:var(--green)}.node-icon{width:34px;height:34px;display:grid;place-items:center;color:var(--cyan);border:1px solid #344143;border-radius:4px;background:#101415}.amber .node-icon{color:var(--amber)}.magenta .node-icon{color:var(--magenta)}.green .node-icon{color:var(--green)}.demo-node>div{min-width:0;display:flex;flex-direction:column;gap:5px}.demo-node strong{font-size:12px}.demo-node small{overflow:hidden;color:#687476;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.demo-node>svg{color:#4e5a5c}.node-port{position:absolute;left:-6px;top:34px;width:12px;height:12px;padding:0;border:2px solid #182021;border-radius:50%;background:#687577;cursor:crosshair}.node-port.out{left:auto;right:-6px;background:var(--cyan)}.node-port.active{background:var(--amber);box-shadow:0 0 9px var(--amber)}.link-notice{position:absolute;left:50%;bottom:14px;padding:8px 11px;color:#d4dcdb;font-size:11px;border:1px solid rgba(228,173,90,.45);border-radius:3px;background:#17140f;transform:translate(-50%)}.live-log{min-width:0;display:grid;grid-template-rows:42px 1fr 40px;border-left:1px solid var(--line-soft);background:#080b0c}.log-title{justify-content:space-between}.log-title span{display:flex;align-items:center;gap:8px}.log-output{min-height:0;padding:13px 0;overflow:auto}.log-output p{margin:0;padding:6px 13px;display:grid;grid-template-columns:24px 1fr;gap:7px;color:#778386;font:500 10px/1.55 Consolas,monospace}.log-output p span{color:#364143}.log-output p.latest{color:#b7c5c3;background:#55e7df09}.log-cursor{display:block;width:7px;height:11px;margin:4px 0 0 44px;background:var(--cyan);animation:blink .8s steps(1) infinite}@keyframes blink{50%{opacity:0}}.runtime-stats{padding:0 12px;display:flex;align-items:center;gap:12px;color:#455052;font:600 9px/1 Consolas,monospace;border-top:1px solid var(--line-soft)}.runtime-stats span:first-child{display:flex;align-items:center;gap:5px;color:#72817f}.runtime-stats i{width:5px;height:5px;border-radius:50%;background:var(--green)}.interface-mode{margin:-20px 0 24px auto;width:fit-content;padding:3px;display:flex;gap:2px;border:1px solid #30393b;border-radius:5px;background:#0a0d0e}.interface-mode button{height:34px;padding:0 13px;display:flex;align-items:center;gap:7px;color:#778285;font-size:12px;border:0;border-radius:3px;background:transparent;cursor:pointer}.interface-mode button.active{color:#e1e9e8;background:#1b2224}.interface-lab{min-height:570px;display:grid;grid-template-columns:210px minmax(420px,1fr) minmax(330px,.72fr);border:1px solid #2b3436;border-radius:6px;background:#0a0d0e;overflow:hidden}.hierarchy-pane,.ui-code-pane{border-right:1px solid var(--line-soft)}.lab-title span{margin-left:auto;color:#475355;font:600 8px/1 Consolas,monospace}.hierarchy-pane ul{margin:0;padding:13px 0;list-style:none}.hierarchy-pane li{min-height:38px;padding:0 12px;display:flex;align-items:center;gap:8px;color:#697577;font-size:11px;cursor:pointer}.hierarchy-pane li:first-child{color:#9ba6a7}.hierarchy-pane li i{width:5px;height:5px;border-radius:1px;background:#465254}.hierarchy-pane li span{margin-left:auto;color:#384345;font:600 8px/1 Consolas,monospace}.hierarchy-pane li.active{color:#dce5e4;background:#55e7df12;box-shadow:inset 2px 0 var(--cyan)}.hierarchy-pane li.active i{background:var(--cyan)}.ui-code-pane{position:relative;min-width:0}.ui-code-pane pre{min-height:370px;font-size:12px;line-height:2.2}.ui-code-pane code{cursor:pointer;border-left:2px solid transparent}.ui-code-pane code.active{color:#82eae3;border-left-color:var(--cyan);background:#55e7df11}.event-bridge{margin:18px;min-height:48px;padding:0 13px;display:flex;gap:10px;align-items:center;color:#879294;font:500 10px/1 Consolas,monospace;border:1px solid #2b3638;border-radius:4px;background:#111617}.event-bridge svg:first-child{color:var(--amber)}.event-bridge svg{flex:0 0 auto}.phone-stage{min-width:0;padding:28px;display:flex;align-items:center;justify-content:center;background-color:#101415;background-image:linear-gradient(rgba(88,105,107,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(88,105,107,.06) 1px,transparent 1px);background-size:24px 24px}.phone-device{position:relative;width:min(270px,100%);aspect-ratio:9 / 18.5;padding:7px;border:1px solid #465154;border-radius:30px;background:#22292b;box-shadow:0 24px 44px #0006}.phone-speaker{position:absolute;z-index:3;top:12px;left:50%;width:42px;height:4px;border-radius:3px;background:#090b0c;transform:translate(-50%)}.phone-screen{position:relative;height:100%;overflow:hidden;border-radius:23px;background:#d8dddf}.phone-status{height:30px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;color:#303739;font:700 7px/1 Consolas,monospace}.target-app{padding:13px;color:#3d4749;font-size:11px}.target-list{margin-top:15px;display:grid;gap:10px}.target-list i{height:36px;border-radius:4px;background:#c6cdcf}.float-console{position:absolute;left:12px;right:12px;top:82px;padding:10px;color:#dde5e4;border:1px solid #394547;border-radius:6px;background:#111617;box-shadow:0 18px 32px #0000006b}.float-head{height:26px;display:flex;align-items:center;gap:6px;color:#849092;font-size:9px;border-bottom:1px solid #242d2f}.float-head img{width:15px;height:15px;border-radius:3px}.float-head i{width:5px;height:5px;margin-left:auto;border-radius:50%;background:var(--green)}.ui-target{margin-top:8px;padding:5px;border:1px solid transparent;border-radius:3px;transition:border-color .15s ease,background .15s ease;cursor:pointer}.ui-target.active{border-color:var(--cyan);background:#55e7df11;box-shadow:0 0 0 1px #55e7df1f}.ui-target h4{margin:0;font-size:14px}.ui-target>span{color:#5c686a;font:600 6px/1 Consolas,monospace}.ui-target label{display:block}.ui-target small{display:block;margin-bottom:4px;color:#667274;font-size:8px}.ui-target strong{font-size:10px}.ui-target.mode{display:grid;grid-template-columns:1fr 1fr;gap:3px}.ui-target.mode button{height:24px;color:#7f898b;font-size:8px;border:0;border-radius:2px;background:#1e2527}.ui-target.mode button.selected{color:#071111;background:var(--cyan)}.ui-target.run{width:calc(100% - 10px);height:30px;display:flex;align-items:center;justify-content:center;gap:6px;color:#071111;font-size:9px;border:0;background:var(--cyan)}.progress-meta{display:flex;justify-content:space-between;color:#8c989a;font-size:8px}.progress-meta strong{color:#cfdbda}.phone-progress{height:3px;margin-top:6px;background:#2a3335}.phone-progress i{display:block;width:72%;height:100%;background:var(--green)}.community-browser{overflow:hidden;border:1px solid #2b3537;border-radius:6px;background:#090c0d;box-shadow:0 30px 64px #0000004d}.community-windowbar{min-height:64px;padding:0 18px;display:grid;grid-template-columns:230px minmax(280px,520px) 1fr;gap:22px;align-items:center;border-bottom:1px solid var(--line-soft);background:#111516}.community-brand{display:flex;align-items:center;gap:10px}.community-brand img{width:31px;height:31px;border-radius:5px}.community-brand div{display:flex;flex-direction:column;gap:4px}.community-brand strong{font-size:14px}.community-brand span,.community-section-title b,.community-tabs>b,.community-pulse>span,.community-pulse small{color:#526062;font:700 9px/1 Consolas,monospace}.community-search{height:36px;padding:0 12px;display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;color:#657173;font-size:12px;border:1px solid #2d383a;border-radius:4px;background:#0b0e0f}.community-search svg{color:#7e8b8d}.community-search kbd{padding:4px 6px;color:#526062;font:600 8px/1 Consolas,monospace;border:1px solid #303b3d;border-radius:3px;background:#171c1d}.community-preview-state{justify-self:end;display:flex;align-items:center;gap:7px;color:#738082;font-size:11px}.community-preview-state i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px #65d88999}.community-tabs{height:46px;padding:0 18px 0 190px;display:flex;gap:26px;align-items:center;color:#657173;font-size:12px;border-bottom:1px solid var(--line-soft);background:#0e1213}.community-tabs span{position:relative;height:46px;display:flex;align-items:center}.community-tabs span.active{color:#e0e8e7}.community-tabs span.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--cyan)}.community-tabs>b{margin-left:auto}.community-shell{min-height:700px;display:grid;grid-template-columns:170px minmax(560px,1fr) 235px}.community-categories{padding:23px 12px;display:flex;flex-direction:column;gap:4px;border-right:1px solid var(--line-soft);background:#0d1011}.community-categories>p{margin:0 8px 12px;color:#465254;font:700 8px/1 Consolas,monospace}.community-categories>span{min-height:38px;padding:0 9px;display:flex;align-items:center;gap:9px;color:#6d797b;font-size:12px;border-radius:3px}.community-categories>span.active{color:#dce5e4;background:#192021;box-shadow:inset 2px 0 var(--cyan)}.community-categories>span.active svg{color:var(--cyan)}.category-note{margin-top:auto;padding:12px 9px;display:flex;align-items:center;gap:9px;border-top:1px solid var(--line-soft)}.category-note>i{width:6px;height:6px;border-radius:50%;background:var(--amber)}.category-note>div{display:flex;flex-direction:column;gap:4px}.category-note strong{color:#98a3a4;font-size:11px}.category-note small{color:#515d5f;font-size:9px}.community-content{min-width:0;padding:24px;background-color:#0a0d0e;background-image:radial-gradient(circle,rgba(100,118,120,.12) 1px,transparent 1px);background-size:24px 24px}.community-featured{min-height:240px;display:grid;grid-template-columns:minmax(300px,1fr) 270px;overflow:hidden;border:1px solid #334043;border-radius:5px;background:#111718}.featured-copy{padding:30px}.featured-copy>span{display:flex;align-items:center;gap:7px;color:#93a09f;font:700 8px/1 Consolas,monospace}.featured-copy>span i{width:6px;height:6px;border-radius:50%;background:var(--green)}.featured-copy h3{max-width:560px;margin:18px 0 11px;font-size:24px;line-height:1.45}.featured-copy p{max-width:590px;margin:0;color:#788486;font-size:13px;line-height:1.75}.featured-copy>div{margin-top:20px;display:flex;gap:8px;flex-wrap:wrap}.featured-copy b,.script-preview-copy b{padding:5px 7px;color:#829091;font-size:10px;font-weight:600;border:1px solid #344042;border-radius:3px;background:#151b1c}.featured-visual{position:relative;min-height:240px;overflow:hidden;border-left:1px solid #283234;background-color:#0b0e0f;background-image:linear-gradient(rgba(90,111,113,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(90,111,113,.08) 1px,transparent 1px);background-size:22px 22px}.featured-device{position:absolute;top:22px;right:34px;width:120px;height:168px;padding:14px;display:flex;flex-direction:column;gap:13px;border:4px solid #273032;border-radius:18px;background:#141a1b;box-shadow:0 18px 28px #00000061}.featured-device span{color:#cad4d3;font-size:9px}.featured-device i{display:block;height:18px;border-radius:2px;background:#242d2f}.featured-device i:nth-of-type(2){width:72%;background:#315b59}.featured-device strong{margin-top:auto;color:var(--green);font:700 7px/1 Consolas,monospace}.featured-flow{position:absolute;left:15px;bottom:18px;display:flex;align-items:center}.featured-flow span{height:31px;padding:0 8px;display:flex;align-items:center;gap:5px;color:#9da9aa;font-size:9px;border:1px solid #334043;border-radius:3px;background:#121718}.featured-flow>i{width:14px;height:1px;background:var(--cyan)}.featured-flow span:nth-of-type(1) svg{color:var(--cyan)}.featured-flow span:nth-of-type(2) svg{color:var(--amber)}.featured-flow span:nth-of-type(3) svg{color:var(--green)}.community-section-title{min-height:68px;display:flex;justify-content:space-between;align-items:center}.community-section-title>div{display:flex;align-items:baseline;gap:10px}.community-section-title strong{font-size:15px}.community-section-title span{color:#536062;font-size:11px}.script-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.script-preview-item{position:relative;min-width:0;min-height:138px;padding:12px 32px 12px 12px;display:grid;grid-template-columns:104px 1fr;gap:14px;align-items:stretch;border:1px solid #293436;border-radius:5px;background:#111516;transition:border-color .18s ease,transform .18s ease,background .18s ease}.script-preview-item:hover{border-color:#526264;background:#151b1c;transform:translateY(-2px)}.script-cover{position:relative;min-height:112px;overflow:hidden;display:grid;place-items:center;color:#a5ffef;border:1px solid #31514c;border-radius:4px;background:#13211f}.script-cover.blue{color:#9fc3ff;border-color:#324b6b;background:#131b25}.script-cover.orange{color:#ffd19b;border-color:#62452c;background:#211912}.script-cover.red{color:#ffb2b8;border-color:#65343c;background:#221416}.cover-grid{position:absolute;inset:0;opacity:.48;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:16px 16px}.script-cover>svg{position:relative;z-index:2}.script-cover>span{position:absolute;left:8px;bottom:8px;color:currentColor;font:700 6px/1 Consolas,monospace}.script-cover>i{position:absolute;width:5px;height:5px;border:1px solid currentColor;border-radius:50%}.script-cover>i:nth-of-type(1){left:17px;top:20px}.script-cover>i:nth-of-type(2){right:16px;top:30px}.script-cover>i:nth-of-type(3){right:25px;bottom:25px}.script-preview-copy{min-width:0;align-self:center}.script-preview-copy>span{color:#576365;font:600 7px/1.3 Consolas,monospace}.script-preview-copy h4{margin:8px 0 6px;font-size:14px}.script-preview-copy p{margin:0;color:#6f7b7d;font-size:11px;line-height:1.6}.script-preview-copy>div{margin-top:10px;display:flex;gap:5px;flex-wrap:wrap}.script-preview-copy b{padding:4px 6px;font-size:9px}.script-arrow{position:absolute;right:10px;top:50%;color:#435052;transform:translateY(-50%)}.community-insight{padding:22px 16px;border-left:1px solid var(--line-soft);background:#0d1011}.insight-heading{display:flex;align-items:center;gap:8px;color:#9ba7a8}.insight-heading svg{color:var(--cyan)}.insight-heading strong{font-size:12px}.insight-list{margin-top:17px;border-top:1px solid var(--line-soft)}.insight-list>div{min-height:82px;padding:13px 0;display:flex;flex-direction:column;gap:5px;border-bottom:1px solid var(--line-soft)}.insight-list span{color:#4f5b5d;font:700 7px/1 Consolas,monospace}.insight-list strong{color:#b6c0bf;font-size:12px}.insight-list small{color:#5c686a;font-size:10px}.community-rules{margin-top:18px;padding:12px;display:flex;gap:9px;color:var(--amber);border:1px solid #363633;border-radius:4px;background:#141411}.community-rules div{display:flex;flex-direction:column;gap:5px}.community-rules strong{color:#aeb8b7;font-size:11px}.community-rules span{color:#606b6c;font-size:10px;line-height:1.5}.community-pulse{margin-top:24px}.community-pulse>div{height:38px;margin:9px 0 7px;display:flex;align-items:flex-end;gap:5px}.community-pulse>div i{width:6px;height:10px;background:#28403f}.community-pulse>div i:nth-child(2){height:24px}.community-pulse>div i:nth-child(3){height:16px;background:#406764}.community-pulse>div i:nth-child(4){height:31px;background:#4b817c}.community-pulse>div i:nth-child(5){height:20px}.community-pulse>div i:nth-child(6){height:27px;background:#37615e}.tutorial-rail{margin-top:34px;display:grid;grid-template-columns:210px 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tutorial-rail-head{padding:25px 24px 25px 0;border-right:1px solid var(--line)}.tutorial-rail-head h3{margin:0;font-size:22px}.tutorial-rail-head>span{display:block;margin-top:9px;color:#596567;font-size:11px}.tutorial-rail-links{display:grid;grid-template-columns:repeat(2,1fr)}.tutorial-rail-links>a{min-height:84px;padding:0 16px;display:grid;grid-template-columns:24px 1fr 17px;gap:10px;align-items:center;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);transition:color .18s ease,background .18s ease}.tutorial-rail-links>a:nth-child(2n){border-right:0}.tutorial-rail-links>a:nth-child(n+3){border-bottom:0}.tutorial-rail-links>a:hover{color:var(--cyan);background:#121718}.tutorial-rail-links>a>span{color:#485456;font:700 8px/1 Consolas,monospace}.tutorial-rail-links>a div{min-width:0;display:flex;flex-direction:column;gap:5px}.tutorial-rail-links strong{color:#c4cecd;font-size:12px}.tutorial-rail-links small{color:#596567;font-size:10px;white-space:normal;line-height:1.45}.release-strip{display:grid;grid-template-columns:180px 1fr 150px;align-items:stretch;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.release-version{padding:28px 20px 28px 0;display:flex;flex-direction:column;border-right:1px solid var(--line)}.release-version span{color:var(--green);font:700 9px/1 Consolas,monospace}.release-version strong{margin:13px 0 6px;font-size:38px}.release-version small{color:#667173;font:600 9px/1 Consolas,monospace}.release-items{padding:18px 30px}.release-items p{margin:0;min-height:38px;display:grid;grid-template-columns:7px 84px 1fr;gap:10px;align-items:center;color:#8b9698;font-size:13px;border-bottom:1px solid var(--line-soft)}.release-items p:last-child{border-bottom:0}.release-items p i{width:5px;height:5px;border-radius:50%}.release-items p span{color:#c1cbca}.release-items .green{background:var(--green)}.release-items .cyan{background:var(--cyan)}.release-items .amber{background:var(--amber)}.release-items .magenta{background:var(--magenta)}.release-strip>a{padding:0 16px;display:flex;gap:8px;align-items:center;justify-content:center;color:#7f8a8c;font-size:12px;border-left:1px solid var(--line)}.release-strip>a:hover{color:var(--cyan);background:#121718}.download-section{position:relative;min-height:650px;overflow:hidden;border-top:1px solid #293234;background:#090c0d}.download-grid{position:absolute;inset:0;opacity:.55;background-image:linear-gradient(rgba(92,111,113,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(92,111,113,.07) 1px,transparent 1px);background-size:48px 48px}.download-grid:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#55e7df2e;box-shadow:0 0 22px #55e7df1f}.download-inner{position:relative;z-index:1;width:min(100%,1440px);min-height:650px;margin:0 auto;padding:92px 60px;display:grid;grid-template-columns:1fr minmax(370px,.58fr);gap:100px;align-items:center;border-left:1px solid var(--line-soft);border-right:1px solid var(--line-soft)}.download-copy h2{font-size:54px;line-height:1.25}.download-copy>p:not(.eyebrow){max-width:560px;margin:24px 0 32px;color:#8f9a9c;font-size:17px;line-height:1.8}.release-terminal{border:1px solid #334043;border-radius:6px;background:#0d1112f0;box-shadow:0 28px 60px #00000059}.terminal-top{height:44px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;color:#647173;font:600 10px/1 Consolas,monospace;border-bottom:1px solid var(--line-soft)}.terminal-top i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 9px #65d889a6}.release-terminal dl{margin:0;padding:14px 20px}.release-terminal dl div{min-height:48px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line-soft)}.release-terminal dt{color:#677274;font-size:12px}.release-terminal dd{margin:0;color:#d0d9d8;font:600 13px/1 Consolas,monospace}.release-terminal dd span{margin-left:6px;color:#5e696b}.release-ready{margin:0 20px 20px;min-height:62px;padding:0 13px;display:flex;align-items:center;gap:11px;color:var(--cyan);border:1px solid rgba(85,231,223,.24);border-radius:4px;background:#55e7df0b}.release-ready div{display:flex;flex-direction:column;gap:5px}.release-ready strong{color:#cdd7d6;font-size:13px}.release-ready span{color:#617072;font-size:10px}footer{width:min(100%,1440px);min-height:150px;margin:0 auto;padding:32px 60px;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;color:#596466;border-left:1px solid var(--line-soft);border-right:1px solid var(--line-soft);border-top:1px solid var(--line-soft);background:#080a0b}.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand img{width:34px;height:34px;border-radius:5px}.footer-brand div{display:flex;flex-direction:column;gap:4px}.footer-brand strong{color:#cbd4d3;font-size:15px}.footer-brand span{font-size:11px}.footer-links{display:flex;gap:22px;font-size:12px}.footer-links a:hover{color:var(--cyan)}footer>p{margin:0;text-align:right;font-size:11px}.topbar:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--cyan);box-shadow:0 0 9px #55e7dfb3;transform:scaleX(var(--scroll-progress, 0));transform-origin:left center}.nav-links a.active{color:#edf8f7}.nav-links a.active:after{right:0}.global-scan:before,.global-scan:after{content:"";position:absolute;border-radius:0;background:var(--cyan);opacity:.16;pointer-events:none;will-change:transform}.global-scan:before{left:0;top:0;width:250px;height:1px;box-shadow:0 0 10px #55e7dfb3;transform:translate3d(calc(var(--mouse-x) - 125px),var(--mouse-y),0)}.global-scan:after{left:0;top:0;width:1px;height:250px;box-shadow:0 0 10px #55e7dfb3;transform:translate3d(var(--mouse-x),calc(var(--mouse-y) - 125px),0)}.hero-content:before{content:"YL / CONTROL CORE";position:absolute;left:0;top:-66px;padding-left:12px;color:#4e5b5c;font:700 8px/1 Consolas,monospace;border-left:2px solid var(--cyan)}.hero-telemetry{position:absolute;z-index:3;top:118px;right:max(42px,calc((100vw - 1440px)/2));width:288px;padding:15px 16px 14px;color:#8d999a;border:1px solid rgba(148,169,170,.18);border-left:2px solid var(--cyan);background:#070b0cc7;box-shadow:0 18px 38px #0000003d;pointer-events:none}.hero-telemetry>div:first-child{display:flex;justify-content:space-between;font:700 9px/1 Consolas,monospace}.hero-telemetry strong{color:var(--green);font-size:9px}.telemetry-meter{display:block;height:2px;margin:13px 0 15px;background:#263032}.telemetry-meter b{display:block;width:94%;height:100%;background:var(--cyan);box-shadow:0 0 10px #55e7dfcc;animation:telemetry-pulse 2.8s ease-in-out infinite}.hero-telemetry dl{margin:0;display:grid;grid-template-columns:repeat(3,1fr)}.hero-telemetry dl div{padding:0 8px;border-left:1px solid #263032}.hero-telemetry dl div:first-child{padding-left:0;border-left:0}.hero-telemetry dt{color:#536062;font:700 7px/1 Consolas,monospace}.hero-telemetry dd{margin:5px 0 0;color:#d9e3e2;font:700 11px/1 Consolas,monospace}.hero-telemetry small{display:block;margin-top:15px;color:#485456;font:700 7px/1 Consolas,monospace}@keyframes telemetry-pulse{50%{width:100%;filter:brightness(1.4)}}.content-surface{background-image:linear-gradient(90deg,transparent 0,transparent calc(50% - 1px),rgba(85,231,223,.018) 50%,transparent calc(50% + 1px)),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px);background-size:100% 100%,100% 52px}.section{position:relative}.section:after{content:"";position:absolute;right:0;top:34px;width:32px;height:1px;background:#334143}.section-heading h2{text-wrap:balance}.section-heading:hover .section-index i{width:42px;background:var(--cyan)}.section-index i{transition:width .26s ease,background .26s ease}.primary-button,.secondary-button,.nav-download,.demo-toolbar button{position:relative;overflow:hidden}.primary-button:after,.nav-download:after,.demo-toolbar button.run:after{content:"";position:absolute;top:0;bottom:0;left:-40%;width:26%;background:#ffffff4d;transform:skew(-20deg);transition:left .42s ease}.primary-button:hover:after,.nav-download:hover:after,.demo-toolbar button.run:hover:after{left:120%}.capability-workbench,.demo-console,.interface-lab,.workflow-screen{position:relative;box-shadow:0 26px 64px #0000004d,inset 0 1px #ffffff06}.capability-workbench:before,.demo-console:before,.interface-lab:before,.workflow-screen:before{content:"";position:absolute;z-index:8;left:-1px;top:-1px;width:18px;height:18px;border-left:1px solid var(--cyan);border-top:1px solid var(--cyan);pointer-events:none}.workbench-controls{display:flex;align-items:center;gap:5px}.workbench-controls strong{min-width:58px;margin-right:4px;color:#687678;font:700 9px/1 Microsoft YaHei UI,sans-serif;text-align:right}.workbench-header button{width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid #2d393b;border-radius:3px}.workbench-header button:disabled{color:#3b4648;cursor:not-allowed}.capability-workbench[data-runtime-state=running]{border-color:#55e7df8c}.capability-workbench[data-runtime-state=running] .workbench-controls strong{color:var(--cyan)}.capability-workbench[data-runtime-state=success] .workbench-controls strong{color:var(--green)}.capability-workbench[data-runtime-state=stopped] .workbench-controls strong{color:var(--amber)}.status-dot.warning{background:var(--amber);box-shadow:0 0 12px #e4ad5ab8}.mini-node{transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.mini-node.active{color:#efffff;border-color:var(--cyan);background:#122021;box-shadow:inset 3px 0 var(--cyan),0 0 22px #55e7df1c;transform:translate(3px)}.mini-node.active i{animation:runtime-node-pulse .7s ease-in-out infinite alternate}.mini-node.done{border-color:#65d88959}.mini-node.done i{background:var(--green);box-shadow:0 0 8px #65d889a8}@keyframes runtime-node-pulse{to{transform:scale(1.8);box-shadow:0 0 14px var(--cyan)}}.code-pane code{border-left:2px solid transparent;transition:color .16s ease,background .16s ease,border-color .16s ease}.code-pane code.active{color:#cafffb!important;border-left-color:var(--cyan);background:#55e7df12}.phone-crop:not(.running) .device-scan{animation-play-state:paused;opacity:.25}.phone-crop.running .device-scan{animation-duration:1.3s}.device-runtime-state{position:absolute;left:9px;right:9px;bottom:9px;min-height:28px;padding:0 8px;display:flex;align-items:center;gap:6px;color:#e8f3f2;font-size:9px;font-weight:700;background:#080d0edb;border-left:2px solid var(--cyan)}.device-runtime-state i{width:5px;height:5px;border-radius:50%;background:var(--green)}.log-pane .log-placeholder{color:#596466}.demo-toolbar button.stop{color:#9ba5a6}.demo-toolbar button.stop:not(:disabled):hover{color:var(--amber);border-color:var(--amber)}.demo-toolbar button:disabled{cursor:not-allowed;opacity:.42}.demo-toolbar button.run:disabled{cursor:wait;opacity:.86}.demo-console[data-run-state=running]{border-color:#55e7df75}.demo-console[data-run-state=success]{border-color:#65d88961}.demo-console[data-run-state=error]{border-color:#e4ad5a8c}.connections path{opacity:.42;transition:opacity .18s ease,stroke-width .18s ease}.connections path.active{opacity:1;stroke-width:2.5;filter:drop-shadow(0 0 6px rgba(85,231,223,.85))}.demo-node{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.demo-node.executing{border-color:var(--cyan);background:#132022;box-shadow:0 0 0 1px #55e7df29,0 16px 34px #00000052}.demo-node.executing .node-icon{color:#eafffd;border-color:var(--cyan);animation:runtime-node-pulse .72s ease-in-out infinite alternate}.demo-node.completed{border-color:#65d8896b}.demo-node.completed:after{content:"DONE";position:absolute;right:8px;top:7px;color:var(--green);font:700 7px/1 Consolas,monospace}.live-log{grid-template-rows:42px 1fr 3px 40px}.runtime-progress{background:#182123;overflow:hidden}.runtime-progress i{display:block;height:100%;background:var(--cyan);box-shadow:0 0 10px #55e7dfb8;transition:width .22s ease}.runtime-stats i.error{background:var(--amber);box-shadow:0 0 8px #e4ad5a99}@media(hover:hover){.capability-workbench:hover,.demo-console:hover,.interface-lab:hover{border-color:#405052}.feature-rail button:hover{background:#161d1e}}@media(max-width:1180px){.nav-links{gap:16px}.nav-links a{font-size:12px}.section{padding-left:34px;padding-right:34px}.feature-story{grid-template-columns:250px minmax(0,1fr);gap:28px}.workbench-grid{grid-template-columns:.9fr 1.1fr}.device-pane{display:none}.demo-body{grid-template-columns:minmax(660px,1fr) 290px;overflow-x:auto}.interface-lab{grid-template-columns:180px minmax(370px,1fr) 310px}}@media(max-width:900px){.topbar{padding:0 22px}.nav-links{position:fixed;top:72px;left:0;right:0;padding:16px 22px 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-bottom:1px solid var(--line);background:#080a0bfa;transform:translateY(-130%);opacity:0;pointer-events:none;transition:transform .24s ease,opacity .18s ease}.nav-links.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{padding:13px 8px;border-bottom:1px solid var(--line-soft)}.nav-links a:after{display:none}.menu-button{display:inline-grid}.nav-download{display:none}.hero-telemetry{top:96px;right:22px;width:250px;opacity:.78;transform:scale(.88);transform-origin:top right}.hero-content{width:min(600px,74vw)}.hero h1{font-size:78px}.section-heading{grid-template-columns:60px 1fr}.section-copy{grid-column:2}.feature-story{grid-template-columns:1fr}.feature-copy{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;align-items:start}.feature-copy .eyebrow,.feature-copy h3{grid-column:1}.feature-copy>p:not(.eyebrow),.feature-signal{grid-column:2}.feature-signal{grid-row:2 / 4}.workflow-stage{grid-template-columns:1fr;gap:34px}.workflow-summary{display:grid;grid-template-columns:68px 1fr;gap:0 18px}.workflow-summary .step-emblem{grid-row:1 / 5}.workflow-summary .eyebrow,.workflow-summary h3,.workflow-summary>p,.workflow-summary .step-tag{grid-column:2}.workflow-summary>p{margin-top:10px!important}.interface-lab{grid-template-columns:170px 1fr}.phone-stage{grid-column:1 / -1;min-height:560px;border-top:1px solid var(--line-soft)}.phone-device{width:260px}.community-windowbar{grid-template-columns:210px minmax(260px,1fr) auto;gap:14px}.community-tabs{padding-left:160px}.community-shell{grid-template-columns:150px minmax(0,1fr)}.community-insight{display:none}.community-featured{grid-template-columns:minmax(280px,1fr) 230px}.script-preview-grid{grid-template-columns:1fr}.tutorial-rail{grid-template-columns:180px 1fr}.release-strip{grid-template-columns:150px 1fr}.release-strip>a{grid-column:1 / -1;min-height:54px;border-top:1px solid var(--line);border-left:0}.download-inner{padding-left:34px;padding-right:34px;grid-template-columns:1fr 360px;gap:50px}footer{padding-left:34px;padding-right:34px;grid-template-columns:1fr auto}footer>p{grid-column:1 / -1;text-align:left}}@media(max-width:680px){.global-grid{background-size:42px 42px}.global-scan:before,.global-scan:after{display:none}.topbar{height:62px;padding:0 16px}.brand-mark{min-width:0}.brand-mark img{width:28px;height:28px}.brand-mark span{font-size:16px}.replay-button{display:none}.nav-links{top:62px;grid-template-columns:1fr;padding:10px 16px 18px}.nav-links a{padding:11px 6px}.hero{min-height:92svh;padding:80px 20px 62px;align-items:flex-end}.hero-grid-mark{left:20px;top:18%;height:64%}.hero-content{width:100%;padding-left:24px;padding-bottom:34px}.hero-status{margin-bottom:17px;font-size:10px}.hero h1{font-size:58px}.hero-content>p{margin:19px 0 22px;font-size:18px;line-height:1.65}.hero-actions{align-items:stretch}.hero-actions .primary-button,.hero-actions .secondary-button{flex:1 1 calc(50% - 6px);min-width:142px;padding:0 12px;font-size:13px}.hero-actions .text-button{width:100%;justify-content:flex-start;padding-left:0}.hero-capabilities{margin-top:20px;gap:13px;flex-wrap:wrap;font-size:11px}.hero-side-readout,.hero-telemetry{display:none}.scroll-cue{bottom:12px}.intro-readout{grid-template-columns:98px 1fr 36px;gap:10px;margin-bottom:30px}.intro-lock strong{font-size:11px}.intro-lock span,.intro-readout .mono{font-size:8px}.intro-skip{top:18px;right:16px}.company-axis{top:18%;width:calc(var(--company-reveal) * 88vw)}.company-wordmark{top:18%;width:82vw;clip-path:none}.company-wordmark>span{font-size:27px}.company-wordmark small{top:39px;font-size:7px}.company-signature{top:20px;left:17px;grid-template-columns:14px auto;gap:8px}.company-signature>i{width:12px;height:12px}.company-signature b{display:none}.company-signature strong{font-size:10px}.section{padding:76px 18px;border-left:0;border-right:0}.section-heading{grid-template-columns:42px 1fr;gap:14px;margin-bottom:42px}.section-index{gap:5px}.section-index i{width:17px}.section h2,.download-section h2{font-size:34px;line-height:1.35}.section-copy{font-size:15px;line-height:1.75}.feature-rail{margin-left:-18px;margin-right:-18px;padding-left:18px}.feature-rail button{min-width:148px;height:72px;grid-template-columns:21px 20px 1fr;padding:0 10px;font-size:12px}.feature-copy{display:block}.feature-copy h3,.workflow-summary h3{font-size:26px}.feature-copy>p:not(.eyebrow){margin-top:14px}.feature-signal{margin-top:18px}.capability-workbench{margin-left:-18px;margin-right:-18px;border-left:0;border-right:0;border-radius:0}.workbench-grid{min-height:540px;grid-template-columns:.9fr 1.1fr;grid-template-rows:1fr 148px}.workbench-controls strong{display:none}.node-stack{padding:12px 9px}.mini-node{grid-template-columns:18px 5px 1fr;padding:0 7px;font-size:10px}.mini-node>svg{display:none}.code-pane pre{padding-top:10px;font-size:10px;line-height:1.85}.code-pane code{padding:0 7px}.code-pane code span{width:22px}.log-pane p{padding:4px 9px;font-size:9px}.workflow-switcher{margin-left:-6px;margin-right:-6px}.workflow-switcher button{gap:7px;font-size:11px}.workflow-switcher button>span{width:34px;height:34px}.workflow-line{top:17px}.workflow-switcher button>svg{width:16px;height:16px}.workflow-summary{display:block}.step-emblem{width:50px;height:50px}.workflow-screen{margin-left:-18px;margin-right:-18px;border-left:0;border-right:0;border-radius:0}.screen-content{min-height:370px;grid-template-columns:94px 1fr}.screen-content aside{padding:13px 7px}.screen-content main{padding:25px 13px}.stage-node{padding:7px 8px;grid-template-columns:20px 1fr 15px;gap:6px}.data-stream i{left:91px}.demo-console{margin-left:-18px;margin-right:-18px;border-left:0;border-right:0;border-radius:0}.demo-toolbar{height:auto;min-height:54px;padding:7px 9px;flex-wrap:wrap;gap:6px}.file-tab{height:38px;padding:0 8px}.file-tab:not(.active){display:none}.demo-toolbar button{padding:0 8px}.demo-toolbar button:first-child{font-size:0}.demo-toolbar button:first-child svg{margin:0}.demo-toolbar button.stop span{display:none}.demo-body{display:block;min-height:auto;overflow:hidden}.node-canvas{width:700px;min-height:440px;transform:scale(.54);transform-origin:top left;margin-bottom:-202px}.live-log{height:310px;border-left:0;border-top:1px solid var(--line-soft)}.runtime-stats{gap:9px}.runtime-stats span:nth-last-child(2){margin-left:auto}.interface-mode{margin:-16px 0 20px;width:100%}.interface-mode button{flex:1;justify-content:center;padding:0 7px}.interface-lab{margin-left:-18px;margin-right:-18px;min-height:0;grid-template-columns:1fr;border-left:0;border-right:0;border-radius:0}.hierarchy-pane{display:none}.ui-code-pane{border-right:0}.ui-code-pane pre{min-height:0;font-size:10px;line-height:2}.ui-code-pane code{padding:0 8px}.event-bridge{margin:12px;overflow:hidden}.event-bridge span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-stage{grid-column:auto;min-height:570px;padding:22px}.phone-device{width:240px}.community-browser{margin-left:-18px;margin-right:-18px;border-left:0;border-right:0;border-radius:0}.community-windowbar{min-height:106px;padding:12px 14px;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:10px}.community-search{grid-column:1 / -1;grid-row:2}.community-preview-state{grid-column:2;grid-row:1}.community-tabs{height:43px;padding:0 14px;gap:22px;overflow-x:auto;white-space:nowrap}.community-tabs span{height:43px}.community-tabs>b{display:none}.community-shell{min-height:0;display:block}.community-categories{padding:9px 12px;flex-direction:row;gap:5px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line-soft)}.community-categories>p,.category-note{display:none}.community-categories>span{flex:0 0 auto;min-height:34px;padding:0 9px}.community-categories>span.active{box-shadow:inset 0 -2px var(--cyan)}.community-content{padding:12px}.community-featured{min-height:0;grid-template-columns:1fr}.featured-copy{padding:22px 18px}.featured-copy h3{font-size:22px}.featured-visual{min-height:205px;border-left:0;border-top:1px solid var(--line-soft)}.featured-device{right:28px;width:112px;height:156px}.featured-flow{left:12px;bottom:14px}.featured-flow span{padding:0 6px;font-size:8px}.community-section-title{min-height:62px}.community-section-title>div{align-items:flex-start;flex-direction:column;gap:4px}.script-preview-grid{grid-template-columns:1fr}.script-preview-item{min-height:128px;grid-template-columns:92px 1fr;gap:11px}.script-cover{min-height:102px}.tutorial-rail{margin-top:28px;grid-template-columns:1fr}.tutorial-rail-head{padding:22px 0;border-right:0;border-bottom:1px solid var(--line)}.tutorial-rail-links{grid-template-columns:1fr}.tutorial-rail-links>a{min-height:76px;border-right:0;border-bottom:1px solid var(--line-soft)!important}.tutorial-rail-links>a:last-child{border-bottom:0!important}.release-strip{grid-template-columns:1fr}.release-version{padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}.release-version strong{font-size:32px}.release-items{padding:12px 0}.release-items p{min-height:58px;grid-template-columns:7px 68px 1fr;gap:7px;line-height:1.5}.release-strip>a{grid-column:auto}.download-section,.download-inner{min-height:0}.download-inner{padding:74px 18px;grid-template-columns:1fr;gap:42px;border-left:0;border-right:0}.download-copy h2{font-size:40px}.download-actions{align-items:stretch}.download-actions a,.release-terminal{width:100%}footer{padding:32px 18px;grid-template-columns:1fr;border-left:0;border-right:0}.footer-links{flex-wrap:wrap;gap:15px}}@media(max-width:370px){.hero h1{font-size:52px}.hero-actions .primary-button,.hero-actions .secondary-button{min-width:132px;font-size:12px}.hero-capabilities{gap:9px}.section{padding-left:15px;padding-right:15px}.section-heading{grid-template-columns:37px 1fr;gap:10px}.feature-rail{margin-left:-15px;margin-right:-15px;padding-left:15px}.section h2,.download-section h2{font-size:30px}.capability-workbench,.workflow-screen,.demo-console,.interface-lab,.community-browser{margin-left:-15px;margin-right:-15px}.workbench-grid{grid-template-columns:1fr;grid-template-rows:auto auto 140px}.flow-pane{min-height:290px;border-right:0;border-bottom:1px solid var(--line-soft)}.code-pane{min-height:250px;border-right:0}.log-pane{grid-column:auto}.node-canvas{transform:scale(.5);margin-bottom:-220px}.workflow-switcher button{font-size:10px}.workflow-switcher button>span{width:31px;height:31px}.workflow-line{top:15px}.runtime-stats span:nth-child(3){display:none}}@media(pointer:coarse){.global-scan:before,.global-scan:after{display:none}.primary-button:after,.nav-download:after,.demo-toolbar button.run:after{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
