/*
 * RC4.8.3 Build 6.2.8.16.9.7.7.6.5.4.2.3.15.4.3.2
 * Matches Cognitive Master Composition, Golden Slot Ordering & Content Projection Restoration.
 * Presentation-only. Native runtime, routing, provider and actions remain untouched.
 */
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master {
  padding-top: 8px;
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-matches-hero {
  margin-bottom: 10px;
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-matches-hero__inner {
  padding: 18px 24px;
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-matches-hero__eyebrow {
  margin-bottom: 6px;
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-matches-hero__title {
  font-size: clamp(26px,3.2vw,40px);
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-matches-hero__purpose {
  margin-top: 7px;
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-matches-golden-grid {
  gap: 12px;
  align-items: start;
}

/* Cognitive order: Act -> Review -> Rating -> Competition -> Development -> Context. */
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--quick-actions { order: 1; grid-column: span 6; }
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--history { order: 2; grid-column: span 6; }
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--rating-context { order: 3; grid-column: span 6; }
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--match-context { order: 4; grid-column: span 6; }
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--performance { order: 5; grid-column: span 8; }
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--recent-matches { order: 6; grid-column: span 8; }
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot--match-kpis { order: 7; grid-column: span 12; }

#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-phase-c-cognitive-secondary-projection-suppressed,
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-phase-c-cognitive-empty-slot {
  display: none !important;
}

#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot {
  min-height: 0 !important;
}
#btc-matches-phase-c-golden-screen.btc-matches-cognitive-master .btc-fpm2-slot__body {
  min-height: 0 !important;
}

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