/* The Deckbuilder uses a wider work surface than the standard public pages.
 * Keep its header aligned to that 1380px content shell instead of forcing the
 * shared 1180px site width. The explicit width is also a safe fallback while
 * older cached copies of brand.css are still in circulation. */
.global-header{
  --gauntlet-header-max-width:1380px;
  width:min(1380px,calc(100% - 40px))!important;
  margin-inline:auto!important;
}

/* Complexity is backend-only design metadata. The card reference stopped
 * exposing it in PR #192; keep the Deckbuilder rows and fallback preview
 * consistent with that decision. */
.compact-card-meta>.mini-pill:nth-child(2),
.card-preview-meta>.mini-pill:nth-child(3){
  display:none
}

/* Card Value is a compact numeric marker, not another metadata pill. */
.compact-card-title>.mini-pill{
  width:1.45rem;
  height:1.45rem;
  flex:0 0 1.45rem;
  padding:0;
  border-radius:50%;
  line-height:1
}

@media(max-width:760px){
  .global-header{width:min(100% - 28px,1380px)!important}
}
