/* Official physical rulebook — black studio, gallery language */

html:has(body.page-rules) {
  background: #050403;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

html:has(body.page-rules)::before,
html:has(body.page-rules)::after {
  display: none;
}

body.page-rules {
  background: #050403;
  background-image: none;
  color: #e8e0d4;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

body.page-rules::before,
body.page-rules::after {
  display: none;
}

.page-rules .site-header {
  background: rgba(5, 4, 3, 0.92);
  border-bottom: 1px solid rgba(40, 32, 24, 0.8);
  box-shadow: none;
}

.page-rules .site-header::before,
.page-rules .site-header::after {
  display: none;
}

.page-rules .site-footer {
  background: #050403;
  border-top: 1px solid rgba(40, 32, 24, 0.7);
}

.page-rules .page-main,
.page-rules main {
  background: #050403;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

/* ── Hero ───────────────────────────────────────────────── */

.rules-hero {
  position: relative;
  padding: clamp(2.4rem, 6vw, 4.4rem) 0 2.4rem;
  border-bottom: 1px solid rgba(255, 180, 60, 0.1);
  background:
    radial-gradient(ellipse 70% 80% at 50% -20%, rgba(255, 160, 40, 0.14), transparent 55%),
    #050403;
  text-align: left;
}

.rules-hero .eyebrow {
  margin: 0 0 0.85rem;
  color: #e8b84a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rules-hero h1 {
  margin: 0 0 0.85rem;
  max-width: 12ch;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #fff8ec;
  text-shadow: 0 2px 28px rgba(255, 180, 60, 0.12);
}

.rules-hero .lead {
  width: 100%;
  max-width: 36rem;
  margin: 0 0 0.45rem;
  color: #c9b090;
  font-size: 1.05rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.rules-hero-note {
  width: 100%;
  max-width: 36rem;
  margin: 0 0 1.6rem;
  color: #9a8a74;
  font-size: 0.9rem;
  line-height: 1.5;
}

.rules-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  max-width: 36rem;
  margin: 0 0 1.6rem;
  padding: 0;
}

.rules-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.15rem 0;
  border-top: 1px solid rgba(232, 184, 74, 0.18);
}

.rules-stats strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
  color: #fff8ec;
  font-weight: 800;
}

.rules-stats span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a8a74;
}

.rules-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* ── Shell: sticky TOC + body ───────────────────────────── */

.rules-shell {
  display: grid;
  grid-template-columns: 13.5rem minmax(0, 46rem);
  gap: 3.5rem;
  align-items: start;
  padding-block: 2.75rem 4.5rem;
  justify-content: center;
  min-width: 0;
}

.rules-toc {
  position: sticky;
  top: calc(var(--nav-h, 72px) + 1.25rem);
  padding-top: 0.2rem;
}

.toc-label {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8a74;
}

.rules-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.1rem;
  border-left: 1px solid rgba(255, 180, 60, 0.12);
}

.rules-toc a {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  padding: 0.38rem 0.85rem;
  color: #b8a890;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-left: 1px solid transparent;
  margin-left: -1px;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.rules-toc a span {
  flex: none;
  width: 1.4rem;
  font-variant-numeric: tabular-nums;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #8a7a64;
}

.rules-toc a:hover {
  color: #fff8ec;
}

.rules-toc a.is-active {
  color: #f2d48a;
  border-left-color: #d8a83a;
  background: linear-gradient(90deg, rgba(216, 168, 58, 0.1), transparent 70%);
}

.rules-toc a.is-active span {
  color: #e8b84a;
}

.rules-toc-mobile {
  display: none;
}

/* ── Chapters ───────────────────────────────────────────── */

.rules-body {
  min-width: 0;
  display: grid;
  gap: 3.4rem;
}

.rules-section,
.rules-hero .container,
.anatomy,
.anatomy-list,
.table-board {
  min-width: 0;
}

.rules-section {
  scroll-margin-top: calc(var(--nav-h, 72px) + 1.5rem);
  position: relative;
  padding-top: 0.15rem;
}

.rules-section + .rules-section {
  border-top: 1px solid rgba(255, 180, 60, 0.08);
  padding-top: 3.4rem;
}

.chapter {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8b84a;
}

.rules-section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3.4vw, 2.05rem);
  line-height: 1.1;
  color: #fff8ec;
  letter-spacing: -0.015em;
}

.rules-section h3 {
  margin: 1.6rem 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8b84a;
}

.rules-section p {
  margin: 0 0 0.85rem;
  color: #c9b090;
  font-size: 1.02rem;
  line-height: 1.65;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}

.rules-section p:last-child {
  margin-bottom: 0;
}

.rules-section strong {
  color: #fff8ec;
  font-weight: 700;
}

.plain-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.plain-list li {
  position: relative;
  padding-left: 1.1rem;
  color: #e0d0b4;
  font-size: 1rem;
  line-height: 1.55;
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d8a83a;
}

.rules-note {
  margin-top: 1.1rem;
  padding: 0.85rem 1rem;
  border-left: 2px solid rgba(216, 168, 58, 0.55);
  background: rgba(255, 180, 40, 0.04);
  color: #c9b090;
  font-size: 0.92rem;
  line-height: 1.5;
}

.need-grid {
  list-style: none;
  margin: 1.15rem 0 0.4rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.need-grid li {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 180, 60, 0.12);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  display: grid;
  gap: 0.28rem;
}

.need-grid strong {
  font-size: 0.95rem;
  color: #fff8ec;
}

.need-grid span {
  color: #b8a890;
  font-size: 0.88rem;
  line-height: 1.4;
}

/* ── Table schematic ────────────────────────────────────── */

.table-board {
  margin: 1.35rem 0 0.2rem;
  padding: 1.15rem 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 180, 60, 0.12);
  background:
    radial-gradient(80% 60% at 50% 50%, rgba(216, 168, 58, 0.05), transparent 70%),
    #080706;
}

.table-board-label {
  text-align: center;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a7a64;
  margin: 0 0 0.55rem;
}

.lane-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.35rem 0;
}

.lane-row span {
  min-height: 2.55rem;
  border-radius: 7px;
  border: 1px dashed rgba(216, 168, 58, 0.28);
  display: grid;
  place-items: center;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #dcc9a8;
  background: rgba(255, 255, 255, 0.02);
}

.spell-row span {
  min-height: 1.9rem;
  border-style: solid;
  border-color: rgba(255, 180, 60, 0.1);
  color: #8a7a64;
}

.hero-chip {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
  border: 1px solid rgba(216, 168, 58, 0.2);
  color: #fff8ec;
  font-size: 0.78rem;
  font-weight: 700;
}

.battle-line {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.6rem 0;
  color: #e8b84a;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.battle-line::before,
.battle-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 168, 58, 0.45), transparent);
}

/* ── Card anatomy (never stretch the render) ────────────── */

.anatomy {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2.4rem;
  align-items: center;
  margin-top: 1.4rem;
}

.card-stage {
  position: relative;
  margin: 0;
  width: 280px;
  max-width: 100%;
  justify-self: center;
  align-self: start;
  flex: none;
}

.card-stage-glow {
  position: absolute;
  inset: 12% -18%;
  background: radial-gradient(ellipse at 50% 50%, rgba(216, 168, 58, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.card-stage-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 546 / 743;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1918;
  line-height: 0;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(0, 0, 0, 0.45);
}

.card-stage-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.card-stage figcaption {
  position: relative;
  z-index: 1;
  margin-top: 0.85rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a8a74;
}

.anatomy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.anatomy-list li {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.anatomy-list .pin {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #1a1006;
  background: linear-gradient(180deg, #f0d070, #d4a02c);
  box-shadow: 0 1px 0 #3a2208;
}

.anatomy-list strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.95rem;
}

.anatomy-list p {
  margin: 0;
  font-size: 0.92rem;
  color: #b8a890;
  line-height: 1.45;
}

/* ── Setup / steps ──────────────────────────────────────── */

.rules-steps {
  list-style: none;
  counter-reset: step;
  margin: 0.4rem 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.rules-steps li {
  position: relative;
  counter-increment: step;
  padding: 0.85rem 1rem 0.85rem 3.1rem;
  border: 1px solid rgba(255, 180, 60, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  color: #e0d0b4;
  font-size: 0.98rem;
  line-height: 1.5;
}

.rules-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #1a1006;
  background: linear-gradient(180deg, #f0d070, #d4a02c);
}

/* ── Turn rail ──────────────────────────────────────────── */

.turn-rail {
  list-style: none;
  margin: 1.25rem 0 0.2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.turn-rail li {
  padding: 0.95rem 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 180, 60, 0.12);
  background: rgba(255, 255, 255, 0.02);
  min-width: 0;
}

.turn-num {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e8b84a;
}

.turn-rail strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  color: #fff8ec;
}

.turn-rail p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #b8a890;
}

.play-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.play-grid article {
  padding: 1.05rem 1.05rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 180, 60, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.play-grid h3 {
  margin: 0 0 0.55rem;
}

.play-grid p {
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}

.play-grid p:last-child {
  margin-bottom: 0;
}

/* ── Combat ─────────────────────────────────────────────── */

.kill-gate {
  margin: 1.25rem 0 1.35rem;
  padding: 1.2rem 1.2rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(232, 184, 74, 0.28);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(216, 168, 58, 0.12), transparent 60%),
    rgba(255, 180, 40, 0.03);
}

.kill-gate h3 {
  margin-top: 0;
}

.kill-gate p {
  color: #e0d0b4;
}

.verdicts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.35rem 0 1.4rem;
}

.verdict {
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.verdict-kicker {
  margin: 0 0 0.45rem !important;
  font-size: 0.66rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.verdict.is-legal {
  border-color: rgba(111, 168, 94, 0.4);
}

.verdict.is-legal .verdict-kicker {
  color: #6fa85e !important;
}

.verdict.is-illegal {
  border-color: rgba(201, 90, 66, 0.45);
}

.verdict.is-illegal .verdict-kicker {
  color: #c95a42 !important;
}

.matchup {
  margin: 0 0 0.4rem !important;
  color: #fff8ec !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
}

.matchup span {
  display: inline-block;
  margin: 0 0.25rem;
  color: #8a7a64;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verdict p:last-child {
  margin: 0;
  font-size: 0.88rem;
  color: #b8a890;
}

/* ── Keywords / pills ───────────────────────────────────── */

.keyword-list {
  display: grid;
  gap: 0;
  margin: 0.4rem 0 0.6rem;
}

.keyword-list > div {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 180, 60, 0.08);
}

.keyword-list > div:last-child {
  border-bottom: 1px solid rgba(255, 180, 60, 0.08);
}

.keyword-list dt {
  font-size: 0.95rem;
  font-weight: 800;
  color: #f2d48a;
  padding-top: 0.1rem;
}

.keyword-list dd {
  margin: 0;
  color: #c9b090;
  font-size: 0.95rem;
  line-height: 1.5;
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.class-card {
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 180, 60, 0.1);
  border-top-width: 2px;
  background: rgba(255, 255, 255, 0.02);
}

.class-card h3 {
  margin: 0 0 0.4rem;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
  color: #fff8ec;
}

.class-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #b8a890;
}

.class-crown { border-top-color: #d9b44a; }
.class-bow { border-top-color: #4fb86a; }
.class-wizard { border-top-color: #9a6fd0; }
.class-zombie { border-top-color: #c85a5a; }
.class-pirate { border-top-color: #c9842e; }
.class-neutral { border-top-color: #a8a49c; }

/* ── CTA ────────────────────────────────────────────────── */

.rules-cta {
  border-top: 1px solid rgba(255, 180, 60, 0.1);
  padding: 3.2rem 0 4rem;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 80% at 50% 120%, rgba(255, 160, 40, 0.08), transparent 55%),
    #050403;
}

.rules-cta h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  color: #fff8ec;
}

.rules-cta p {
  margin: 0 auto 1.25rem;
  max-width: 42ch;
  color: #b8a890;
  font-size: 0.98rem;
  line-height: 1.5;
}

.rules-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

/* ── Breakpoints ────────────────────────────────────────── */

@media (max-width: 980px) {
  .rules-shell {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 1.5rem;
  }

  .rules-toc {
    display: none;
  }

  .rules-toc-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: sticky;
    top: calc(var(--nav-h, 64px) + env(safe-area-inset-top, 0px));
    z-index: 40;
    background: rgba(5, 4, 3, 0.94);
    border-bottom: 1px solid rgba(40, 32, 24, 0.8);
    backdrop-filter: blur(10px);
  }

  .rules-toc-mobile-track {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.65rem var(--gutter);
  }

  .rules-toc-mobile-track::-webkit-scrollbar {
    display: none;
  }

  .rules-toc-mobile a {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 180, 60, 0.16);
    color: #dcc9a8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .rules-toc-mobile a span {
    color: #e8b84a;
    font-variant-numeric: tabular-nums;
  }

  .rules-toc-mobile a.is-active {
    color: #1a1006;
    background: linear-gradient(180deg, #f0d070, #d4a02c);
    border-color: #5c3a10;
  }

  .rules-toc-mobile a.is-active span {
    color: #1a1006;
  }
}

@media (max-width: 720px) {
  html:has(body.page-rules),
  body.page-rules,
  .page-rules main {
    max-width: 100vw;
  }

  .page-rules .container {
    min-width: 0;
    width: min(calc(100vw - 2rem), var(--max));
  }

  .rules-hero .lead,
  .rules-hero-note,
  .rules-section > p,
  .rules-note {
    max-width: calc(100vw - 2.25rem);
  }

  .rules-hero {
    padding: 1.6rem 0 1.5rem;
    text-align: left;
  }

  .rules-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 11vw, 2.6rem);
  }

  .rules-hero .lead,
  .rules-hero-note {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .rules-hero-note {
    font-size: 0.88rem;
  }

  .rules-section p,
  .plain-list li,
  .rules-note {
    overflow-wrap: break-word;
  }

  .table-board {
    overflow-x: auto;
  }

  .rules-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .need-grid,
  .verdicts,
  .class-grid,
  .play-grid {
    grid-template-columns: 1fr;
  }

  .anatomy {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.5rem;
  }

  .card-stage {
    width: min(100%, 260px);
  }

  .turn-rail {
    grid-template-columns: 1fr;
  }

  .keyword-list > div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .lane-row span {
    font-size: 0.55rem;
    min-height: 2.1rem;
    letter-spacing: 0;
    padding: 0.15rem;
    text-align: center;
  }

  .hero-chip {
    font-size: 0.7rem;
  }
}

@media print {
  html,
  body,
  html:has(body.page-rules),
  body.page-rules {
    background: #f3e6c8 !important;
    color: #1a120c !important;
  }

  html::before,
  html::after,
  body::before,
  body::after,
  .site-header,
  .site-footer,
  .skip-link,
  .rules-hero-actions,
  .rules-toc,
  .rules-toc-mobile,
  .rules-cta,
  .card-stage-glow {
    display: none !important;
  }

  .rules-shell {
    display: block;
    padding: 0;
    max-width: none;
  }

  .rules-hero {
    background: none;
    border: none;
    padding: 0 0 1.25rem;
  }

  .rules-hero h1,
  .rules-section h2,
  .chapter,
  .rules-section h3 {
    color: #7a5414 !important;
    text-shadow: none !important;
  }

  .rules-section,
  .rules-section p,
  .rules-section strong,
  .keyword-list dt,
  .keyword-list dd {
    color: #1a120c !important;
    text-shadow: none !important;
  }

  .rules-section {
    break-inside: avoid;
    border: none;
    padding-top: 1.4rem;
  }

  .card-stage-frame {
    box-shadow: none;
    border: 1px solid #c9b090;
  }

  .card-stage-frame img {
    object-fit: contain;
  }
}
