/* ============================================================
   HEIST — co-op crew · asymmetric roles · variable-reward loot
   Scoped under .wc-scope and reuses the Acrylic Sunset palette.
   ============================================================ */

/* ─── 1. Crew lobby (mobile) ─── */
.wc-scope .he-crew {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at 50% 20%, #2a1b40 0%, #0d0e18 80%);
  color: #fff;
  padding: 22px 18px 18px;
  position: relative;
  overflow: hidden;
}
.he-crew::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(214,168,95,0.55) 0 1.5px, transparent 2px),
    radial-gradient(circle at 82% 32%, rgba(255,255,255,0.4) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 78%, rgba(196,123,138,0.4) 0 1.5px, transparent 2px),
    radial-gradient(circle at 90% 80%, rgba(214,168,95,0.4) 0 1.5px, transparent 2.5px);
}
.he-crew > * { position: relative; z-index: 1; }

.he-crew-head { text-align: center; padding-bottom: 14px; }
.he-crew-eyebrow {
  font-family: var(--adv-display);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--adv-gold);
  text-transform: uppercase;
}
.he-crew-title {
  font-family: var(--adv-display);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-top: 6px;
  color: #fff;
}
.he-crew-title em { font-style: normal; color: var(--adv-gold); }
.he-crew-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

.he-crew-stage {
  background: rgba(0,0,0,0.32);
  border: 1.5px solid rgba(214,168,95,0.25);
  border-radius: 16px;
  padding: 14px 14px 12px;
  margin-top: 4px;
}
.he-crew-stage-tag {
  font-family: var(--adv-display);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.6px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.he-crew-roster {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.he-crew-card {
  background: linear-gradient(165deg, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.4) 100%);
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 10px 10px;
  position: relative;
  overflow: hidden;
}
.he-crew-card.me {
  border-color: var(--he-role);
  background: linear-gradient(165deg, color-mix(in srgb, var(--he-role) 20%, transparent) 0%, rgba(0,0,0,0.5) 100%);
  box-shadow: 0 0 0 2px var(--he-role-deep) inset, 0 6px 18px color-mix(in srgb, var(--he-role) 25%, transparent);
}
.he-crew-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.he-crew-card-glyph {
  font-size: 22px;
  font-weight: 800;
  color: var(--he-role);
  line-height: 1;
  text-shadow: 0 0 12px color-mix(in srgb, var(--he-role) 50%, transparent);
}
.he-crew-card-role {
  font-family: var(--adv-display);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1;
}
.he-crew-card-name {
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
}
.he-crew-card-name small {
  color: var(--he-role);
  font-weight: 800;
  margin-left: 2px;
}
.he-crew-card-status {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: var(--adv-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--he-role);
  display: flex;
  align-items: center;
  gap: 5px;
}
.he-crew-card-status::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--he-role);
  box-shadow: 0 0 6px var(--he-role);
}

.he-crew-payoff {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.he-crew-payoff-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
}
.he-crew-payoff-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(214,168,95,0.15);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.he-crew-payoff-text {
  flex: 1;
  font-size: 11.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.35;
}
.he-crew-payoff-text strong {
  display: block;
  font-family: var(--adv-display);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1px;
}
.he-crew-payoff-text strong + small { display: block; }
.he-crew-payoff-text small { font-size: 11px; color: rgba(255,255,255,0.6); font-weight: 600; }
.he-crew-payoff-text small strong { display: inline; font-size: 11px; color: var(--adv-gold); font-family: var(--adv-body); }

.he-crew-payoff-tier { display: flex; gap: 3px; }
.he-tier { width: 12px; height: 18px; border-radius: 3px; }
.he-tier.common    { background: #6b7a8a; }
.he-tier.rare      { background: #5b8ec4; }
.he-tier.epic      { background: #9b7eb8; }
.he-tier.legendary { background: var(--adv-gold); box-shadow: 0 0 10px var(--adv-gold); }

.he-crew-cta { margin-top: auto; padding-top: 14px; }
.he-btn-ready {
  width: 100%;
  padding: 16px;
  background: var(--adv-gold);
  color: #1a120a;
  border: none;
  border-radius: 14px;
  font-family: var(--adv-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 0 var(--adv-gold-deep);
}
.he-crew-cta-sub {
  margin-top: 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.he-crew-cta-sub strong { color: var(--adv-gold); font-family: var(--adv-display); }

/* ─── 2. Big-screen blueprint ─── */
.wc-scope .he-blueprint {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at 50% 50%, #1a1d2e 0%, #0d0e18 80%);
  color: #fff;
  overflow: hidden;
}
.he-bp-head {
  padding: 20px 32px 16px;
  border-bottom: 1px solid rgba(214,168,95,0.15);
}
.he-bp-eyebrow {
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 800;
  color: var(--adv-gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.he-bp-row { display: flex; align-items: center; gap: 24px; }
.he-bp-title {
  font-family: var(--adv-display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  flex: 1;
}
.he-bp-title em { font-style: normal; color: var(--adv-gold); }

.he-bp-timer {
  background: rgba(214,168,95,0.12);
  border: 1.5px solid var(--adv-gold);
  border-radius: 12px;
  padding: 8px 16px;
  text-align: center;
}
.he-bp-timer-num {
  font-family: var(--adv-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--adv-gold);
  line-height: 1;
}
.he-bp-timer-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(214,168,95,0.7);
  margin-top: 2px;
  text-transform: uppercase;
}

.he-bp-alarm { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.he-bp-alarm-dots { display: flex; gap: 4px; }
.he-bp-alarm-dots span {
  width: 14px; height: 14px;
  border-radius: 4px;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.15);
}
.he-bp-alarm-dots .on {
  background: #c4646b;
  border-color: #c4646b;
  box-shadow: 0 0 8px rgba(196,100,107,0.6);
}
.he-bp-alarm-label {
  font-family: var(--adv-display);
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 800;
  color: #e89b8b;
  text-transform: uppercase;
}

.he-bp-stage {
  flex: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 30px 60px;
  gap: 20px;
}
.he-bp-grid {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.he-bp-vault {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
.he-bp-vault.topR, .he-bp-vault.botR { flex-direction: row-reverse; text-align: right; }
.he-bp-vault-tag {
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
}
.he-bp-vault-tag.right { flex-direction: row-reverse; }
.he-bp-vault-tag strong {
  display: block;
  font-family: var(--adv-display);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.he-bp-vault-tag small {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  margin-top: 2px;
}
.he-bp-vault-tag em { font-style: normal; }

.he-bp-master {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
.he-bp-master-ring {
  filter: drop-shadow(0 0 24px rgba(214,168,95,0.4));
}
.he-bp-master-label {
  margin-top: 8px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(214,168,95,0.25);
}
.he-bp-master-label small {
  display: block;
  font-family: var(--adv-display);
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 800;
  color: rgba(214,168,95,0.7);
  text-transform: uppercase;
}
.he-bp-master-label strong {
  display: block;
  font-family: var(--adv-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--adv-gold);
  letter-spacing: -0.025em;
  margin-top: 2px;
  line-height: 1;
}

.he-bp-feed {
  display: flex;
  gap: 10px;
  padding: 14px 32px 18px;
  border-top: 1px solid rgba(214,168,95,0.15);
  background: rgba(0,0,0,0.3);
  overflow: hidden;
}
.he-bp-feed-row {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.04);
  border-left: 3px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
}
.he-bp-feed-row.gold { border-left-color: var(--adv-gold); background: rgba(214,168,95,0.08); }
.he-bp-feed-row.alarm { border-left-color: #c4646b; background: rgba(196,100,107,0.1); }
.he-bp-feed-row strong { color: #fff; font-weight: 700; }
.he-bp-feed-row .he-time { font-family: var(--adv-mono); color: rgba(255,255,255,0.55); font-size: 11px; font-weight: 600; }
.he-bp-feed-tag {
  margin-left: auto;
  font-family: var(--adv-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--adv-gold);
  background: rgba(214,168,95,0.15);
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}
.he-bp-feed-tag.bad { color: #fff; background: #c4646b; }

/* ─── 3. Student phone (live) ─── */
.wc-scope .he-live {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #0d0e18 0%, #1a1d2e 50%, #f9efe1 50.001%);
  color: #fff;
}
.he-live-head {
  padding: 12px 18px 16px;
}
.he-live-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.he-live-role-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: color-mix(in srgb, var(--he-role) 20%, transparent);
  border: 1.5px solid var(--he-role);
  border-radius: 99px;
  padding: 4px 12px;
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--he-role);
}
.he-live-role-dot { font-size: 16px; line-height: 1; }
.he-live-timer {
  font-family: var(--adv-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--adv-gold);
}

.he-live-vault {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(214,168,95,0.2);
  border-radius: 14px;
}
.he-live-vault-bar { flex: 1; }
.he-live-vault-bar-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.he-live-vault-bar-label strong {
  font-family: var(--adv-display);
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.he-live-vault-bar-label small {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}
.he-live-vault-bar-track {
  margin-top: 6px;
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
  overflow: hidden;
}
.he-live-vault-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #d6a85f, #e89b8b);
  border-radius: 99px;
}
.he-live-vault-bar-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}
.he-live-vault-bar-foot span { display: inline-flex; align-items: center; gap: 4px; }

.he-live-q {
  margin: 14px 18px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.35);
}
.he-live-q-eyebrow {
  font-family: var(--adv-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  color: var(--adv-gold-deep);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.he-live-q-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--adv-ink);
  line-height: 1.42;
  margin-bottom: 10px;
}
.he-live-q-text strong { color: var(--adv-plum-deep); font-weight: 700; }
.he-live-q-formula {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: var(--adv-cream);
  border: 1px solid var(--adv-cream-deep);
  border-radius: 8px;
  font-family: var(--adv-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--adv-ink);
  text-align: center;
}
.he-live-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.he-live-opt {
  padding: 11px 12px;
  background: #fff;
  border: 1.5px solid var(--adv-rule);
  border-radius: 10px;
  font-family: var(--adv-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--adv-ink);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
.he-live-opt.selected {
  background: var(--adv-gold-soft);
  border-color: var(--adv-gold-deep);
  box-shadow: 0 3px 0 var(--adv-gold-deep);
}
.he-live-opt-k {
  width: 22px; height: 22px; border-radius: 6px;
  background: var(--adv-ink);
  color: #fff;
  font-family: var(--adv-display);
  font-size: 11px;
  font-weight: 800;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.he-live-opt.selected .he-live-opt-k { background: var(--adv-gold-deep); }

.he-live-crew {
  margin: 6px 18px;
  background: #fff;
  border: 1.5px solid var(--adv-rule);
  border-radius: 14px;
  padding: 12px;
}
.he-live-crew-label {
  font-family: var(--adv-display);
  font-size: 9.5px;
  letter-spacing: 1.6px;
  font-weight: 800;
  color: var(--adv-muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.he-live-crew-row { display: flex; flex-direction: column; gap: 6px; }
.he-live-crew-pill {
  display: grid;
  grid-template-columns: 24px 1fr 60px;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  background: var(--adv-bg);
  border-radius: 8px;
  border-left: 3px solid var(--he-role);
}
.he-live-crew-pill.alarmed {
  background: var(--adv-coral-soft);
  border-left-color: #c4646b;
}
.he-live-crew-pill-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--adv-ink);
}
.he-live-crew-pill-bar {
  height: 4px;
  background: rgba(0,0,0,0.06);
  border-radius: 99px;
  overflow: hidden;
}
.he-live-crew-pill-bar > div { height: 100%; border-radius: 99px; }

.he-live-alarm {
  margin: 8px 18px 16px;
  padding: 10px 12px;
  background: var(--adv-coral-soft);
  border: 1.5px solid var(--adv-coral-deep);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.he-live-alarm-dots { display: flex; gap: 3px; flex-shrink: 0; }
.he-live-alarm-dots span {
  width: 9px; height: 9px;
  border-radius: 3px;
  background: rgba(196,100,107,0.2);
  border: 1.5px solid var(--adv-coral-deep);
}
.he-live-alarm-dots .on {
  background: var(--adv-coral-deep);
}
.he-live-alarm-text {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--adv-coral-deep);
  line-height: 1.35;
}

/* ─── 4. Loot reveal ─── */
.wc-scope .he-loot {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--adv-bg);
  overflow-y: auto;
}
.he-loot-head {
  padding: 22px 22px 26px;
  background: linear-gradient(165deg, #0d0e18 0%, #2a1b40 60%, #6d5b8a 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.he-loot-head::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(214,168,95,0.55) 0 1.5px, transparent 2px),
    radial-gradient(circle at 82% 36%, rgba(255,255,255,0.45) 0 1.5px, transparent 2px),
    radial-gradient(circle at 50% 80%, rgba(214,168,95,0.5) 0 1.5px, transparent 2px);
}
.he-loot-head > * { position: relative; z-index: 1; }
.he-loot-eyebrow {
  font-family: var(--adv-display);
  font-size: 10.5px;
  letter-spacing: 4px;
  font-weight: 800;
  color: var(--adv-gold);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.he-loot-title {
  font-family: var(--adv-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.he-loot-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.72);
  font-weight: 600;
  margin-top: 8px;
}

.he-loot-stage {
  margin: -14px 22px 0;
  background: #fff;
  border: 1.5px solid var(--adv-gold);
  border-radius: 18px;
  padding: 18px 18px 16px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 26px rgba(214,168,95,0.25);
}
.he-loot-stage-label {
  font-family: var(--adv-display);
  font-size: 9.5px;
  letter-spacing: 1.8px;
  font-weight: 800;
  color: var(--adv-gold-deep);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.he-loot-main {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.he-loot-main-rays {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  animation: he-rays-spin 18s linear infinite;
}
@keyframes he-rays-spin {
  to { transform: rotate(360deg); }
}
.he-loot-main-rays svg { filter: drop-shadow(0 0 18px rgba(214,168,95,0.4)); }
.he-loot-main > svg:not(.he-loot-main-rays > svg) {
  position: relative; z-index: 1;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}
.he-loot-main-rarity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--adv-gold-deep);
  text-transform: uppercase;
}
.he-loot-main-rarity-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
}
.he-loot-main-rarity-dot.legendary {
  background: var(--adv-gold);
  box-shadow: 0 0 8px var(--adv-gold);
}
.he-loot-main-name {
  margin-top: 6px;
  font-family: var(--adv-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--adv-ink);
}
.he-loot-main-desc {
  font-size: 12px;
  color: var(--adv-muted);
  font-weight: 600;
  margin-top: 2px;
}

.he-loot-other {
  margin: 14px 22px;
  background: var(--adv-panel);
  border: 1.5px solid var(--adv-rule);
  border-radius: 14px;
  padding: 12px;
}
.he-loot-other-label {
  font-family: var(--adv-display);
  font-size: 9.5px;
  letter-spacing: 1.8px;
  font-weight: 800;
  color: var(--adv-muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.he-loot-other-row {
  display: grid;
  grid-template-columns: 30px 1fr 32px 92px;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-top: 1px solid var(--adv-rule-soft);
}
.he-loot-other-row:first-of-type { border-top: none; }
.he-loot-other-name { font-size: 13px; font-weight: 700; color: var(--adv-ink); }
.he-loot-other-tag {
  font-family: var(--adv-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  padding: 4px 8px;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
}
.he-loot-other-tag.common { background: var(--adv-rule); color: var(--adv-ink-soft); }
.he-loot-other-tag.rare { background: #cfe1f4; color: #2e5688; }
.he-loot-other-tag.epic { background: var(--adv-plum-soft); color: var(--adv-plum-deep); }
.he-loot-other-tag.legendary { background: var(--adv-gold); color: #3d2700; }

.he-loot-progress {
  margin: 4px 22px 0;
  background: var(--adv-panel);
  border: 1.5px solid var(--adv-gold);
  border-radius: 14px;
  padding: 12px 14px;
}
.he-loot-progress-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: var(--adv-display);
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: var(--adv-gold-deep);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.he-loot-progress-label strong {
  font-family: var(--adv-display);
  font-size: 13px;
  color: var(--adv-ink);
  letter-spacing: 0;
}
.he-loot-progress-track {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 3px;
  margin-bottom: 8px;
}
.he-loot-progress-cell {
  height: 12px;
  border-radius: 3px;
  background: var(--adv-rule);
}
.he-loot-progress-cell.on { background: var(--adv-gold); }
.he-loot-progress-cell.just {
  background: var(--adv-gold);
  box-shadow: 0 0 8px var(--adv-gold), 0 0 0 1.5px var(--adv-gold-deep);
}
.he-loot-progress-foot {
  font-size: 11px;
  color: var(--adv-muted);
  font-weight: 600;
  line-height: 1.4;
}

.he-loot-cta {
  margin: 14px 22px 20px;
  display: flex;
  gap: 8px;
}
.he-loot-cta-primary {
  flex: 1;
  padding: 14px;
  background: var(--adv-ink);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: var(--adv-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  box-shadow: 0 3px 0 #0a0d1a;
}
.he-loot-cta-ghost {
  padding: 14px 18px;
  background: var(--adv-panel);
  color: var(--adv-ink);
  border: 1.5px solid var(--adv-rule);
  border-radius: 12px;
  font-family: var(--adv-display);
  font-weight: 800;
  font-size: 13px;
}
