
#btc-matches-phase-c-golden-screen {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 24px;
  padding: 16px;
  box-sizing: border-box;
}

#btc-matches-phase-c-golden-screen,
#btc-matches-phase-c-golden-screen * {
  box-sizing: border-box;
}

.btc-matches-golden-screen {
  font-family: inherit;
}

.btc-matches-hero {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.07), transparent 34%),
    linear-gradient(145deg, rgba(21,28,37,.98), rgba(11,16,22,.98));
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  overflow: hidden;
  margin-bottom: 16px;
}

.btc-matches-hero__inner {
  padding: 28px 30px;
}

.btc-matches-hero__eyebrow {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .72;
  margin-bottom: 8px;
}

.btc-matches-hero__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
  font-weight: 750;
}

.btc-matches-hero__purpose {
  max-width: 760px;
  margin: 10px 0 0;
  opacity: .76;
}

.btc-matches-golden-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 12px;
}

.btc-fpm2-slot {
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
  overflow: hidden;
}

.btc-fpm2-slot__head {
  padding: 12px 14px 8px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.btc-fpm2-slot__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.btc-fpm2-slot__body {
  padding: 12px 14px 14px;
}

.btc-fpm2-slot--match-kpis {
  grid-column: span 12;
}

.btc-fpm2-slot--recent-matches,
.btc-fpm2-slot--rating-context,
.btc-fpm2-slot--performance,
.btc-fpm2-slot--history {
  grid-column: span 9;
}

.btc-fpm2-slot--match-context,
.btc-fpm2-slot--quick-actions {
  grid-column: span 3;
}

.btc-fpm2-capability-ref {
  min-width: 0;
}

.btc-fpm2-capability-ref + .btc-fpm2-capability-ref {
  margin-top: 10px;
}

.btc-fpm2-capability-ref__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(255,255,255,.07);
  margin-bottom: 8px;
}

.btc-fpm2-capability-ref__placeholder {
  padding: 12px;
  border-radius: 10px;
  border: 1px dashed rgba(255,255,255,.12);
  opacity: .68;
  font-size: 13px;
}

.btc-fpm2-native-projection-clone {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 980px) {
  .btc-fpm2-slot--recent-matches,
  .btc-fpm2-slot--rating-context,
  .btc-fpm2-slot--performance,
  .btc-fpm2-slot--history,
  .btc-fpm2-slot--match-context,
  .btc-fpm2-slot--quick-actions {
    grid-column: span 12;
  }
}

@media (max-width: 640px) {
  #btc-matches-phase-c-golden-screen {
    padding: 10px;
  }

  .btc-matches-hero__inner {
    padding: 22px 18px;
  }

  .btc-matches-golden-grid {
    gap: 10px;
  }
}
