/* gitstow landing — tokens and layout from design_handoff_gitstow_landing (source: src/gitstow/web/static/app.css) */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('assets/fonts/bricolage-grotesque-latin-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/jetbrains-mono-latin-var.woff2') format('woff2');
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(ellipse 1200px 600px at 50% -300px, rgba(255,107,53,0.07), transparent 60%), #0b0c0e;
  color: #bbc0c6;
  font-family: 'Bricolage Grotesque', -apple-system, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: #ff6b35; text-decoration: none; }
a:hover { color: #ff8457; text-decoration: underline; text-underline-offset: 3px; }
::selection { background: #ff6b35; color: #120500; }
button { font: inherit; }

@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,53,0.3); }
  50% { box-shadow: 0 0 0 6px rgba(255,107,53,0); }
}

.wrap { max-width: 1260px; margin: 0 auto; padding: 88px 32px; }
.rule { border-top: 1px solid #1c1f24; }
.alt { background: #0d0e11; }

.mono { font-family: 'JetBrains Mono', monospace; }
.code-chip {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.86em;
  background: #121418;
  border: 1px solid #24272d;
  border-radius: 3px;
  padding: 1px 6px;
  color: #bbc0c6;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #787d85;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.eyebrow .bar { width: 18px; height: 1px; background: #ff6b35; display: inline-block; }

h2.section {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-variation-settings: 'opsz' 48, 'wdth' 88, 'wght' 600;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #eceef1;
}

/* ---------- nav ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #24272d;
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  background: rgba(11,12,14,0.82);
}
header nav {
  max-width: 1260px;
  margin: 0 auto;
  padding: 17px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand { display: flex; align-items: center; gap: 12px; }
.pulse-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #ff6b35;
  animation: pulseDot 2.2s ease-in-out infinite;
}
.wordmark {
  font-variation-settings: 'opsz' 36, 'wdth' 85, 'wght' 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #eceef1;
  line-height: 1;
}
.brand-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #787d85;
  padding-left: 12px;
  border-left: 1px solid #24272d;
}
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links a.nl {
  display: block;
  padding: 10px 16px;
  color: #787d85;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.nav-links a.nl:hover { color: #eceef1; text-decoration: none; }
.gh-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 16px;
  padding: 8px 17px;
  border-radius: 3px;
  border: 1px solid #32363d;
  color: #eceef1;
  font-size: 13px;
  font-weight: 500;
}
.gh-btn:hover {
  border-color: #ff6b35;
  color: #ff6b35;
  background: rgba(255,107,53,0.16);
  text-decoration: none;
}

/* ---------- hero ---------- */
.hero {
  max-width: 1260px;
  margin: 0 auto;
  padding: 96px 32px 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero .eyebrow { margin-bottom: 36px; }
.ascii {
  margin: 0 0 32px;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(8px, 1.5vw, 16px);
  line-height: 1.18;
  color: #ff6b35;
  text-shadow: 0 0 32px rgba(255,107,53,0.35);
  user-select: none;
  -webkit-user-select: none;
}
h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-variation-settings: 'opsz' 96, 'wdth' 82, 'wght' 600;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 18px;
  color: #eceef1;
}
.accent { color: #ff6b35; }
.hero .lede {
  max-width: 620px;
  margin: 0 0 40px;
  font-size: 17px;
  line-height: 1.6;
  color: #bbc0c6;
  text-wrap: pretty;
}
.cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.cmdbar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #121418;
  border: 1px solid #32363d;
  border-radius: 3px;
  padding: 13px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
}
.cmdbar .prompt { color: #545962; user-select: none; }
.cmdbar .cmd { color: #eceef1; }
.copy-btn {
  margin-left: 8px;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #32363d;
  background: transparent;
  color: #787d85;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.copy-btn:hover { border-color: #ff6b35; color: #ff6b35; }
.solid-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 3px;
  background: #ff6b35;
  color: #120500;
  font-weight: 600;
  font-size: 15px;
}
.solid-btn:hover {
  background: #ff8457;
  box-shadow: 0 0 24px rgba(255,107,53,0.3);
  text-decoration: none;
  color: #120500;
}
.hero-meta {
  margin-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #545962;
}

/* ---------- quick start ---------- */
.two-col {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.two-col.center { align-items: center; }
.col-l { flex: 1; min-width: 380px; }
.col-r { flex: 1.1; min-width: 420px; }
.qs-intro { margin: 0 0 28px; color: #bbc0c6; max-width: 480px; }

.tabs { display: flex; gap: 4px; }
.tab {
  white-space: nowrap;
  padding: 8px 16px;
  border: 1px solid #24272d;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background: transparent;
  color: #787d85;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  cursor: pointer;
}
.tab .dim { color: #545962; }
.tab.active {
  border-bottom: 1px solid #121418;
  margin-bottom: -1px;
  background: #121418;
  color: #ff6b35;
}
.tab-cmd {
  background: #121418;
  border: 1px solid #24272d;
  border-radius: 0 3px 3px 3px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
}
.tab-cmd .prompt { color: #545962; user-select: none; }
.tab-cmd .cmd { color: #eceef1; flex: 1; }
.tab-cmd .copy-btn { margin-left: 0; padding: 4px 11px; }

.term-lines {
  margin-top: 16px;
  background: #121418;
  border: 1px solid #24272d;
  border-radius: 3px;
  padding: 18px 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13.5px;
  line-height: 2;
}
.term-lines .prompt, .term-lines .comment { color: #545962; }
.term-lines .cmd { color: #eceef1; }

.term-frame {
  border: 1px solid #24272d;
  border-radius: 6px;
  overflow: hidden;
  background: #121418;
  box-shadow: 0 20px 60px rgba(0,0,0,0.65), 0 4px 12px rgba(0,0,0,0.3);
}
.term-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid #24272d;
  background: #17191d;
}
.term-head .tdot { width: 11px; height: 11px; border-radius: 50%; opacity: 0.8; }
.term-head .tdot.r { background: #f87171; }
.term-head .tdot.y { background: #fbbf24; }
.term-head .tdot.g { background: #4ade80; }
.term-head .tlabel {
  margin-left: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: #787d85;
}
.term-frame img { display: block; width: 100%; height: auto; }
.frame-caption {
  margin-top: 12px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: #545962;
}

/* ---------- dashboard showcase ---------- */
.center-head { text-align: center; margin-bottom: 20px; }
.center-head h2.section { font-size: 36px; line-height: 1.12; margin: 0 0 14px; }
.center-head p { max-width: 640px; margin: 0 auto; color: #bbc0c6; text-wrap: pretty; }

.bw-scroll { display: flex; justify-content: center; margin-top: 40px; overflow-x: auto; }
/* Chrome-style browser window (from browser-window.jsx) */
.bw {
  flex: none;
  width: 1120px;
  height: 780px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  background: #35363a;
}
.bw-tabbar {
  display: flex;
  align-items: center;
  height: 44px;
  flex: none;
  background: #202124;
  padding-right: 8px;
}
.bw-lights { display: flex; gap: 8px; padding: 0 14px; }
.bw-lights span { width: 12px; height: 12px; border-radius: 50%; }
.bw-tabs { display: flex; align-items: flex-end; height: 100%; padding-left: 4px; flex: 1; }
.bw-tab {
  position: relative;
  height: 34px;
  align-self: flex-end;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #35363a;
  border-radius: 8px 8px 0 0;
  min-width: 120px;
  max-width: 220px;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  color: #e8eaed;
}
.bw-tab svg { position: absolute; bottom: 0; }
.bw-tab .favicon { width: 14px; height: 14px; border-radius: 50%; background: #5f6368; flex-shrink: 0; }
.bw-tab .title { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bw-toolbar {
  height: 40px;
  flex: none;
  background: #35363a;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
}
.bw-icon { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; }
.bw-icon span { width: 16px; height: 16px; border-radius: 50%; background: #9aa0a6; opacity: 0.4; }
.bw-url {
  flex: 1;
  height: 30px;
  border-radius: 15px;
  background: #282a2d;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  margin: 0 6px;
}
.bw-url .lock { width: 12px; height: 12px; border-radius: 50%; background: #9aa0a6; opacity: 0.4; }
.bw-url .addr { flex: 1; color: #e8eaed; font-size: 13px; font-family: system-ui, sans-serif; }
.bw-content { flex: 1; overflow: hidden; }

/* dashboard mockup inside the window */
.dash {
  height: 100%;
  background: radial-gradient(ellipse 900px 400px at 50% -200px, rgba(255,107,53,0.05), transparent 60%), #0b0c0e;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  color: #bbc0c6;
  text-align: left;
}
.dash-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 26px;
  border-bottom: 1px solid #24272d;
}
.dash-brand { display: flex; align-items: center; gap: 10px; }
.dash-brand .dot { width: 6px; height: 6px; border-radius: 50%; background: #ff6b35; box-shadow: 0 0 8px rgba(255,107,53,0.4); }
.dash-brand .name {
  font-variation-settings: 'opsz' 36, 'wdth' 85, 'wght' 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #eceef1;
}
.dash-brand .ver {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: #787d85;
  padding-left: 10px;
  border-left: 1px solid #24272d;
}
.dash-tabs { display: flex; gap: 0; font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; }
.dash-tabs span { padding: 6px 12px; color: #787d85; }
.dash-tabs span.on { color: #ff6b35; border-bottom: 2px solid #ff6b35; }
.dash-hero {
  padding: 22px 26px 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  border-bottom: 1px solid #24272d;
}
.dash-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: #787d85;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}
.dash-eyebrow .bar { display: inline-block; width: 14px; height: 1px; background: #ff6b35; vertical-align: middle; margin-right: 6px; }
.dash-h1 {
  font-variation-settings: 'opsz' 96, 'wdth' 82, 'wght' 600;
  font-size: 34px;
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: #eceef1;
}
.dash-sub { margin-top: 8px; font-size: 12.5px; color: #bbc0c6; }
.dash-metrics {
  display: flex;
  gap: 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.dash-metrics .m { display: inline-flex; align-items: center; gap: 6px; }
.dash-metrics .pip { width: 7px; height: 7px; border-radius: 50%; }
.dash-metrics .n { color: #eceef1; font-weight: 500; }
.dash-metrics .l { color: #787d85; }
.dash-actions { display: flex; gap: 8px; align-items: center; padding: 14px 26px 12px; }
.dash-actions .sel { padding: 6px 26px 6px 11px; border: 1px solid #32363d; border-radius: 3px; background: #121418; color: #eceef1; font-size: 12px; }
.dash-actions .search { padding: 6px 11px; border: 1px solid #32363d; border-radius: 3px; background: #121418; color: #545962; font-size: 12px; min-width: 170px; }
.dash-actions .chk { display: inline-flex; align-items: center; gap: 6px; color: #787d85; font-size: 12px; }
.dash-actions .chk i { width: 12px; height: 12px; border: 1px solid #32363d; border-radius: 2px; background: #121418; display: inline-block; }
.dash-actions .sp { flex: 1; }
.dash-actions .ghost { padding: 6px 12px; border-radius: 3px; color: #787d85; font-size: 12px; }
.dash-actions .outline { padding: 6px 12px; border: 1px solid #32363d; border-radius: 3px; color: #eceef1; font-size: 12px; }
.dash-actions .primary { padding: 6px 13px; border-radius: 3px; background: #ff6b35; color: #120500; font-weight: 600; font-size: 12px; }
.dash-table { padding: 0 16px 6px; overflow-x: hidden; }
.dash-thead, .dash-row {
  display: grid;
  grid-template-columns: 28px 100px minmax(170px, 1fr) 58px 58px 58px 88px 58px 84px;
  gap: 0 10px;
  padding: 8px 14px;
}
.dash-thead {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: #787d85;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #24272d;
}
.dash-thead .ra { text-align: right; }
.dash-row {
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid #1c1f24;
  font-size: 12.5px;
}
.dash-row .num { font-family: 'JetBrains Mono', monospace; color: #545962; font-size: 11px; }
.dash-row .status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
}
.dash-row .status i { flex: none; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.dash-row .status.glow i { box-shadow: 0 0 8px; }
.dash-row .rname { color: #eceef1; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dash-row .ws { font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.dash-row .branch { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #787d85; }
.dash-row .delta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #3a3e46; }
.dash-row .tags { display: flex; gap: 4px; overflow: hidden; }
.dash-row .tags span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: #787d85;
  border: 1px solid #24272d;
  border-radius: 3px;
  padding: 1px 6px;
  white-space: nowrap;
}
.dash-row .lastpull { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #545962; }
.dash-row .acts { display: flex; gap: 6px; justify-content: flex-end; align-items: center; }
.dash-row .acts .more { color: #545962; }
.pull-ghost { padding: 4px 10px; border-radius: 3px; color: #787d85; font-size: 11px; }
.pull-primary { padding: 4px 10px; border-radius: 3px; background: #ff6b35; color: #120500; font-weight: 600; font-size: 11px; white-space: nowrap; }
.pull-disabled { padding: 4px 10px; border-radius: 3px; color: #787d85; font-size: 11px; opacity: 0.3; }
.dash-foot { padding: 10px 14px 14px; font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #545962; }
.dash-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 26px;
  border-top: 1px solid #24272d;
  font-size: 11.5px;
  color: #787d85;
}
.dash-status .live { display: inline-flex; align-items: center; gap: 8px; }
.dash-status .live i { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,0.5); }
.dash-status .live b {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.dash-status .live code { font-size: 10.5px; padding: 1px 6px; }
.dash-status .shutdown { font-size: 11px; }

.blurbs { display: flex; justify-content: center; gap: 40px; margin-top: 36px; flex-wrap: wrap; }
.blurb { max-width: 240px; }
.blurb .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #ff6b35;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}
.blurb .body { font-size: 13.5px; color: #bbc0c6; }

/* ---------- ai integration ---------- */
.ai-items { display: flex; flex-direction: column; gap: 18px; }
.ai-item { display: flex; gap: 14px; }
.ai-item .n {
  flex: none;
  width: 26px;
  height: 26px;
  border: 1px solid #32363d;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #ff6b35;
}
.ai-item .t { color: #eceef1; font-weight: 600; margin-bottom: 2px; }
.ai-item .b { font-size: 13.5px; color: #787d85; }
.ai-item .b code { font-size: 0.9em; padding: 1px 5px; color: #bbc0c6; }
.col-r.ai { min-width: 400px; }
.transcript { padding: 22px 24px; font-family: 'JetBrains Mono', monospace; font-size: 13px; line-height: 1.9; }
.transcript .user { color: #eceef1; }
.transcript .caret { color: #ff6b35; }
.transcript .tool { color: #787d85; }
.transcript .tool .arg { color: #bbc0c6; }
.transcript .skill { color: #545962; margin-top: 10px; }
.transcript .skill span { color: #787d85; }
.transcript .ok { color: #4ade80; }
.transcript .reply { color: #bbc0c6; margin-top: 10px; }
.transcript .reply .ws-oss { color: #f59e0b; }
.transcript .reply .tag { border: 1px solid #24272d; border-radius: 3px; padding: 0 5px; font-size: 11px; }
.transcript .prompt-line { color: #545962; margin-top: 14px; }
.transcript .cursor {
  display: inline-block;
  width: 8px;
  height: 15px;
  background: #ff6b35;
  vertical-align: text-bottom;
  animation: pulseDot 1.4s ease-in-out infinite;
}

/* ---------- feature grid ---------- */
.grid-head { text-align: center; margin-bottom: 48px; }
.grid-head h2.section { font-size: 36px; margin: 0; }
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 16px;
}
.fcard {
  background: #121418;
  border: 1px solid #24272d;
  border-radius: 4px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fcard:hover { border-color: #32363d; background: #17191d; }
.fcard .glyph { font-family: 'JetBrains Mono', monospace; font-size: 15px; color: #ff6b35; }
.fcard .title {
  font-variation-settings: 'opsz' 24, 'wdth' 90, 'wght' 600;
  font-size: 17px;
  color: #eceef1;
}
.fcard .body { font-size: 13.5px; color: #787d85; line-height: 1.55; flex: 1; }
.fcard code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #bbc0c6;
  background: #0b0c0e;
  border: 1px solid #24272d;
  border-radius: 3px;
  padding: 6px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---------- comparison ---------- */
.compare-wrap { max-width: 900px; margin: 0 auto; padding: 88px 32px; }
.compare-head { text-align: center; margin-bottom: 40px; }
.compare-head h2.section { font-size: 36px; }
.compare-head p { max-width: 560px; margin: 0 auto; color: #bbc0c6; text-wrap: pretty; }
.ctable { border: 1px solid #24272d; border-radius: 4px; overflow: hidden; }
.ctable .chead, .ctable .crow {
  display: grid;
  grid-template-columns: 1fr 110px 110px 110px;
  align-items: center;
}
.ctable .chead {
  padding: 14px 22px;
  background: #121418;
  border-bottom: 1px solid #24272d;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ctable .chead span { color: #787d85; }
.ctable .chead .us { color: #ff6b35; text-align: center; font-weight: 600; }
.ctable .chead .them { text-align: center; }
.ctable .crow { padding: 13px 22px; border-bottom: 1px solid #1c1f24; font-size: 14px; }
.ctable .crow .cap { color: #bbc0c6; }
.ctable .crow .us { text-align: center; color: #ff6b35; font-family: 'JetBrains Mono', monospace; }
.ctable .crow .them { text-align: center; color: #545962; font-family: 'JetBrains Mono', monospace; }
.legend { margin-top: 14px; text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #545962; }

/* ---------- final cta ---------- */
.cta {
  border-top: 1px solid #1c1f24;
  background: radial-gradient(ellipse 800px 400px at 50% 100%, rgba(255,107,53,0.08), transparent 60%), #0b0c0e;
}
.cta .wrap { padding: 96px 32px; text-align: center; }
.cta h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-variation-settings: 'opsz' 96, 'wdth' 82, 'wght' 600;
  font-size: 44px;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  color: #eceef1;
}
.cta p { max-width: 480px; margin: 0 auto 36px; color: #bbc0c6; }
.cta .cmdbar { display: inline-flex; padding: 14px 20px; font-size: 16px; }
.cta .copy-btn { padding: 6px 13px; }

/* ---------- footer ---------- */
footer { border-top: 1px solid #24272d; }
.foot-top {
  max-width: 1260px;
  margin: 0 auto;
  padding: 48px 32px 40px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot-brand { max-width: 300px; }
.foot-brand .row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.foot-brand .dot { width: 6px; height: 6px; border-radius: 50%; background: #ff6b35; }
.foot-brand .name {
  font-variation-settings: 'opsz' 36, 'wdth' 85, 'wght' 700;
  font-size: 18px;
  color: #eceef1;
}
.foot-brand .desc { font-size: 13px; color: #787d85; line-height: 1.6; }
.foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.foot-col .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: #545962;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
}
.foot-col .links { display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; }
.foot-col .links a { color: #787d85; }
.foot-col .links a:hover { color: #ff6b35; text-decoration: none; }
.foot-bottom { border-top: 1px solid #1c1f24; }
.foot-bottom > div {
  max-width: 1260px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: #545962;
}

/* ---------- responsive ---------- */
@media (max-width: 720px) {
  .brand-tag { display: none; }
  .nav-links a.nl { padding: 10px 8px; }
  .col-l, .col-r, .col-r.ai { min-width: 100%; }
}
