:root {
  --black: #090a0c;
  --black-2: #0d0f12;
  --panel: #121419;
  --panel-2: #171a20;
  --panel-3: #1c1f26;
  --white: #f2f2f0;
  --text: #d5d6d8;
  --muted: #92969e;
  --quiet: #62666e;
  --line: #272a31;
  --line-strong: #3a3e47;
  --amber: #c7a36a;
  --teal: #65cdbf;
  --green: #69c492;
  --violet: #9184d8;
  --container: 1180px;
}

* { box-sizing: border-box; }
* { scrollbar-width: none; }
*::-webkit-scrollbar { display: none; width: 0; height: 0; }
html { scroll-behavior: smooth; background: var(--black); }
section[id] { scroll-margin-top: 76px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--text); background: var(--black); font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: var(--black); background: var(--white); }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--white); font-weight: 650; letter-spacing: -.052em; }
p { color: var(--muted); line-height: 1.65; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.panel-kicker { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(9, 10, 12, .94); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; height: 76px; }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 178px; height: 54px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; color: var(--muted); font-size: 12px; }
.main-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: 34px; }
.menu-button { display: none; width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; }
.menu-button span { display: block; width: 14px; height: 1px; margin: 5px auto; background: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--line-strong); border-radius: 6px; padding: 0 20px; color: var(--white); background: transparent; font-size: 12px; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.button:hover { border-color: #777b83; background: var(--panel-3); }
.button--small { min-height: 38px; padding-inline: 15px; font-size: 11px; }
.button--light { border-color: var(--white); color: var(--black); background: var(--white); }
.button--light:hover { border-color: #d1d1ce; background: #d1d1ce; }
.button--quiet { background: var(--panel); }

.hero { position: relative; overflow: hidden; padding: 128px 0 112px; border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; inset: 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: 64px 64px; mask-image: linear-gradient(90deg, transparent 28%, #000 100%); content: ""; }
.hero .container { position: relative; }
.hero-copy { position: relative; z-index: 2; max-width: 820px; }
.hero h1 { font-size: clamp(64px, 8vw, 112px); font-weight: 700; line-height: .91; }
.hero-summary { max-width: 610px; margin-top: 31px; font-size: 17px; }
.hero-actions { display: flex; gap: 10px; margin-top: 35px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 55px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.hero-facts span::before { margin-right: 9px; color: var(--text); content: "—"; }
.hero-workflow { position: absolute; top: 42px; right: 0; z-index: 1; width: 460px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 11px; background: rgba(13, 15, 18, .94); box-shadow: 0 28px 70px rgba(0, 0, 0, .34); backdrop-filter: blur(12px); }
.hero-workflow-header, .hero-workflow-footer { display: flex; align-items: center; min-height: 58px; padding: 0 17px; border-bottom: 1px solid var(--line); }
.hero-workflow-header > div span, .hero-workflow-header > div strong { display: block; }
.hero-workflow-header > div span { margin-bottom: 5px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.hero-workflow-header > div strong { color: var(--white); font-size: 13px; }
.hero-workflow-header > b { margin-left: auto; border: 1px solid rgba(101, 205, 191, .25); border-radius: 99px; padding: 5px 8px; color: var(--teal); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.hero-workflow-canvas { position: relative; height: 350px; overflow: hidden; background: #0c0f14; }
.hero-workflow-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255, 255, 255, .075) 1px, transparent 1px); background-size: 18px 18px; }
.hero-connections { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hero-connections path { fill: none; stroke: #414650; stroke-width: 1.5; vector-effect: non-scaling-stroke; transition: stroke .25s, filter .25s; }
.hero-connections path.active { stroke: var(--amber); stroke-dasharray: 5 6; filter: drop-shadow(0 0 3px rgba(199, 163, 106, .45)); animation: hero-path-dash .7s linear infinite; }
.hero-connections path.completed { stroke: var(--green); }
.hero-connections [data-hero-connection="check-general"].active,
.hero-connections [data-hero-connection="check-general"].completed { stroke: #ea6b77; filter: drop-shadow(0 0 3px rgba(234, 107, 119, .4)); }
.hero-connections [data-hero-connection="check-billing"].active,
.hero-connections [data-hero-connection="check-billing"].completed { stroke: var(--green); filter: drop-shadow(0 0 3px rgba(105, 196, 146, .4)); }
.hero-node { position: absolute; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 122px; min-height: 88px; border: 1px solid var(--line-strong); border-radius: 8px; padding: 12px; background: #171a21; box-shadow: 0 12px 26px rgba(0, 0, 0, .26); transition: border-color .25s, box-shadow .25s, transform .25s; }
.hero-node > span { color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .09em; text-transform: uppercase; }
.hero-node > strong { margin-top: 7px; color: var(--white); font-size: 11px; line-height: 1.25; }
.hero-node > small { margin-top: 7px; color: var(--muted); font-size: 8px; line-height: 1.35; }
.hero-node--trigger { top: 131px; left: 18px; border-color: rgba(199, 163, 106, .35); }
.hero-node--check { top: 120px; left: 162px; width: 136px; min-height: 110px; border-color: rgba(145, 132, 216, .35); }
.hero-node--public { top: 43px; right: 18px; width: 126px; border-color: rgba(234, 107, 119, .32); }
.hero-node--private { right: 18px; bottom: 43px; width: 126px; border-color: rgba(105, 196, 146, .32); }
.hero-node.active { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(199, 163, 106, .08), 0 16px 30px rgba(0, 0, 0, .32); transform: translateY(-2px); }
.hero-node.completed { border-color: var(--green); }
.hero-node--public.active, .hero-node--public.completed { border-color: #ea6b77; box-shadow: 0 0 0 3px rgba(234, 107, 119, .07), 0 16px 30px rgba(0, 0, 0, .32); }
.hero-port { position: absolute; z-index: 3; top: calc(50% - 4px); width: 8px; height: 8px; border: 2px solid #0c0f14; border-radius: 50%; background: var(--amber); }
.hero-port--in { left: -5px; }
.hero-port--out { right: -5px; }
.hero-port--false { top: 32px; background: #ea6b77; }
.hero-port--true { top: auto; bottom: 31px; background: var(--green); }
.hero-branch { position: absolute; right: 8px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 5px; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.hero-branch--false { top: 19px; color: #f3a0aa; }
.hero-branch--true { bottom: 18px; color: #93ebbb; }
.hero-workflow-footer { min-height: 54px; border-top: 1px solid var(--line); border-bottom: 0; }
.hero-workflow-footer > span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; }
.hero-workflow-footer > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--quiet); }
.hero-workflow-footer > span.passed { color: var(--green); }
.hero-workflow-footer > span.passed i { background: var(--green); box-shadow: 0 0 0 4px rgba(105, 196, 146, .08); }
.hero-workflow-footer button { margin-left: auto; min-height: 29px; border: 1px solid var(--line-strong); border-radius: 5px; padding: 0 10px; color: var(--white); background: var(--panel-2); font-size: 7px; font-weight: 650; }
.hero-workflow-footer button:hover { border-color: var(--amber); }

.product-section { padding: 112px 0 96px; border-bottom: 1px solid var(--line); }
.section-heading h2 { max-width: 760px; font-size: clamp(40px, 5vw, 67px); line-height: 1; }
.editor { --execution: #c7a36a; --content: #65cdbf; overflow: hidden; margin-top: 56px; border: 1px solid var(--line-strong); border-radius: 12px; background: #0b0e14; box-shadow: 0 28px 80px rgba(0, 0, 0, .38); }
.workflow-appbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 62px; padding: 0 13px; border-bottom: 1px solid var(--line); background: #0d1016; }
.workflow-appbar__identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.workflow-back { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(255, 255, 255, .025); }
.workflow-appbar__identity small, .workflow-appbar__identity strong { display: block; }
.workflow-appbar__identity small { margin-bottom: 4px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.workflow-appbar__identity strong { overflow: hidden; max-width: 220px; color: var(--white); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.workflow-project-nav { display: flex; align-self: stretch; }
.workflow-project-nav button { border: 0; border-bottom: 2px solid transparent; padding: 0 13px; color: var(--muted); background: transparent; font-size: 9px; }
.workflow-project-nav button.active { border-color: var(--execution); color: var(--white); background: rgba(199, 163, 106, .09); }
.workflow-context { justify-self: end; color: var(--quiet); font-size: 8px; }
.studio-shell { display: grid; grid-template-columns: 218px minmax(0, 1fr) 225px; grid-template-rows: 500px 46px; min-width: 0; }
.studio-palette, .studio-inspector { position: relative; min-width: 0; overflow: hidden; background: #11151d; }
.studio-palette { z-index: 5; overflow: visible; border-right: 1px solid var(--line); }
.studio-inspector { border-left: 1px solid var(--line); }
.studio-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 64px; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.studio-panel-header h3 { margin-top: 5px; font-size: 15px; }
.studio-panel-actions { display: flex; align-items: center; gap: 4px; }
.studio-panel-actions button { min-height: 25px; border: 1px solid var(--line); border-radius: 7px; padding: 0 7px; color: var(--muted); background: rgba(255, 255, 255, .02); font-size: 7px; }
.studio-panel-actions button:last-child { width: 25px; padding: 0; font-size: 13px; }
.studio-palette-body { display: grid; align-content: start; gap: 18px; height: calc(100% - 64px); overflow: hidden; padding: 12px 11px 25px; }
.palette-search { border: 1px solid var(--line); border-radius: 8px; padding: 9px; color: var(--quiet); background: #0b0e14; font-size: 8px; }
.palette-section { display: grid; gap: 9px; }
.palette-section + .palette-section { padding-top: 15px; border-top: 1px solid var(--line); }
.palette-section-heading { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.palette-section-heading h4 { margin: 0; color: var(--white); font-size: 10px; }
.palette-section-heading p { margin-top: 3px; font-size: 7px; line-height: 1.4; }
.palette-section-heading > span { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 7px; }
.palette-grid { display: grid; gap: 7px; }
.palette-tile { display: grid; gap: 6px; width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 9px; color: var(--text); background: #0e1219; text-align: left; }
.palette-tile:hover, .palette-tile.active { border-color: #4b4f58; background: #151922; }
.palette-meta { display: flex; gap: 4px; }
.palette-meta i { border: 1px solid var(--line); border-radius: 99px; padding: 3px 5px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 5px; font-style: normal; text-transform: uppercase; }
.palette-tile strong { font-size: 8px; }
.palette-tile small { color: var(--quiet); font-size: 7px; line-height: 1.35; }
.palette-index { position: absolute; z-index: 5; top: 50%; right: -27px; display: grid; width: 27px; border: 1px solid var(--line); border-left: 0; border-radius: 0 9px 9px 0; background: #11151d; transform: translateY(-50%); }
.palette-index button { width: 26px; height: 33px; border: 0; border-left: 2px solid transparent; padding: 0; color: var(--quiet); background: transparent; font-size: 6px; writing-mode: vertical-rl; transform: rotate(180deg); }
.palette-index button.active { border-left-color: var(--execution); color: var(--white); background: rgba(255, 255, 255, .035); }
.studio-canvas-panel { display: grid; grid-template-rows: 64px minmax(0, 1fr) 29px; min-width: 0; background: #0d1016; }
.studio-canvas-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 13px 0 35px; border-bottom: 1px solid var(--line); }
.studio-canvas-header h3 { margin-top: 5px; font-size: 14px; }
.canvas-actions { display: flex; gap: 5px; }
.editor-button { min-height: 28px; border: 1px solid var(--line); border-radius: 7px; padding: 0 9px; color: var(--muted); background: rgba(255, 255, 255, .02); font-size: 7px; }
.editor-button:hover { border-color: var(--line-strong); color: var(--white); background: rgba(255, 255, 255, .05); }
.editor-button--check { border-color: rgba(199, 163, 106, .28); color: #dfc99f; background: rgba(199, 163, 106, .09); }
.editor-button--save { border-color: #e9e9e5; color: #101114; background: #e9e9e5; }
.canvas { position: relative; min-height: 0; overflow: hidden; background: #0b0e14; }
.canvas-grid { position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px); background-size: 22px 22px; opacity: .55; }
.connections { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.connection { fill: none; stroke-width: 2.2; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.connection--control { stroke: var(--execution); }
.connection--content { stroke: var(--content); }
.flow-card { position: absolute; z-index: 2; display: grid; gap: 6px; width: 205px; min-height: 148px; border: 1px solid var(--line); border-radius: 15px; padding: 13px; color: var(--text); background: #141822; box-shadow: 0 14px 27px rgba(0, 0, 0, .3); text-align: left; transition: border-color .18s, box-shadow .18s, transform .18s; }
.flow-card--trigger { top: 29%; left: 9%; border-color: rgba(199, 163, 106, .27); }
.flow-card--action { top: 29%; right: 9%; }
.flow-card:hover, .flow-card.selected { border-color: rgba(199, 163, 106, .5); box-shadow: 0 0 0 1px rgba(199, 163, 106, .16), 0 17px 32px rgba(0, 0, 0, .34); }
.flow-card.testing { border-color: var(--white); background: #1b202b; }
.flow-card-eyebrow, .flow-card-type { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .09em; text-transform: uppercase; }
.flow-card-eyebrow { color: var(--muted); }
.flow-card--trigger .flow-card-eyebrow { color: #dfbb7e; }
.flow-card-type { color: #c9ced8; }
.flow-card strong { overflow: hidden; color: var(--white); font-size: 13px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.flow-card-spacer { min-height: 13px; }
.flow-card-inputs, .flow-card-footer { display: flex; flex-wrap: wrap; gap: 5px; }
.flow-card-summary { display: grid; gap: 3px; margin-top: 2px; }
.flow-card-summary small { overflow: hidden; color: var(--muted); font-size: 8px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.flow-card-footer { margin-top: auto; }
.flow-port { display: inline-flex; border-radius: 99px; padding: 4px 6px; background: rgba(255, 255, 255, .05); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.flow-port--control { color: #dfbb7e; }
.flow-port--text { color: #91ddd2; }
.flow-handle { position: absolute; z-index: 4; width: 11px; height: 11px; border: 2px solid #0b0e14; border-radius: 50%; }
.flow-handle--control-in, .flow-handle--text-in { left: -6px; }
.flow-handle--control-out, .flow-handle--text-out { right: -6px; }
.flow-handle--control-in, .flow-handle--control-out { top: 48%; background: var(--execution); }
.flow-handle--text-in, .flow-handle--text-out { top: 78%; background: var(--content); }
.flow-card--action > .flow-handle--control-out { right: -6px; }
.studio-controls { position: absolute; z-index: 4; bottom: 12px; left: 13px; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #11151d; }
.studio-controls span { display: grid; place-items: center; width: 25px; height: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.studio-controls span:last-child { border-bottom: 0; }
.canvas-status { overflow: hidden; border-top: 1px solid var(--line); padding: 0 12px; color: var(--muted); background: #11151d; font-size: 7px; line-height: 29px; text-overflow: ellipsis; white-space: nowrap; }
.studio-inspector-body { padding: 13px 12px; }
.studio-inspector-body[hidden] { display: none; }
.studio-inspector-body label { display: grid; gap: 7px; }
.studio-inspector-body label > span { color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.studio-inspector-body input { width: 100%; height: 34px; border: 1px solid var(--line); border-radius: 7px; padding: 0 9px; color: var(--text); background: #0b0e14; font-size: 8px; }
.inspector-detail { display: grid; gap: 7px; margin: 15px 0 20px; border: 1px solid var(--line); border-radius: 9px; padding: 11px; background: #0d1118; }
.inspector-detail span { color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .08em; text-transform: uppercase; }
.inspector-detail strong { color: var(--white); font-size: 9px; }
.inspector-detail small { color: var(--muted); font-size: 8px; line-height: 1.45; }
.connection-card { display: grid; gap: 5px; width: 100%; margin-top: 9px; border: 1px solid var(--line); border-radius: 8px; padding: 10px; color: var(--text); background: #0d1118; text-align: left; }
.connection-card strong { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.connection-card small { color: var(--quiet); font-size: 7px; text-transform: uppercase; }
.revision-history { display: grid; gap: 6px; }
.revision-row { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: #0d1118; }
.revision-row.current { border-color: rgba(199, 163, 106, .35); }
.revision-row span, .revision-row strong, .revision-row small { display: block; }
.revision-row strong { color: var(--white); font-size: 9px; }
.revision-row small { margin-top: 4px; color: var(--quiet); font-size: 7px; }
.revision-row b { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; font-weight: 500; text-transform: uppercase; }
.studio-bottom { position: relative; z-index: 10; grid-column: 1 / -1; display: flex; align-items: stretch; border-top: 1px solid var(--line); background: #11151d; }
.studio-bottom button { border: 0; border-bottom: 2px solid transparent; padding: 0 14px; color: var(--quiet); background: transparent; font-size: 7px; }
.studio-bottom button.active { border-color: var(--execution); color: var(--white); background: rgba(255, 255, 255, .025); }
.demo-note { margin-top: 16px; color: var(--quiet); font-size: 10px; text-align: center; }

.ai-editor-section { position: relative; overflow: hidden; padding: 68px 0; border-bottom: 1px solid var(--line); background: #0b0d11; }
.ai-editor-section::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(180deg, #000, transparent 76%); content: ""; }
.ai-editor-section .container { position: relative; }
.ai-editor-layout { display: block; }
.ai-editor-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .55fr); align-items: end; gap: 70px; }
.ai-editor-heading h2 { max-width: 760px; font-size: clamp(50px, 5.8vw, 76px); line-height: .94; }
.ai-editor-heading > div > p { max-width: 480px; font-size: 14px; }
.ai-editor-points { display: flex; flex-wrap: wrap; gap: 15px 20px; margin-top: 26px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.ai-editor-points span::before { margin-right: 7px; color: var(--violet); content: "—"; }
.ai-workspace { --execution: #c7a36a; --content: #65cdbf; min-width: 0; margin-top: 36px; }
.ai-workspace::before { display: none; }
.ai-studio-shell { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: 313px auto; min-width: 0; overflow: hidden; }
.ai-studio-shell > .studio-canvas-panel { grid-column: 2; grid-row: 1; }
.ai-library-rail { position: relative; z-index: 20; grid-column: 1; grid-row: 1; align-self: stretch; display: grid; align-content: center; width: 30px; border-right: 1px solid var(--line); background: #11151d; transition: opacity .2s; }
.ai-library-rail span { display: grid; place-items: center; width: 29px; height: 30px; border-left: 2px solid transparent; color: var(--quiet); font-size: 6px; writing-mode: vertical-rl; transform: rotate(180deg); }
.ai-library-rail span.active { border-left-color: var(--execution); color: var(--white); background: rgba(199, 163, 106, .08); }
.ai-canvas-heading { display: block; }
.ai-canvas-heading > span { display: block; }
.editor-button--static { display: inline-flex; align-items: center; cursor: default; user-select: none; }
.ai-workspace-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 62px; border-bottom: 1px solid var(--line); padding: 0 18px; background: #11141a; }
.ai-workspace-bar > div:first-child span, .ai-workspace-bar > div:first-child strong { display: block; }
.ai-workspace-bar > div:first-child span { margin-bottom: 5px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ai-workspace-bar > div:first-child strong { color: var(--white); font-size: 12px; }
.ai-workspace-actions { display: flex; align-items: center; gap: 18px; }
.ai-workspace-actions > b { color: var(--green); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.ai-validity { display: flex; align-items: center; gap: 8px; color: var(--green); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.ai-validity i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(105, 196, 146, .07); }
.ai-graph-panel { min-width: 0; background: #0b0e14; }
.ai-graph-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 50px; border-bottom: 1px solid var(--line); padding: 0 16px; background: #0f1218; }
.ai-graph-header > div strong { display: block; margin-top: 5px; color: var(--white); font-size: 11px; }
.ai-graph-header > span { color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.ai-command-heading span, .ai-change-set > div span, .ai-flow-node > span, .ai-graph-header > div span { color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .09em; text-transform: uppercase; }
.ai-canvas-viewport { min-width: 0; height: 100%; overflow-x: auto; overflow-y: hidden; }
.ai-canvas { position: relative; min-width: 820px; height: 100%; overflow: hidden; background: #0b0e14; }
.ai-canvas-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255, 255, 255, .1) 1px, transparent 1px); background-size: 20px 20px; opacity: .6; }
.ai-connections { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ai-connections path { fill: none; stroke: var(--execution); stroke-width: 2.2; stroke-linecap: round; vector-effect: non-scaling-stroke; transition: opacity .3s, stroke .3s; }
.ai-connections [data-ai-connection="trigger-cooldown"] { stroke: var(--execution); }
.ai-connections [data-ai-connection="condition-ticket"] { stroke: var(--green); }
.ai-connections [data-ai-connection="condition-help"] { stroke: #ef8f9a; }
.ai-connections [data-ai-connection$="-data"] { stroke: var(--content); stroke-width: 1.6; }
.ai-flow-node { position: absolute; z-index: 2; display: grid; gap: 4px; width: 180px; min-height: 100px; border: 1px solid var(--line); border-radius: 14px; padding: 9px; color: var(--text); background: linear-gradient(180deg, rgba(20, 24, 34, .97), rgba(15, 18, 26, .97)); box-shadow: 0 12px 26px rgba(0, 0, 0, .22); text-align: left; transition: opacity .3s, border-color .3s, box-shadow .3s; }
.ai-flow-node > strong { overflow: hidden; color: var(--white); font-size: 10px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.ai-flow-node .flow-card__eyebrow, .ai-flow-node .flow-card__type { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .1em; line-height: 1.1; text-transform: uppercase; }
.ai-flow-node .flow-card__eyebrow { color: var(--quiet); }
.ai-flow-node--trigger .flow-card__eyebrow { color: #dfbb7e; }
.ai-flow-node .flow-card__type { color: #cfd5e3; }
.ai-flow-node .flow-card__inputs, .ai-flow-node .flow-card__footer, .ai-flow-node .flow-branches { display: flex; align-items: center; flex-wrap: wrap; gap: 3px; margin: 0; padding: 0; }
.ai-flow-node .flow-card__summary { display: grid; gap: 1px; min-width: 0; }
.ai-flow-node .flow-card__summary span { overflow: hidden; color: var(--muted); font-size: 6.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.ai-flow-node .flow-card__footer { margin-top: auto; }
.ai-flow-node .flow-branches { justify-content: space-between; }
.ai-flow-node .flow-port { display: inline-flex; align-items: center; border-radius: 99px; padding: 3px 5px; background: rgba(255, 255, 255, .05); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 5.5px; font-style: normal; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.ai-flow-node .flow-port--control { color: #e9c187; }
.ai-flow-node .flow-port--text { color: #96e5d7; }
.ai-flow-node .flow-port--true { color: #93ebbb; }
.ai-flow-node .flow-port--false { color: #f3a0aa; }
.ai-flow-node--trigger { top: 60px; left: calc(50% - 390px); border-color: rgba(239, 177, 99, .26); }
.ai-flow-node--cooldown { top: 60px; left: calc(50% - 190px); }
.ai-flow-node--condition { top: 55px; left: calc(50% + 10px); width: 190px; min-height: 110px; border-color: rgba(123, 104, 238, .28); }
.ai-flow-node--ticket { top: auto; right: auto; bottom: 2px; left: calc(50% + 220px); }
.ai-flow-node--help { top: 2px; right: auto; bottom: auto; left: calc(50% + 220px); }
.ai-flow-port { position: absolute; z-index: 3; top: calc(48% - 5px); width: 10px; height: 10px; border: 2px solid #0b0e14; border-radius: 50%; background: var(--execution); }
.ai-flow-port--in { left: -6px; }
.ai-flow-port--out { right: -6px; }
.ai-flow-port--text-in { top: calc(78% - 5px); left: -6px; background: var(--content); }
.ai-flow-port--text-out { top: calc(78% - 5px); right: -6px; background: var(--content); }
.ai-flow-node--condition .ai-flow-port--false { top: calc(36% - 5px); right: -6px; background: #ef8f9a; }
.ai-flow-node--condition .ai-flow-port--true { top: calc(72% - 5px); right: -6px; background: var(--green); }
.ai-flow-node--condition .ai-branch-label { position: absolute; right: 9px; z-index: 2; padding: 2px 4px; font-size: 5.5px; line-height: 1; transform: translateY(-50%); }
.ai-flow-node--condition .ai-branch-label--false { top: 36%; }
.ai-flow-node--condition .ai-branch-label--true { top: 72%; }
.ai-workbench { position: relative; z-index: 10; grid-column: 1 / -1; grid-row: 2; border-top: 1px solid var(--line); background: #11151d; }
.ai-workbench-tabs { display: flex; align-items: center; justify-content: space-between; min-height: 40px; border-bottom: 1px solid var(--line); padding: 0 10px; }
.ai-workbench-tabs > div { align-self: stretch; display: flex; align-items: stretch; }
.ai-workbench-tabs button { border: 0; border-bottom: 2px solid transparent; border-radius: 0; padding: 0 14px; color: var(--quiet); background: transparent; font-size: 8px; }
.ai-workbench-tabs button.active { border-bottom-color: var(--execution); color: var(--white); background: rgba(255, 255, 255, .025); }
.ai-workbench-tabs .ai-workbench-toggle { align-self: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 6px; padding: 0; color: var(--muted); font-size: 12px; transition: transform .25s; }
.ai-workbench-body { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 10px; max-height: 220px; overflow: hidden; padding: 10px; opacity: 1; transition: max-height .42s cubic-bezier(.2, .8, .2, 1), padding .42s cubic-bezier(.2, .8, .2, 1), opacity .22s; }
.ai-workspace.ai-panel-collapsed .ai-workbench-body { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; pointer-events: none; }
.ai-workspace.ai-panel-collapsed .ai-workbench-toggle { transform: rotate(180deg); }
.ai-prompt-panel, .ai-change-set { border: 1px solid var(--line); border-radius: 8px; padding: 9px; background: #0d1016; }
.ai-command-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ai-command-heading b { border: 1px solid rgba(199, 163, 106, .3); border-radius: 99px; padding: 5px 7px; color: #dfc99f; background: rgba(199, 163, 106, .07); font-size: 6px; font-weight: 600; text-transform: uppercase; }
.ai-instruction { min-height: 51px; margin-top: 7px; border: 1px solid #3e434d; border-radius: 6px; padding: 8px; color: var(--text); background: #090c11; font-size: 8px; line-height: 1.45; }
.ai-prompt-panel > button { width: 100%; min-height: 29px; margin-top: 7px; border: 1px solid #e9e9e5; border-radius: 5px; color: #0e1014; background: #e9e9e5; font-size: 8px; font-weight: 700; }
.ai-prompt-panel > button:hover { background: #d7d7d3; }
.ai-prompt-panel > button:disabled { cursor: wait; opacity: .65; }
.ai-change-set > div, .ai-change-set footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ai-change-set > div strong { color: var(--muted); font-size: 8px; }
.ai-change-set ol { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 7px 0; padding: 0; list-style: none; }
.ai-change-set li { display: grid; grid-template-columns: 8px minmax(0, 1fr); align-items: center; gap: 7px; min-height: 34px; border: 1px solid var(--line); border-radius: 6px; padding: 5px 8px; background: #0a0d12; transition: border-color .25s, background .25s; }
.ai-change-set li > i { width: 7px; height: 7px; border: 1px solid var(--quiet); border-radius: 50%; transition: border-color .25s, background .25s, box-shadow .25s; }
.ai-change-set li span, .ai-change-set li strong, .ai-change-set li small { display: block; }
.ai-change-set li strong { color: var(--text); font-size: 8px; }
.ai-change-set li small { margin-top: 2px; color: var(--quiet); font-size: 6px; }
.ai-change-set li.is-applying { border-color: rgba(199, 163, 106, .4); background: rgba(199, 163, 106, .06); }
.ai-change-set li.is-applying > i { border-color: var(--execution); background: var(--execution); box-shadow: 0 0 0 4px rgba(199, 163, 106, .08); }
.ai-change-set li.is-applied { border-color: rgba(105, 196, 146, .25); }
.ai-change-set li.is-applied > i { border-color: var(--green); background: var(--green); }
.ai-change-set footer { border-top: 1px solid var(--line); padding-top: 6px; color: var(--quiet); font-size: 6px; }
.ai-change-set footer strong { color: #dfc99f; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.ai-workspace.ai-awaiting-edit .ai-flow-node--generated { opacity: 0; }
.ai-workspace.ai-awaiting-edit .ai-connections path { opacity: 0; }
.ai-workspace.ai-is-running .ai-flow-node--generated { opacity: 0; }
.ai-workspace.ai-is-running .ai-flow-node--generated.is-applied { opacity: 1; border-color: var(--execution); box-shadow: 0 0 0 2px rgba(199, 163, 106, .08), 0 15px 30px rgba(0, 0, 0, .32); }
.ai-workspace.ai-is-running .ai-connections path { opacity: 0; }
.ai-workspace.ai-is-running .ai-connections path.is-applied { opacity: 1; stroke-dasharray: 6 7; animation: ai-path-flow .8s linear infinite; }
.ai-workspace.ai-is-complete .ai-connections path { opacity: 1; stroke-dasharray: 0; animation: none; }
.ai-workspace.ai-is-complete .ai-flow-node--generated { opacity: 1; transform: none; }

.core-section { border-bottom: 1px solid var(--line); }
.core-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.core-grid article { position: relative; overflow: hidden; min-height: 230px; padding: 50px 42px; border-right: 1px solid var(--line); transition: background .2s; }
.core-grid article::before { position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--amber); content: ""; transition: width .35s cubic-bezier(.2, .8, .2, 1); }
.core-grid article:nth-child(2)::before { background: var(--teal); }
.core-grid article:nth-child(3)::before { background: var(--green); }
.core-grid article::after { position: absolute; right: -14px; bottom: -34px; color: rgba(255, 255, 255, .025); font-size: 138px; font-weight: 800; letter-spacing: -.1em; content: attr(data-step); }
.core-grid article:hover { background: var(--black-2); }
.core-grid article:hover::before { width: 100%; }
.core-grid article:first-child { border-left: 1px solid var(--line); }
.core-grid span, .feature-number { color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; }
.core-grid h3 { margin-top: 28px; font-size: 28px; }
.core-grid p { max-width: 260px; margin-top: 12px; font-size: 12px; }
.core-grid article:nth-child(1) > span { color: var(--amber); }
.core-grid article:nth-child(2) > span { color: var(--teal); }
.core-grid article:nth-child(3) > span { color: var(--green); }

.hosting-section { position: relative; overflow: hidden; padding: 125px 0; border-bottom: 1px solid var(--line); background: #0c0e12; }
.hosting-section::before { position: absolute; top: 0; bottom: 0; left: calc(50% + 118px); width: 1px; background: var(--line); content: ""; }
.hosting-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 72px; }
.hosting-copy { position: relative; z-index: 2; }
.hosting-copy h2 { max-width: 500px; font-size: clamp(40px, 5vw, 65px); line-height: .98; }
.hosting-copy > p { max-width: 450px; margin-top: 23px; font-size: 13px; }
.hosting-points { display: grid; gap: 13px; margin-top: 34px; }
.hosting-points span { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 10px; }
.hosting-points i { display: inline-block; width: 7px; height: 7px; border: 1px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(105, 196, 146, .08); }
.server-visual { position: relative; z-index: 2; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 13px; background: #101319; box-shadow: 0 30px 70px rgba(0, 0, 0, .34); }
.server-visual-header { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.server-visual-header > div { display: flex; align-items: center; gap: 9px; }
.server-visual-header strong { color: var(--white); font-size: 10px; }
.server-visual-title { display: block !important; }
.server-visual-title span, .server-visual-title strong { display: block; }
.server-visual-title span { margin-bottom: 4px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .1em; text-transform: uppercase; }
.server-health { display: flex; align-items: center; gap: 7px; color: var(--green); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.server-health i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(105, 196, 146, .09); animation: led-pulse 2.4s ease-in-out infinite; }
.hosting-rack-stage { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; }
.rack-room { position: relative; min-width: 0; overflow: hidden; border-right: 1px solid var(--line); padding: 26px; background: #0b0e13; }
.rack-room-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(#000, transparent 95%); }
.rack-cabinet { position: relative; z-index: 2; overflow: hidden; height: 100%; border: 1px solid #484e58; border-radius: 8px; padding: 12px; background: #11141a; box-shadow: 0 24px 45px rgba(0, 0, 0, .48), inset 0 0 0 4px #0b0d11; }
.rack-cabinet::before, .rack-cabinet::after { position: absolute; top: 8px; bottom: 8px; width: 3px; background: repeating-linear-gradient(to bottom, #434851 0 2px, transparent 2px 13px); content: ""; opacity: .65; }
.rack-cabinet::before { left: 5px; }
.rack-cabinet::after { right: 5px; }
.rack-cabinet-top { display: grid; grid-template-columns: 34px 1fr 8px; align-items: center; gap: 10px; height: 54px; border: 1px solid var(--line); border-radius: 5px; padding: 0 12px; background: #171a20; }
.rack-brand-mark { position: relative; display: block; width: 29px; height: 32px; overflow: hidden; }
.rack-brand-mark img { position: absolute; top: 0; left: -7.4%; width: auto; max-width: none; height: 100%; }
.rack-cabinet-top small, .rack-cabinet-top strong { display: block; }
.rack-cabinet-top small { margin-bottom: 4px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .08em; }
.rack-cabinet-top strong { color: var(--white); font-size: 10px; }
.rack-cabinet-top > i, .rack-blade > b { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(105, 196, 146, .07); animation: led-pulse 2.8s ease-in-out infinite; }
.rack-blade { display: grid; grid-template-columns: 12px minmax(0, 1fr) 66px 8px; align-items: center; gap: 12px; height: 70px; margin-top: 9px; border: 1px solid var(--line); border-radius: 5px; padding: 0 12px; background: #171a20; box-shadow: inset 0 1px rgba(255, 255, 255, .025); }
.rack-blade--paid { border-color: rgba(105, 196, 146, .28); }
.rack-blade--free { border-color: rgba(199, 163, 106, .26); }
.rack-blade--free > b { background: var(--amber); box-shadow: 0 0 0 4px rgba(199, 163, 106, .07); }
.rack-grip { width: 4px; height: 32px; border-top: 3px solid #424750; border-bottom: 3px solid #424750; }
.rack-grip::after { display: block; height: 3px; margin-top: 11px; background: #424750; content: ""; }
.rack-blade small, .rack-blade strong { display: block; }
.rack-blade small { margin-bottom: 5px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .06em; text-transform: uppercase; }
.rack-blade strong { color: var(--text); font-size: 10px; }
.rack-activity { display: flex; align-items: end; justify-content: center; gap: 4px; height: 25px; }
.rack-activity i { width: 6px; height: 100%; border-radius: 1px; background: var(--green); transform-origin: bottom; animation: rack-load 1.5s ease-in-out infinite alternate; }
.rack-activity i:nth-child(2) { animation-delay: -.8s; }
.rack-activity i:nth-child(3) { animation-delay: -.3s; }
.rack-activity i:nth-child(4) { animation-delay: -1.1s; }
.rack-activity i:nth-child(5) { animation-delay: -.55s; }
.rack-activity--amber i { background: var(--amber); animation-duration: 2.2s; }
.rack-fans { display: flex; justify-content: center; gap: 9px; }
.rack-fans i { width: 23px; height: 23px; border: 5px dotted #626873; border-radius: 50%; animation: rack-fan 5s linear infinite; }
.rack-fans i:last-child { animation-direction: reverse; }
.rack-pulse { position: relative; height: 25px; overflow: hidden; border-bottom: 1px solid var(--line-strong); }
.rack-pulse::before { position: absolute; top: 14px; left: -30%; width: 30%; height: 1px; background: var(--teal); box-shadow: 15px -7px 0 -0.2px var(--teal), 24px 5px 0 -0.2px var(--teal); content: ""; animation: rack-pulse 2.6s linear infinite; }
.rack-cabinet-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 39px; margin-top: 9px; border-top: 1px solid var(--line); padding: 8px 4px 0; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.rack-cabinet-bottom strong { color: var(--green); font-size: 7px; }
.hosting-modes { min-width: 0; padding: 36px 30px; background: #12151b; }
.hosting-modes-label { color: var(--teal); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.hosting-modes h3 { margin-top: 15px; font-size: 27px; line-height: 1.03; }
.hosting-mode { margin-top: 23px; border: 1px solid var(--line); border-radius: 8px; padding: 17px 18px; background: #171a20; }
.hosting-mode--paid { border-color: rgba(105, 196, 146, .34); background: #151b1a; box-shadow: 0 0 0 3px rgba(105, 196, 146, .035); }
.hosting-mode > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.hosting-mode > div span { color: var(--muted); font-size: 11px; font-weight: 650; }
.hosting-mode > div strong { color: var(--white); font-size: 13px; }
.hosting-mode--paid > div strong { color: var(--green); }
.hosting-mode ul { display: grid; gap: 8px; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hosting-mode li { color: var(--muted); font-size: 10px; }
.hosting-mode li::before { margin-right: 8px; color: var(--white); content: "—"; }
.rack-scene { position: relative; display: flex; align-items: end; justify-content: center; gap: 12px; min-height: 500px; overflow: hidden; padding: 46px 28px 64px; background: #090c11; perspective: 900px; }
.rack-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(#000 35%, transparent 92%); }
.rack-floor { position: absolute; right: -10%; bottom: -25%; left: -10%; height: 48%; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 34px 34px; transform: rotateX(64deg); transform-origin: bottom; }
.rack-unit { position: relative; z-index: 2; width: 28%; border: 1px solid #454a53; border-radius: 5px 5px 2px 2px; padding: 7px; background: #101319; box-shadow: 0 28px 48px rgba(0, 0, 0, .52), inset 0 0 0 3px #090b0f; }
.rack-unit::before, .rack-unit::after { position: absolute; top: 7px; bottom: 7px; width: 2px; background: repeating-linear-gradient(to bottom, #555b65 0 2px, transparent 2px 10px); content: ""; opacity: .7; }
.rack-unit::before { left: 3px; }
.rack-unit::after { right: 3px; }
.rack-unit--left, .rack-unit--right { height: 350px; opacity: .78; transform: scale(.92) rotateY(5deg); transform-origin: bottom right; }
.rack-unit--right { transform: scale(.92) rotateY(-5deg); transform-origin: bottom left; }
.rack-unit--center { z-index: 3; width: 32%; height: 408px; border-color: #626873; }
.rack-unit-top { display: flex; align-items: center; gap: 8px; height: 42px; border: 1px solid var(--line); border-radius: 3px; padding: 0 10px; color: var(--quiet); background: #171a20; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; letter-spacing: .08em; }
.rack-unit-top > i, .rack-server > em { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(105, 196, 146, .08); animation: led-pulse 2.4s ease-in-out infinite; }
.rack-brand-mark { position: relative; display: block; width: 25px; height: 27px; overflow: hidden; }
.rack-brand-mark img { position: absolute; top: 0; left: -7.4%; width: auto; max-width: none; height: 100%; }
.rack-unit-top strong { color: var(--text); font-size: 7px; }
.rack-server { display: grid; grid-template-columns: 5px 1fr 6px; align-items: center; gap: 8px; height: 46px; margin-top: 6px; border: 1px solid #30343c; border-radius: 2px; padding: 0 9px; background: #181b21; box-shadow: inset 0 1px rgba(255, 255, 255, .025); }
.rack-server > b { width: 3px; height: 22px; border-top: 2px solid #555b65; border-bottom: 2px solid #555b65; }
.rack-server > span { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); gap: 4px; height: 20px; border: 1px solid #30353d; border-radius: 2px; padding: 2px; background-color: #0d1015; background-image: radial-gradient(circle, #404650 .7px, transparent .8px); background-size: 4px 4px; }
.rack-server > span i { width: auto; height: 14px; border: 1px solid #454b55; border-radius: 1px; background: linear-gradient(90deg, #242831 0 72%, #13161b 72%); box-shadow: inset 0 1px rgba(255, 255, 255, .035); animation: none; }
.rack-server > span i::after { display: block; width: 2px; height: 2px; margin: 5px 2px 0 auto; border-radius: 50%; background: var(--green); content: ""; opacity: .75; }
.rack-server--fan > span { grid-template-columns: 1fr 1fr; gap: 6px; height: 20px; }
.rack-server--fan > span i { width: auto; height: 14px; border: 1px solid #353a43; border-radius: 1px; background-color: #11141a !important; background-image: radial-gradient(circle, #555b65 .8px, transparent .9px) !important; background-size: 4px 4px !important; box-shadow: none; animation: none; }
.rack-server--fan > span i::after { display: none; }
.rack-unit-base { display: flex; align-items: center; justify-content: space-between; min-height: 27px; padding: 7px 5px 0; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; text-transform: uppercase; }
.rack-unit-base strong { color: var(--green); font-size: 6px; }
.rack-status { position: absolute; z-index: 4; right: 25%; bottom: 25px; left: 25%; display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 9px; min-height: 29px; border: 1px solid var(--line-strong); border-radius: 99px; padding: 0 12px; color: var(--muted); background: rgba(16, 19, 25, .92); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; text-transform: uppercase; backdrop-filter: blur(8px); }
.rack-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: led-pulse 2.4s ease-in-out infinite; }
.rack-status b { color: var(--green); font-size: 7px; }
.server-cabinet { position: relative; z-index: 3; width: min(92%, 560px); border: 1px solid #626873; border-radius: 6px 6px 2px 2px; padding: 9px; background: #0d1015; box-shadow: 0 30px 55px rgba(0, 0, 0, .58), inset 0 0 0 3px #07090c; }
.server-cabinet-top { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; height: 47px; border: 1px solid #343841; border-radius: 3px; padding: 0 12px; background: #181b21; }
.server-cabinet-top small, .server-cabinet-top strong { display: block; }
.server-cabinet-top small { margin-bottom: 3px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 5px; letter-spacing: .08em; }
.server-cabinet-top strong { color: var(--text); font-size: 8px; }
.server-cabinet-top > span:last-child { display: flex; align-items: center; gap: 7px; color: var(--green); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; text-transform: uppercase; }
.server-cabinet-top > span:last-child i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(105, 196, 146, .08); animation: led-pulse 2.4s ease-in-out infinite; }
.server-cabinet-body { display: grid; grid-template-columns: 18px minmax(0, 1fr) 18px; gap: 5px; margin-top: 8px; }
.cabinet-rail { display: flex; align-items: center; flex-direction: column; justify-content: space-around; border: 1px solid #30343c; border-radius: 2px; color: #555b65; background: repeating-linear-gradient(to bottom, #171a20 0 7px, #383d46 7px 9px); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 5px; }
.cabinet-rail span { border-radius: 2px; padding: 2px; background: #101319; }
.server-stack { display: grid; gap: 7px; }
.server-chassis { display: grid; grid-template-columns: 18px minmax(0, 1fr) 18px; min-height: 68px; border: 1px solid #4b505a; border-radius: 3px; background: #11141a; box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 3px 8px rgba(0, 0, 0, .28); }
.server-ear { display: flex; align-items: center; flex-direction: column; justify-content: space-around; border-right: 1px solid #343942; background: #181b21; }
.server-ear:last-child { border-right: 0; border-left: 1px solid #343942; }
.server-ear i { width: 4px; height: 4px; border: 1px solid #636a75; border-radius: 50%; background: #090b0f; }
.server-face { display: grid; grid-template-columns: 86px minmax(130px, 1.2fr) minmax(80px, .75fr) 42px; align-items: center; gap: 10px; min-width: 0; padding: 8px 10px; background: linear-gradient(#1a1d23, #15181e); }
.server-id small, .server-id strong { display: block; }
.server-id small { margin-bottom: 6px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 5px; letter-spacing: .06em; }
.server-id strong { color: var(--text); font-size: 8px; letter-spacing: -.01em; }
.drive-bank { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.drive-bank > i { position: relative; height: 34px; border: 1px solid #555c66; border-radius: 2px; background-color: #101319; background-image: radial-gradient(circle, #3e444e .65px, transparent .75px); background-size: 4px 4px; box-shadow: inset 0 0 0 2px #181b21; }
.drive-bank > i b { position: absolute; top: 4px; right: 3px; width: 3px; height: 12px; border: 1px solid #636a74; border-radius: 1px; background: #22262e; }
.drive-bank > i em { position: absolute; right: 4px; bottom: 4px; width: 2px; height: 2px; border-radius: 50%; background: var(--green); animation: drive-led 2.2s steps(1, end) infinite; }
.drive-bank > i:nth-child(2) em { animation-delay: -.7s; }
.drive-bank > i:nth-child(3) em { animation-delay: -1.4s; }
.drive-bank > i:nth-child(4) em { animation-delay: -1.9s; }
.vent-grille { height: 34px; border: 1px solid #343942; border-radius: 2px; background-color: #0f1217; background-image: radial-gradient(circle, #545b66 .8px, transparent .95px); background-size: 5px 5px; }
.server-io { display: grid; grid-template-columns: 5px 5px 1fr; align-items: center; gap: 4px; }
.server-io > span { width: 5px; height: 11px; border: 1px solid #555c66; border-radius: 1px; background: #080a0e; }
.server-io > b { width: 9px; height: 9px; margin-left: 3px; border: 1px solid #636a75; border-radius: 50%; background: #0c0f13; }
.server-io > i { grid-column: 1 / -1; width: 5px; height: 5px; margin: 4px auto 0; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(105, 196, 146, .07); animation: led-pulse 2.8s ease-in-out infinite; }
.server-chassis:nth-child(2) .server-io > i { animation-delay: -.8s; }
.server-chassis:nth-child(3) .server-io > i { animation-delay: -1.5s; }
.server-chassis:nth-child(4) .server-io > i { animation-delay: -2.1s; }
.server-cabinet-base { display: flex; align-items: center; justify-content: space-between; min-height: 28px; padding: 7px 6px 0; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 6px; text-transform: uppercase; }
.server-cabinet-base strong { color: var(--green); font-size: 6px; }
.rack-scene { min-height: 520px; padding: 0; background: #080b10; perspective: 1100px; }
.dc-perspective { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.dc-led { animation: rack-activity-led 3s steps(1, end) infinite; }
.dc-delay-1 { animation-delay: -.5s; }
.dc-delay-2 { animation-delay: -1s; }
.dc-delay-3 { animation-delay: -1.5s; }
.dc-delay-4 { animation-delay: -2s; }
.dc-ceiling, .dc-floor { position: absolute; z-index: 0; right: 0; left: 0; overflow: hidden; pointer-events: none; }
.dc-ceiling { top: 0; height: 43%; border-bottom: 1px solid rgba(255, 255, 255, .035); background: linear-gradient(165deg, #11151c, #080b10 62%); clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 79%); }
.dc-floor { bottom: 0; height: 47%; border-top: 1px solid rgba(255, 255, 255, .04); background: linear-gradient(15deg, #11151b, #080b10 62%); clip-path: polygon(31% 18%, 100% 0, 100% 100%, 0 100%); }
.dc-ceiling::before, .dc-floor::before { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 92px, rgba(255, 255, 255, .035) 92px 93px); content: ""; transform: skewX(-27deg); transform-origin: 31% 50%; }
.dc-ceiling i, .dc-floor i { position: absolute; left: 31%; width: 100%; height: 1px; background: rgba(255, 255, 255, .035); transform-origin: left center; }
.dc-ceiling i:nth-child(1) { top: 78%; transform: rotate(-9deg); }
.dc-ceiling i:nth-child(2) { top: 61%; transform: rotate(-15deg); }
.dc-ceiling i:nth-child(3) { top: 42%; transform: rotate(-21deg); }
.dc-ceiling i:nth-child(4) { top: 22%; transform: rotate(-27deg); }
.dc-floor i:nth-child(1) { top: 18%; transform: rotate(8deg); }
.dc-floor i:nth-child(2) { top: 39%; transform: rotate(14deg); }
.dc-floor i:nth-child(3) { top: 63%; transform: rotate(20deg); }
.dc-floor i:nth-child(4) { top: 84%; transform: rotate(26deg); }
.dc-left-wall { position: absolute; z-index: 2; top: 145px; left: 28px; width: 220px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.dc-left-wall > span { color: var(--teal); font-size: 6px; letter-spacing: .11em; text-transform: uppercase; }
.dc-left-wall > strong { display: block; margin-top: 13px; color: var(--white); font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif; font-size: 27px; line-height: .98; letter-spacing: -.045em; }
.dc-left-wall > small { display: flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--quiet); font-size: 6px; text-transform: uppercase; }
.dc-left-wall > small i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: led-pulse 2.4s ease-in-out infinite; }
.dc-rack { position: absolute; z-index: 4; overflow: visible; border: 1px solid #565c67; border-radius: 3px 3px 1px 1px; padding: 5px; background: #0b0e13; box-shadow: -14px 22px 34px rgba(0, 0, 0, .52), inset 0 0 0 2px #07090c; transform: rotateY(-10deg); transform-origin: bottom right; transform-style: preserve-3d; }
.dc-rack--5 { z-index: 3; top: 160px; left: 43%; width: 54px; height: 180px; filter: brightness(.5); }
.dc-rack--4 { top: 128px; left: 48%; width: 76px; height: 235px; filter: brightness(.58); }
.dc-rack--3 { top: 92px; left: 55%; width: 105px; height: 305px; filter: brightness(.68); }
.dc-rack--2 { top: 50px; left: 65%; width: 144px; height: 392px; filter: brightness(.82); }
.dc-rack--1 { z-index: 8; top: 10px; right: -24px; width: 210px; height: 470px; }
.dc-rack-side { position: absolute; z-index: -1; top: 7px; bottom: -1px; left: -13px; width: 13px; border: 1px solid #343943; border-right: 0; background: linear-gradient(90deg, #080a0e, #171b22); transform: skewY(31deg); transform-origin: right top; }
.dc-rack-top { display: flex; align-items: center; gap: 7px; height: 8%; min-height: 18px; border: 1px solid #343942; border-radius: 2px; padding: 0 7px; color: var(--quiet); background: #181b21; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: clamp(4px, .55vw, 7px); letter-spacing: .06em; }
.dc-rack-top > i { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--green); animation: led-pulse 2.8s ease-in-out infinite; }
.dc-rack-top strong { color: var(--text); font-size: 6px; white-space: nowrap; }
.dc-rack--1 .rack-brand-mark { width: 21px; height: 23px; flex: 0 0 auto; }
.dc-rack-face { display: grid; grid-template-rows: repeat(12, 1fr); gap: 3px; height: calc(92% - 5px); margin-top: 5px; border-right: 2px solid #272c34; border-left: 2px solid #272c34; padding: 3px 5px; background: #090c10; }
.dc-rack-face > span { position: relative; min-height: 0; border: 1px solid #353a43; border-radius: 1px; background-color: #181b21; background-image: radial-gradient(circle, #4a505a .65px, transparent .75px); background-position: 14px center; background-size: 4px 4px; box-shadow: inset 0 1px rgba(255, 255, 255, .025); }
.dc-rack-face > span::before { position: absolute; top: 28%; bottom: 28%; left: 4px; width: 3px; border-top: 1px solid #606773; border-bottom: 1px solid #606773; content: ""; }
.dc-rack-face > span::after { position: absolute; top: calc(50% - 2px); right: 4px; width: 3px; height: 3px; border-radius: 50%; background: var(--green); content: ""; opacity: .65; animation: rack-activity-led 3s steps(1, end) infinite; }
.dc-rack-face > span:nth-child(3n)::after { animation-delay: -1.1s; }
.dc-rack-face > span:nth-child(4n)::after { animation-delay: -2.2s; }
.dc-rack-face > span.storage { background-color: #12151b; background-image: repeating-linear-gradient(90deg, transparent 0 16%, #4a505a 16% 17%, transparent 17% 24%), radial-gradient(circle, #434a54 .6px, transparent .7px); background-size: auto, 4px 4px; }
.rack-status { z-index: 12; right: auto; bottom: 18px; left: calc(50% - 115px); width: 230px; }
.server-visual-footer { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding: 13px 17px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }

.features-section { padding: 120px 0; border-bottom: 1px solid var(--line); }
.section-heading--split { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 70px; }
.section-heading--split > p { margin-bottom: 6px; font-size: 13px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 65px; border-top: 1px solid var(--line); }
.feature-list article { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 16px; min-height: 150px; padding: 30px 30px 30px 18px; border-bottom: 1px solid var(--line); transition: background .25s; }
.feature-list article::after { position: absolute; top: 30px; bottom: 30px; left: 0; width: 1px; background: var(--amber); opacity: 0; content: ""; transition: opacity .25s; }
.feature-list article:nth-child(3n + 2)::after { background: var(--teal); }
.feature-list article:nth-child(3n)::after { background: var(--violet); }
.feature-list article:hover { background: rgba(255, 255, 255, .018); }
.feature-list article:hover::after { opacity: 1; }
.feature-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.feature-list article:nth-child(even) { padding-left: 30px; }
.feature-list article > div { min-width: 0; }
.feature-list article:nth-child(3n + 1) .feature-number { color: var(--amber); }
.feature-list article:nth-child(3n + 2) .feature-number { color: var(--teal); }
.feature-list article:nth-child(3n) .feature-number { color: var(--violet); }
.feature-list h3 { font-size: 19px; }
.feature-list p { max-width: 420px; margin-top: 9px; font-size: 11px; }

.release-section { padding: 120px 0; border-bottom: 1px solid var(--line); background: var(--black-2); }
.release-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.release-copy h2 { max-width: 470px; font-size: clamp(39px, 4.8vw, 61px); line-height: 1; }
.release-copy > p:last-child { max-width: 410px; margin-top: 22px; font-size: 13px; }
.release-panel { border: 1px solid var(--line-strong); border-radius: 10px; background: var(--panel); box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }
.release-panel-header { display: flex; align-items: center; justify-content: space-between; min-height: 69px; padding: 0 19px; border-bottom: 1px solid var(--line); }
.release-panel-header small, .release-panel-header strong { display: block; }
.release-panel-header small { margin-bottom: 5px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.release-panel-header strong { color: var(--white); font-size: 13px; }
.release-panel-header > span { border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px 9px; color: var(--text); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; text-transform: uppercase; }
.revision-list { padding: 12px 19px; }
.revision-list > div { position: relative; display: flex; align-items: center; gap: 12px; min-height: 62px; border-bottom: 1px solid var(--line); }
.revision-list i { width: 10px; height: 10px; border: 2px solid var(--quiet); border-radius: 50%; }
.revision-list .live i { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 4px rgba(105, 196, 146, .07); }
.revision-list span { display: grid; gap: 4px; }
.revision-list strong { color: var(--white); font-size: 11px; }
.revision-list small { color: var(--quiet); font-size: 8px; }
.revision-list b { margin-left: auto; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 7px; font-weight: 500; text-transform: uppercase; }
.revision-list .live b { color: var(--green); }
.release-actions { display: flex; align-items: center; justify-content: space-between; min-height: 67px; padding: 0 19px; border-top: 1px solid var(--line); }
.release-actions > span { color: var(--muted); font-size: 8px; }
.release-actions button { min-height: 33px; border: 1px solid var(--white); border-radius: 4px; padding: 0 12px; color: var(--black); background: var(--white); font-size: 8px; font-weight: 700; }
.release-actions button:hover { background: #d2d2cf; }

.pricing-section { padding: 120px 0; border-bottom: 1px solid var(--line); }
.billing-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 66px; margin-top: 32px; border-bottom: 1px solid var(--line); padding: 0 4px 14px; }
.billing-panel > div:first-child strong, .billing-panel > div:first-child span { display: block; }
.billing-panel > div:first-child strong { color: var(--text); font-size: 11px; }
.billing-panel > div:first-child span { margin-top: 5px; color: var(--quiet); font-size: 8px; }
.billing-control { display: flex; align-items: center; gap: 10px; color: var(--quiet); font-size: 10px; }
.billing-control > span { transition: color .2s; }
.billing-control > span.active { color: var(--white); }
.billing-control b { margin-left: 4px; color: var(--green); font-size: 6px; font-weight: 600; text-transform: uppercase; }
.billing-switch { position: relative; width: 48px; height: 26px; border: 1px solid var(--line-strong); border-radius: 99px; padding: 3px; background: var(--panel); }
.billing-switch i { display: block; width: 18px; height: 18px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 7px rgba(0, 0, 0, .35); transition: transform .22s ease; }
.billing-switch.annual i { transform: translateX(22px); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 16px; margin-top: 18px; padding-block: 12px; }
.price-card { position: relative; overflow: hidden; min-height: 535px; border: 1px solid var(--line); border-radius: 9px; padding: 27px; background: var(--black-2); transition: border-color .2s, background .2s; }
.price-card:hover { border-color: var(--line-strong); background: #101216; }
.price-card::before { position: absolute; top: 0; right: 0; left: 0; height: 2px; background: var(--line-strong); content: ""; }
.price-card > * { position: relative; z-index: 1; }
.price-card:nth-child(1)::before { background: var(--teal); }
.price-card:nth-child(3)::before { background: var(--violet); }
.price-card--primary { z-index: 2; border-color: #777b84; background: var(--panel); box-shadow: 0 24px 56px rgba(0, 0, 0, .26); transform: scale(1.03); }
.price-card--primary::before { background: var(--amber); }
.price-name { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.price-name > span { color: var(--white); font-size: 19px; font-weight: 700; }
.price-name strong { color: var(--white); font-size: 29px; }
.price-name small { color: var(--quiet); font-size: 9px; font-weight: 400; }
.price-card > p { margin-top: 16px; font-size: 11px; }
.plan-hosting { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 24px; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: #14171c; }
.plan-hosting span { color: var(--quiet); font-size: 8px; text-transform: uppercase; }
.plan-hosting strong { color: var(--amber); font-size: 10px; }
.plan-hosting--online { border-color: rgba(105, 196, 146, .28); background: rgba(105, 196, 146, .035); }
.plan-hosting--online strong { color: var(--green); }
.price-card ul { min-height: 238px; margin: 17px 0 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { margin-top: 13px; color: var(--muted); font-size: 10px; }
.price-card li::before { margin-right: 9px; color: var(--white); content: "—"; }
.price-card li sup { margin-left: 3px; color: var(--muted); font-size: 10px; line-height: 0; vertical-align: super; }
.price-card .button { width: 100%; }
.pricing-disclaimer { margin-top: 10px; color: var(--quiet); font-size: 10px; line-height: 1.5; text-align: right; }
.pricing-disclaimer sup { margin-right: 4px; color: var(--muted); font-size: 10px; line-height: 0; vertical-align: baseline; }

.final-section { padding: 135px 0; text-align: center; }
.final-inner img { width: 265px; height: auto; }
.final-inner h2 { margin-top: 36px; font-size: clamp(52px, 7vw, 90px); line-height: .94; }
.final-inner .button { margin-top: 38px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 8px; }
.footer-inner nav { display: flex; align-items: center; gap: 22px; }
.footer-inner a { transition: color .2s; }
.footer-inner a:hover { color: var(--white); }

.legal-main { min-height: calc(100vh - 151px); padding: 96px 0 120px; }
.legal-shell { width: min(calc(100% - 64px), 820px); margin-inline: auto; }
.legal-heading { padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.legal-heading h1 { font-size: clamp(50px, 7vw, 78px); line-height: .96; }
.legal-heading p { max-width: 620px; margin-top: 22px; font-size: 14px; }
.legal-heading time { display: block; margin-top: 24px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.legal-content { padding-top: 12px; }
.legal-content section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 13px; font-size: 24px; letter-spacing: -.035em; }
.legal-content p, .legal-content li { font-size: 13px; line-height: 1.75; }
.legal-content p + p { margin-top: 12px; }
.legal-content ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 18px; color: var(--muted); }
.legal-content a, .contact-card a { color: var(--white); text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
.legal-content a:hover, .contact-card a:hover { text-decoration-color: var(--white); }
.legal-note { margin-top: 32px; border: 1px solid var(--line); border-radius: 7px; padding: 18px; background: var(--black-2); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.contact-card { min-width: 0; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: var(--black-2); }
.contact-card span { display: block; margin-bottom: 14px; color: var(--quiet); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a { overflow-wrap: anywhere; font-size: 12px; }
.not-found { display: grid; min-height: calc(100vh - 151px); place-items: center; padding: 80px 0; text-align: center; }
.not-found-inner { width: min(calc(100% - 36px), 680px); }
.not-found-code { display: block; color: var(--line-strong); font-size: clamp(90px, 18vw, 190px); font-weight: 800; letter-spacing: -.09em; line-height: .72; }
.not-found h1 { margin-top: 35px; font-size: clamp(38px, 6vw, 62px); }
.not-found p { margin: 17px auto 0; max-width: 500px; font-size: 13px; }
.not-found .button { margin-top: 30px; }

.beta-dialog { width: min(calc(100% - 30px), 430px); border: 1px solid var(--line-strong); border-radius: 6px; padding: 36px; color: var(--text); background: var(--panel); box-shadow: 0 30px 90px rgba(0, 0, 0, .65); }
.beta-dialog::backdrop { background: rgba(0, 0, 0, .78); }
.dialog-close { position: absolute; top: 13px; right: 13px; width: 29px; height: 29px; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: 17px; }
.dialog-close:hover { color: var(--white); background: var(--panel-3); }
.beta-dialog h2 { font-size: 38px; }
.beta-dialog p { margin-top: 14px; font-size: 12px; }
.beta-dialog form { margin-top: 28px; }
.beta-dialog label { display: grid; gap: 8px; }
.beta-dialog label span { color: var(--text); font-size: 10px; }
.beta-dialog input { width: 100%; height: 44px; border: 1px solid var(--line-strong); border-radius: 4px; outline: 0; padding: 0 11px; color: var(--white); background: var(--black); font-size: 11px; }
.beta-dialog input:focus { border-color: #8b8e94; }
.beta-dialog form .button { width: 100%; margin-top: 13px; }
.beta-dialog form .button:disabled { cursor: wait; opacity: .62; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.beta-dialog .form-error { margin-top: 11px; color: #f09aa4; font-size: 10px; line-height: 1.5; }
.beta-dialog .form-privacy { margin-top: 13px; color: var(--quiet); font-size: 9px; line-height: 1.55; }
.form-privacy a { color: var(--text); text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 2px; }
.form-success { text-align: center; }
.form-success > span { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--white); font-size: 17px; }
.form-success .button { width: 100%; margin-top: 24px; }
.toast { position: fixed; z-index: 30; right: 18px; bottom: 18px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 12px 14px; color: var(--text); background: var(--panel-2); box-shadow: 0 12px 30px rgba(0, 0, 0, .35); font-size: 10px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translateY(0); }
.motion-ready .reveal-target { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-delay-1 { --reveal-delay: 70ms; }
.motion-ready .reveal-delay-2 { --reveal-delay: 140ms; }
.motion-ready .reveal-target.revealed { opacity: 1; transform: translateY(0); }
.motion-ready .price-card--primary.reveal-target.revealed { transform: scale(1.03); }

@keyframes hero-path-dash {
  to { stroke-dashoffset: -11; }
}
@keyframes led-pulse {
  0%, 100% { opacity: .45; box-shadow: 0 0 0 3px rgba(105, 196, 146, .05); }
  50% { opacity: 1; box-shadow: 0 0 0 5px rgba(105, 196, 146, .11); }
}
@keyframes rack-load {
  0% { transform: scaleY(.22); opacity: .42; }
  100% { transform: scaleY(1); opacity: .95; }
}
@keyframes rack-fan {
  to { transform: rotate(360deg); }
}
@keyframes rack-pulse {
  from { transform: translateX(0); }
  to { transform: translateX(440%); }
}
@keyframes drive-led {
  0%, 55%, 100% { opacity: .22; }
  58%, 68% { opacity: 1; }
}
@keyframes rack-activity-led {
  0%, 72%, 100% { opacity: .24; }
  74%, 82% { opacity: 1; }
}
@keyframes ai-path-flow {
  to { stroke-dashoffset: -13; }
}

@media (max-width: 1000px) {
  .hero-workflow { position: relative; top: auto; right: auto; width: min(100%, 460px); margin-top: 64px; }
  .ai-editor-layout { display: block; }
  .ai-editor-heading { display: block; }
  .ai-editor-heading > div > p { max-width: 650px; }
  .ai-workspace { margin-top: 48px; }
  .ai-workbench-body { grid-template-columns: 285px minmax(0, 1fr); }
  .ai-studio-shell { grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: 313px auto; }
  .studio-shell { grid-template-columns: 185px minmax(0, 1fr) 190px; }
  .flow-card { width: 172px; }
  .flow-card--trigger { left: 6%; }
  .flow-card--action { right: 6%; }
  .release-grid { gap: 50px; }
}

@media (max-width: 900px) {
  .ai-studio-shell { grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: 313px auto; }
  .ai-studio-shell > .studio-canvas-panel { grid-column: 2; grid-row: 1; }
  .ai-workbench-body { grid-template-columns: 1fr; max-height: 560px; }
  .ai-instruction { min-height: 64px; }
  .workflow-appbar { grid-template-columns: 1fr auto; }
  .workflow-project-nav { display: none; }
  .workflow-context { display: none; }
  .studio-shell { grid-template-columns: 1fr; grid-template-rows: 500px 44px; }
  .studio-palette, .studio-inspector { display: none; }
  .studio-canvas-panel { grid-column: 1; grid-row: 1; }
  .flow-card { width: 160px; }
  .flow-card--trigger { left: 5%; }
  .flow-card--action { right: 5%; }
  .studio-bottom { grid-column: 1; grid-row: 2; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 36px); }
  .brand img { width: 145px; }
  .main-nav { position: absolute; top: 75px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line-strong); padding: 7px; background: var(--panel); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .menu-button { display: block; }
  .hero { padding: 92px 0 80px; }
  .hero h1 { font-size: clamp(55px, 17vw, 82px); }
  .hero-summary { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-facts { display: grid; gap: 12px; margin-top: 42px; }
  .hero-workflow { margin-top: 48px; }
  .product-section, .features-section, .release-section, .pricing-section { padding: 80px 0; }
  .ai-editor-section { padding: 68px 0; }
  .ai-workspace { margin-top: 48px; }
  .ai-studio-shell { grid-template-rows: calc(93px + var(--ai-canvas-scaled-height, 91px)) auto; }
  .ai-studio-shell > .studio-canvas-panel { grid-template-rows: 64px var(--ai-canvas-scaled-height, 91px) 29px; }
  .ai-canvas-viewport { height: var(--ai-canvas-scaled-height, 91px); overflow: hidden; }
  .ai-canvas { width: 820px; min-width: 820px; height: 220px; transform-origin: 0 0; }
  .ai-canvas .ai-flow-node { width: 180px; min-height: 100px; padding: 9px; }
  .ai-canvas .ai-flow-node--trigger { top: 60px; left: calc(50% - 390px); }
  .ai-canvas .ai-flow-node--cooldown { top: 60px; right: auto; left: calc(50% - 190px); }
  .ai-canvas .ai-flow-node--condition { top: 55px; right: auto; left: calc(50% + 10px); width: 190px; min-height: 110px; }
  .ai-canvas .ai-flow-node--ticket { top: auto; right: auto; bottom: 2px; left: calc(50% + 220px); }
  .ai-canvas .ai-flow-node--help { top: 2px; right: auto; bottom: auto; left: calc(50% + 220px); }
  .hosting-section { padding: 80px 0; }
  .hosting-section::before { display: none; }
  .hosting-grid { grid-template-columns: 1fr; gap: 48px; }
  .hosting-copy { max-width: 620px; }
  .server-visual { max-width: 680px; }
  .editor { margin-right: -8px; margin-left: -8px; }
  .workflow-appbar { grid-template-columns: 1fr auto; }
  .workflow-project-nav { display: none; }
  .workflow-context { display: none; }
  .studio-shell { grid-template-columns: 1fr; grid-template-rows: 500px 44px; }
  .studio-palette, .studio-inspector { display: none; }
  .studio-canvas-panel { grid-column: 1; grid-row: 1; }
  .studio-canvas-header { padding-inline: 11px; }
  .canvas-actions { gap: 4px; }
  .editor-button { padding-inline: 7px; }
  .flow-card { width: 140px; min-height: 142px; padding: 11px; }
  .flow-card--trigger { top: 29%; left: 4%; }
  .flow-card--action { top: 29%; right: 4%; }
  .flow-card strong { font-size: 11px; }
  .studio-bottom { grid-column: 1; grid-row: 2; }
  .core-grid { grid-template-columns: 1fr; }
  .core-grid article, .core-grid article:first-child { min-height: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); padding: 36px 26px; }
  .core-grid article:last-child { border-bottom: 0; }
  .section-heading--split, .release-grid { grid-template-columns: 1fr; gap: 30px; }
  .billing-panel { align-items: flex-start; flex-direction: column; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article:nth-child(odd) { border-right: 0; }
  .feature-list article, .feature-list article:nth-child(even) { padding-left: 18px; }
  .release-panel { margin-top: 15px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .price-card--primary, .motion-ready .price-card--primary.reveal-target.revealed { transform: none; }
  .price-card ul { min-height: 0; margin-bottom: 35px; }
  .pricing-disclaimer { text-align: left; }
  .final-section { padding: 100px 0; }
  .final-inner img { width: 220px; }
  .footer-inner { align-items: start; flex-direction: column; justify-content: center; gap: 8px; }
  .footer-inner nav { gap: 18px; }
  .legal-main { padding: 72px 0 90px; }
  .legal-shell { width: calc(100% - 36px); }
  .legal-heading { padding-bottom: 34px; }
  .legal-content section { padding: 28px 0; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .ai-workspace-bar { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .ai-workspace-actions { justify-content: space-between; width: 100%; }
  .ai-change-set ol { grid-template-columns: 1fr; }
  .ai-workbench-body { gap: 9px; max-height: 710px; padding: 10px; }
  .ai-workbench-tabs button { padding-inline: 9px; }
  .ai-graph-header { min-width: 0; }
  .ai-canvas { min-width: 820px; }
}

@media (max-width: 600px) {
  .hosting-rack-stage { grid-template-columns: 1fr; }
  .rack-room { min-height: 475px; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px; }
  .hosting-modes { padding: 30px 22px; }
  .rack-scene { gap: 5px; min-height: 450px; padding: 38px 13px 58px; }
  .rack-unit--left, .rack-unit--right { width: 24%; height: 300px; opacity: .5; }
  .rack-unit--center { width: 48%; height: 365px; }
  .rack-unit-top { height: 36px; padding-inline: 7px; }
  .rack-brand-mark { width: 21px; height: 23px; }
  .rack-server { grid-template-columns: 4px 1fr 5px; gap: 5px; height: 42px; padding-inline: 6px; }
  .rack-server > span { gap: 3px; }
  .rack-server > span i { width: auto; }
  .rack-server--fan > span { gap: 5px; }
  .rack-server--fan > span i { width: auto; height: 12px; border-width: 1px; }
  .rack-unit-base { font-size: 5px; }
  .rack-unit-base strong { font-size: 5px; }
  .server-cabinet { width: 100%; padding: 6px; }
  .server-cabinet-top { grid-template-columns: 24px 1fr auto; height: 42px; padding-inline: 8px; }
  .server-cabinet-body { grid-template-columns: 12px minmax(0, 1fr) 12px; gap: 3px; margin-top: 6px; }
  .cabinet-rail { font-size: 4px; }
  .server-stack { gap: 5px; }
  .server-chassis { grid-template-columns: 12px minmax(0, 1fr) 12px; min-height: 62px; }
  .server-ear i { width: 3px; height: 3px; }
  .server-face { grid-template-columns: minmax(105px, 1fr) 58px 25px; gap: 6px; padding: 6px; }
  .server-id { display: none; }
  .drive-bank { gap: 3px; }
  .drive-bank > i, .vent-grille { height: 30px; }
  .drive-bank > i b { height: 10px; }
  .server-cabinet-base { min-height: 24px; font-size: 5px; }
  .server-cabinet-base strong { font-size: 5px; }
  .dc-left-wall { top: 128px; left: 15px; width: 135px; }
  .dc-left-wall > strong { margin-top: 9px; font-size: 18px; }
  .dc-left-wall > small { align-items: flex-start; max-width: 100px; margin-top: 13px; line-height: 1.5; }
  .dc-rack--5 { display: none; }
  .dc-rack--4 { top: 142px; left: 42%; width: 44px; height: 188px; }
  .dc-rack--3 { top: 106px; left: 49%; width: 62px; height: 250px; }
  .dc-rack--2 { top: 64px; left: 59%; width: 88px; height: 326px; }
  .dc-rack--1 { top: 22px; right: -18px; width: 132px; height: 402px; }
  .dc-rack-side { left: -8px; width: 8px; }
  .dc-rack-face { gap: 2px; padding: 2px 3px; }
  .dc-rack-face > span { background-position: 10px center; }
  .dc-rack-top { gap: 4px; padding-inline: 4px; }
  .dc-rack--1 .rack-brand-mark { width: 17px; height: 19px; }
  .rack-status { right: auto; bottom: 13px; left: calc(50% - 99px); width: 198px; }
  .server-visual-footer { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .hero-workflow-canvas { height: 320px; }
  .hero-node { width: 92px; }
  .hero-node > strong { font-size: 9px; }
  .hero-node > small { font-size: 7px; }
  .hero-node--trigger { top: 121px; left: 10px; }
  .hero-node--check { top: 112px; left: 120px; width: 104px; min-height: 96px; }
  .hero-node--public { top: 39px; right: 10px; width: 100px; }
  .hero-node--private { right: 10px; bottom: 37px; width: 100px; }
  .hero-port--false { top: 28px; }
  .hero-port--true { bottom: 27px; }
  .workflow-appbar__identity strong { max-width: 175px; }
  .studio-canvas-header h3 { font-size: 13px; }
  .canvas-actions [data-show-revisions] { display: none; }
  .flow-card { width: 128px; }
  .flow-card strong { font-size: 10px; }
  .flow-card-summary small { font-size: 7px; }
  .server-health { font-size: 6px; }
  .release-actions { align-items: stretch; flex-direction: column; justify-content: center; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
