@charset "UTF-8";
/* cspell:ignore topbar */

:root {
  color-scheme: dark;
  --ink: #090b0e;
  --ink-soft: #0e1115;
  --panel: #12161b;
  --panel-raised: #171c21;
  --line: rgba(230, 211, 171, 0.13);
  --line-strong: rgba(230, 211, 171, 0.24);
  --text: #f1eee6;
  --text-soft: #aba9a2;
  --text-dim: #73746f;
  --gold: #d5a652;
  --gold-bright: #f0c875;
  --gold-pale: #f4dfb2;
  --teal: #62d2b3;
  --teal-soft: rgba(98, 210, 179, 0.13);
  --red: #d96c63;
  --shell: 1180px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

button,
a {
  color: inherit;
}

button {
  font: inherit;
}

a {
  text-decoration: none;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

code {
  padding: 0.15em 0.38em;
  border: 1px solid rgba(213, 166, 82, 0.18);
  border-radius: 4px;
  background: rgba(213, 166, 82, 0.07);
  color: var(--gold-pale);
  font-family: var(--mono);
  font-size: 0.82em;
}

[hidden] {
  display: none !important;
}

::selection {
  background: rgba(213, 166, 82, 0.28);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--gold-bright);
  color: #111;
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.page-noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.07;
  pointer-events: none;
}

.ambient-one {
  top: -16vw;
  right: -10vw;
  background: var(--gold);
}

.ambient-two {
  bottom: 5vh;
  left: -24vw;
  background: #1d6f69;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(9, 11, 14, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
}

.brand-orbit {
  position: absolute;
  inset: 3px;
  transform: rotate(45deg);
  border: 1px solid rgba(213, 166, 82, 0.78);
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(213, 166, 82, 0.15), inset 0 0 9px rgba(213, 166, 82, 0.08);
}

.brand-orbit::before,
.brand-orbit::after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 9px rgba(240, 200, 117, 0.8);
  content: "";
}

.brand-orbit::before {
  top: -3px;
  left: -3px;
}

.brand-orbit::after {
  right: -3px;
  bottom: -3px;
}

.brand-core {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 14px rgba(240, 200, 117, 0.85);
}

.brand-copy {
  display: flex;
  align-items: baseline;
  letter-spacing: -0.035em;
  font-size: 17px;
}

.brand-copy strong {
  color: var(--gold-pale);
  font-weight: 720;
}

.brand-copy span {
  color: var(--text-soft);
  font-weight: 450;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 570;
}

.primary-nav > a:not(.nav-github) {
  position: relative;
  padding-block: 7px;
  transition: color 180ms ease;
}

.primary-nav > a:not(.nav-github)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  content: "";
  transition: transform 180ms ease;
}

.primary-nav > a:hover,
.primary-nav > a.is-current {
  color: var(--text);
}

.primary-nav > a:hover::after,
.primary-nav > a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.language-switch a {
  padding: 1px 2px;
  transition: color 160ms ease;
}

.language-switch a:hover,
.language-switch a[aria-current="page"] {
  color: var(--gold-bright);
}

.nav-github {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  color: var(--text);
  transition: border-color 180ms ease, background 180ms ease;
}

.nav-github:hover {
  border-color: rgba(213, 166, 82, 0.44);
  background: rgba(213, 166, 82, 0.07);
}

.nav-github svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: transparent;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 154px 0 96px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 36%, rgba(213, 166, 82, 0.095), transparent 34%),
    radial-gradient(circle at 95% 6%, rgba(98, 210, 179, 0.05), transparent 25%),
    linear-gradient(180deg, #0b0d10 0%, var(--ink) 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  background: linear-gradient(transparent, var(--ink));
  content: "";
  pointer-events: none;
}

.hero-grid,
.final-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(213, 166, 82, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 166, 82, 0.055) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 60px;
}

.eyebrow,
.section-kicker {
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
}

.eyebrow > span {
  width: 26px;
  height: 1px;
  background: var(--gold);
}

.eyebrow b {
  padding: 3px 7px;
  border: 1px solid rgba(98, 210, 179, 0.35);
  border-radius: 3px;
  background: var(--teal-soft);
  color: var(--teal);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 670px;
  font-size: clamp(52px, 5.3vw, 78px);
}

.hero h1 em,
.section h2 em,
.final-cta h2 em {
  color: var(--gold-bright);
  font-style: italic;
  font-weight: 400;
}

.hero-lead {
  max-width: 600px;
  margin: 29px 0 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 680;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold-bright), #c7933d);
  box-shadow: 0 12px 30px rgba(213, 166, 82, 0.12);
  color: #16110a;
}

.button-primary:hover {
  box-shadow: 0 15px 38px rgba(213, 166, 82, 0.22);
}

.button-primary svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.018);
  color: var(--text);
}

.button-ghost:hover {
  border-color: rgba(213, 166, 82, 0.48);
  background: rgba(213, 166, 82, 0.06);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 31px 0 0;
  color: var(--text-dim);
  font-size: 11px;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.proof-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 8px rgba(98, 210, 179, 0.5);
}

.hero-nodes .node {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(213, 166, 82, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(213, 166, 82, 0.025), 0 0 14px rgba(213, 166, 82, 0.14);
}

.node::after {
  position: absolute;
  top: 4px;
  left: 9px;
  width: 95px;
  height: 1px;
  transform: rotate(var(--angle, 0deg));
  transform-origin: left;
  background: linear-gradient(90deg, rgba(213, 166, 82, 0.24), transparent);
  content: "";
}

.node-one { top: 15%; left: 4%; --angle: 32deg; }
.node-two { top: 29%; right: 4%; --angle: 145deg; }
.node-three { bottom: 22%; left: 9%; --angle: -24deg; }
.node-four { top: 10%; left: 48%; --angle: 74deg; }
.node-five { right: 9%; bottom: 16%; --angle: 198deg; }

.demo-wrap {
  position: relative;
  min-width: 0;
}

.demo-halo {
  position: absolute;
  inset: 12% -8% -8% 15%;
  border-radius: 50%;
  background: rgba(213, 166, 82, 0.14);
  filter: blur(80px);
  opacity: 0.42;
}

.pob-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 213, 177, 0.18);
  border-radius: 8px;
  background: #101318;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.window-topbar {
  display: grid;
  min-height: 43px;
  align-items: center;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: #181b20;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 9px;
  grid-template-columns: 1fr auto 1fr;
}

.window-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d8d5cd;
}

.window-gem {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border: 1px solid rgba(213, 166, 82, 0.62);
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(213, 166, 82, 0.22);
}

.window-build {
  color: #8b8c87;
}

.window-controls {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.window-controls i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34383d;
}

.window-tabs {
  display: flex;
  gap: 3px;
  padding: 8px 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #0e1115;
}

.demo-tab {
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  color: #777a78;
  font-family: var(--mono);
  font-size: 9px;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.demo-tab:hover {
  color: #bbb9b2;
}

.demo-tab.is-active {
  border-color: rgba(213, 166, 82, 0.2);
  background: rgba(213, 166, 82, 0.07);
  color: var(--gold-pale);
}

.chat-panel {
  min-height: 464px;
  padding: 19px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    #0e1115;
  background-size: 100% 36px;
}

.message {
  max-width: 90%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.018);
}

.message + .message {
  margin-top: 12px;
}

.message-user {
  margin-left: auto;
  border-color: rgba(213, 166, 82, 0.15);
  background: rgba(213, 166, 82, 0.045);
}

.message-role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.message-ai .message-role {
  color: var(--teal);
}

.ai-pulse {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 8px var(--teal);
}

.message p {
  margin: 0;
  color: #c4c1b8;
  font-size: 11px;
  line-height: 1.55;
}

.diff-card {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(98, 210, 179, 0.17);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(98, 210, 179, 0.05), rgba(255, 255, 255, 0.012));
}

.diff-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  color: #d7d3ca;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.diff-heading small {
  color: var(--text-dim);
  font-size: 7px;
  text-transform: none;
}

.diff-grid {
  display: grid;
  gap: 8px;
  margin-top: 11px;
  grid-template-columns: repeat(3, 1fr);
}

.diff-grid > div {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.16);
}

.diff-grid span {
  display: block;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
}

.diff-grid strong {
  display: block;
  margin-top: 2px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 600;
}

.action-preview {
  display: grid;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  padding: 8px;
  border-left: 2px solid var(--gold);
  background: rgba(213, 166, 82, 0.045);
  grid-template-columns: auto 1fr auto;
}

.action-index {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 8px;
}

.action-preview small,
.action-preview b {
  display: block;
}

.action-preview small {
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
}

.action-preview b {
  color: #bbb8af;
  font-size: 9px;
  font-weight: 520;
}

.action-valid {
  padding: 3px 5px;
  border: 1px solid rgba(98, 210, 179, 0.22);
  border-radius: 2px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 7px;
}

.apply-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 13px;
}

.apply-row > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 7px;
}

.apply-row > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.apply-row button {
  padding: 7px 10px;
  border: 1px solid #ac8039;
  border-radius: 3px;
  background: linear-gradient(#d6aa5e, #aa7830);
  color: #18120a;
  font-family: var(--mono);
  font-size: 8px;
  pointer-events: none;
}

.demo-caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 12px 2px 0;
  color: #585a57;
  font-family: var(--mono);
  font-size: 8px;
}

.demo-caption span {
  width: 16px;
  height: 1px;
  background: var(--line-strong);
}

.section {
  position: relative;
  padding: 118px 0;
}

.section h2 {
  font-size: clamp(40px, 4.25vw, 61px);
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 60px;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
}

.section-heading .section-kicker {
  display: block;
  margin-bottom: 17px;
}

.section-heading > p {
  margin: 0 0 4px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.75;
}

.principle-section {
  padding: 86px 0;
  border-bottom: 1px solid var(--line);
}

.principle-grid {
  display: grid;
  align-items: start;
  gap: 42px;
  grid-template-columns: 0.3fr 1.25fr 0.45fr;
}

.principle-copy h2 {
  font-size: clamp(36px, 3.5vw, 52px);
}

.principle-copy p {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.principle-metric {
  padding-left: 27px;
  border-left: 1px solid var(--line-strong);
}

.principle-metric strong {
  display: block;
  color: var(--gold-bright);
  font-family: var(--display);
  font-size: 63px;
  font-weight: 400;
  line-height: 0.9;
}

.principle-metric span {
  display: block;
  margin-top: 9px;
  color: var(--text);
  font-size: 12px;
  font-weight: 650;
}

.principle-metric p {
  margin: 8px 0 0;
  color: var(--text-dim);
  font-size: 11px;
  line-height: 1.55;
}

.screenshots-section {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 48%, rgba(213, 166, 82, 0.055), transparent 32%),
    #0b0e11;
}

.screenshots-grid {
  display: grid;
  align-items: stretch;
  gap: 18px;
  grid-template-columns: 1.5fr 0.75fr;
}

.screenshot-card {
  min-width: 0;
  margin: 0;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.018);
}

.screenshot-card-main {
  grid-row: span 2;
}

.screenshot-frame {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(213, 166, 82, 0.06), transparent),
    #0d1013;
}

.screenshot-card:not(.screenshot-card-main) .screenshot-frame {
  padding-bottom: 46%;
}

.screenshot-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
  content: "";
  pointer-events: none;
}

.screenshot-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease, filter 320ms ease;
}

.screenshot-frame:hover img {
  transform: scale(1.012);
  filter: brightness(1.08);
}

.screenshot-card figcaption {
  display: grid;
  align-items: start;
  gap: 16px;
  padding: 14px 7px 5px;
  grid-template-columns: auto 1fr;
}

.screenshot-card figcaption span {
  color: var(--gold-bright);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.screenshot-card figcaption p {
  margin: 0;
  color: var(--text-dim);
  font-size: 11px;
  line-height: 1.55;
}

.flow-section {
  background: var(--ink);
}

.flow-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.flow-item {
  display: grid;
  min-height: 126px;
  align-items: center;
  gap: 23px;
  padding: 24px 14px;
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, padding 220ms ease;
  grid-template-columns: 45px 58px 1fr;
}

.flow-item:hover {
  padding-right: 22px;
  padding-left: 22px;
  background: linear-gradient(90deg, rgba(213, 166, 82, 0.055), transparent 70%);
}

.flow-number {
  color: #555750;
  font-family: var(--mono);
  font-size: 10px;
}

.flow-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid rgba(213, 166, 82, 0.25);
  border-radius: 6px;
  background: rgba(213, 166, 82, 0.035);
}

.flow-icon svg {
  width: 22px;
  transform: rotate(-45deg);
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.flow-item h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
}

.flow-item p {
  max-width: 690px;
  margin: 5px 0 0;
  color: var(--text-dim);
  font-size: 13px;
}

.features-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 18%, rgba(98, 210, 179, 0.045), transparent 27%),
    var(--ink-soft);
}

.feature-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  position: relative;
  min-height: 305px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.018);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 166, 82, 0.28);
  background: rgba(213, 166, 82, 0.032);
}

.feature-card-wide {
  grid-column: span 2;
}

.feature-card-accent {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(98, 210, 179, 0.055), rgba(255, 255, 255, 0.012));
}

.feature-index {
  position: absolute;
  top: 20px;
  right: 21px;
  color: #454844;
  font-family: var(--mono);
  font-size: 9px;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid rgba(213, 166, 82, 0.22);
  border-radius: 5px;
  background: rgba(213, 166, 82, 0.045);
}

.feature-icon svg {
  width: 21px;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.feature-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
}

.feature-card p {
  max-width: 460px;
  margin: 11px 0 0;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.7;
}

.mini-chat {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 55%;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.16);
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 8px;
}

.mini-chat i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  border: 1px solid var(--gold);
}

.safety-chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 35px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.safety-chain span {
  padding: 5px 7px;
  border: 1px solid rgba(98, 210, 179, 0.2);
  border-radius: 2px;
}

.safety-chain i {
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 210, 179, 0.4), transparent);
}

.actions-section {
  overflow: hidden;
}

.actions-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: var(--line);
  content: "";
}

.actions-layout {
  display: grid;
  gap: 85px;
  grid-template-columns: 0.8fr 1.2fr;
}

.actions-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.actions-copy .section-kicker {
  display: block;
  margin-bottom: 19px;
}

.actions-copy p {
  max-width: 420px;
  margin: 26px 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 620;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.action-groups {
  border-top: 1px solid var(--line);
}

.action-groups article {
  display: grid;
  gap: 22px;
  padding: 29px 10px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
}

.action-groups article > span {
  padding-top: 4px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 9px;
}

.action-groups h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
}

.action-groups p {
  margin: 6px 0 0;
  color: var(--text-dim);
  font-size: 12px;
}

.setup-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    var(--ink-soft);
  background-size: 100% 64px;
}

.setup-layout {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.82fr 1.18fr;
}

.setup-steps {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.setup-step {
  border-bottom: 1px solid var(--line);
}

.setup-step button {
  display: grid;
  width: 100%;
  gap: 17px;
  padding: 22px 5px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  grid-template-columns: 35px 1fr;
}

.setup-step button > span {
  padding-top: 4px;
  color: #555750;
  font-family: var(--mono);
  font-size: 9px;
  transition: color 180ms ease;
}

.setup-step h3 {
  margin: 0;
  color: var(--text-soft);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  transition: color 180ms ease;
}

.setup-step p {
  height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--text-dim);
  font-size: 12px;
  opacity: 0;
  transition: height 220ms ease, margin 220ms ease, opacity 220ms ease;
}

.setup-step.is-active button > span {
  color: var(--gold);
}

.setup-step.is-active h3 {
  color: var(--text);
}

.setup-step.is-active p {
  height: auto;
  margin-top: 6px;
  opacity: 1;
}

.setup-visual {
  min-width: 0;
}

.setup-window {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: #0c0f12;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.32);
}

.setup-bar {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 5px;
  padding: 0 13px;
  border-bottom: 1px solid var(--line);
  background: #171a1e;
}

.setup-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d4144;
}

.setup-bar b {
  position: absolute;
  right: 0;
  left: 0;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 400;
  text-align: center;
}

.download-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 91px 35px 50px;
}

.archive-icon,
.exe-icon {
  position: relative;
  display: grid;
  width: 70px;
  height: 83px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(213, 166, 82, 0.28);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(213, 166, 82, 0.1), rgba(255, 255, 255, 0.012));
}

.archive-icon::before,
.exe-icon::before {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 19px;
  height: 19px;
  border-bottom: 1px solid rgba(213, 166, 82, 0.25);
  border-left: 1px solid rgba(213, 166, 82, 0.25);
  background: #121519;
  content: "";
}

.archive-icon span,
.exe-icon span {
  color: var(--gold-bright);
  font-family: var(--mono);
  font-size: 10px;
}

.download-visual > div:nth-child(2) strong,
.download-visual > div:nth-child(2) small {
  display: block;
}

.download-visual > div:nth-child(2) strong {
  color: var(--text);
  font-size: 13px;
}

.download-visual > div:nth-child(2) small {
  color: var(--text-dim);
  font-size: 9px;
}

.download-visual > i {
  color: var(--gold);
  font-style: normal;
}

.setup-window > p {
  margin: 0;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 8px;
  text-align: center;
}

.config-form {
  display: grid;
  max-width: 400px;
  gap: 14px;
  margin: 49px auto;
  padding: 0 24px;
}

.config-form label {
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.config-form label span {
  display: block;
  min-height: 37px;
  margin-top: 5px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  color: #aaa9a3;
  font-size: 9px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.config-form > div {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}

.config-form button {
  padding: 7px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 8px;
  pointer-events: none;
}

.connection-visual {
  display: grid;
  min-height: 315px;
  place-content: center;
  text-align: center;
}

.connection-visual i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border: 1px solid rgba(98, 210, 179, 0.34);
  border-radius: 50%;
  background: var(--teal-soft);
  box-shadow: 0 0 35px rgba(98, 210, 179, 0.1);
}

.connection-visual i::after {
  display: block;
  width: 16px;
  height: 8px;
  margin: 16px 0 0 14px;
  transform: rotate(-45deg);
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  content: "";
}

.connection-visual strong {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 12px;
}

.connection-visual p {
  margin: 7px 0 0;
  color: var(--text-dim);
  font-size: 10px;
}

.question-visual {
  max-width: 430px;
  margin: 74px auto 0;
  padding: 0 24px;
}

.question-visual > span {
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.question-visual > p {
  padding: 14px;
  border: 1px solid rgba(213, 166, 82, 0.16);
  border-radius: 4px;
  background: rgba(213, 166, 82, 0.04);
  color: var(--text-soft);
  font-size: 12px;
}

.question-visual > div {
  display: flex;
  gap: 6px;
  margin-top: 25px;
}

.question-visual > div i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  animation: thinking 1.2s ease-in-out infinite;
}

.question-visual > div i:nth-child(2) { animation-delay: 120ms; }
.question-visual > div i:nth-child(3) { animation-delay: 240ms; }

@keyframes thinking {
  0%, 100% { opacity: 0.25; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

.download-strip {
  display: grid;
  align-items: center;
  gap: 24px;
  margin-top: 62px;
  padding: 26px 29px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(213, 166, 82, 0.035);
  grid-template-columns: 1fr auto auto;
}

.download-strip > div:first-child span,
.download-strip > div:first-child strong {
  display: block;
}

.download-strip > div:first-child span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.download-strip > div:first-child strong {
  margin-top: 3px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
}

.download-meta {
  display: flex;
  gap: 12px;
}

.download-meta span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 7px;
}

.security-section {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 50%, rgba(98, 210, 179, 0.075), transparent 34%),
    #0a0d0f;
}

.security-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 95px;
  grid-template-columns: 0.9fr 1.1fr;
}

.security-copy .section-kicker {
  display: block;
  margin-bottom: 19px;
}

.security-copy p {
  max-width: 500px;
  margin: 28px 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.security-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.security-list li {
  display: grid;
  align-items: center;
  gap: 19px;
  padding: 20px 3px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px 1fr;
}

.security-list li > span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(98, 210, 179, 0.19);
  border-radius: 50%;
  background: var(--teal-soft);
}

.security-list svg {
  width: 17px;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.security-list strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
}

.security-list p {
  margin: 3px 0 0;
  color: var(--text-dim);
  font-size: 11px;
}

.security-note {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 17px;
  margin-top: 65px;
  padding: 20px 24px;
  border: 1px solid rgba(213, 166, 82, 0.19);
  border-left: 2px solid var(--gold);
  background: rgba(213, 166, 82, 0.035);
  grid-template-columns: auto 1fr;
}

.security-note strong {
  color: var(--gold-pale);
  font-size: 11px;
}

.security-note p {
  margin: 0;
  color: var(--text-dim);
  font-size: 11px;
}

.security-orbit {
  position: absolute;
  top: 50%;
  left: -260px;
  width: 560px;
  height: 560px;
  transform: translateY(-50%);
  border: 1px solid rgba(98, 210, 179, 0.05);
  border-radius: 50%;
}

.security-orbit::before,
.security-orbit::after {
  position: absolute;
  border: 1px solid rgba(98, 210, 179, 0.045);
  border-radius: 50%;
  content: "";
}

.security-orbit::before { inset: 75px; }
.security-orbit::after { inset: 155px; }

.scope-section {
  border-bottom: 1px solid var(--line);
}

.scope-layout {
  display: grid;
  gap: 75px;
  grid-template-columns: 0.75fr 1.25fr;
}

.scope-title .section-kicker {
  display: block;
  margin-bottom: 19px;
}

.scope-columns {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.scope-column {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.scope-now {
  background: rgba(98, 210, 179, 0.028);
}

.scope-later {
  background: rgba(217, 108, 99, 0.02);
}

.scope-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scope-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.scope-later .scope-label i {
  background: var(--red);
}

.scope-column ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.scope-column li {
  position: relative;
  padding: 11px 0 11px 19px;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 12px;
}

.scope-column li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border: 1px solid var(--teal);
  content: "";
}

.scope-later li::before {
  border-color: var(--red);
}

.faq-section {
  background: var(--ink-soft);
}

.faq-layout {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.65fr 1.35fr;
}

.faq-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-heading .section-kicker {
  display: block;
  margin-bottom: 19px;
}

.faq-heading p {
  max-width: 330px;
  margin: 24px 0 0;
  color: var(--text-dim);
  font-size: 13px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item > button {
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 5px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--display);
  font-size: 19px;
  text-align: left;
  cursor: pointer;
}

.faq-item > button i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.faq-item > button i::before,
.faq-item > button i::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: transform 180ms ease;
}

.faq-item > button i::after {
  transform: rotate(90deg);
}

.faq-item.is-open > button i::after {
  transform: rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.8;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding: 0 42px 25px 5px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 132px 0;
  border-block: 1px solid rgba(213, 166, 82, 0.19);
  background:
    radial-gradient(circle at 50% 120%, rgba(213, 166, 82, 0.14), transparent 48%),
    #0d0f12;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final-cta h2 {
  margin-top: 18px;
  font-size: clamp(47px, 5vw, 72px);
}

.final-cta p {
  max-width: 570px;
  margin: 28px auto 0;
  color: var(--text-soft);
  font-size: 15px;
}

.final-cta-inner > div {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

/* Changelog */
.changelog-page {
  background: #0a0c0f;
}

.changelog-page code {
  padding: 0.12em 0.38em;
  border: 1px solid rgba(230, 211, 171, 0.12);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--gold-pale);
  font-family: var(--mono);
  font-size: 0.88em;
  overflow-wrap: anywhere;
}

.changelog-shell {
  max-width: 980px;
}

.changelog-header {
  padding: 150px 0 68px;
  border-bottom: 1px solid var(--line-strong);
  background: #0d1013;
}

.changelog-label {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.changelog-header h1 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(50px, 7vw, 78px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.changelog-header h1 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.changelog-header > .shell > p:not(.changelog-cost) {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.75;
}

.changelog-meta {
  display: grid;
  margin: 39px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.changelog-meta div {
  min-width: 0;
  padding: 0 19px;
  border-left: 1px solid var(--line);
}

.changelog-meta div:first-child {
  padding-left: 0;
  border-left: 0;
}

.changelog-meta dt {
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.changelog-meta dd {
  margin: 7px 0 0;
  color: var(--text);
  font-size: 11px;
  line-height: 1.45;
}

.changelog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.changelog-cost {
  margin: 20px 0 0;
  color: var(--text-dim);
  font-size: 11px;
}

.changelog-cost strong {
  color: var(--teal);
}

.changelog-content {
  padding-top: 55px;
  padding-bottom: 120px;
}

.changelog-toc {
  padding: 25px 0 29px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.changelog-toc > strong {
  color: var(--text);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.changelog-toc ol {
  display: grid;
  gap: 8px 30px;
  margin: 18px 0 0;
  padding: 0;
  counter-reset: changelog-toc;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.changelog-toc li {
  counter-increment: changelog-toc;
}

.changelog-toc a {
  color: var(--text-soft);
  font-size: 11px;
}

.changelog-toc a::before {
  margin-right: 7px;
  color: var(--gold);
  content: counter(changelog-toc, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 9px;
}

.changelog-toc a:hover {
  color: var(--gold-bright);
}

.changelog-section {
  padding: 57px 0 4px;
  scroll-margin-top: 88px;
}

.changelog-section + .changelog-section {
  margin-top: 52px;
  border-top: 1px solid var(--line-strong);
}

.changelog-section h2 {
  margin: 0 0 28px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(32px, 4.2vw, 47px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.section-intro {
  max-width: 720px;
  margin: -12px 0 25px;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.7;
}

.change-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.change-list > li {
  display: grid;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.72;
  grid-template-columns: 72px minmax(0, 1fr);
}

.change-kind {
  align-self: start;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.change-kind.added {
  color: var(--teal);
}

.change-kind.changed {
  color: var(--gold-bright);
}

.change-kind.fixed {
  color: #8eb8d8;
}

.change-kind.note {
  color: var(--text-dim);
}

.action-id-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.action-id-list li {
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 13px 18px 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-dim);
  font-size: 10px;
  grid-template-columns: minmax(155px, auto) 1fr;
}

.action-id-list li:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.action-id-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 18px;
}

.action-id-list code {
  justify-self: start;
  color: var(--teal);
}

.known-limitations .change-kind {
  color: var(--red);
}

@media (max-width: 760px) {
  .changelog-header {
    padding: 120px 0 55px;
  }

  .changelog-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .changelog-meta div,
  .changelog-meta div:first-child {
    padding: 13px 12px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .changelog-meta div:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--line);
  }

  .changelog-meta div:nth-child(-n + 2) {
    border-top: 0;
  }

  .changelog-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .action-id-list {
    grid-template-columns: 1fr;
  }

  .action-id-list li,
  .action-id-list li:nth-child(even) {
    padding: 13px 0;
    border-right: 0;
    grid-template-columns: minmax(150px, auto) 1fr;
  }
}

@media (max-width: 520px) {
  .changelog-header h1 {
    font-size: 45px;
  }

  .changelog-content {
    padding-top: 35px;
    padding-bottom: 85px;
  }

  .changelog-toc ol {
    grid-template-columns: 1fr;
  }

  .changelog-section {
    padding-top: 43px;
  }

  .changelog-section + .changelog-section {
    margin-top: 39px;
  }

  .change-list > li {
    gap: 7px;
    grid-template-columns: 1fr;
  }

  .action-id-list li,
  .action-id-list li:nth-child(even) {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}
.site-footer {
  padding: 55px 0 25px;
  background: #080a0c;
}

.footer-main {
  display: grid;
  align-items: center;
  gap: 40px;
  padding-bottom: 45px;
  grid-template-columns: auto 1fr auto;
}

.footer-main > p {
  max-width: 430px;
  margin: 0;
  color: var(--text-dim);
  font-size: 11px;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-main nav a {
  color: var(--text-soft);
  font-size: 11px;
  transition: color 160ms ease;
}

.footer-main nav a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #51534f;
  font-family: var(--mono);
  font-size: 8px;
}

.reveal {
  transform: translateY(18px);
  opacity: 0;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 650ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.reveal-delay {
  transition-delay: 130ms;
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 17px;
  }

  .hero-layout {
    gap: 35px;
    grid-template-columns: minmax(0, 0.95fr) minmax(450px, 1.05fr);
  }

  .hero h1 {
    font-size: clamp(47px, 5.1vw, 64px);
  }

  .chat-panel {
    min-height: 448px;
  }

  .feature-card {
    padding: 23px;
  }

  .security-layout,
  .faq-layout {
    gap: 60px;
  }

  .download-strip {
    grid-template-columns: 1fr auto;
  }

  .download-meta {
    display: none;
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    z-index: 3;
    display: block;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 95px 9vw 50px;
    transform: translateX(100%);
    background: rgba(9, 11, 14, 0.98);
    font-family: var(--display);
    font-size: 28px;
    opacity: 0;
    transition: transform 240ms ease, opacity 240ms ease;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    opacity: 1;
  }

  .nav-github {
    margin-top: 12px;
    font-family: var(--sans);
    font-size: 14px;
  }

  .language-switch {
    order: 10;
    font-family: var(--mono);
    font-size: 11px;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .demo-wrap {
    width: min(100%, 660px);
    margin: 20px auto 0;
  }

  .principle-grid {
    grid-template-columns: 0.24fr 1fr;
  }

  .principle-metric {
    display: grid;
    align-items: center;
    grid-column: 2;
    grid-template-columns: auto 1fr;
  }

  .principle-metric p {
    grid-column: 2;
  }

  .screenshots-grid {
    grid-template-columns: 1fr 1fr;
  }

  .screenshot-card-main {
    grid-column: span 2;
    grid-row: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card-wide,
  .feature-card-accent {
    grid-column: span 2;
  }

  .actions-section::before {
    display: none;
  }

  .actions-layout,
  .setup-layout,
  .security-layout,
  .scope-layout,
  .faq-layout {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .actions-copy,
  .faq-heading {
    position: static;
  }

  .scope-columns {
    max-width: 760px;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
  }

  .footer-main > p {
    grid-row: 2;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .header-inner {
    min-height: 66px;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 75px;
  }

  .hero-grid {
    background-size: 52px 52px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 61px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-wrap {
    width: calc(100% + 8px);
    margin-left: -4px;
  }

  .window-topbar {
    grid-template-columns: 1fr auto;
  }

  .window-build {
    display: none;
  }

  .window-tabs {
    overflow-x: auto;
  }

  .demo-tab {
    white-space: nowrap;
  }

  .chat-panel {
    min-height: 450px;
    padding: 12px;
  }

  .message {
    max-width: 96%;
  }

  .diff-heading small,
  .apply-row > span {
    display: none;
  }

  .diff-grid {
    gap: 5px;
  }

  .diff-grid > div {
    padding: 7px;
  }

  .action-valid {
    display: none;
  }

  .action-preview {
    grid-template-columns: auto 1fr;
  }

  .section {
    padding: 84px 0;
  }

  .section h2 {
    font-size: clamp(37px, 11vw, 50px);
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 38px;
    grid-template-columns: 1fr;
  }

  .principle-grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .principle-copy,
  .principle-metric {
    grid-column: 1;
  }

  .principle-metric {
    padding: 23px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .screenshots-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-card-main {
    grid-column: auto;
  }

  .screenshot-card:not(.screenshot-card-main) .screenshot-frame,
  .screenshot-frame {
    padding-bottom: 58%;
  }

  .screenshot-card figcaption {
    grid-template-columns: 1fr;
  }

  .flow-item {
    gap: 15px;
    padding-inline: 4px;
    grid-template-columns: 34px 46px 1fr;
  }

  .flow-item:hover {
    padding-inline: 4px;
  }

  .flow-icon {
    width: 39px;
    height: 39px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card-wide,
  .feature-card-accent {
    min-height: 270px;
    grid-column: auto;
  }

  .mini-chat {
    position: static;
    margin-top: 25px;
  }

  .safety-chain i {
    width: 9px;
  }

  .setup-window {
    min-height: 330px;
  }

  .download-visual {
    gap: 13px;
    padding: 80px 18px 45px;
  }

  .archive-icon,
  .exe-icon {
    width: 54px;
    height: 66px;
  }

  .download-strip {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .download-strip .button {
    width: 100%;
  }

  .security-note {
    grid-template-columns: 1fr;
  }

  .scope-columns {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding: 94px 0;
  }

  .final-cta h2 {
    font-size: clamp(42px, 12vw, 59px);
  }

  .final-cta-inner > div {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main nav {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
