/*
 * RC4.8.3 Build 6.2.8.16.9.7.7.6.5.4.2.3.15.4.3.3
 * Matches DICD Cognitive Master Geometry, Semantic Slot Label & Visual Density Finalization.
 * Presentation-only. No native runtime, provider, route, action or data mutation.
 */
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final {
  padding-top: 0;
  margin-top: 0;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero {
  margin-top: 0;
  margin-bottom: 10px;
  border-radius: 16px;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero__inner {
  padding: 14px 20px 15px;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero__eyebrow {
  margin-bottom: 4px;
  font-size: 11px;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero__title {
  font-size: clamp(25px,2.7vw,36px);
  line-height: 1.04;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero__purpose {
  margin-top: 5px;
  line-height: 1.35;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-golden-grid {
  gap: 10px;
  align-items: stretch;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot {
  min-height: 0 !important;
  height: auto !important;
  border-radius: 13px;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot__head {
  padding: 9px 12px 7px;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot__title {
  font-size: 13px;
  line-height: 1.2;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot__body {
  min-height: 0 !important;
  padding: 10px 12px 12px;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-native-projection-clone,
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-native-projection-clone > * {
  min-height: 0 !important;
}
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-capability-ref__badge {
  margin-bottom: 5px;
}
/* Four primary cognitive cards remain a balanced 2x2 desktop matrix. */
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--quick-actions,
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--history,
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--rating-context,
#btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--match-context {
  grid-column: span 6;
}
@media (max-width: 980px) {
  #btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--quick-actions,
  #btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--history,
  #btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--rating-context,
  #btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-fpm2-slot--match-context {
    grid-column: span 12;
  }
}
@media (max-width: 640px) {
  #btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero__inner {
    padding: 12px 14px 13px;
  }
  #btc-matches-phase-c-golden-screen.btc-matches-dicd-final .btc-matches-hero__title {
    font-size: clamp(24px,8vw,31px);
  }
}
