/* src/styles/v50-codex-engine-binding-repair-style.css — extracted from index.html (id=v50-codex-engine-binding-repair-style). */

#codexBlueprintCard{
  display:none!important;
}

.core-frequency-grid{
  grid-template-columns:1fr 1fr!important;
}

.core-frequency-grid div{
  min-height:54px!important;
}

.codex-core-note{
  margin-top:10px!important;
  color:var(--muted,#aeb7cb)!important;
  font-size:.76rem!important;
  line-height:1.35!important;
  border:1px solid rgba(130,150,210,.12)!important;
  border-radius:12px!important;
  padding:9px 10px!important;
  background:rgba(3,6,14,.38)!important;
}

.codex-core-note strong{
  color:var(--cyan,#5fe3ff)!important;
}
