:root {
  --bg: #0a0b0f;
  --panel: #101218;
  --panel-2: #151820;
  --line: #282c36;
  --line-bright: #3a404d;
  --text: #f0f1ed;
  --muted: #969ba7;
  --dim: #626875;
  --acid: #d9fa67;
  --cyan: #7de2df;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
body::before { position: fixed; z-index: -1; inset: 0; pointer-events: none; content: ""; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
a { color: inherit; }
.page-shell { overflow: hidden; }
.section-wrap, .site-header { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; height: 92px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .15em; font-size: 15px; font-weight: 750; }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 21px; height: 22px; transform: skew(-20deg); }
.brand-mark i { display: block; width: 5px; background: var(--acid); }
.brand-mark i:first-child { height: 10px; }.brand-mark i:nth-child(2) { height: 16px; }.brand-mark i:last-child { height: 22px; }
.header-meta, .eyebrow, .section-index, .feature-number, .console-title, .console-mode, .console-status, .tree-label, .coordinate, .platform-note, .form-disclaimer { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.header-meta { color: var(--dim); }.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.hero { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(560px, 1.18fr); gap: 7vw; align-items: center; min-height: 680px; padding-block: 74px 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--acid); }.eyebrow-line { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }.hero h1 { margin: 24px 0 26px; font-size: clamp(54px, 6vw, 94px); line-height: .94; letter-spacing: -.07em; font-weight: 650; }.hero h1 em, .alpha h2 em { color: var(--acid); font-style: normal; }
.hero-lede { max-width: 450px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 48px; padding: 0 16px 0 19px; border: 1px solid transparent; text-decoration: none; font: inherit; font-size: 12px; letter-spacing: .04em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }.button span { font-size: 18px; line-height: 1; }.button:hover { transform: translateY(-2px); }.button-primary { min-width: 218px; background: var(--acid); color: #10120c; font-weight: 700; }.button-primary:hover { background: #edff9a; }
.platform-note { margin: 23px 0 0; color: var(--dim); }.platform-note span { color: var(--muted); }.platform-divider { padding: 0 7px; color: var(--line-bright) !important; }
.hero-console { position: relative; border: 1px solid var(--line-bright); background: #0e1016; box-shadow: 25px 28px 0 rgba(0,0,0,.16), 0 30px 80px rgba(0,0,0,.3); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }.console-topbar { display: flex; align-items: center; height: 38px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #171a22; }.window-lights { display: flex; gap: 5px; }.window-lights b { width: 6px; height: 6px; border-radius: 50%; background: #535761; }.console-title { flex: 1; margin-left: 20px; color: var(--muted); font-size: 9px; text-align: center; }.console-mode { color: var(--acid); font-size: 8px; }.console-mode i, .runtime-value i { display: inline-block; width: 5px; height: 5px; margin-left: 5px; border-radius: 50%; background: var(--acid); }
.console-body { display: grid; grid-template-columns: 132px 1fr 142px; min-height: 365px; }.scene-tree, .inspector { padding: 21px 13px; background: #11141b; }.scene-tree { border-right: 1px solid var(--line); }.inspector { border-left: 1px solid var(--line); }.tree-label { display: block; margin-bottom: 14px; color: var(--dim); font-size: 8px; }.tree-item { display: block; padding: 5px 4px; color: #aeb3bc; font-size: 10px; }.tree-item strong { display: inline-block; width: 17px; color: #68707c; font-weight: 400; }.tree-item.selected { background: #20262c; color: var(--acid); }.tree-item.selected strong { color: var(--acid); }.tree-item.indent { padding-left: 13px; }.tree-item.muted { color: #6a707b; }.tree-spacer { height: 113px; }
.viewport { position: relative; overflow: hidden; background: #12161b; }.viewport-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(125,226,223,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(125,226,223,.10) 1px, transparent 1px); background-size: 35px 35px; }.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(125,226,223,.28); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }.orbit-one { width: 220px; height: 98px; }.orbit-two { width: 330px; height: 148px; }.ship { position: absolute; left: calc(50% - 8px); top: calc(50% - 8px); color: var(--acid); font-size: 17px; text-shadow: 0 0 20px var(--acid); }.asteroid { position: absolute; color: var(--cyan); font-size: 22px; opacity: .82; }.asteroid-a { left: 27%; top: 31%; }.asteroid-b { right: 21%; bottom: 27%; color: var(--acid); }.coordinate { position: absolute; left: 15px; bottom: 14px; color: #69717a; font-size: 8px; }.viewport-tools { position: absolute; right: 14px; top: 13px; display: flex; gap: 12px; color: #78828c; font-size: 14px; }
.inspector-title { display: block; margin-bottom: 25px; color: var(--text); font-size: 13px; }.property { display: flex; flex-direction: column; gap: 2px; margin-bottom: 17px; }.property i { color: var(--dim); font-size: 9px; font-style: normal; }.property b { color: #b8bec7; font-size: 10px; font-weight: 450; }.property b.accent-text { color: var(--acid); }.inspector-rule { height: 1px; margin: 25px 0; background: var(--line); }.runtime-value { color: var(--muted); font-size: 9px; }.runtime-value b { color: var(--text); font-weight: 450; }.console-status { display: flex; justify-content: space-between; padding: 9px 13px; border-top: 1px solid var(--line); color: var(--dim); font-size: 8px; }.console-status span:first-child { color: var(--acid); }
.thesis { padding-block: 112px 120px; border-top: 1px solid var(--line); }.section-index { margin-bottom: 36px; color: var(--dim); }.thesis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }.thesis h2, .alpha h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 62px); line-height: .98; letter-spacing: -.06em; font-weight: 600; }.thesis h2 span { color: var(--muted); }.thesis-grid > p { max-width: 470px; margin: 3px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.features { padding-bottom: 128px; }.feature-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-card { min-height: 400px; padding: 24px 26px 30px; border-right: 1px solid var(--line); }.feature-card:last-child { border-right: 0; }.feature-number { color: var(--acid); }.feature-card h3 { margin: 33px 0 10px; font-size: 20px; font-weight: 550; letter-spacing: -.02em; }.feature-card p { max-width: 275px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.feature-art { position: relative; height: 120px; margin-top: 22px; }.art-nodes span, .art-nodes i { position: absolute; display: block; width: 13px; height: 13px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 18px rgba(125,226,223,.4); }.art-nodes span:nth-child(1) { left: 17%; top: 48%; }.art-nodes span:nth-child(2) { left: 53%; top: 14%; border-color: var(--acid); }.art-nodes span:nth-child(3) { left: 73%; top: 67%; }.art-nodes i { width: 1px; height: 90px; border: 0; border-radius: 0; background: var(--line-bright); box-shadow: none; transform-origin: top left; }.art-nodes i:first-of-type { left: 21%; top: 54%; transform: rotate(-44deg); }.art-nodes i:last-of-type { left: 57%; top: 22%; height: 95px; transform: rotate(34deg); }.art-code { padding: 18px 22px; border: 1px solid var(--line-bright); background: #0c0f13; color: var(--cyan); font: 12px/2.05 "SFMono-Regular", Consolas, monospace; }.art-code b { color: var(--acid); font-weight: 400; }.art-code i { color: var(--acid); font-style: normal; animation: blink 1.1s infinite; }.art-play { display: grid; place-items: center; border: 1px solid var(--line-bright); background: radial-gradient(circle at center, rgba(217,250,103,.12), transparent 42%), #0c0f13; }.play-ring { display: grid; place-items: center; width: 53px; height: 53px; padding-left: 3px; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); font-size: 15px; box-shadow: 0 0 27px rgba(217,250,103,.18); }.art-play i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }.art-play i:first-of-type { left: 23%; top: 27%; }.art-play i:nth-of-type(2) { right: 18%; top: 55%; background: var(--acid); }.art-play i:last-of-type { left: 34%; bottom: 16%; }
.alpha { padding-bottom: 108px; }.alpha-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; padding: 70px 7%; border: 1px solid var(--line-bright); background: linear-gradient(120deg, rgba(217,250,103,.055), transparent 43%), var(--panel); }.alpha-copy > p:not(.eyebrow) { max-width: 410px; margin: 26px 0 24px; color: var(--muted); line-height: 1.7; }.alpha-platforms { display: flex; gap: 8px; }.alpha-platforms span { padding: 7px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.signup-form { display: flex; flex-direction: column; justify-content: center; }.signup-form label { margin-bottom: 7px; color: var(--muted); font-size: 11px; }.signup-form input, .signup-form select { width: 100%; height: 48px; margin-bottom: 17px; padding: 0 13px; border: 1px solid var(--line-bright); border-radius: 0; outline: 0; background: #0b0d11; color: var(--text); font: inherit; }.signup-form input::placeholder { color: #5d636d; }.signup-form input:focus, .signup-form select:focus { border-color: var(--acid); box-shadow: 0 0 0 1px var(--acid); }.button-submit { width: 100%; margin-top: 8px; border: 0; background: var(--acid); color: #10120c; font-size: 12px; font-weight: 700; }.button-submit:hover { background: #edff9a; }.button-submit:disabled { cursor: wait; opacity: .65; transform: none; }.form-message { min-height: 24px; margin: 13px 0 0; color: var(--acid); font-size: 12px; }.form-message.error { color: #ff9e88; }.form-disclaimer { margin: 5px 0 0; color: var(--dim); font-size: 8px; letter-spacing: .08em; }
.site-footer { display: flex; justify-content: space-between; padding-block: 25px 32px; border-top: 1px solid var(--line); color: var(--dim); font-size: 11px; }.footer-brand { color: var(--text); font-weight: 700; letter-spacing: .15em; }.footer-brand small { margin-left: 8px; color: var(--dim); font-size: 8px; font-weight: 400; letter-spacing: .08em; }
@keyframes blink { 50% { opacity: 0; } }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 52px; min-height: auto; }.hero-console { transform: none; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }.feature-card:last-child { border-bottom: 0; }.feature-art { max-width: 420px; }.alpha-panel { grid-template-columns: 1fr; gap: 44px; } }
@media (max-width: 620px) { .section-wrap, .site-header { width: min(calc(100% - 32px), var(--max)); }.site-header { height: 72px; }.header-meta { display: none; }.hero { padding-block: 66px 75px; }.hero h1 { font-size: clamp(52px, 15vw, 78px); }.hero-lede { font-size: 15px; }.console-body { grid-template-columns: 96px 1fr; }.inspector { display: none; }.scene-tree { padding-inline: 8px; }.thesis-grid { grid-template-columns: 1fr; gap: 28px; }.thesis, .features { padding-bottom: 86px; }.alpha-panel { padding: 42px 24px; }.site-footer { flex-wrap: wrap; gap: 14px; }.site-footer > span:last-child { width: 100%; } }
