/* ============================================================
   MIRAGE — social-deduction · hidden identity · accusation drama
   Crimson + plum + gold over deep wine. Smoke-and-candlelight.
   ============================================================ */

.wc-scope .mg-role,
.wc-scope .mg-accuse,
.wc-scope .mg-round,
.wc-scope .mg-reveal {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at 50% 0%, #2a0e1a 0%, #1a0e1f 60%, #0d0816 100%);
  color: #f4d8de;
  position: relative;
  overflow: hidden;
}

/* shared smoke layer */
.mg-bg-smoke,
.mg-round-smoke,
.mg-reveal-smoke {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(ellipse 60% 30% at 20% 18%, rgba(214,168,95,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 30% at 80% 25%, rgba(196,100,107,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(214,168,95,0.08) 0%, transparent 60%),
    radial-gradient(circle at 18% 70%, rgba(244,216,222,0.45) 0 1.5px, transparent 2px),
    radial-gradient(circle at 82% 50%, rgba(244,216,222,0.4) 0 1.5px, transparent 2px),
    radial-gradient(circle at 32% 90%, rgba(244,216,222,0.4) 0 1.5px, transparent 2px),
    radial-gradient(circle at 70% 10%, rgba(244,216,222,0.35) 0 1.5px, transparent 2px);
}
.mg-role > *,
.mg-accuse > *,
.mg-round > *,
.mg-reveal > * { position: relative; z-index: 1; }

/* ─── 1. Role reveal ─── */
.mg-role { padding: 22px 18px 16px; text-align: center; }
.mg-role-head { padding-bottom: 12px; }
.mg-role-eyebrow {
  font-family: var(--adv-display);
  font-size: 10.5px;
  letter-spacing: 3px;
  font-weight: 800;
  color: #d6a85f;
  text-transform: uppercase;
}
.mg-role-stage {
  position: relative;
  margin: 16px auto 12px;
  width: 220px; height: 220px;
  display: grid; place-items: center;
}
.mg-role-burn {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(196,100,107,0.5) 0%, rgba(196,100,107,0) 60%);
  filter: blur(8px);
  animation: mg-pulse-burn 3s ease-in-out infinite;
}
@keyframes mg-pulse-burn {
  0%, 100% { opacity: 0.5; transform: scale(0.9); }
  50%      { opacity: 0.9; transform: scale(1.08); }
}
.mg-role-mask { position: relative; z-index: 1; filter: drop-shadow(0 8px 20px rgba(196,100,107,0.5)); }

.mg-role-title-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(196,100,107,0.18);
  border: 1.5px solid #c4646b;
  border-radius: 99px;
  padding: 5px 14px;
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #e89b8b;
  text-transform: uppercase;
}
.mg-role-title-tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #e89b8b;
  box-shadow: 0 0 6px #e89b8b;
  animation: mg-pulse-burn 1.4s infinite;
}
.mg-role-title {
  margin-top: 10px;
  font-family: var(--adv-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
}
.mg-role-title em {
  font-style: normal;
  background: linear-gradient(135deg, #d6a85f, #e89b8b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mg-role-sub {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(244,216,222,0.78);
  line-height: 1.45;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.mg-role-sub strong { color: #d6a85f; }

.mg-rules {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.mg-rules-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  background: rgba(0,0,0,0.32);
  border: 1px solid rgba(214,168,95,0.2);
  border-radius: 10px;
}
.mg-rules-icon {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(214,168,95,0.15);
  color: #d6a85f;
  font-size: 16px;
  font-weight: 800;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.mg-rules-text { flex: 1; line-height: 1.35; }
.mg-rules-text strong {
  display: block;
  font-family: var(--adv-display);
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.mg-rules-text small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: rgba(244,216,222,0.6);
  margin-top: 1px;
}

.mg-room {
  margin-top: 14px;
  padding: 12px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(214,168,95,0.18);
  border-radius: 12px;
}
.mg-room-label {
  font-family: var(--adv-display);
  font-size: 9.5px;
  letter-spacing: 1.6px;
  font-weight: 800;
  color: #d6a85f;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
}
.mg-room-tiles {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
}
.mg-room-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 4px 0;
  background: rgba(58,40,90,0.5);
  border: 1px solid rgba(155,126,184,0.3);
  border-radius: 8px;
}
.mg-room-tile small {
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(244,216,222,0.6);
  letter-spacing: 0.04em;
}
.mg-room-tile.me {
  background: rgba(138,31,43,0.4);
  border-color: #c4646b;
  box-shadow: 0 0 0 1px #c4646b;
}
.mg-room-tile.me small { color: #e89b8b; font-weight: 800; }
.mg-room-foot {
  margin-top: 8px;
  font-size: 11.5px;
  color: rgba(244,216,222,0.65);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.mg-room-foot strong { color: #fff; }

.mg-role-cta {
  margin-top: auto;
  padding: 16px;
  background: linear-gradient(135deg, #8a1f2b, #c4646b);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: var(--adv-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  box-shadow: 0 4px 0 #3a0810, 0 8px 24px rgba(138,31,43,0.45);
}
.mg-role-cta small {
  font-family: var(--adv-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em;
  text-transform: none;
}

/* ─── 2. Round projector ─── */
.mg-round { padding: 24px 32px; }
.mg-round-head {
  background: rgba(0,0,0,0.32);
  border: 1.5px solid rgba(214,168,95,0.25);
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 18px;
}
.mg-round-eyebrow {
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 800;
  color: #d6a85f;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mg-round-q {
  font-family: var(--adv-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 14px;
}
.mg-round-q strong { color: #d6a85f; }

.mg-round-answers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.mg-round-ans {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 8px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  position: relative;
}
.mg-round-ans-letter {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(214,168,95,0.18);
  color: #d6a85f;
  font-family: var(--adv-display);
  font-size: 14px;
  font-weight: 800;
  display: grid; place-items: center;
}
.mg-round-ans-text {
  font-family: var(--adv-mono);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.mg-round-ans-count {
  margin-top: 4px;
  font-family: var(--adv-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: rgba(244,216,222,0.6);
  line-height: 1;
}

.mg-round-board {
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(214,168,95,0.2);
  border-radius: 16px;
  padding: 16px 22px;
  flex: 1;
}
.mg-round-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.mg-round-board-title {
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 800;
  color: rgba(244,216,222,0.6);
  text-transform: uppercase;
}
.mg-round-board-timer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196,100,107,0.18);
  border: 1.5px solid #c4646b;
  border-radius: 99px;
  padding: 5px 14px;
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #e89b8b;
  text-transform: uppercase;
}
.mg-round-board-timer strong { color: #fff; font-size: 16px; letter-spacing: -0.02em; }
.mg-round-board-timer-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #e89b8b;
  animation: mg-pulse-burn 1s infinite;
}

.mg-round-players {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.mg-round-player {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  position: relative;
}
.mg-round-player.sus    { border-color: rgba(196,100,107,0.5); background: rgba(196,100,107,0.08); }
.mg-round-player.mirage { border-color: #c4646b; background: linear-gradient(135deg, rgba(138,31,43,0.35), rgba(196,100,107,0.15)); box-shadow: 0 0 12px rgba(196,100,107,0.3); }
.mg-round-player.me     { border-color: rgba(214,168,95,0.5); background: rgba(214,168,95,0.06); }

.mg-round-player-portrait {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(58,40,90,0.6);
  display: grid; place-items: center;
  border: 1px solid rgba(155,126,184,0.3);
}
.mg-round-player-name {
  font-family: var(--adv-display);
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.mg-round-player-pick {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: grid; place-items: center;
  font-family: var(--adv-display);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.mg-round-player-pick.pick-a { background: var(--sd-a, #c47165); }
.mg-round-player-pick.pick-b { background: var(--sd-b, #5278a3); }
.mg-round-player-pick.pick-c { background: var(--sd-c, #d6a85f); color: #3d2700; }
.mg-round-player-pick.pick-d { background: var(--sd-d, #6b9b7c); }

.mg-round-player-acc {
  position: absolute;
  top: -8px; right: -8px;
  background: #c4646b;
  color: #fff;
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 99px;
  letter-spacing: 0.04em;
  border: 1.5px solid #1a0e1f;
}

/* ─── 3. Accusation phone ─── */
.mg-accuse { padding: 18px 16px 14px; }
.mg-accuse-head { text-align: center; }
.mg-accuse-eyebrow {
  font-family: var(--adv-display);
  font-size: 10.5px;
  letter-spacing: 3px;
  font-weight: 800;
  color: #e89b8b;
  text-transform: uppercase;
}
.mg-accuse-title {
  margin-top: 4px;
  font-family: var(--adv-display);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: #fff;
}
.mg-accuse-title em {
  font-style: normal;
  background: linear-gradient(135deg, #d6a85f, #e89b8b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mg-accuse-sub {
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(244,216,222,0.7);
  line-height: 1.4;
}
.mg-accuse-sub strong { color: #d6a85f; }

.mg-accuse-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.mg-accuse-card {
  padding: 10px;
  background: rgba(0,0,0,0.32);
  border: 1.5px solid rgba(214,168,95,0.18);
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.mg-accuse-card.sus    { border-color: rgba(196,100,107,0.45); background: rgba(196,100,107,0.1); }
.mg-accuse-card.mild   { border-color: rgba(214,168,95,0.35); background: rgba(214,168,95,0.08); }
.mg-accuse-card.voted  { border-color: #c4646b; background: linear-gradient(135deg, rgba(138,31,43,0.35), rgba(196,100,107,0.12)); box-shadow: 0 0 0 1.5px #c4646b inset; }

.mg-accuse-card-portrait {
  position: relative;
  width: 48px; height: 48px;
  margin: 0 auto 4px;
  border-radius: 12px;
  background: rgba(58,40,90,0.55);
  display: grid; place-items: center;
  border: 1px solid rgba(155,126,184,0.3);
}
.mg-accuse-card-acc {
  position: absolute;
  top: -6px; right: -6px;
  background: #c4646b;
  color: #fff;
  font-family: var(--adv-display);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 99px;
  border: 1.5px solid #1a0e1f;
}
.mg-accuse-card-acc.safe { display: none; }

.mg-accuse-card-name {
  font-family: var(--adv-display);
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
}
.mg-accuse-card-hint {
  margin-top: 1px;
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(244,216,222,0.6);
  letter-spacing: 0.04em;
}
.mg-accuse-card.sus .mg-accuse-card-hint   { color: #e89b8b; }
.mg-accuse-card.voted .mg-accuse-card-hint { color: #e89b8b; }
.mg-accuse-card-voted {
  margin-top: 6px;
  font-family: var(--adv-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #d6a85f;
  text-transform: uppercase;
}

.mg-accuse-strip {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(0,0,0,0.4);
  border: 1.5px solid #c4646b;
  border-radius: 12px;
}
.mg-accuse-strip-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.mg-accuse-strip-row strong {
  font-family: var(--adv-display);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.mg-accuse-strip-row small {
  font-size: 11px;
  color: rgba(244,216,222,0.65);
  font-weight: 600;
}
.mg-accuse-strip-bar {
  margin-top: 8px;
  position: relative;
  height: 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 99px;
  overflow: hidden;
}
.mg-accuse-strip-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(90deg, #8a1f2b, #c4646b);
  border-radius: 99px;
}
.mg-accuse-strip-bar-mark {
  position: absolute;
  left: 71%;
  top: -2px; bottom: -2px;
  width: 2px;
  background: #d6a85f;
}
.mg-accuse-strip-foot {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(244,216,222,0.65);
  font-weight: 600;
}
.mg-accuse-strip-foot strong { color: #d6a85f; font-family: var(--adv-display); }

.mg-accuse-cta {
  margin-top: 12px;
  padding: 15px;
  background: linear-gradient(135deg, #8a1f2b, #c4646b);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: var(--adv-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  box-shadow: 0 4px 0 #3a0810;
}
.mg-accuse-cta small {
  font-family: var(--adv-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.02em;
  text-transform: none;
}

/* ─── 4. Reveal projector ─── */
.mg-reveal { padding: 22px 28px; }
.mg-reveal-stage {
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(214,168,95,0.18);
}
.mg-reveal-eyebrow {
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 800;
  color: #d6a85f;
  text-transform: uppercase;
}
.mg-reveal-mask-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  align-items: end;
  gap: 14px;
  justify-items: center;
}
.mg-reveal-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0.45;
}
.mg-reveal-mini small {
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(244,216,222,0.55);
}
.mg-reveal-mask-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 8px 24px rgba(196,100,107,0.5));
}
.mg-reveal-mask-burst {
  position: absolute;
  inset: -40px;
  z-index: 0;
  display: grid; place-items: center;
  animation: mg-burst-spin 24s linear infinite;
}
@keyframes mg-burst-spin { to { transform: rotate(360deg); } }
.mg-reveal-mask-main > svg:not(.mg-reveal-mask-burst > svg) { position: relative; z-index: 1; }
.mg-reveal-mask-name {
  margin-top: 8px;
  font-family: var(--adv-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #d6a85f, #e89b8b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.mg-reveal-verdict {
  margin-top: 14px;
  display: inline-flex;
  gap: 8px;
}
.mg-reveal-verdict-tag {
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  padding: 6px 14px;
  border-radius: 99px;
  text-transform: uppercase;
}
.mg-reveal-verdict-tag.good { background: rgba(107,155,124,0.2); color: #a8c9b3; border: 1.5px solid #6b9b7c; }
.mg-reveal-verdict-tag.mid  { background: rgba(214,168,95,0.18); color: #f5e4c3; border: 1.5px solid #d6a85f; }

.mg-reveal-board {
  flex: 1;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 14px;
}
.mg-reveal-board-col {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(214,168,95,0.18);
  border-radius: 14px;
  padding: 14px 16px;
}
.mg-reveal-board-col.mirage {
  border-color: #c4646b;
  background: linear-gradient(135deg, rgba(138,31,43,0.2), rgba(0,0,0,0.32));
}
.mg-reveal-board-col-head {
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #d6a85f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mg-reveal-board-col.mirage .mg-reveal-board-col-head { color: #e89b8b; }

.mg-reveal-board-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mg-reveal-board-row {
  display: grid;
  grid-template-columns: 24px 1fr auto auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  font-size: 12.5px;
}
.mg-reveal-board-name {
  font-family: var(--adv-display);
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.mg-reveal-board-action {
  font-size: 11.5px;
  color: rgba(244,216,222,0.65);
  font-weight: 600;
}
.mg-reveal-board-pts {
  font-family: var(--adv-mono);
  font-size: 12.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}
.mg-reveal-board-pts.pos { background: rgba(107,155,124,0.18); color: #a8c9b3; }
.mg-reveal-board-pts.neg { background: rgba(196,100,107,0.18); color: #e89b8b; }

.mg-reveal-mirage-card {
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(196,100,107,0.3);
  border-radius: 12px;
  padding: 12px;
}
.mg-reveal-mirage-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 12.5px;
}
.mg-reveal-mirage-row:first-child { border-top: none; }
.mg-reveal-mirage-row.caught { background: rgba(138,31,43,0.25); margin: 0 -12px; padding: 8px 12px; border-radius: 8px; }
.mg-reveal-mirage-row-label {
  font-family: var(--adv-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #d6a85f;
}
.mg-reveal-mirage-row-mid {
  font-size: 12px;
  color: rgba(244,216,222,0.85);
  font-weight: 600;
  line-height: 1.4;
}
.mg-reveal-mirage-row-mid strong { color: #fff; }
.mg-reveal-mirage-row-mid em { font-style: normal; color: rgba(244,216,222,0.55); }
.mg-reveal-mirage-row-pts {
  font-family: var(--adv-mono);
  font-size: 12.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  color: rgba(244,216,222,0.55);
}
.mg-reveal-mirage-row-pts.pos { background: rgba(107,155,124,0.18); color: #a8c9b3; }
.mg-reveal-mirage-row-pts.neg { background: rgba(196,100,107,0.25); color: #fff; }
.mg-reveal-mirage-foot {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(214,168,95,0.2);
  font-size: 12px;
  font-weight: 600;
  color: rgba(244,216,222,0.7);
  line-height: 1.45;
}
.mg-reveal-mirage-foot strong { color: #fff; font-family: var(--adv-display); }

.mg-reveal-next {
  margin-top: 12px;
  padding: 10px 12px;
  background: rgba(214,168,95,0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}
.mg-reveal-next strong {
  font-family: var(--adv-display);
  font-size: 13px;
  font-weight: 800;
  color: #d6a85f;
}
.mg-reveal-next small {
  font-size: 11.5px;
  color: rgba(244,216,222,0.6);
  font-weight: 600;
}
