:root {
  --bg: #070a0f;
  --bg-soft: #0b0f15;
  --panel: #10151d;
  --paper: #f2f2ed;
  --ink: #101317;
  --muted: #888f98;
  --line: rgba(255, 255, 255, 0.11);
  --lime: #c8ff3d;
  --cyan: #80f4e4;
  --max: 1320px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #f5f7f8; background: var(--bg); font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
::selection { color: #081006; background: var(--lime); }

.page-noise { position: fixed; inset: 0; opacity: .025; z-index: 20; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; z-index: 0; opacity: .09; background: radial-gradient(circle, var(--lime), transparent 66%); transform: translate(-50%, -50%); transition: opacity .3s; }

.site-header { height: 92px; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; background: var(--lime); color: #0a0d0b; }
.brand-mark svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy b { font-size: 16px; letter-spacing: .18em; }
.brand-copy small { font-size: 7px; letter-spacing: .24em; color: #79808a; }
.desktop-nav { display: flex; align-items: center; gap: 40px; }
.desktop-nav a { font-size: 13px; color: #a9afb8; transition: color .2s; }
.desktop-nav a:hover { color: var(--lime); }
.header-cta { justify-self: end; min-width: 126px; border: 1px solid rgba(255,255,255,.24); padding: 12px 16px; font-size: 12px; display: flex; justify-content: space-between; transition: .25s; }
.header-cta:hover { background: var(--lime); color: var(--bg); border-color: var(--lime); }
.menu-toggle { display: none; }

.hero { min-height: 920px; position: relative; padding: 92px max(28px, calc((100vw - var(--max)) / 2)) 70px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), radial-gradient(circle at 74% 38%, rgba(104, 255, 228, .075), transparent 28%); background-size: 72px 72px, 72px 72px, auto; }
.hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 28%; background: linear-gradient(transparent, var(--bg)); }
.hero-content { position: relative; z-index: 2; padding-top: 30px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: #8c939c; font-size: 10px; letter-spacing: .18em; }
.eyebrow > span { width: 8px; height: 8px; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.eyebrow em { font-style: normal; margin-left: 22px; color: var(--lime); }
.hero h1 { margin: 30px 0 26px; font-weight: 620; font-size: clamp(56px, 5.5vw, 86px); letter-spacing: -.07em; line-height: 1.05; white-space: nowrap; }
.hero h1 span, .about h2 span, .product-head h2 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.43); }
.hero-content > p { font-size: 16px; line-height: 2; color: #a4aab2; margin: 0 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 16px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; gap: 34px; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #090d08; background: var(--lime); box-shadow: 0 8px 30px rgba(200,255,61,.12); }
.button-primary:hover { background: #d7ff72; }
.button-ghost { color: #b4bac1; }
.button-ghost:hover { color: white; }
.button-outline { border: 1px solid rgba(255,255,255,.21); margin-top: 34px; }
.button-outline:hover { background: var(--lime); border-color: var(--lime); color: #0a0d0b; }

.hero-visual { position: relative; z-index: 2; perspective: 1500px; transform: translateX(7%); }
.dashboard-shell { height: 550px; min-width: 760px; background: rgba(11, 15, 21, .94); border: 1px solid rgba(255,255,255,.17); box-shadow: -35px 45px 90px rgba(0,0,0,.45); transform: rotateY(-6deg) rotateX(1deg); transform-origin: center left; }
.window-topbar, .editor-topbar, .mind-topbar { height: 42px; border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 14px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; border: 1px solid #626871; }
.window-title { flex: 1; text-align: center; font-size: 8px; letter-spacing: .22em; color: #656c75; }
.window-signal { display: flex; gap: 3px; align-items: end; }
.window-signal span { width: 2px; background: var(--lime); }
.window-signal span:nth-child(1) { height: 4px; }.window-signal span:nth-child(2) { height: 7px; }.window-signal span:nth-child(3) { height: 10px; }
.dashboard-body { display: flex; height: calc(100% - 42px); }
.dash-sidebar { width: 64px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 17px; }
.mini-logo { width: 30px; height: 30px; background: var(--lime); color: #080b09; font-size: 9px; font-weight: 900; display: grid; place-items: center; margin-bottom: 18px; }
.side-icon { width: 31px; height: 31px; display: grid; place-items: center; color: #525a64; }
.side-icon.active { background: rgba(200,255,61,.1); color: var(--lime); border-left: 2px solid var(--lime); }
.side-icon svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.dash-main { flex: 1; padding: 28px; overflow: hidden; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.dash-heading div { display: flex; flex-direction: column; gap: 7px; }.dash-heading small { color: var(--lime); font-size: 7px; letter-spacing: .2em; }.dash-heading b { font-size: 19px; letter-spacing: .06em; }.dash-heading > span { color: #5a616b; font-size: 9px; font-family: monospace; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.metric-card { height: 94px; padding: 15px; background: #111720; border: 1px solid rgba(255,255,255,.07); position: relative; }
.metric-card.lime { color: #0b1008; background: var(--lime); }
.metric-card small { display: block; font-size: 8px; color: #7c8490; margin-bottom: 12px; }.metric-card.lime small { color: #44531d; }
.metric-card strong { font-family: ui-monospace, monospace; font-size: 25px; }.metric-card strong em { font-size: 10px; font-style: normal; }
.metric-line { position: absolute; right: 12px; bottom: 16px; width: 50px; height: 20px; border-bottom: 1px solid rgba(0,0,0,.2); transform: skewY(-18deg); }.metric-line i { display: block; width: 100%; height: 14px; border-top: 2px solid #111; }
.metric-rise { position: absolute; right: 12px; bottom: 15px; font-size: 8px; color: var(--lime); }.metric-tag { position: absolute; right: 12px; bottom: 14px; font-size: 7px; padding: 3px 5px; color: var(--cyan); border: 1px solid rgba(128,244,228,.3); }
.workspace-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; height: 275px; margin-top: 12px; }
.code-panel, .map-panel { position: relative; background: #0d1219; border: 1px solid rgba(255,255,255,.07); overflow: hidden; }
.panel-label { height: 38px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 8px; color: #9299a2; }.panel-label i { font-style: normal; color: #5c7250; font-size: 6px; }
.code-line { height: 32px; padding: 8px 12px; color: #939aa4; font: 9px ui-monospace, monospace; white-space: nowrap; }.code-line em { display: inline-block; width: 28px; color: #39414b; font-style: normal; }.code-line b, .code-line span { color: var(--lime); }.code-line.active { background: rgba(200,255,61,.04); }.code-line i { width: 1px; height: 12px; display: inline-block; margin-left: 2px; vertical-align: middle; background: var(--lime); animation: blink .8s infinite; }
.map-panel { background-image: radial-gradient(rgba(255,255,255,.16) .6px, transparent .6px); background-size: 14px 14px; }
.map-node { position: absolute; z-index: 2; background: #171e28; border: 1px solid #343d48; border-radius: 3px; font-size: 7px; padding: 7px 9px; color: #aeb4bc; }.map-node.root { left: 38%; top: 45%; color: #10150b; background: var(--lime); border-color: var(--lime); }.node-a { left: 8%; top: 18%; }.node-b { right: 8%; top: 15%; }.node-c { left: 8%; bottom: 14%; }.node-d { right: 7%; bottom: 19%; }
.map-line { position: absolute; height: 1px; background: #43503d; transform-origin: left; left: 26%; top: 35%; z-index: 1; }.line-a { width: 80px; transform: rotate(25deg); }.line-b { width: 70px; transform: translate(90px,20px) rotate(-30deg); }.line-c { width: 110px; transform: translate(20px,100px) rotate(-19deg); }
.visual-status { position: absolute; z-index: 4; right: 4%; top: -26px; color: #6a727c; font: 7px ui-monospace, monospace; letter-spacing: .15em; }.visual-status i { display: inline-block; width: 5px; height: 5px; background: var(--lime); border-radius: 50%; margin-right: 6px; box-shadow: 0 0 8px var(--lime); }
.floating-chip { position: absolute; z-index: 5; background: rgba(18,24,31,.94); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 40px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.chip-a { bottom: 35px; left: -28px; width: 156px; padding: 14px 12px; display: grid; grid-template-columns: 34px 1fr; }.chip-a > span { grid-row: span 2; width: 27px; height: 27px; display: grid; place-items: center; color: #10150b; background: var(--lime); font-size: 12px; }.chip-a b { font-size: 10px; }.chip-a small { margin-top: 4px; font: 6px monospace; color: #74806d; }
.chip-b { right: 20px; top: 93px; padding: 11px 15px; display: flex; align-items: center; gap: 8px; font-size: 8px; letter-spacing: .08em; }.chip-b i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-orbit { position: absolute; border: 1px solid rgba(200,255,61,.1); border-radius: 50%; pointer-events: none; }.orbit-one { width: 760px; height: 760px; right: -250px; top: 140px; }.orbit-two { width: 480px; height: 480px; right: -105px; top: 275px; }
.hero-index { position: absolute; left: max(28px, calc((100vw - var(--max)) / 2)); bottom: 28px; color: #454c55; font: 7px ui-monospace, monospace; letter-spacing: .17em; z-index: 2; }

.trust-strip { min-height: 92px; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #858c95; font-size: 11px; letter-spacing: .08em; }
.trust-strip div { display: flex; align-items: center; gap: 12px; }.trust-strip span { font: 7px ui-monospace, monospace; color: var(--lime); letter-spacing: .16em; }.trust-strip > i { width: 3px; height: 3px; background: #444a52; transform: rotate(45deg); }

.section { padding: 135px max(28px, calc((100vw - var(--max)) / 2)); }
.section-kicker { color: #7a818a; margin-bottom: 55px; }.section-kicker span { color: var(--lime); }
.about { color: var(--ink); background: var(--paper); }
.about .section-kicker { color: #73787d; }.about-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: start; }
.about h2, .product-head h2 { margin: 0; font-size: clamp(48px, 5.1vw, 76px); font-weight: 620; line-height: 1.12; letter-spacing: -.065em; }
.about h2 span { -webkit-text-stroke-color: rgba(16,19,23,.4); }
.about-copy { padding-top: 8px; }.about-copy p { color: #62666b; font-size: 14px; line-height: 2; }.about-copy .lead { margin-top: 0; color: #15191d; font-size: 20px; line-height: 1.75; font-weight: 500; }
.text-link { display: inline-flex; margin-top: 26px; padding-bottom: 8px; gap: 36px; border-bottom: 1px solid #161a1e; font-size: 12px; font-weight: 600; }.text-link span { color: #759b0f; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 100px; border-top: 1px solid #d1d3cf; border-bottom: 1px solid #d1d3cf; }
.principle { position: relative; min-height: 320px; padding: 32px 34px; border-right: 1px solid #d1d3cf; }.principle:last-child { border-right: 0; }.principle-num { font: 8px ui-monospace, monospace; color: #898e90; }.principle-icon { width: 45px; height: 45px; margin: 62px 0 32px; color: #28302a; }.principle-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.1; }.principle h3 { margin: 0 0 13px; font-size: 19px; }.principle p { margin: 0; color: #797d80; font-size: 12px; line-height: 1.8; max-width: 240px; }

.products { padding-top: 145px; background: var(--bg); }
.product-head { display: grid; grid-template-columns: 1fr 1.4fr .7fr; gap: 50px; align-items: end; margin-bottom: 120px; }.product-head .section-kicker { align-self: start; }.product-head h2 { grid-column: 2; }.product-head > p { margin: 0 0 6px; font-size: 12px; color: #888f98; line-height: 1.85; }
.product { min-height: 760px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; padding: 90px 0 110px; border-top: 1px solid var(--line); }
.product-mind { grid-template-columns: 1.22fr .78fr; }.product-mind .product-copy { order: 2; }.product-mind .product-visual { order: 1; }
.product-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 36px; }.product-meta span { font: 8px ui-monospace, monospace; color: #636a73; letter-spacing: .15em; }.product-meta i { padding: 4px 7px; border: 1px solid rgba(200,255,61,.25); color: var(--lime); font: normal 6px ui-monospace,monospace; letter-spacing: .14em; }
.product-logo { width: 50px; height: 50px; margin-bottom: 22px; color: #0b1007; background: var(--lime); display: grid; place-items: center; }
.md-logo { font-size: 20px; font-weight: 800; letter-spacing: -.15em; }.md-logo span { font-size: 14px; }
.product h3 { margin: 0 0 10px; font-size: clamp(36px, 3.6vw, 54px); letter-spacing: -.05em; }.product-subtitle { margin: 0 0 22px; color: var(--lime); font-size: 15px; }.product-desc { max-width: 420px; color: #989fa8; line-height: 1.9; font-size: 13px; }
.value-list { margin: 35px 0 0; }.value-list > div { display: grid; grid-template-columns: 76px 1fr; padding: 15px 0; border-top: 1px solid var(--line); }.value-list > div:last-child { border-bottom: 1px solid var(--line); }.value-list dt { color: #e8ebed; font-size: 11px; font-weight: 600; }.value-list dd { margin: 0; color: #797f88; font-size: 11px; line-height: 1.8; }
.mind-logo { position: relative; background: transparent; }.mind-logo i { position: absolute; width: 8px; height: 8px; border: 2px solid var(--lime); border-radius: 50%; }.mind-logo i:nth-child(1) { left: 4px; top: 8px; }.mind-logo i:nth-child(2) { left: 4px; bottom: 8px; }.mind-logo i:nth-child(3) { left: 22px; top: 21px; background: var(--lime); }.mind-logo i:nth-child(4) { right: 2px; top: 5px; }.mind-logo i:nth-child(5) { right: 0; bottom: 5px; }.mind-logo::before,.mind-logo::after { content: ""; position: absolute; width: 26px; height: 1px; left: 9px; top: 17px; background: var(--lime); transform: rotate(25deg); transform-origin: left; }.mind-logo::after { top: 34px; transform: rotate(-28deg); }
.product-visual { min-width: 0; position: relative; }.product-visual::before { content: ""; position: absolute; inset: -40px; z-index: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(circle,#000,transparent 70%); }
.visual-code { position: absolute; z-index: 3; right: 8px; top: -24px; color: #5d646e; font: 7px ui-monospace,monospace; letter-spacing: .16em; }
.editor-window,.mind-window { position: relative; z-index: 2; height: 470px; background: #0d1219; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.editor-topbar span { margin: auto; font-size: 8px; color: #747b84; }.editor-topbar b { color: #758a53; font-size: 7px; }.editor-body { display: grid; grid-template-columns: 130px 1.05fr .95fr; height: calc(100% - 68px); }.file-tree { padding: 20px 12px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 15px; }.file-tree b { margin-bottom: 8px; font-size: 8px; color: #9aa0a9; }.file-tree span { font-size: 7px; color: #5f6670; white-space: nowrap; }.file-tree .selected { margin: 0 -12px; padding: 8px 12px; color: var(--lime); background: rgba(200,255,61,.07); border-left: 2px solid var(--lime); }
.editor-code { padding-top: 28px; border-right: 1px solid var(--line); overflow: hidden; }.editor-code div { height: 31px; padding: 8px 15px; color: #8d959f; font: 8px ui-monospace,monospace; white-space: nowrap; }.editor-code em { color: #3f4650; display: inline-block; width: 25px; font-style: normal; }.editor-code strong,.editor-code mark { color: var(--lime); background: none; }.editor-code .typing { background: rgba(200,255,61,.04); }.typing i { display: inline-block; width: 1px; height: 11px; background: var(--lime); vertical-align: middle; animation: blink .8s infinite; }
.editor-preview { padding: 36px 25px; overflow: hidden; }.editor-preview h4 { margin: 0 0 30px; font-size: 20px; }.editor-preview h5 { font-size: 12px; margin: 0 0 15px; }.editor-preview p { color: #8a919a; font-size: 8px; line-height: 1.8; }.editor-preview span { display: block; font-size: 7px; color: #868d96; margin: 12px 0; }
.editor-status { height: 26px; display: flex; justify-content: space-between; align-items: center; padding: 0 14px; border-top: 1px solid var(--line); color: #515862; font: 6px ui-monospace,monospace; }
.shortcut-chip { position: absolute; z-index: 4; bottom: -25px; right: 40px; display: flex; align-items: center; gap: 6px; padding: 12px 14px; background: #171d24; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 15px 30px rgba(0,0,0,.4); }.shortcut-chip kbd { min-width: 25px; height: 25px; display: grid; place-items: center; font: 10px sans-serif; color: var(--lime); background: #0e1319; border: 1px solid #353c44; box-shadow: 0 2px 0 #06080b; }.shortcut-chip span { margin-left: 7px; color: #8d949d; font-size: 8px; }

.mind-window { height: 520px; }.mind-topbar { justify-content: space-between; }.mind-topbar > span { font-size: 9px; color: #858c95; }.mind-topbar > div:last-child { display: flex; gap: 3px; }.mind-topbar b { min-width: 22px; height: 20px; padding: 0 6px; display: grid; place-items: center; color: #676e77; background: #121821; font: 7px sans-serif; }.mind-canvas { height: calc(100% - 42px); position: relative; overflow: hidden; }.canvas-grid { position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(rgba(255,255,255,.18) .7px,transparent .7px); background-size: 18px 18px; }.connectors { position: absolute; inset: 0; width: 100%; height: 100%; }.connectors path { fill: none; stroke: rgba(200,255,61,.6); stroke-width: 1; vector-effect: non-scaling-stroke; }.mw-node { position: absolute; z-index: 2; min-width: 75px; padding: 9px 11px; border: 1px solid #323b45; border-radius: 4px; background: #161c24; color: #a3aab2; font-size: 8px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,.2); }.mw-node.central { left: 43%; top: 44%; color: #0a0e07; background: var(--lime); border-color: var(--lime); font-weight: 700; font-size: 10px; }.mw-node.primary { color: #d9dcdf; border-color: rgba(200,255,61,.38); }.p1 { left: 25%; top: 12%; }.p2 { right: 21%; top: 10%; }.p3 { left: 23%; bottom: 17%; }.p4 { right: 20%; bottom: 17%; }.mw-node.leaf { min-width: 66px; padding: 7px; color: #7c838d; background: #11171e; }.l1 { left: 7%; top: 3%; }.l2 { left: 7%; top: 25%; }.l3 { right: 5%; top: 3%; }.l4 { right: 5%; top: 25%; }.l5 { left: 5%; bottom: 31%; }.l6 { left: 5%; bottom: 5%; }.l7 { right: 3%; bottom: 33%; }.l8 { right: 3%; bottom: 5%; }
.mind-toolbar { position: absolute; z-index: 4; left: 50%; bottom: 14px; transform: translateX(-50%); display: flex; padding: 5px; border: 1px solid rgba(255,255,255,.12); background: rgba(19,25,33,.92); box-shadow: 0 8px 25px rgba(0,0,0,.35); }.mind-toolbar span { width: 30px; height: 27px; display: grid; place-items: center; color: #68707a; border-right: 1px solid var(--line); font-size: 10px; }.mind-toolbar span:first-child { color: #111; background: var(--lime); }.mind-toolbar span:last-child { border: 0; }
.weave-chip { position: absolute; z-index: 4; left: -24px; bottom: 24px; display: flex; gap: 11px; align-items: center; padding: 12px 15px; background: #151b23; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 15px 35px rgba(0,0,0,.42); }.weave-chip > i { width: 29px; height: 29px; border: 2px solid var(--lime); border-radius: 50%; position: relative; }.weave-chip > i::after { content: ""; position: absolute; inset: 5px; border: 2px solid var(--lime); border-left-color: transparent; border-radius: 50%; }.weave-chip span { display: flex; flex-direction: column; gap: 4px; }.weave-chip b { font-size: 8px; }.weave-chip small { color: var(--lime); font: 6px monospace; }

.vision { min-height: 700px; position: relative; overflow: hidden; background: var(--lime); color: #0c1108; padding-top: 120px; padding-bottom: 95px; }.vision-lines { position: absolute; width: 700px; height: 700px; right: -100px; top: -60px; border-radius: 50%; opacity: .2; background: repeating-radial-gradient(circle, transparent 0 19px,#0b1107 20px 21px); }.vision::after { content: "+"; position: absolute; right: 70px; bottom: 38px; font: 30px monospace; opacity: .25; }
.vision-inner { position: relative; z-index: 2; }.section-kicker.light { color: #44511f; }.section-kicker.light span { color: #0b1008; }.vision-inner > p { margin: 0 0 15px; font: 8px ui-monospace,monospace; letter-spacing: .2em; }.vision h2 { max-width: 980px; margin: 0; font-size: clamp(55px,7vw,100px); line-height: 1.03; letter-spacing: -.07em; }.vision h2 span { color: transparent; -webkit-text-stroke: 1.5px rgba(12,17,8,.52); }.vision-bottom { display: flex; align-items: end; justify-content: space-between; margin-top: 80px; border-top: 1px solid rgba(10,15,7,.25); padding-top: 30px; }.vision-bottom p { width: 360px; margin: 0; font-size: 13px; line-height: 1.9; }.round-link { width: 72px; height: 72px; border: 1px solid #11170d; border-radius: 50%; display: grid; place-items: center; font-size: 25px; transition: .3s; }.round-link:hover { background: #0b1008; color: var(--lime); transform: rotate(45deg); }

.footer { padding: 95px max(28px, calc((100vw - var(--max)) / 2)) 28px; background: #05070a; }.footer-top { display: grid; grid-template-columns: 1.3fr 1fr .45fr; gap: 80px; padding-bottom: 80px; }.footer-brand p { color: #6f767f; font-size: 11px; line-height: 1.9; margin-top: 28px; }.footer-contact,.footer-nav { display: flex; flex-direction: column; align-items: flex-start; }.footer-contact > span,.footer-nav > span { color: #555c65; font: 7px ui-monospace,monospace; letter-spacing: .16em; margin-bottom: 26px; }.footer-contact a { padding-bottom: 10px; border-bottom: 1px solid #565d64; font-size: 17px; }.footer-contact a b { color: var(--lime); margin-left: 28px; }.footer-contact p { color: #606771; font-size: 9px; margin-top: 17px; }.footer-nav a { color: #9da3aa; font-size: 11px; margin-bottom: 15px; }.footer-nav a:hover { color: var(--lime); }.footer-bottom { border-top: 1px solid var(--line); padding-top: 27px; display: flex; justify-content: space-between; color: #4e545c; font: 7px ui-monospace,monospace; letter-spacing: .13em; }.footer-bottom div { display: flex; align-items: center; gap: 14px; }.footer-bottom i { width: 3px; height: 3px; background: var(--lime); border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease),transform .9s var(--ease); }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }
@keyframes blink { 50% { opacity: 0; } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 130px; }.hero-content { max-width: 720px; }.hero-visual { margin-top: 100px; transform: translateX(4%); }.dashboard-shell { min-width: 740px; }.product-head { grid-template-columns: 1fr 1fr; }.product-head h2 { grid-column: 1 / 3; }.product-head > p { grid-column: 2; }.product { grid-template-columns: 1fr; gap: 70px; }.product-copy { max-width: 650px; }.product-mind .product-copy { order: 1; }.product-mind .product-visual { order: 2; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-nav { display: none; }
}

@media (max-width: 760px) {
  .cursor-glow { display: none; }.site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; position: absolute; }.brand-copy b { font-size: 14px; }.desktop-nav,.header-cta { display: none; }.menu-toggle { width: 38px; height: 38px; display: flex; flex-direction: column; gap: 7px; align-items: center; justify-content: center; border: 1px solid var(--line); color: white; background: transparent; }.menu-toggle span { width: 15px; height: 1px; background: currentColor; transition: .25s; }.menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }.desktop-nav.open { position: absolute; display: flex; flex-direction: column; align-items: flex-start; gap: 0; left: 20px; right: 20px; top: 76px; padding: 12px 20px; background: rgba(9,12,17,.98); border: 1px solid var(--line); }.desktop-nav.open a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; padding: 140px 20px 90px; display: block; background-size: 44px 44px; }.hero h1 { margin-top: 26px; font-size: clamp(45px,13vw,63px); white-space: normal; }.hero-content > p { font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-visual { margin: 95px -10px 0; transform: none; }.dashboard-shell { min-width: 650px; height: 450px; transform: scale(.65); transform-origin: left top; }.hero-visual { height: 310px; }.floating-chip { display: none; }.visual-status { right: 0; }.hero-index { left: 20px; }.orbit-one { width: 500px; height: 500px; }
  .trust-strip { min-height: 74px; padding: 0 20px; overflow: hidden; gap: 34px; justify-content: flex-start; }.trust-strip div { min-width: max-content; }.trust-strip div:nth-of-type(n+3),.trust-strip i:nth-of-type(n+2) { display: none; }
  .section { padding: 90px 20px; }.section-kicker { margin-bottom: 35px; }.about-layout { grid-template-columns: 1fr; gap: 45px; }.about h2,.product-head h2 { font-size: 45px; }.about-copy .lead { font-size: 17px; }.principles { grid-template-columns: 1fr; margin-top: 70px; }.principle { min-height: 230px; border-right: 0; border-bottom: 1px solid #d1d3cf; }.principle:last-child { border-bottom: 0; }.principle-icon { margin: 35px 0 25px; }
  .product-head { display: block; margin-bottom: 70px; }.product-head h2 { margin-bottom: 25px; }.product { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 70px 0 90px; gap: 65px; }.product-mind .product-copy { order: 1; }.product-mind .product-visual { order: 2; }.value-list > div { grid-template-columns: 70px 1fr; }.editor-window { width: 720px; height: 470px; transform: scale(.48); transform-origin: left top; }.md-visual { height: 245px; }.mind-window { width: 720px; height: 520px; transform: scale(.46); transform-origin: left top; }.mind-visual { height: 260px; }.shortcut-chip,.weave-chip { display: none; }
  .vision { min-height: 610px; }.vision h2 { font-size: 54px; }.vision-bottom { margin-top: 70px; align-items: center; gap: 30px; }.vision-bottom p { width: auto; }.round-link { min-width: 58px; width: 58px; height: 58px; }.vision-lines { right: -400px; }
  .footer { padding: 75px 20px 25px; }.footer-top { grid-template-columns: 1fr; gap: 55px; }.footer-contact a { font-size: 15px; }.footer-bottom { flex-direction: column; gap: 16px; line-height: 1.6; }.footer-bottom div { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.typing i,.code-line i { animation: none; }.cursor-glow { display: none; } }
