
#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated {
  --btc-match-accent: #3882F6;
  --btc-surface-0: rgba(9, 14, 20, .985);
  --btc-surface-1: rgba(17, 24, 33, .97);
  --btc-surface-2: rgba(255, 255, 255, .035);
  --btc-border: rgba(255, 255, 255, .095);
  --btc-border-strong: rgba(255, 255, 255, .15);
  --btc-shadow: 0 20px 54px rgba(0, 0, 0, .22);
  --btc-radius: 14px;
  --btc-gap: 12px;
  isolation: isolate;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero {
  position: relative;
  min-height: 178px;
  display: flex;
  align-items: flex-end;
  border-color: rgba(56, 130, 246, .28);
  background:
    radial-gradient(circle at 88% 18%, rgba(56, 130, 246, .20), transparent 34%),
    linear-gradient(135deg, rgba(21, 30, 42, .99), rgba(8, 13, 19, .99));
  box-shadow: var(--btc-shadow);
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(56,130,246,.9), rgba(56,130,246,0));
  width: 4px;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero__inner {
  width: 100%;
  padding: 30px 32px 28px;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero__eyebrow {
  color: rgba(174, 204, 255, .88);
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero__title {
  letter-spacing: -.025em;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero__purpose {
  font-size: 15px;
  line-height: 1.55;
  max-width: 820px;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-golden-grid {
  align-items: start;
  grid-auto-flow: row dense;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated [data-btc-master-span="12"] {
  grid-column: span 12;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated [data-btc-master-span="9"] {
  grid-column: span 9;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated [data-btc-master-span="3"] {
  grid-column: span 3;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot {
  border-color: var(--btc-border);
  border-radius: var(--btc-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
    var(--btc-surface-0);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot[data-btc-master-priority="P1"] {
  border-color: rgba(56, 130, 246, .18);
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot__head {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 13px 16px 11px;
  background: rgba(255,255,255,.015);
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot__title {
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: .01em;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot__body {
  min-width: 0;
  padding: 14px 16px 16px;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-capability-ref__badge {
  display: none !important;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-capability-ref__placeholder {
  display: none !important;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-native-projection-clone {
  min-width: 0;
  color: inherit;
  background: transparent;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-native-projection-clone > :first-child {
  margin-top: 0;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-native-projection-clone > :last-child {
  margin-bottom: 0;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-native-card {
  border-color: var(--btc-border) !important;
  border-radius: 12px !important;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-table th,
#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-table td {
  vertical-align: middle;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-action {
  min-height: 38px;
  border-radius: 9px !important;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-field {
  max-width: 100%;
  min-height: 38px;
  border-radius: 9px;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-form {
  max-width: 100%;
}

#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated a,
#btc-matches-phase-c-golden-screen.btc-matches-production-calibrated button {
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated [data-btc-master-span="9"] {
    grid-column: span 8;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated [data-btc-master-span="3"] {
    grid-column: span 4;
  }
}

@media (max-width: 980px) {
  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated [data-btc-master-span] {
    grid-column: span 12;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero {
    min-height: 158px;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero__inner {
    padding: 26px 24px 24px;
  }
}

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

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero {
    min-height: 142px;
    border-radius: 14px;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-matches-hero__inner {
    padding: 22px 18px 20px;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot__head {
    min-height: 44px;
    padding: 11px 13px 9px;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-fpm2-slot__body {
    padding: 12px 13px 14px;
  }

  #btc-matches-phase-c-golden-screen.btc-matches-production-calibrated .btc-master-action {
    min-height: 42px;
  }
}
