/* FiveM Tebex homepage — dark server-operations design system. */
body.ft-home-shell {
  --ft-bg: #06080c;
  --ft-bg-2: #090d13;
  --ft-panel: #0d131b;
  --ft-panel-2: #121a24;
  --ft-line: rgba(195, 220, 236, .14);
  --ft-line-hot: rgba(199, 255, 61, .55);
  --ft-text: #f2f6f8;
  --ft-dim: #a2adb7;
  --ft-mute: #697580;
  --ft-signal: #c7ff3d;
  --ft-cyan: #c7ff3d;
  --ft-orange: #c7ff3d;
  margin: 0;
  overflow-x: hidden;
  background: var(--ft-bg);
  color: var(--ft-text);
}

.ft-home-shell::selection { background: var(--ft-signal); color: #080b05; }
.ft-home-shell .container { max-width: 1460px; }
.ft-home-shell .nav {
  border-color: var(--ft-line);
  background: rgba(6, 8, 12, .86);
  box-shadow: 0 1px 0 rgba(255,255,255,.02);
}
.ft-home-shell .nav::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 28%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ft-signal));
}
.ft-home-shell .nav .logo-word-img { filter: brightness(0) invert(1); }
.ft-home-shell .nav-link { color: #8f9ba5; }
.ft-home-shell .nav-link:hover,
.ft-home-shell .nav-link.active {
  background: rgba(255,255,255,.055);
  color: var(--ft-text);
  box-shadow: inset 0 0 0 1px var(--ft-line);
}
.ft-home-shell .nav-link.active::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--ft-signal);
  box-shadow: 0 0 12px var(--ft-signal);
}
.ft-home-shell .nav .btn-accent {
  background: var(--ft-signal);
  border-color: var(--ft-signal);
  color: #080b05;
  box-shadow: none;
}
.ft-home-shell .nav-cart-badge { background: #090c11; color: var(--ft-signal); }
.ft-home-shell .nav .btn-ghost { border-color: var(--ft-line); background: var(--ft-panel); color: var(--ft-text); }
.ft-home-shell .nav-panel { background: #090d13; border-color: var(--ft-line); color: var(--ft-text); }

.ft-home { background: var(--ft-bg); color: var(--ft-text); }
.ft-home a { text-decoration: none; }
.ft-home h1,
.ft-home h2,
.ft-home h3,
.ft-home p { margin-top: 0; }

.ft-command-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  border-bottom: 1px solid var(--ft-line);
  background:
    radial-gradient(circle at 82% 19%, rgba(199,255,61,.11), transparent 30%),
    radial-gradient(circle at 14% 88%, rgba(199,255,61,.08), transparent 28%),
    linear-gradient(145deg, #05070a 0%, #080c12 55%, #0a1118 100%);
}
.ft-command-hero::before {
  content: "";
  position: absolute;
  top: -22%;
  right: -7%;
  width: 42vw;
  height: 42vw;
  min-width: 460px;
  min-height: 460px;
  border: 1px solid rgba(199,255,61,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(199,255,61,.018), 0 0 0 160px rgba(199,255,61,.012);
  pointer-events: none;
}
.ft-grid-field {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(139,166,181,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,166,181,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
  pointer-events: none;
}
.ft-command-wrap { position: relative; z-index: 1; padding-top: 22px; padding-bottom: 88px; }
.ft-command-status {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  color: #788690;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ft-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ft-signal);
  box-shadow: 0 0 14px rgba(199,255,61,.85);
  animation: ft-live 1.9s ease-in-out infinite;
}
.ft-command-status__divider { width: 34px; height: 1px; background: var(--ft-line); }
.ft-command-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, .82fr);
  gap: clamp(58px, 7vw, 120px);
  align-items: center;
  min-height: calc(100svh - 220px);
  padding: 46px 0 24px;
}
.ft-command-copy { max-width: 780px; }
.ft-overline,
.ft-kicker {
  color: var(--ft-signal);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ft-overline { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.ft-overline span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--ft-line-hot);
  color: var(--ft-signal);
}
.ft-command-copy h1 {
  max-width: 10ch;
  margin-bottom: 28px;
  color: var(--ft-text);
  font-family: var(--font-sans);
  font-size: clamp(58px, 7.2vw, 112px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .84;
  text-transform: uppercase;
}
.ft-command-copy h1 em {
  color: var(--ft-signal);
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: none;
}
.ft-command-lead {
  max-width: 61ch;
  margin-bottom: 30px;
  color: var(--ft-dim);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.72;
}
.ft-command-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ft-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.ft-btn:hover { transform: translateY(-2px); }
.ft-btn--signal { background: var(--ft-signal); color: #080b05; }
.ft-btn--signal:hover { background: #dcff7f; }
.ft-btn--quiet { border-color: var(--ft-line); background: rgba(255,255,255,.025); color: var(--ft-text); }
.ft-btn--quiet:hover { border-color: rgba(199,255,61,.55); background: rgba(199,255,61,.07); }
.ft-signal-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 580px;
  margin: 46px 0 0;
  border-top: 1px solid var(--ft-line);
  border-bottom: 1px solid var(--ft-line);
}
.ft-signal-metrics div { padding: 16px 18px 16px 0; border-right: 1px solid var(--ft-line); }
.ft-signal-metrics div + div { padding-left: 18px; }
.ft-signal-metrics div:last-child { border-right: 0; }
.ft-signal-metrics dt { color: var(--ft-text); font-family: var(--font-mono); font-size: 22px; font-weight: 700; }
.ft-signal-metrics dd { margin: 4px 0 0; color: var(--ft-mute); font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.ft-feature-console {
  position: relative;
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--ft-line);
  background: rgba(3,5,8,.74);
  box-shadow: 0 38px 110px rgba(0,0,0,.52);
}
.ft-feature-console::before,
.ft-feature-console::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.ft-feature-console::before { top: -1px; left: -1px; border-top: 1px solid var(--ft-signal); border-left: 1px solid var(--ft-signal); }
.ft-feature-console::after { right: -1px; bottom: -1px; border-right: 1px solid var(--ft-cyan); border-bottom: 1px solid var(--ft-cyan); }
.ft-console-head {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  color: #74828c;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ft-console-head__state { color: var(--ft-signal); }
.ft-console-primary {
  position: relative;
  min-height: clamp(300px, 38vw, 510px);
  display: block;
  overflow: hidden;
  background: #101720;
}
.ft-console-primary img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.08); transition: transform .5s ease, filter .5s ease; }
.ft-console-primary:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.08); }
.ft-console-primary__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,12,.03), rgba(5,8,12,.2) 45%, rgba(5,8,12,.96)); }
.ft-console-primary__index {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 8px;
  background: var(--ft-signal);
  color: #080b05;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
}
.ft-console-primary__content { position: absolute; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 8px; }
.ft-console-primary__content strong { max-width: 20ch; color: #fff; font-size: clamp(22px, 2.5vw, 38px); line-height: 1.05; letter-spacing: -.04em; }
.ft-console-primary__content small { max-width: 58ch; color: #aeb8bf; font-size: 13px; line-height: 1.5; }
.ft-console-primary__content b { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; color: var(--ft-signal); font-family: var(--font-mono); font-size: 13px; }
.ft-console-primary__content i { color: #fff; font-size: 9px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.ft-console-empty { min-height: 380px; display: grid; place-content: center; border: 1px dashed var(--ft-line); color: var(--ft-dim); text-align: center; }
.ft-console-empty span { color: var(--ft-signal); font-family: var(--font-mono); letter-spacing: .15em; }
.ft-console-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: var(--ft-line); }
.ft-console-mini { position: relative; min-width: 0; min-height: 104px; display: grid; grid-template-columns: 68px 1fr; gap: 11px; align-items: center; padding: 10px; overflow: hidden; background: #090d13; }
.ft-console-mini:hover { background: #101720; }
.ft-console-mini img { width: 68px; height: 68px; object-fit: cover; filter: saturate(.72); }
.ft-console-mini > span:last-child { min-width: 0; display: grid; gap: 7px; }
.ft-console-mini strong { overflow: hidden; color: #e6ecef; font-size: 11px; line-height: 1.3; text-overflow: ellipsis; }
.ft-console-mini small { color: var(--ft-cyan); font-family: var(--font-mono); font-size: 9px; }
.ft-console-mini__num { position: absolute; top: 5px; right: 6px; color: #33404a; font-family: var(--font-mono); font-size: 8px; }

.ft-keyword-tape { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid var(--ft-line); background: #080b10; }
.ft-keyword-tape > div { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; white-space: nowrap; }
.ft-keyword-tape span { color: #7b8790; font-family: var(--font-mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.ft-keyword-tape i { width: 4px; height: 4px; background: var(--ft-signal); transform: rotate(45deg); }

.ft-zone { position: relative; padding: clamp(86px, 10vw, 150px) 0; border-bottom: 1px solid var(--ft-line); }
.ft-market-zone { background: #080b10; }
.ft-framework-zone { background: linear-gradient(145deg, #0b1118, #101823); }
.ft-creators-zone { background: #070a0e; }
.ft-routes-zone { background: #0b0f15; }
.ft-bundles-zone { background: #0d141d; }
.ft-protocol-zone { background: #07090d; }
.ft-section-head {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 42px;
}
.ft-section-code { align-self: start; display: grid; gap: 7px; }
.ft-section-code span { color: var(--ft-signal); font-family: var(--font-mono); font-size: 25px; font-weight: 700; line-height: 1; }
.ft-section-code small { color: var(--ft-mute); font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .13em; }
.ft-section-head h2,
.ft-routes-intro h2,
.ft-protocol-copy h2 {
  max-width: 18ch;
  margin: 8px 0 0;
  color: var(--ft-text);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}
.ft-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ft-line);
  color: var(--ft-dim);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ft-text-link span { color: var(--ft-signal); }
.ft-text-link:hover { border-color: var(--ft-signal); color: var(--ft-text); }

.ft-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--ft-line); border: 1px solid var(--ft-line); }
.ft-product-grid > .product-card-minimal {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: #0b1017;
  box-shadow: none;
  transform: none;
}
.ft-product-grid > .product-card-minimal:first-child,
.ft-product-grid > .product-card-minimal:nth-child(6) { grid-column: span 2; }
.ft-home-shell .product-card-minimal:hover { z-index: 2; border-color: transparent; background: #101721; box-shadow: 0 25px 70px rgba(0,0,0,.42); transform: translateY(-4px); }
.ft-home-shell .product-card-main { display: flex; min-height: 100%; flex-direction: column; }
.ft-home-shell .product-card-media { aspect-ratio: 4 / 3; border: 0; border-bottom: 1px solid var(--ft-line); background: #111822; }
.ft-product-grid > .product-card-minimal:first-child .product-card-media,
.ft-product-grid > .product-card-minimal:nth-child(6) .product-card-media { aspect-ratio: 2 / 1; }
.ft-home-shell .product-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,8,12,.72)); pointer-events: none; }
.ft-home-shell .product-img { filter: saturate(.8) contrast(1.04); }
.ft-home-shell .product-card-minimal:hover .product-img { filter: saturate(1.05) contrast(1.02); transform: scale(1.035); }
.ft-home-shell .product-card-body { display: flex; flex: 1; flex-direction: column; gap: 14px; padding: 20px; }
.ft-home-shell .product-card-title { color: #eef3f5; font-size: 16px; letter-spacing: -.02em; }
.ft-home-shell .product-card-was { color: #64717b; }
.ft-home-shell .product-card-now { color: var(--ft-signal); font-family: var(--font-mono); font-size: 13px; }
.ft-home-shell .product-card-tagline { min-height: 42px; color: #8d99a2; font-size: 12.5px; }
.ft-home-shell .framework-chip { border-color: var(--ft-line); background: rgba(255,255,255,.025); color: #93a0a9; }
.ft-home-shell .product-card-foot { margin-top: auto; border-color: var(--ft-line); color: #5f6b75; font-size: 8.5px; letter-spacing: .06em; }
.ft-home-shell .product-card-actions { border-color: var(--ft-line); background: #080c11; }
.ft-home-shell .product-card-add { border: 0; border-radius: 0; background: var(--ft-signal); color: #070a05; box-shadow: none; }
.ft-home-shell .product-card-details { color: #a5b0b8; }
.ft-home-shell .product-card-empty { color: var(--ft-mute); }
.ft-home-shell .chip { border-radius: 0; }
.ft-home-shell .chip-new,
.ft-home-shell .chip-accent { border-color: var(--ft-signal); background: var(--ft-signal); color: #090c06; }
.ft-home-shell .chip-sale { border-color: var(--ft-orange); background: var(--ft-orange); color: #080b05; }
.ft-empty-state { min-height: 260px; display: grid; place-content: center; border: 1px dashed var(--ft-line); color: var(--ft-dim); text-align: center; }
.ft-empty-state span { color: var(--ft-signal); font-family: var(--font-mono); font-size: 11px; letter-spacing: .15em; }

.ft-framework-deck { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ft-framework-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--ft-line);
  background: rgba(5,8,12,.45);
  color: var(--ft-text);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.ft-framework-card::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.018), 0 0 0 68px rgba(255,255,255,.012);
}
.ft-framework-card:hover { border-color: var(--ft-line-hot); background: rgba(15,23,31,.9); transform: translateY(-6px); }
.ft-framework-card__number { color: #6e7b85; font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; }
.ft-framework-card__pulse { width: 48px; height: 2px; margin: 70px 0 24px; background: var(--ft-signal); box-shadow: 0 0 18px rgba(199,255,61,.35); }
.ft-framework-card[data-framework="esx"] .ft-framework-card__pulse { background: var(--ft-cyan); box-shadow: 0 0 18px rgba(199,255,61,.35); }
.ft-framework-card[data-framework="qbox"] .ft-framework-card__pulse { background: var(--ft-orange); box-shadow: 0 0 18px rgba(199,255,61,.35); }
.ft-framework-card strong { position: relative; z-index: 1; font-size: clamp(34px, 3vw, 48px); letter-spacing: -.055em; }
.ft-framework-card p { position: relative; z-index: 1; max-width: 36ch; margin: 17px 0 30px; color: var(--ft-dim); font-size: 13.5px; line-height: 1.65; }
.ft-framework-card__link { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--ft-line); color: #89959e; font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.ft-framework-card__link b { color: var(--ft-signal); }

.ft-creator-index { border-top: 1px solid var(--ft-line); }
.ft-creator-row { display: grid; grid-template-columns: 64px minmax(180px, .5fr) minmax(240px, 1fr) auto; gap: 24px; align-items: center; min-height: 84px; border-bottom: 1px solid var(--ft-line); color: var(--ft-text); transition: background .16s ease, padding .16s ease; }
.ft-creator-row:hover { padding-right: 15px; padding-left: 15px; background: rgba(199,255,61,.035); }
.ft-creator-row__num { color: var(--ft-signal); font-family: var(--font-mono); font-size: 10px; }
.ft-creator-row strong { font-size: clamp(18px, 2vw, 28px); letter-spacing: -.035em; }
.ft-creator-row small { color: var(--ft-mute); font-size: 12px; line-height: 1.5; }
.ft-creator-row b { color: #76838d; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; }

.ft-routes-layout { display: grid; grid-template-columns: minmax(300px, .66fr) minmax(0, 1.34fr); gap: clamp(60px, 9vw, 140px); align-items: start; }
.ft-routes-intro { position: sticky; top: 120px; }
.ft-routes-intro .ft-section-code { margin-bottom: 65px; }
.ft-routes-intro p:not(.ft-kicker) { max-width: 48ch; margin-top: 25px; color: var(--ft-dim); font-size: 14px; line-height: 1.7; }
.ft-route-stack { border-top: 1px solid var(--ft-line); }
.ft-route-card { display: grid; grid-template-columns: 50px 1fr auto; gap: 22px; align-items: start; padding: 31px 0; border-bottom: 1px solid var(--ft-line); color: var(--ft-text); transition: padding .18s ease, background .18s ease; }
.ft-route-card:hover { padding-right: 20px; padding-left: 20px; background: rgba(199,255,61,.035); }
.ft-route-card > span { color: var(--ft-signal); font-family: var(--font-mono); font-size: 10px; }
.ft-route-card div { display: grid; gap: 8px; }
.ft-route-card small { color: var(--ft-mute); font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .13em; }
.ft-route-card strong { font-size: clamp(24px, 3vw, 38px); letter-spacing: -.045em; }
.ft-route-card p { margin: 0; color: var(--ft-dim); font-size: 13px; }
.ft-route-card > b { color: var(--ft-cyan); font-size: 19px; font-weight: 400; }

.ft-bundle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ft-home-shell .bundle-card-minimal {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-color: var(--ft-line);
  border-radius: 0;
  background: linear-gradient(155deg, #111a24, #090e14);
  color: var(--ft-text);
  box-shadow: none;
}
.ft-home-shell .bundle-card-minimal::after { content: "KIT"; position: absolute; right: -7px; bottom: -26px; color: rgba(255,255,255,.025); font-family: var(--font-mono); font-size: 100px; font-weight: 700; pointer-events: none; }
.ft-home-shell .bundle-card-minimal:hover { border-color: var(--ft-line-hot); background: linear-gradient(155deg, #15212d, #0a1017); transform: translateY(-5px); box-shadow: 0 26px 70px rgba(0,0,0,.35); }
.ft-home-shell .bundle-card-title { color: var(--ft-text); font-size: 25px; }
.ft-home-shell .bundle-card-head p,
.ft-home-shell .bundle-list li { color: var(--ft-dim); }
.ft-home-shell .bundle-card-price strong,
.ft-home-shell .bundle-card-cta { color: var(--ft-signal); }

.ft-protocol-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(55px, 8vw, 120px); align-items: center; }
.ft-protocol-terminal { border: 1px solid rgba(199,255,61,.23); background: #090d0d; box-shadow: 0 30px 90px rgba(0,0,0,.48), inset 0 0 60px rgba(199,255,61,.02); }
.ft-terminal-head { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid rgba(199,255,61,.18); color: #7f8c84; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .13em; }
.ft-terminal-head span:last-child { color: var(--ft-signal); }
.ft-protocol-terminal ol { list-style: none; padding: 0; margin: 0; }
.ft-protocol-terminal li { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: start; padding: 20px 17px; border-bottom: 1px solid rgba(199,255,61,.1); }
.ft-protocol-terminal li:last-child { border-bottom: 0; }
.ft-protocol-terminal li > span { color: #536057; font-family: var(--font-mono); font-size: 9px; }
.ft-protocol-terminal li div { display: grid; gap: 5px; }
.ft-protocol-terminal strong { color: #e6eee8; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.ft-protocol-terminal p { margin: 0; color: #7d8981; font-size: 12px; line-height: 1.5; }
.ft-protocol-terminal li > b { padding: 4px 6px; border: 1px solid rgba(199,255,61,.22); color: var(--ft-signal); font-family: var(--font-mono); font-size: 7.5px; letter-spacing: .1em; }
.ft-protocol-copy .ft-section-code { margin-bottom: 54px; }
.ft-protocol-copy > p:not(.ft-kicker) { max-width: 54ch; margin: 22px 0 0; color: var(--ft-dim); font-size: 14px; line-height: 1.72; }
.ft-protocol-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.ft-protocol-links a { padding: 9px 11px; border: 1px solid var(--ft-line); color: #9ca8b1; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; }
.ft-protocol-links a:hover { border-color: var(--ft-signal); color: var(--ft-signal); }

.ft-home-shell .tm-section { margin: 0; padding: clamp(86px, 9vw, 130px) 0; border-bottom: 1px solid var(--ft-line); background: #0a0e14; }
.ft-home-shell .tm-section .section-head { margin-bottom: 34px; }
.ft-home-shell .tm-section .eyebrow { color: var(--ft-signal); font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; }
.ft-home-shell .tm-section .section-title { color: var(--ft-text); font-size: clamp(36px, 5vw, 64px); letter-spacing: -.05em; }
.ft-home-shell .tm-rail { gap: 1px; padding: 0; background: var(--ft-line); border: 1px solid var(--ft-line); scrollbar-color: var(--ft-signal) #080b10; }
.ft-home-shell .tm-card { flex-basis: 370px; gap: 18px; padding: 28px; border: 0; border-radius: 0; background: #0c121a; }
.ft-home-shell .tm-body { color: #a7b2ba; }
.ft-home-shell .tm-name { color: var(--ft-text); }
.ft-home-shell .tm-av { border-radius: 0; border-color: var(--ft-line); background: #111923; color: var(--ft-signal); }
.ft-home-shell .tm-prod { color: var(--ft-cyan); }

.ft-final-call { overflow: hidden; background: var(--ft-signal); color: #090c07; }
.ft-final-call .container { min-height: 300px; display: grid; grid-template-columns: 150px 1fr auto; gap: 46px; align-items: center; }
.ft-final-call__mark { color: rgba(9,12,7,.55); font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; }
.ft-final-call small { font-family: var(--font-mono); font-size: 9px; letter-spacing: .15em; }
.ft-final-call h2 { max-width: 15ch; margin: 10px 0 0; font-size: clamp(40px, 5vw, 72px); letter-spacing: -.06em; line-height: .92; }
.ft-btn--dark { min-width: 235px; background: #090c0f; color: #fff; }
.ft-btn--dark:hover { background: #121820; }

.ft-home-shell .footer { margin-top: 0; border-color: var(--ft-line); background: #05070a; color: #e9eef0; }
.ft-home-shell .footer-title { color: #d8dfe3; }
.ft-home-shell .footer-brand p,
.ft-home-shell .footer-list a { color: #7f8b94; }
.ft-home-shell .footer-bottom { border-color: var(--ft-line); color: #59656e; }

@keyframes ft-live { 0%, 100% { opacity: .4; transform: scale(.8); } 50% { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .ft-live-dot { animation: none; }
  .ft-home * { scroll-behavior: auto !important; }
}

@media (max-width: 1180px) {
  .ft-command-grid { grid-template-columns: minmax(0, .8fr) minmax(430px, .9fr); gap: 46px; }
  .ft-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ft-product-grid > .product-card-minimal:nth-child(6) { grid-column: auto; }
  .ft-bundle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ft-bundle-grid > :last-child { grid-column: span 2; }
}

@media (max-width: 940px) {
  .ft-command-hero { min-height: auto; }
  .ft-command-wrap { padding-bottom: 100px; }
  .ft-command-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .ft-command-copy { max-width: 760px; }
  .ft-command-copy h1 { font-size: clamp(64px, 13vw, 100px); }
  .ft-feature-console { max-width: 760px; }
  .ft-section-head { grid-template-columns: 75px 1fr; }
  .ft-section-head .ft-text-link { grid-column: 2; width: max-content; }
  .ft-framework-deck { grid-template-columns: 1fr; }
  .ft-framework-card { min-height: 290px; }
  .ft-framework-card__pulse { margin-top: 42px; }
  .ft-routes-layout,
  .ft-protocol-grid { grid-template-columns: 1fr; }
  .ft-routes-intro { position: static; }
  .ft-routes-intro .ft-section-code,
  .ft-protocol-copy .ft-section-code { margin-bottom: 38px; }
  .ft-protocol-terminal { order: 2; }
  .ft-protocol-copy { order: 1; }
  .ft-final-call .container { grid-template-columns: 90px 1fr; padding-top: 60px; padding-bottom: 60px; }
  .ft-final-call .ft-btn { grid-column: 2; width: max-content; }
}

@media (max-width: 720px) {
  .ft-home-shell .nav-inner { min-height: 64px; }
  .ft-command-status span:nth-last-child(-n+4) { display: none; }
  .ft-command-status__divider { flex: 1; }
  .ft-command-grid { padding-top: 42px; }
  .ft-command-copy h1 { font-size: clamp(52px, 16vw, 82px); }
  .ft-signal-metrics { grid-template-columns: 1fr; }
  .ft-signal-metrics div,
  .ft-signal-metrics div + div { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--ft-line); }
  .ft-signal-metrics div:last-child { border-bottom: 0; }
  .ft-console-primary { min-height: 330px; }
  .ft-console-rail { grid-template-columns: 1fr; }
  .ft-console-mini { min-height: 86px; }
  .ft-keyword-tape > div { justify-content: flex-start; overflow: hidden; }
  .ft-zone { padding: 72px 0; }
  .ft-section-head { grid-template-columns: 1fr; gap: 18px; }
  .ft-section-head .ft-text-link { grid-column: 1; }
  .ft-section-code { grid-template-columns: auto 1fr; align-items: center; }
  .ft-section-code small { margin-top: 2px; }
  .ft-section-head h2,
  .ft-routes-intro h2,
  .ft-protocol-copy h2 { font-size: clamp(36px, 11vw, 56px); }
  .ft-product-grid { grid-template-columns: 1fr 1fr; }
  .ft-product-grid > .product-card-minimal:first-child,
  .ft-product-grid > .product-card-minimal:nth-child(6) { grid-column: auto; }
  .ft-home-shell .product-card-body { padding: 15px; }
  .ft-home-shell .product-card-title { font-size: 14px; }
  .ft-home-shell .product-card-tagline,
  .ft-home-shell .product-card-foot { display: none; }
  .ft-creator-row { grid-template-columns: 34px 1fr auto; gap: 12px; padding: 18px 0; }
  .ft-creator-row small { display: none; }
  .ft-creator-row b { font-size: 0; }
  .ft-creator-row b::after { content: "↗"; font-size: 15px; }
  .ft-route-card { grid-template-columns: 34px 1fr auto; }
  .ft-bundle-grid { grid-template-columns: 1fr; }
  .ft-bundle-grid > :last-child { grid-column: auto; }
  .ft-final-call .container { grid-template-columns: 1fr; gap: 24px; min-height: 360px; }
  .ft-final-call .ft-btn { grid-column: 1; }
}

@media (max-width: 480px) {
  .ft-command-wrap { padding-top: 10px; }
  .ft-overline { font-size: 8.5px; }
  .ft-command-copy h1 { font-size: 49px; }
  .ft-command-lead { font-size: 14px; }
  .ft-command-actions { display: grid; }
  .ft-btn { width: 100%; }
  .ft-console-primary { min-height: 285px; }
  .ft-console-primary__content { right: 15px; bottom: 15px; left: 15px; }
  .ft-console-primary__content strong { font-size: 22px; }
  .ft-product-grid { grid-template-columns: 1fr; }
  .ft-home-shell .product-card-tagline { display: -webkit-box; }
  .ft-home-shell .product-card-foot { display: flex; }
  .ft-framework-card { min-height: 310px; padding: 23px; }
  .ft-route-card p { display: none; }
  .ft-protocol-terminal li { grid-template-columns: 28px 1fr; }
  .ft-protocol-terminal li > b { display: none; }
  .ft-protocol-links { display: grid; }
  .ft-home-shell .tm-card { flex-basis: 88%; }
}
