/* ============================================================
   Futures page — futures.css  v2
   Navy #202552 · Gold #9c824a · Classic, no neon
   ============================================================ */

/* ── Hero ── */
.ft-hero {
  min-height: 62vh;
  background:
    linear-gradient(rgba(10,12,30,.60), rgba(10,12,30,.60)),
    url("../assets/img/backfon.webp") center center / cover fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 64px;
}
.ft-hero__inner { max-width: 780px; }
.ft-hero__eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #c8aa6e;
  margin-bottom: 14px;
}
.ft-hero h1 {
  font-family: 'Impact','Charcoal',sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0 0 18px;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.ft-hero p {
  font-size: clamp(.95rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.ft-hero__stats {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  padding: 12px 24px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 0;
}
.ft-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.ft-hero__stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #c8aa6e;
  line-height: 1;
}
.ft-hero__stat-label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 3px;
}
.ft-hero__stat-div {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,.2);
}

/* ── Content section ── */
.ft-content-section {
  background:
    linear-gradient(rgba(10,12,30,.55), rgba(10,12,30,.55)),
    url("../assets/img/backfon.webp") center center / cover fixed;
  padding: 48px 24px 64px;
}
.ft-canvas {
  background: #fff;
  border-radius: 12px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 40px 48px;
  box-shadow: 0 4px 32px rgba(0,0,0,.18);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.ft-layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.ft-col-main {
  flex: 1.65;
  min-width: 0;
}
.ft-col-side {
  flex: 1;
  min-width: 280px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Block headers ── */
.ft-block-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.ft-block-header--mt { margin-top: 40px; }
.ft-block-header__left { display: flex; align-items: flex-start; gap: 12px; }
.ft-block-icon { font-size: 1.4rem; line-height: 1; margin-top: 2px; flex-shrink: 0; }
.ft-block-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.ft-block-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.ft-updated-chip {
  background: #f0f2f7;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  padding: 4px 10px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
}

/* ── MARKET PULSE TABLE ── */
.ft-pulse-table {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  overflow: hidden;
}
.ft-pt-head {
  display: grid;
  grid-template-columns: 1fr 72px 72px 80px 100px;
  padding: 8px 16px;
  background: #f7f8fc;
  border-bottom: 1px solid #e5e8ef;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #9b9ea6;
  gap: 0 8px;
}
.ft-pt-head span:not(:first-child) { text-align: right; }
.ft-pt-h-spark { text-align: center !important; }
.ft-pt-row {
  display: grid;
  grid-template-columns: 1fr 72px 72px 80px 100px;
  padding: 10px 16px;
  border-bottom: 1px solid #f0f2f8;
  align-items: center;
  gap: 0 8px;
  transition: background .1s;
}
.ft-pt-row:last-child { border-bottom: none; }
.ft-pt-row:hover { background: #fafbfd; }
.ft-pt-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ft-pt-flag {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
  flex-shrink: 0;
}
.ft-pt-info { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ft-pt-name { font-size: 14px; font-weight: 700; color: #1a1a2e; }
.ft-pt-group { font-size: 11px; color: #9b9ea6; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ft-pt-pre, .ft-pt-now {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #4b5563;
}
.ft-pt-now { color: #1a1a2e; font-weight: 900; }

/* Sparkline SVG */
.ft-pt-spark { display: flex; align-items: center; justify-content: center; }
.ft-spark {
  width: 72px;
  height: 24px;
  overflow: visible;
}
.ft-spark polyline {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ft-spark--short polyline { stroke: #16a34a; }
.ft-spark--drift polyline { stroke: #dc2626; }
.ft-spark--flat polyline  { stroke: #9b9ea6; }

/* Move chip */
.ft-pt-move {
  font-size: 11px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}
.ft-move--short  { color: #16a34a; }
.ft-move--drift  { color: #dc2626; }
.ft-move--flat   { color: #9b9ea6; }

.ft-note {
  font-size: 11.5px;
  color: #9b9ea6;
  line-height: 1.6;
  margin: 10px 0 0;
  font-style: italic;
}

/* ── VALUE FINDER TABLE ── */
.ft-value-badge-inline {
  display: inline-block;
  background: #14532d;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 2px 5px;
  border-radius: 3px;
  vertical-align: middle;
}

.ft-value-table {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  overflow: hidden;
}
.ft-vt-head {
  display: grid;
  grid-template-columns: 1fr 60px 140px 140px 60px 72px;
  padding: 8px 16px;
  background: #f7f8fc;
  border-bottom: 1px solid #e5e8ef;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #9b9ea6;
  gap: 0 8px;
  align-items: center;
}
.ft-vt-row {
  display: grid;
  grid-template-columns: 1fr 60px 140px 140px 60px 72px;
  padding: 11px 16px;
  border-bottom: 1px solid #f0f2f8;
  align-items: center;
  gap: 0 8px;
  transition: background .1s;
}
.ft-vt-row:last-child { border-bottom: none; }
.ft-vt-row:hover { background: #fafbfd; }
.ft-vt-row--value { background: rgba(20,83,45,.03); }
.ft-vt-row--value:hover { background: rgba(20,83,45,.06); }

.ft-vt-team {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.ft-vt-flag {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
  flex-shrink: 0;
}
.ft-vt-team span { font-size: 13px; font-weight: 700; color: #1a1a2e; }
.ft-vt-odds { font-size: 14px; font-weight: 900; color: #202552; text-align: right; }

.ft-vt-bar-cell {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #4b5563;
}
.ft-vt-bar-wrap {
  flex: 1;
  height: 6px;
  background: #edf0f7;
  border-radius: 3px;
  overflow: hidden;
}
.ft-vt-bar {
  height: 100%;
  border-radius: 3px;
  max-width: 100%;
}
.ft-vt-bar--implied { background: #9b9ea6; }
.ft-vt-bar--model   { background: #9c824a; }

.ft-vt-edge {
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}
.ft-edge--pos { color: #16a34a; }
.ft-edge--neg { color: #6b7280; }

/* Verdict badges */
.ft-value-badge, .ft-fair-badge, .ft-over-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  padding: 3px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ft-value-badge { background: #14532d; color: #fff; }
.ft-fair-badge  { background: #e5e7eb; color: #4b5563; }
.ft-over-badge  { background: #fef3c7; color: #92400e; }

.ft-value-note {
  background: #f7f8fc;
  border-left: 3px solid #9c824a;
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
  font-size: 12px;
  color: #4b5563;
  line-height: 1.65;
  margin-top: 12px;
}
.ft-value-note strong { color: #1a1a2e; }

/* ── DARK HORSE CARDS ── */
.ft-horse-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ft-horse-card {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  overflow: hidden;
}
.ft-hc-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f9fafd;
  border-bottom: 1px solid #e5e8ef;
}
.ft-hc-flag {
  width: 36px;
  height: 25px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.13);
  flex-shrink: 0;
}
.ft-hc-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.ft-hc-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a2e;
}
.ft-hc-group {
  font-size: 12px;
  color: #6b7280;
}
.ft-hc-group strong { color: #202552; }
.ft-hc-score-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.ft-hc-score-label {
  font-size: 9px;
  font-weight: 700;
  color: #9b9ea6;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 2px;
}
.ft-hc-score {
  font-size: 1.6rem;
  font-weight: 900;
  color: #9c824a;
  line-height: 1;
}
.ft-hc-score-max {
  font-size: .85rem;
  color: #c0c4cc;
  font-weight: 700;
}
.ft-hc-body {
  padding: 16px 18px;
}
.ft-hc-body p {
  font-size: .93rem;
  color: #4b5563;
  line-height: 1.72;
  margin: 0 0 12px;
}
.ft-hc-body p:last-of-type { margin-bottom: 14px; }
.ft-hc-factors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ft-hc-factor {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 4px;
}
.ft-hc-factor--pos { background: rgba(20,83,45,.08); color: #14532d; }
.ft-hc-factor--neg { background: rgba(220,38,38,.06); color: #991b1b; }

/* ── SIDEBAR ── */
.ft-side-block {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  overflow: hidden;
}
.ft-side-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  background: #202552;
  gap: 8px;
}
.ft-side-block__header h3 {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.ft-side-block__link {
  font-size: 11px;
  font-weight: 700;
  color: #c8aa6e;
  text-decoration: none;
  white-space: nowrap;
}
.ft-side-block__link:hover { text-decoration: underline; }
.ft-side-block--guide .ft-side-block__header { background: #f7f8fc; border-bottom: 1px solid #e5e8ef; }
.ft-side-block--guide .ft-side-block__header h3 { color: #1a1a2e; }

/* Top scorer list */
.ft-scorer-list { background: #fff; }
.ft-sl-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid #f0f2f8;
  transition: background .1s;
}
.ft-sl-row:last-child { border-bottom: none; }
.ft-sl-row:hover { background: #fafbfd; }
.ft-sl-flag {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
  flex-shrink: 0;
}
.ft-sl-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.ft-sl-name { font-size: 13px; font-weight: 700; color: #1a1a2e; }
.ft-sl-nat  { font-size: 11px; color: #9b9ea6; font-weight: 500; }
.ft-sl-odds { font-size: 14px; font-weight: 900; color: #202552; flex-shrink: 0; }

/* Bookmaker mini list */
.ft-bk-mini { background: #fff; }

/* Regular row */
.ft-bk-mini-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #f0f2f8;
  transition: background .1s;
}
.ft-bk-mini-row:last-child { border-bottom: none; }
.ft-bk-mini-row:hover { background: #fafbfd; }

/* Logo image (replaces old text div) */
.ft-bk-mini-logo-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  flex-shrink: 0;
  background: #f7f8fc;
}

.ft-bk-mini-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.ft-bk-mini-name { font-size: 13px; font-weight: 800; color: #1a1a2e; }
.ft-bk-mini-tag  { font-size: 11px; color: #6b7280; font-weight: 500; line-height: 1.4; }
.ft-bk-mini-bonus { font-size: 11px; color: #9c824a; font-weight: 700; }

.ft-bk-mini-btn {
  font-size: 11px;
  font-weight: 800;
  color: #202552;
  text-decoration: none;
  border: 1.5px solid #202552;
  border-radius: 5px;
  padding: 4px 9px;
  white-space: nowrap;
  transition: background .12s, color .12s;
  flex-shrink: 0;
}
.ft-bk-mini-btn:hover { background: #202552; color: #fff; }

/* ── Top Pick row (BetFury featured) ── */
.ft-bk-mini-row--top {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: linear-gradient(135deg, #1a1f3e 0%, #202552 100%);
  border-bottom: 1px solid #e5e8ef;
  border-radius: 0; /* inside block, no radius needed */
  overflow: hidden;
}
.ft-bk-mini-row--top:hover { background: linear-gradient(135deg, #1a1f3e 0%, #202552 100%); }
.ft-bk-mini-row__top-badge {
  font-size: 10px;
  font-weight: 800;
  color: #c8aa6e;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px 14px 0;
}
.ft-bk-mini-row__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 12px;
}
.ft-bk-mini-row--top .ft-bk-mini-logo-img {
  width: 42px;
  height: 42px;
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
}
.ft-bk-mini-row--top .ft-bk-mini-name { color: #fff; font-size: 14px; }
.ft-bk-mini-row--top .ft-bk-mini-tag  { color: rgba(255,255,255,.65); }
.ft-bk-mini-row--top .ft-bk-mini-bonus { color: #c8aa6e; font-size: 12px; }
.ft-bk-mini-btn--top {
  background: #c8aa6e;
  border-color: #c8aa6e;
  color: #1a1a2e;
  font-size: 12px;
  padding: 6px 12px;
}
.ft-bk-mini-btn--top:hover { background: #b89a5a; border-color: #b89a5a; color: #fff; }

/* Guide list */
.ft-guide-list {
  list-style: none;
  padding: 14px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
.ft-guide-list li {
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.ft-guide-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #9c824a;
  border-radius: 50%;
}
.ft-guide-list li strong { color: #1a1a2e; }

/* Disclaimer */
.ft-disclaimer {
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  padding: 12px 14px;
  background: #f9fafd;
}
.ft-disclaimer p {
  font-size: 11px;
  color: #9b9ea6;
  line-height: 1.6;
  margin: 0;
}

/* ── Editorial section ── */
.ft-editorial {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 2px solid #f0f2f8;
}
.ft-editorial h2 {
  margin: 28px 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #06080c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: none;
}
.ft-editorial h2:first-child { margin-top: 0; }
.ft-article-img {
  width: 100%;
  border-radius: 10px;
  margin: 16px 0 20px;
  display: block;
}
.ft-editorial p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #343942;
  margin: 0 0 16px;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .ft-layout { flex-direction: column; gap: 32px; }
  .ft-col-side { max-width: 100%; min-width: 0; width: 100%; flex-direction: row; flex-wrap: wrap; }
  .ft-side-block { flex: 1; min-width: 280px; }
}
@media (max-width: 800px) {
  .ft-hero { background-attachment: scroll; min-height: auto; }
  .ft-content-section { padding: 24px 12px 40px; background-attachment: scroll; }
  .ft-canvas { padding: 20px 16px 28px; border-radius: 8px; }
  .ft-pt-head, .ft-pt-row { grid-template-columns: 1fr 56px 56px 80px; }
  .ft-pt-h-spark, .ft-pt-spark { display: none; }
  .ft-vt-head, .ft-vt-row { grid-template-columns: 1fr 50px 1fr 1fr 50px; }
  .ft-vt-head span:last-child, .ft-vt-row span:last-child { display: none; }
  .ft-col-side { flex-direction: column; }
}
@media (max-width: 540px) {
  .ft-hero h1 { font-size: 2rem; }
  .ft-hero__stats { gap: 12px 0; }
  .ft-hero__stat-div { display: none; }
  .ft-hero__stat { padding: 0 12px; }
  .ft-vt-head, .ft-vt-row { grid-template-columns: 1fr 50px 1fr 46px; }
  .ft-vt-head span:nth-child(4), .ft-vt-row span:nth-child(4) { display: none; }
}
