/* FiveM Tebex public hubs — creator network, deployment kits, and editorial desk. */
body.ft-hub-shell {
  --ft-bg: #06080c;
  --ft-bg-2: #090d13;
  --ft-panel: #0d131b;
  --ft-panel-2: #121a24;
  --ft-line: rgba(195, 220, 236, .14);
  --ft-line-soft: rgba(195, 220, 236, .085);
  --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-hub-shell::selection { background: var(--ft-signal); color: #080b05; }
.ft-hub-shell .container { max-width: 1460px; }
.ft-hub-shell .nav {
  border-color: var(--ft-line);
  background: rgba(6, 8, 12, .9);
  box-shadow: 0 1px 0 rgba(255,255,255,.02);
}
.ft-hub-shell .nav::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ft-signal));
}
.ft-blog-shell .nav::after { background: linear-gradient(90deg, transparent, var(--ft-cyan)); }
.ft-hub-shell .nav .logo-word-img { filter: brightness(0) invert(1); }
.ft-hub-shell .nav-link { color: #8f9ba5; }
.ft-hub-shell .nav-link:hover,
.ft-hub-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-hub-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-blog-shell .nav-link.active::before { background: var(--ft-cyan); box-shadow: 0 0 12px var(--ft-cyan); }
.ft-hub-shell .nav .btn-accent { border-color: var(--ft-signal); background: var(--ft-signal); color: #080b05; box-shadow: none; }
.ft-hub-shell .nav-cart-badge { background: #090c11; color: var(--ft-signal); }
.ft-hub-shell .nav .btn-ghost { border-color: var(--ft-line); background: var(--ft-panel); color: var(--ft-text); }
.ft-hub-shell .nav-panel { border-color: var(--ft-line); background: #090d13; color: var(--ft-text); }

.ft-hub {
  min-height: 80vh;
  background: var(--ft-bg);
  color: var(--ft-text);
}
.ft-hub a { text-decoration: none; }
.ft-hub h1,
.ft-hub h2,
.ft-hub h3,
.ft-hub p,
.ft-hub dl { margin-top: 0; }

/* Shared command header */
.ft-hub-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--ft-line);
  background:
    radial-gradient(circle at 80% 15%, rgba(199,255,61,.105), transparent 27%),
    radial-gradient(circle at 10% 100%, rgba(199,255,61,.075), transparent 31%),
    linear-gradient(145deg, #05070a 0%, #080d13 58%, #0b121a 100%);
}
.ft-hub-hero::before {
  position: absolute;
  z-index: -1;
  right: -1.5vw;
  bottom: -7vw;
  color: rgba(255,255,255,.018);
  font-family: var(--font-mono);
  font-size: clamp(140px, 22vw, 350px);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: 1;
  pointer-events: none;
}
.ft-creators-hero::before { content: "MAKER"; }
.ft-bundles-hero::before { content: "KITS"; }
.ft-blog-hero::before { content: "LOG"; color: rgba(199,255,61,.022); }
.ft-hub-grid-field {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(139,166,181,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,166,181,.075) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
  pointer-events: none;
}
.ft-hub-hero__layout,
.ft-blog-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: end;
  padding-top: clamp(76px, 8vw, 122px);
  padding-bottom: clamp(70px, 7vw, 102px);
}
.ft-hub-overline {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 27px;
  color: #87949e;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ft-hub-overline::before { content: ""; width: 30px; height: 1px; background: var(--ft-signal); }
.ft-blog-hub .ft-hub-overline::before { background: var(--ft-cyan); }
.ft-hub-overline span { color: var(--ft-signal); }
.ft-blog-hub .ft-hub-overline span { color: var(--ft-cyan); }
.ft-hub-hero__copy h1 {
  max-width: 820px;
  margin-bottom: 25px;
  color: var(--ft-text);
  font-size: clamp(58px, 7.1vw, 108px);
  font-weight: 700;
  letter-spacing: -.067em;
  line-height: .87;
  text-wrap: balance;
}
.ft-hub-hero__copy h1 em { color: var(--ft-signal); font-style: normal; }
.ft-blog-hub .ft-hub-hero__copy h1 em { color: var(--ft-cyan); }
.ft-hub-hero__copy > p {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--ft-dim);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.72;
}
.ft-hub-primary,
.ft-hub-actions > a,
.ft-hub-actions .ft-hub-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 49px;
  padding: 0 18px;
  border: 1px solid var(--ft-line);
  background: rgba(7,11,16,.78);
  color: #aeb9c1;
  font-size: 12px;
  font-weight: 750;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.ft-hub-primary span { color: var(--ft-signal); font-family: var(--font-mono); }
.ft-hub-primary:hover,
.ft-hub-actions > a:hover { border-color: rgba(199,255,61,.55); background: #101820; color: var(--ft-text); }
.ft-hub-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ft-hub-actions > a:not(.ft-hub-primary) { color: #778590; }

.ft-readout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid var(--ft-line);
  color: #71808b;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ft-readout-head b { display: flex; align-items: center; gap: 7px; color: var(--ft-signal); font-weight: 500; }
.ft-readout-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ft-signal);
  box-shadow: 0 0 11px var(--ft-signal);
  animation: ft-hub-pulse 1.8s ease-in-out infinite;
}
.ft-blog-hub .ft-readout-head b { color: var(--ft-cyan); }
.ft-blog-hub .ft-readout-head i { background: var(--ft-cyan); box-shadow: 0 0 11px var(--ft-cyan); }
.ft-network-readout,
.ft-kit-readout,
.ft-editorial-readout {
  border: 1px solid var(--ft-line);
  background: rgba(7,11,16,.84);
  box-shadow: 22px 22px 0 rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
}
.ft-network-readout dl { margin-bottom: 0; padding: 7px 15px; }
.ft-network-readout dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--ft-line-soft);
}
.ft-network-readout dt { color: #62707a; font-family: var(--font-mono); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.ft-network-readout dd { margin: 0; color: #dce4e8; font-family: var(--font-mono); font-size: 12px; text-align: right; }
.ft-network-readout dl div:first-child dd { color: var(--ft-signal); font-size: 21px; }
.ft-network-feed,
.ft-kit-feed { padding: 13px 15px 15px; background: rgba(255,255,255,.018); }
.ft-network-feed > span,
.ft-kit-feed > span { display: block; margin-bottom: 8px; color: #56636d; font-family: var(--font-mono); font-size: 7px; letter-spacing: .14em; }
.ft-network-feed a,
.ft-kit-feed a {
  display: grid;
  grid-template-columns: 8px minmax(0,1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 29px;
  color: #aeb8bf;
  font-size: 11px;
}
.ft-network-feed a i { width: 4px; height: 4px; border-radius: 50%; background: #4f5c65; }
.ft-network-feed a:hover i { background: var(--ft-signal); box-shadow: 0 0 7px var(--ft-signal); }
.ft-network-feed a b,
.ft-kit-feed a b { color: #596670; font-family: var(--font-mono); font-size: 8px; font-weight: 500; }
.ft-network-feed a:hover span,
.ft-kit-feed a:hover span { color: var(--ft-text); }

.ft-kit-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.ft-kit-metrics div { min-width: 0; padding: 22px 14px 19px; border-right: 1px solid var(--ft-line); }
.ft-kit-metrics div:last-child { border-right: 0; }
.ft-kit-metrics strong { display: block; margin-bottom: 7px; color: var(--ft-signal); font-family: var(--font-mono); font-size: clamp(23px, 2.5vw, 35px); line-height: 1; }
.ft-kit-metrics span { display: block; color: #62707a; font-family: var(--font-mono); font-size: 7px; letter-spacing: .09em; text-transform: uppercase; }
.ft-kit-feed a { grid-template-columns: minmax(0,1fr) auto; border-top: 1px solid var(--ft-line-soft); }

.ft-hub-ticker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
  min-height: 42px;
  padding: 8px 24px;
  border-top: 1px solid var(--ft-line);
  background: rgba(5,8,11,.78);
  color: #6f7c86;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ft-hub-ticker i { width: 4px; height: 4px; border-radius: 50%; background: var(--ft-signal); }
.ft-blog-hub .ft-hub-ticker i { background: var(--ft-cyan); }

/* Shared directory framework */
.ft-hub-directory,
.ft-editorial-archive { position: relative; padding: clamp(76px, 8vw, 126px) 0; background: var(--ft-bg); }
.ft-hub-directory::before,
.ft-editorial-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - 1400px) / 2));
  width: 1px;
  height: 55px;
  background: linear-gradient(var(--ft-signal), transparent);
}
.ft-blog-hub .ft-editorial-archive::before { background: linear-gradient(var(--ft-cyan), transparent); }
.ft-hub-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 70px);
}
.ft-hub-section-head > div > span,
.ft-kit-protocol__head > span {
  display: block;
  margin-bottom: 15px;
  color: var(--ft-signal);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ft-blog-hub .ft-hub-section-head > div > span { color: var(--ft-cyan); }
.ft-hub-section-head h2,
.ft-kit-protocol__head h2 {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--ft-text);
  font-size: clamp(36px, 4.7vw, 70px);
  font-weight: 650;
  letter-spacing: -.052em;
  line-height: .98;
}
.ft-hub-section-head > p {
  margin-bottom: 2px;
  color: #87949e;
  font-size: 14px;
  line-height: 1.75;
}
.ft-hub-empty {
  padding: clamp(36px, 5vw, 70px);
  border: 1px solid var(--ft-line);
  background: linear-gradient(135deg, #0b1118, #080c11);
}
.ft-hub-empty > span { color: var(--ft-signal); font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; }
.ft-blog-hub .ft-hub-empty > span { color: var(--ft-cyan); }
.ft-hub-empty h3 { max-width: 720px; margin: 16px 0 12px; color: var(--ft-text); font-size: clamp(27px, 3vw, 44px); letter-spacing: -.035em; }
.ft-hub-empty p { max-width: 650px; margin-bottom: 0; color: var(--ft-dim); line-height: 1.7; }
.ft-hub-empty a { display: inline-flex; margin-top: 22px; color: var(--ft-signal); font-size: 12px; font-weight: 700; }
.ft-blog-hub .ft-hub-empty a { color: var(--ft-cyan); }

/* Creator channel registry */
.ft-creator-registry { border-top: 1px solid var(--ft-line); }
.ft-creator-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px 76px minmax(0,1fr) 92px 126px;
  gap: clamp(15px, 2vw, 30px);
  align-items: center;
  min-height: 126px;
  padding: 20px clamp(16px, 2.3vw, 34px);
  border-right: 1px solid var(--ft-line);
  border-bottom: 1px solid var(--ft-line);
  border-left: 1px solid var(--ft-line);
  background: #090d13;
  color: var(--ft-text);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.ft-creator-card::after { content: ""; position: absolute; inset: 0 auto 0 -1px; width: 2px; background: transparent; }
.ft-creator-card:hover { z-index: 1; border-color: rgba(199,255,61,.32); background: #0e151d; transform: translateX(6px); }
.ft-creator-card:hover::after { background: var(--ft-signal); box-shadow: 0 0 18px rgba(199,255,61,.35); }
.ft-creator-card__index { color: #4e5a64; font-family: var(--font-mono); font-size: 10px; }
.ft-creator-card__logo {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ft-line);
  background: #111923;
  color: var(--ft-signal);
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 800;
}
.ft-creator-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.ft-creator-card__copy { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.ft-creator-card__copy strong { overflow: hidden; color: #edf2f4; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.ft-creator-card__copy small { overflow: hidden; color: #78858f; font-size: 12px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.ft-creator-card__count { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.ft-creator-card__count b { color: var(--ft-signal); font-family: var(--font-mono); font-size: 22px; }
.ft-creator-card__count small { color: #596670; font-family: var(--font-mono); font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.ft-creator-card__open { color: #74818b; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.ft-creator-card:hover .ft-creator-card__open { color: var(--ft-signal); }

.ft-hub-protocol,
.ft-editorial-protocol {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--ft-line);
  background:
    linear-gradient(90deg, rgba(199,255,61,.07) 1px, transparent 1px),
    linear-gradient(rgba(199,255,61,.04) 1px, transparent 1px),
    #090d12;
  background-size: 90px 90px;
}
.ft-hub-protocol::after,
.ft-editorial-protocol::after {
  content: "03";
  position: absolute;
  right: 3vw;
  bottom: -55px;
  color: rgba(255,255,255,.025);
  font-family: var(--font-mono);
  font-size: clamp(170px, 25vw, 360px);
  font-weight: 800;
  line-height: 1;
}
.ft-hub-protocol .container,
.ft-editorial-protocol .container { position: relative; z-index: 1; padding-top: clamp(74px, 8vw, 118px); padding-bottom: clamp(74px, 8vw, 118px); }
.ft-hub-protocol .container > span,
.ft-editorial-protocol .container > span { display: block; margin-bottom: 18px; color: var(--ft-signal); font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; }
.ft-hub-protocol h2,
.ft-editorial-protocol h2 { max-width: 850px; margin-bottom: 22px; font-size: clamp(43px, 6vw, 86px); letter-spacing: -.065em; line-height: .91; }
.ft-hub-protocol p,
.ft-editorial-protocol p { max-width: 680px; margin-bottom: 28px; color: #929ea7; font-size: 14px; line-height: 1.75; }
.ft-hub-protocol a,
.ft-editorial-protocol a { display: inline-flex; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ft-signal); font-size: 12px; font-weight: 750; }

/* Deployment kit registry */
.ft-bundle-registry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ft-bundle-registry .ft-bundle-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--ft-line);
  border-radius: 0;
  background: #090e14;
  color: var(--ft-text);
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ft-bundle-registry .ft-bundle-card:hover {
  z-index: 1;
  border-color: rgba(199,255,61,.48);
  background: #0d151d;
  box-shadow: 0 25px 65px rgba(0,0,0,.33), inset 0 -2px var(--ft-signal);
  transform: translateY(-5px);
}
.ft-bundle-card__visual {
  aspect-ratio: 16 / 8.3;
  border: 0;
  border-bottom: 1px solid var(--ft-line);
  border-radius: 0;
  background: #0d151d;
}
.ft-bundle-card__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,8,12,.05), rgba(5,8,12,.66));
  pointer-events: none;
}
.ft-bundle-card__visual .bundle-thumb__cell img { filter: saturate(.68) brightness(.62); }
.ft-bundle-card:hover .bundle-thumb__cell img { filter: saturate(.92) brightness(.74); transform: scale(1.035); }
.ft-bundle-card__visual .bundle-thumb__cell:only-child { grid-column: 1 / -1; }
.ft-bundle-card__status,
.ft-bundle-card__index {
  position: absolute;
  z-index: 2;
  top: 13px;
  padding: 7px 9px;
  border: 1px solid rgba(195,220,236,.18);
  background: rgba(5,8,12,.78);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}
.ft-bundle-card__status { left: 13px; display: inline-flex; align-items: center; gap: 7px; color: var(--ft-signal); }
.ft-bundle-card__status i { width: 5px; height: 5px; border-radius: 50%; background: var(--ft-signal); box-shadow: 0 0 9px var(--ft-signal); }
.ft-bundle-card__index { right: 13px; color: #84919a; }
.ft-bundle-card__body { display: flex; min-width: 0; flex-direction: column; padding: clamp(21px, 2vw, 29px); }
.ft-bundle-registry .bundle-card-head { display: flex; min-width: 0; flex-direction: column; gap: 20px; }
.ft-bundle-registry .bundle-card-head > div:first-child { min-width: 0; }
.ft-bundle-registry .chip {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(199,255,61,.28);
  border-radius: 0;
  background: rgba(199,255,61,.06);
  color: var(--ft-signal);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ft-bundle-registry .bundle-card-title { margin: 17px 0 9px; color: var(--ft-text); font-size: clamp(23px, 2vw, 31px); letter-spacing: -.042em; line-height: 1.12; overflow-wrap: anywhere; }
.ft-bundle-registry .bundle-card-head p { margin-bottom: 0; color: #7f8c95; font-size: 12px; line-height: 1.65; }
.ft-bundle-registry .bundle-card-price { display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline; min-height: 48px; padding: 13px 0; border-top: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); text-align: left; }
.ft-bundle-registry .bundle-card-price strong { color: var(--ft-signal); font-family: var(--font-mono); font-size: 23px; line-height: 1; }
.ft-bundle-registry .product-card-was { color: #5e6a73; font-family: var(--font-mono); font-size: 10px; text-decoration: line-through; }
.ft-bundle-card__save { margin-left: auto; padding: 4px 6px; border: 1px solid rgba(199,255,61,.28); color: var(--ft-signal); font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.ft-bundle-registry .bundle-list { display: grid; gap: 0; margin: 19px 0 25px; padding: 0; list-style: none; }
.ft-bundle-registry .bundle-list li { display: flex; gap: 10px; align-items: center; min-height: 39px; border-bottom: 1px solid var(--ft-line-soft); color: #9ba6ae; font-size: 11px; }
.ft-bundle-registry .bundle-list svg { flex: 0 0 auto; color: var(--ft-signal); }
.ft-bundle-registry .bundle-list .bundle-more { color: #5d6972; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; }
.ft-bundle-registry .bundle-card-cta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--ft-line); color: #8e9aa3; font-family: var(--font-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.ft-bundle-registry .ft-bundle-card:hover .bundle-card-cta { color: var(--ft-signal); }

/* Single bundle — deployment manifest */
.ft-bundle-detail { min-height: 80vh; background: var(--ft-bg); color: var(--ft-text); }
.ft-bundle-detail a { text-decoration: none; }
.ft-bundle-detail h1,
.ft-bundle-detail h2,
.ft-bundle-detail p { margin-top: 0; }
.ft-bundle-detail .bundle-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--ft-line);
  background:
    radial-gradient(circle at 83% 13%, rgba(199,255,61,.13), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(199,255,61,.06), transparent 28%),
    linear-gradient(145deg, #05070a, #080d13 60%, #0a1219);
}
.ft-bundle-detail .bundle-hero::before { content: "BUNDLE"; position: absolute; z-index: -1; right: -2vw; bottom: -6vw; color: rgba(255,255,255,.018); font-family: var(--font-mono); font-size: clamp(120px, 19vw, 300px); font-weight: 800; letter-spacing: -.1em; line-height: 1; pointer-events: none; }
.ft-bundle-detail .bundle-hero > .container { position: relative; z-index: 1; }
.ft-bundle-detail .bundle-hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(380px,.96fr); gap: clamp(48px,7vw,110px); align-items: end; padding-top: clamp(70px,8vw,118px); padding-bottom: clamp(70px,8vw,112px); }
.ft-bundle-detail .bundle-hero-copy h1 { max-width: 850px; margin: 0 0 24px; color: var(--ft-text); font-size: clamp(48px,6vw,88px); font-weight: 700; letter-spacing: -.062em; line-height: .96; overflow-wrap: anywhere; text-wrap: balance; }
.ft-bundle-detail .bundle-tagline { max-width: 680px; margin-bottom: 32px; color: var(--ft-dim); font-size: clamp(15px,1.2vw,18px); line-height: 1.72; }
.ft-bundle-detail .bundle-buy { border: 1px solid var(--ft-line); border-radius: 0; background: rgba(7,11,16,.84); box-shadow: 18px 18px 0 rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.ft-bundle-buy__head { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 0 15px; border-bottom: 1px solid var(--ft-line); color: #6d7a84; font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.ft-bundle-buy__head b { display: flex; align-items: center; gap: 7px; color: var(--ft-signal); font-size: 8px; font-weight: 500; }
.ft-bundle-buy__head i { width: 6px; height: 6px; border-radius: 50%; background: var(--ft-signal); box-shadow: 0 0 10px var(--ft-signal); }
.ft-bundle-buy__body { padding: 18px; }
.ft-bundle-detail .bundle-buy-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: baseline; margin-bottom: 16px; }
.ft-bundle-detail .bundle-buy-was { color: #5e6b74; font-family: var(--font-mono); font-size: 12px; text-decoration: line-through; }
.ft-bundle-detail .bundle-buy-price { color: var(--ft-signal); font-family: var(--font-mono); font-size: 35px; font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.ft-bundle-detail .bundle-buy-save { margin-left: auto; padding: 5px 8px; border: 1px solid rgba(199,255,61,.32); background: rgba(199,255,61,.06); color: var(--ft-signal); font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.ft-bundle-add { width: 100%; min-height: 48px; justify-content: center; border-radius: 0; background: var(--ft-signal); color: #080b05; box-shadow: none; }
.ft-bundle-trust { margin-top: 13px; color: #63707a; font-size: 8px; line-height: 1.65; letter-spacing: .08em; text-transform: uppercase; }
.ft-bundle-detail .bundle-thumb--hero { aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--ft-line); border-radius: 0; background: #0c141c; box-shadow: 22px 22px 0 rgba(0,0,0,.19); }
.ft-bundle-detail .bundle-thumb--hero .bundle-thumb__cell img { filter: saturate(.75) brightness(.58); }
.ft-bundle-detail .bundle-thumb--hero .bundle-thumb__overlay { align-items: flex-start; justify-content: flex-end; padding: clamp(22px,3vw,40px); background: linear-gradient(180deg, rgba(5,8,12,.05), rgba(5,8,12,.88)); }
.ft-bundle-detail .bundle-thumb--hero .bundle-thumb__chip { border-color: rgba(199,255,61,.28); border-radius: 0; background: rgba(7,11,16,.82); color: #abb6bd; }
.ft-bundle-detail .bundle-thumb--hero .bundle-thumb__save { color: var(--ft-signal); }
.ft-bundle-detail .bundle-thumb--hero .bundle-thumb__title { max-width: 16ch; margin-top: 15px; color: #fff; font-family: var(--font-sans); font-size: clamp(28px,3.5vw,52px); font-weight: 700; letter-spacing: -.045em; line-height: 1.02; text-align: left; overflow-wrap: anywhere; }
.ft-bundle-detail .bundle-section { position: relative; padding: clamp(78px,8vw,126px) 0; border-bottom: 1px solid var(--ft-line); background: #070b10; }
.ft-bundle-detail .bundle-section::before { content: ""; position: absolute; top: 0; left: max(24px,calc((100vw - 1400px)/2)); width: 1px; height: 56px; background: linear-gradient(var(--ft-signal),transparent); }
.ft-bundle-detail .bundle-section__head { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(190px,.65fr); gap: clamp(35px,7vw,110px); align-items: end; margin-bottom: clamp(40px,5vw,68px); }
.ft-bundle-section-code { margin-bottom: 15px; color: var(--ft-signal); font-family: var(--font-mono); font-size: 8px; letter-spacing: .15em; }
.ft-bundle-detail .bundle-section h2 { margin-bottom: 13px; color: var(--ft-text); font-size: clamp(38px,5vw,70px); font-weight: 650; letter-spacing: -.052em; line-height: .98; }
.ft-bundle-detail .bundle-section__lead { max-width: 760px; margin-bottom: 0; color: #89969f; font-size: 14px; line-height: 1.75; }
.ft-bundle-detail .hint { color: #66737d; font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; }
.ft-bundle-count { padding: 13px 14px; border: 1px solid var(--ft-line); background: #0a1016; text-align: center; text-transform: uppercase; }
.ft-bundle-detail .bundle-items-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin: 0; padding: 0; list-style: none; }
.ft-bundle-detail .bundle-items-list > li { min-width: 0; }
.ft-bundle-detail .bundle-item { display: flex; min-height: 100%; overflow: hidden; flex-direction: column; border: 1px solid var(--ft-line); border-radius: 0; background: #090e14; color: var(--ft-text); box-shadow: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.ft-bundle-detail .bundle-item:hover { border-color: rgba(199,255,61,.45); background: #0d151d; transform: translateY(-4px); }
.ft-bundle-detail .bundle-item__thumb { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--ft-line); background: #101820; }
.ft-bundle-detail .bundle-item__thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent,rgba(5,8,12,.42)); pointer-events: none; }
.ft-bundle-detail .bundle-item__thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.72); transition: filter .3s ease, transform .35s ease; }
.ft-bundle-detail .bundle-item:hover .bundle-item__thumb img { filter: saturate(.95) brightness(.82); transform: scale(1.035); }
.ft-bundle-detail .bundle-item__body { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 12px; padding: 18px; }
.ft-bundle-detail .bundle-item__top { display: flex; min-width: 0; flex-direction: column; gap: 12px; }
.ft-bundle-detail .bundle-item__name { color: #e5ecef; font-size: 18px; font-weight: 700; letter-spacing: -.025em; line-height: 1.3; overflow-wrap: anywhere; }
.ft-bundle-detail .bundle-item__price { width: max-content; padding: 5px 7px; border: 1px solid rgba(199,255,61,.28); border-radius: 0; background: rgba(199,255,61,.05); color: var(--ft-signal); font-family: var(--font-mono); font-size: 10px; }
.ft-bundle-detail .bundle-item__intro { margin: 0; color: #86939c; font-size: 12px; line-height: 1.65; }
.ft-bundle-detail .bundle-item__foot { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--ft-line-soft); }
.ft-bundle-detail .bundle-item__meta,
.ft-bundle-detail .bundle-item__open { color: #66737d; font-family: var(--font-mono); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ft-bundle-detail .bundle-item__meta { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ft-bundle-detail .bundle-item__open { flex: 0 0 auto; color: var(--ft-signal); }
.ft-bundle-missing { margin-top: 18px; padding: 13px 14px; border: 1px solid var(--ft-line); background: #0a1016; line-height: 1.6; }
.ft-bundle-final-action { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--ft-line); text-align: center; }
.ft-bundle-final-action .btn { border-radius: 0; background: var(--ft-signal); color: #080b05; box-shadow: none; }

.ft-kit-protocol { padding: clamp(72px, 8vw, 118px) 0; border-top: 1px solid var(--ft-line); background: #080c11; }
.ft-kit-protocol__head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); align-items: end; margin-bottom: 46px; }
.ft-kit-protocol__head > span { margin-bottom: 7px; }
.ft-kit-protocol ol { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--ft-line); border-left: 1px solid var(--ft-line); list-style: none; }
.ft-kit-protocol li { display: flex; min-height: 175px; gap: 18px; padding: 25px 21px; border-right: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); background: #0a0f15; }
.ft-kit-protocol li > b { color: var(--ft-signal); font-family: var(--font-mono); font-size: 9px; }
.ft-kit-protocol li > span { display: flex; flex-direction: column; gap: 11px; }
.ft-kit-protocol li strong { color: #e6ecef; font-size: 14px; }
.ft-kit-protocol li small { color: #74818a; font-size: 11px; line-height: 1.6; }

/* Editorial signal desk */
.ft-blog-hero {
  background:
    radial-gradient(circle at 82% 14%, rgba(199,255,61,.14), transparent 29%),
    radial-gradient(circle at 16% 92%, rgba(199,255,61,.055), transparent 26%),
    linear-gradient(145deg, #05070a 0%, #070c12 58%, #0a121b 100%);
}
.ft-editorial-meta { display: flex; align-items: center; gap: 13px; color: #6d7a84; font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.ft-editorial-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--ft-cyan); }
.ft-editorial-meta a { color: var(--ft-cyan); }
.ft-lead-story { border: 1px solid var(--ft-line); background: rgba(7,11,16,.88); box-shadow: 22px 22px 0 rgba(0,0,0,.18); }
.ft-lead-story__cover { position: relative; display: block; height: clamp(190px, 20vw, 285px); overflow: hidden; border-bottom: 1px solid var(--ft-line); background: #101821; }
.ft-lead-story__cover img,
.ft-lead-story__cover .thumb-stripe { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ft-lead-story:hover .ft-lead-story__cover img { transform: scale(1.035); }
.ft-lead-story__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,7,10,.48), transparent 58%); pointer-events: none; }
.ft-lead-story__cover > b,
.ft-blog-card__cover > b { position: absolute; z-index: 1; top: 0; left: 0; padding: 9px 11px; background: var(--ft-cyan); color: #080b05; font-family: var(--font-mono); font-size: 7px; letter-spacing: .09em; }
.ft-lead-story__body { padding: clamp(22px, 2.5vw, 34px); }
.ft-lead-story__body > div:first-child,
.ft-blog-card__meta { display: flex; justify-content: space-between; gap: 15px; color: #64717b; font-family: var(--font-mono); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ft-lead-story__body > div:first-child span,
.ft-blog-card__meta span { color: var(--ft-cyan); }
.ft-lead-story__body h2 { margin: 14px 0 13px; font-size: clamp(27px, 3vw, 43px); letter-spacing: -.045em; line-height: 1.02; }
.ft-lead-story__body h2 a { color: var(--ft-text); }
.ft-lead-story__body p { margin-bottom: 20px; color: #89959e; font-size: 12px; line-height: 1.65; }
.ft-lead-story__body > a { color: var(--ft-cyan); font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.ft-editorial-readout p { margin: 0; padding: 30px 22px 16px; color: var(--ft-dim); line-height: 1.65; }
.ft-editorial-readout > a { display: inline-flex; margin: 0 22px 28px; color: var(--ft-cyan); font-size: 12px; }

.ft-blog-toolbar { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 22px; align-items: center; margin-bottom: clamp(58px, 7vw, 96px); padding: 14px 0; border-top: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); }
.ft-blog-toolbar > span,
.ft-blog-toolbar > b { color: #5e6a74; font-family: var(--font-mono); font-size: 7px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.ft-blog-toolbar > div { display: flex; min-width: 0; flex-wrap: wrap; gap: 6px; }
.ft-blog-toolbar .blog-tag-btn { display: inline-flex; min-height: 29px; align-items: center; padding: 0 10px; border: 1px solid var(--ft-line); color: #77848e; font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.ft-blog-toolbar .blog-tag-btn:hover { border-color: rgba(199,255,61,.4); color: var(--ft-text); }
.ft-blog-toolbar .blog-tag-btn.active { border-color: var(--ft-cyan); background: var(--ft-cyan); color: #080b05; }
.ft-editorial-head { margin-bottom: 47px; }
.ft-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--ft-line); border-left: 1px solid var(--ft-line); }
.ft-blog-card { min-width: 0; border-right: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); background: #090e14; }
.ft-blog-card:first-child:nth-last-child(n+3) { grid-column: span 2; }
.ft-blog-card__cover { position: relative; display: block; height: 225px; overflow: hidden; border-bottom: 1px solid var(--ft-line); background: #101821; }
.ft-blog-card:first-child:nth-last-child(n+3) .ft-blog-card__cover { height: 285px; }
.ft-blog-card__cover img,
.ft-blog-card__cover .thumb-stripe { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .3s ease, transform .45s ease; }
.ft-blog-card__cover img { filter: saturate(.75) contrast(1.04); }
.ft-blog-card:hover .ft-blog-card__cover img { filter: saturate(1); transform: scale(1.035); }
.ft-blog-card__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,7,10,.36), transparent 62%); pointer-events: none; }
.ft-blog-card__body { display: flex; min-height: 275px; flex-direction: column; padding: clamp(21px, 2.2vw, 31px); }
.ft-blog-card__body h3 { margin: 16px 0 13px; font-size: clamp(21px, 2vw, 30px); letter-spacing: -.04em; line-height: 1.08; }
.ft-blog-card__body h3 a { color: #e9eef1; }
.ft-blog-card:hover .ft-blog-card__body h3 a { color: var(--ft-cyan); }
.ft-blog-card__body > p { margin-bottom: 24px; color: #7f8c95; font-size: 12px; line-height: 1.65; }
.ft-blog-card__foot { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--ft-line-soft); color: #596670; font-family: var(--font-mono); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.ft-archive-standby { display: grid; grid-template-columns: minmax(180px,.35fr) minmax(0,.65fr); gap: 30px; padding: 27px 0; border-top: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); }
.ft-archive-standby span { color: var(--ft-cyan); font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; }
.ft-archive-standby p { max-width: 620px; margin-bottom: 0; color: #7f8c95; font-size: 12px; line-height: 1.65; }
.thumb-stripe {
  display: grid !important;
  place-items: center;
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(199,255,61,.055) 18px 19px),
    radial-gradient(circle at 70% 30%, rgba(199,255,61,.15), transparent 32%),
    #0d151e;
  color: rgba(189,233,247,.52);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.ft-hub-pagination { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 56px; border-top: 1px solid var(--ft-line); border-left: 1px solid var(--ft-line); }
.ft-hub-pagination a,
.ft-hub-pagination span { display: grid; min-width: 43px; min-height: 43px; place-items: center; padding: 0 13px; border-right: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); color: #75828c; font-family: var(--font-mono); font-size: 8px; }
.ft-hub-pagination a:hover { color: var(--ft-cyan); background: #0d151d; }
.ft-hub-pagination .current { background: var(--ft-cyan); color: #080b05; }
.ft-hub-pagination .disabled { opacity: .32; pointer-events: none; }
.ft-editorial-protocol { background-color: #080d12; background-image: linear-gradient(90deg, rgba(199,255,61,.055) 1px, transparent 1px), linear-gradient(rgba(199,255,61,.035) 1px, transparent 1px); }
.ft-editorial-protocol .container > span,
.ft-editorial-protocol a { color: var(--ft-cyan); }
.ft-editorial-protocol .container > div { display: flex; flex-wrap: wrap; gap: 22px; }

/* Shared dark footer */
.ft-hub-shell .footer { border-color: var(--ft-line); background: #05070a; color: var(--ft-dim); }
.ft-hub-shell .footer .logo-word-img { filter: brightness(0) invert(1); }
.ft-hub-shell .footer-title { color: #dce3e7; }
.ft-hub-shell .footer-list a { color: #7f8b94; }
.ft-hub-shell .footer-list a:hover { color: var(--ft-signal); }
.ft-blog-shell .footer-list a:hover { color: var(--ft-cyan); }
.ft-hub-shell .footer-bottom { border-color: var(--ft-line); color: #63707a; }

@keyframes ft-hub-pulse {
  0%, 100% { opacity: .45; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 1120px) {
  .ft-hub-hero__layout,
  .ft-blog-hero__layout { grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr); gap: 48px; }
  .ft-bundle-registry,
  .ft-blog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ft-kit-protocol ol { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ft-bundle-detail .bundle-items-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .ft-hub-hero__layout,
  .ft-blog-hero__layout { grid-template-columns: 1fr; align-items: start; padding-top: 70px; }
  .ft-network-readout,
  .ft-kit-readout,
  .ft-lead-story,
  .ft-editorial-readout { max-width: 680px; box-shadow: 14px 14px 0 rgba(0,0,0,.18); }
  .ft-hub-section-head { grid-template-columns: 1fr; gap: 22px; }
  .ft-creator-card { grid-template-columns: 36px 70px minmax(0,1fr) 75px; }
  .ft-creator-card__open { display: none; }
  .ft-kit-protocol__head { grid-template-columns: 1fr; gap: 15px; }
  .ft-blog-toolbar { grid-template-columns: auto minmax(0,1fr); }
  .ft-blog-toolbar > b { display: none; }
  .ft-bundle-detail .bundle-hero-grid { grid-template-columns: 1fr; align-items: start; padding-top: 68px; }
  .ft-bundle-detail .bundle-hero-copy { max-width: 760px; }
  .ft-bundle-detail .bundle-thumb--hero { width: 100%; max-width: 760px; }
  .ft-bundle-detail .bundle-section__head { grid-template-columns: 1fr; gap: 22px; }
  .ft-bundle-count { width: max-content; }
}

@media (max-width: 720px) {
  .ft-hub-hero__copy h1 { font-size: clamp(50px, 15vw, 76px); }
  .ft-hub-ticker { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .ft-hub-ticker span:nth-of-type(n+3),
  .ft-hub-ticker i:nth-of-type(n+2) { display: none; }
  .ft-creator-card { grid-template-columns: 34px 58px minmax(0,1fr); min-height: 106px; }
  .ft-creator-card__logo { width: 54px; height: 54px; }
  .ft-creator-card__count { display: none; }
  .ft-bundle-registry,
  .ft-blog-grid { grid-template-columns: 1fr; }
  .ft-blog-card:first-child:nth-last-child(n+3) { grid-column: auto; }
  .ft-blog-card:first-child:nth-last-child(n+3) .ft-blog-card__cover { height: 225px; }
  .ft-kit-protocol ol { grid-template-columns: 1fr; }
  .ft-kit-protocol li { min-height: 130px; }
  .ft-blog-toolbar { grid-template-columns: 1fr; }
  .ft-blog-toolbar > span { margin-bottom: -5px; }
  .ft-archive-standby { grid-template-columns: 1fr; gap: 12px; }
  .ft-bundle-detail .bundle-items-list { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .ft-hub-hero__layout,
  .ft-blog-hero__layout { padding-top: 56px; padding-bottom: 66px; }
  .ft-hub-overline { align-items: flex-start; font-size: 8px; line-height: 1.5; }
  .ft-hub-overline::before { margin-top: 6px; }
  .ft-hub-hero__copy h1 { margin-bottom: 21px; font-size: 49px; }
  .ft-hub-hero__copy > p { font-size: 14px; }
  .ft-hub-primary,
  .ft-hub-actions,
  .ft-hub-actions > a { width: 100%; }
  .ft-kit-metrics div { padding: 20px 10px 17px; }
  .ft-kit-metrics strong { font-size: 25px; }
  .ft-network-feed a:nth-of-type(n+4) { display: none; }
  .ft-hub-directory,
  .ft-editorial-archive { padding: 70px 0; }
  .ft-hub-section-head h2,
  .ft-kit-protocol__head h2 { font-size: 40px; }
  .ft-creator-card { grid-template-columns: 26px 48px minmax(0,1fr); gap: 12px; padding: 16px 13px; }
  .ft-creator-card__logo { width: 46px; height: 46px; }
  .ft-creator-card__copy strong { font-size: 19px; }
  .ft-creator-card__copy small { font-size: 10px; }
  .ft-bundle-registry .ft-bundle-card { min-height: 0; padding: 0; }
  .ft-bundle-card__body { padding: 21px; }
  .ft-lead-story__cover { height: 205px; }
  .ft-blog-card__cover,
  .ft-blog-card:first-child:nth-last-child(n+3) .ft-blog-card__cover { height: 205px; }
  .ft-blog-card__body { min-height: 245px; }
  .ft-hub-protocol h2,
  .ft-editorial-protocol h2 { font-size: 44px; }
  .ft-hub-pagination a,
  .ft-hub-pagination span { min-width: 39px; min-height: 39px; padding: 0 9px; }
  .ft-bundle-detail .bundle-hero-grid { padding-top: 54px; padding-bottom: 65px; }
  .ft-bundle-detail .bundle-hero-copy h1 { font-size: 46px; line-height: 1; }
  .ft-bundle-detail .bundle-thumb--hero { aspect-ratio: 4 / 3; box-shadow: 12px 12px 0 rgba(0,0,0,.18); }
  .ft-bundle-detail .bundle-thumb--hero .bundle-thumb__overlay { padding: 20px; }
  .ft-bundle-detail .bundle-thumb--hero .bundle-thumb__title { font-size: 30px; }
  .ft-bundle-detail .bundle-section { padding: 70px 0; }
  .ft-bundle-detail .bundle-section h2 { font-size: 42px; }
  .ft-bundle-count { width: 100%; }
  .ft-bundle-detail .bundle-item__body { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .ft-hub * { scroll-behavior: auto !important; }
  .ft-readout-head i { animation: none; }
  .ft-creator-card,
  .ft-lead-story__cover img,
  .ft-blog-card__cover img { transition: none; }
}
