/* Gacha player UI v2 — "Nebula" redesign (Claude Design 7528b7af / Gacha Redesign.dc.html).
   Scoped under body.aurora so it can't bleed into legacy pages.
   Tier palette: Daily gray / Premium blue / Exclusive violet / Royal gold.
   Class names consumed by gacha-v3.js are a stable contract: gc-t1..4, gc-msg--*,
   gc-rc*/is-flipped/is-dup, gc-cell*/is-owned/is-locked/is-showcase, gc-beam*, gc-lightbox*. */

@keyframes gcShine { 0% { transform: translateX(-130%) skewX(-18deg); } 100% { transform: translateX(260%) skewX(-18deg); } }
@keyframes gcPulse { 0%, 100% { box-shadow: 0 14px 40px -10px rgba(139,124,255,.55); } 50% { box-shadow: 0 14px 60px -6px rgba(139,124,255,.95); } }
@keyframes gcBeamIn { 0% { transform: scale(.15); opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1.7); opacity: 0; } }
@keyframes gcRayspin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes gcPop { 0% { transform: scale(.55); opacity: 0; } 70% { transform: scale(1.07); } 100% { transform: scale(1); opacity: 1; } }
@keyframes gcFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

body.aurora .gc-wrap { max-width: 1060px; }

/* tier accent variables per cell/row/card */
body.aurora .gc-t1 { --gc-tier: #8B8BA0; --gc-tier-soft: rgba(139,139,160,.4); }
body.aurora .gc-t2 { --gc-tier: #5AA9DB; --gc-tier-soft: rgba(90,169,219,.4); }
body.aurora .gc-t3 { --gc-tier: #8B7CFF; --gc-tier-soft: rgba(139,124,255,.4); }
body.aurora .gc-t4 { --gc-tier: #E5C558; --gc-tier-soft: rgba(229,197,88,.4); }

/* ---------- breadcrumb (gacha pages only) ---------- */
body.aurora .gc-crumb {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: #63637A; margin-bottom: 20px;
}
body.aurora .gc-crumb a { color: #63637A; }
body.aurora .gc-crumb a:hover { color: #8B7CFF; }
body.aurora .gc-crumb .cur { color: #8B7CFF; }

/* ---------- hero banner ---------- */
body.aurora .gc-hero {
  position: relative; border-radius: 26px; overflow: hidden;
  border: 1px solid rgba(139,124,255,.35);
  background: linear-gradient(150deg, #1C1828, #0E0C16);
  box-shadow: 0 34px 90px -34px rgba(139,124,255,.45);
  margin-bottom: 16px; animation: gcFadeUp .5s ease both;
}
body.aurora .gc-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(620px 340px at 82% 0%, rgba(139,124,255,.28), transparent 62%),
              radial-gradient(420px 280px at 8% 100%, rgba(85,224,255,.14), transparent 60%);
}
body.aurora .gc-hero-shine {
  position: absolute; top: 0; bottom: 0; width: 34%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.07), transparent);
  animation: gcShine 4.6s ease-in-out infinite;
}
body.aurora .gc-hero-body { position: relative; display: flex; gap: 24px; flex-wrap: wrap; align-items: stretch; padding: 26px 30px; }
body.aurora .gc-hero-info { flex: 1; min-width: 260px; display: flex; flex-direction: column; justify-content: flex-end; padding: 4px 0; }
body.aurora .gc-hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 3px; color: #55E0FF;
}
body.aurora .gc-hero-dot { width: 7px; height: 7px; border-radius: 50%; background: #55E0FF; box-shadow: 0 0 10px #55E0FF; }
body.aurora .gc-hero-name {
  font-size: clamp(30px, 4.4vw, 48px); font-weight: 700; letter-spacing: -1.5px; line-height: 1.04;
  margin: 10px 0 14px;
  background: linear-gradient(100deg, #F1F0F7, #B9AEFF 70%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.aurora .gc-hero-badges { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
body.aurora .gc-badge {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
}
body.aurora .gc-badge--gold { color: #E5C558; background: rgba(229,197,88,.12); border: 1px solid rgba(229,197,88,.4); }
body.aurora .gc-badge--violet { color: #B9AEFF; background: rgba(139,124,255,.12); border: 1px solid rgba(139,124,255,.4); }
body.aurora .gc-odds-open {
  background: rgba(139,124,255,.16); color: #B9AEFF; border: 1px solid rgba(139,124,255,.45);
  border-radius: 999px; padding: 6px 15px; font-size: 12.5px; font-weight: 600; cursor: pointer;
}
body.aurora .gc-odds-open:hover { background: rgba(139,124,255,.3); }
body.aurora .gc-hero-art {
  flex: none; width: 240px; max-width: 44vw; aspect-ratio: 480/702; position: relative;
  border-radius: 16px; overflow: hidden; border: 1px solid rgba(139,124,255,.45);
  box-shadow: 0 18px 50px -16px rgba(139,124,255,.6); background: #141122; align-self: center;
}
body.aurora .gc-hero-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.aurora .gc-hero-art-ph {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
  background: linear-gradient(165deg, rgba(139,124,255,.35) 0%, #141122 72%);
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px;
  color: rgba(233,233,242,.3); line-height: 2;
}
body.aurora .gc-hero-art-shine {
  position: absolute; top: 0; bottom: 0; width: 44%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.1), transparent);
  animation: gcShine 3.4s ease-in-out infinite;
}

/* ---------- wallet / pity strip ---------- */
body.aurora .gc-wallet {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px; padding: 16px 20px; margin-bottom: 16px;
  backdrop-filter: blur(8px); animation: gcFadeUp .5s .08s ease both;
}
body.aurora .gc-coins { display: flex; align-items: center; gap: 12px; }
body.aurora .gc-coin-ico {
  width: 46px; height: 46px; border-radius: 14px; flex: none;
  background: radial-gradient(circle at 35% 30%, rgba(229,197,88,.4), rgba(229,197,88,.08));
  border: 1px solid rgba(229,197,88,.5); display: grid; place-items: center;
  font-size: 20px; color: #E5C558; text-shadow: 0 0 14px rgba(229,197,88,.9);
}
body.aurora .gc-coins-label {
  display: block; font-family: 'JetBrains Mono', monospace; font-size: 9.5px;
  letter-spacing: 2.5px; color: #63637A;
}
body.aurora .gc-coins-num {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 26px;
  letter-spacing: -1px; line-height: 1.1; color: #F1F0F7;
}
body.aurora .gc-daily {
  background: linear-gradient(135deg, #5ADB8A, #38b06a); color: #06210f; border: 0;
  border-radius: 999px; padding: 10px 20px; font-weight: 700; font-size: 13.5px; cursor: pointer;
  box-shadow: 0 10px 28px -10px rgba(90,219,138,.7); transition: transform .12s, filter .12s;
}
body.aurora .gc-daily:hover { filter: brightness(1.1); transform: translateY(-1px); }
body.aurora .gc-daily:disabled { opacity: .6; cursor: default; transform: none; }
body.aurora .gc-daily-done {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5ADB8A;
  border: 1px solid rgba(90,219,138,.35); border-radius: 999px; padding: 8px 16px;
}
body.aurora .gc-pity { margin-left: auto; min-width: 240px; flex: 1; max-width: 340px; }
body.aurora .gc-pity-head {
  display: flex; justify-content: space-between;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 1.5px;
  color: #8B8BA0; margin-bottom: 6px; text-transform: uppercase;
}
body.aurora .gc-pity-head span span { color: #B9AEFF; font-weight: 700; }
body.aurora .gc-pity-bar { height: 10px; border-radius: 999px; background: #0E0C16; border: 1px solid rgba(255,255,255,.07); overflow: hidden; }
body.aurora .gc-pity-bar span {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #8B7CFF, #E5C558);
  box-shadow: 0 0 12px rgba(229,197,88,.6); transition: width .5s;
}
body.aurora .gc-pity-note { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 1px; color: #63637A; margin-top: 5px; text-transform: uppercase; }

body.aurora .gc-guest {
  text-align: center; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px; padding: 26px; margin-bottom: 16px; color: #C9C9D6;
}
body.aurora .gc-guest p { margin-bottom: 12px; }

/* ---------- pull actions ---------- */
body.aurora .gc-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; animation: gcFadeUp .5s .16s ease both; }
body.aurora .gc-pull {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  border-radius: 18px; padding: 20px; cursor: pointer; color: #fff;
  transition: transform .12s, filter .12s; position: relative; overflow: hidden;
}
body.aurora .gc-pull:hover { transform: translateY(-3px); filter: brightness(1.12); }
body.aurora .gc-pull:disabled { opacity: .55; cursor: default; transform: none; animation: none; }
body.aurora .gc-pull--x1 { flex: 1; min-width: 170px; border: 1px solid rgba(139,124,255,.4); background: linear-gradient(135deg, #2b2542, #191527); }
body.aurora .gc-pull--x10 {
  flex: 1.4; min-width: 200px; border: 1px solid rgba(229,197,88,.35);
  background: linear-gradient(135deg, #8B7CFF, #6A4AD0);
  animation: gcPulse 2.6s ease-in-out infinite;
}
body.aurora .gc-pull-shine {
  position: absolute; top: 0; bottom: 0; width: 38%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent);
  animation: gcShine 2.8s ease-in-out infinite;
}
body.aurora .gc-pull-title { font-size: 19px; font-weight: 700; letter-spacing: -.3px; position: relative; }
body.aurora .gc-pull-cost { font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: #B9AEFF; position: relative; }
body.aurora .gc-pull--x10 .gc-pull-cost { color: #F3EBCC; }
body.aurora .gc-collection-link { align-self: center; color: #B9AEFF; font-size: 13.5px; font-weight: 600; white-space: nowrap; padding: 0 8px; }
body.aurora .gc-collection-link:hover { color: #8B7CFF; }

body.aurora .gc-msg { text-align: center; margin-top: 14px; font-size: 13.5px; padding: 9px; border-radius: 12px; }
body.aurora .gc-msg--good { color: #5ADB8A; background: rgba(90,219,138,.12); }
body.aurora .gc-msg--bad { color: #F39A9A; background: rgba(229,70,77,.12); }

/* ---------- reveal overlay ---------- */
body.gc-reveal-open { overflow: hidden; }
body.aurora .gc-reveal {
  position: fixed; inset: 0; z-index: 3000; background: rgba(6,5,12,.94);
  display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); overflow: hidden;
}
body.aurora .gc-reveal.is-beam .gc-reveal-inner { visibility: hidden; }
body.aurora .gc-reveal-inner { width: min(980px, 94vw); max-height: 92vh; display: flex; flex-direction: column; }
body.aurora .gc-reveal-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; overflow-y: auto; padding: 10px; }
body.aurora .gc-rc { perspective: 800px; width: 155px; aspect-ratio: 3/4.2; animation: gcPop .4s ease both; }
body.aurora .gc-rc:only-child { width: 250px; }
body.aurora .gc-rc-inner {
  position: relative; width: 100%; height: 100%; transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.4,1.4,.5,1);
}
body.aurora .gc-rc.is-flipped .gc-rc-inner { transform: rotateY(180deg); }
body.aurora .gc-rc-back, body.aurora .gc-rc-front {
  position: absolute; inset: 0; backface-visibility: hidden; border-radius: 13px; overflow: hidden;
}
body.aurora .gc-rc-back {
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 26px;
  color: rgba(255,255,255,.22); background: linear-gradient(135deg, #241f36, #15121f);
  border: 1px solid rgba(139,124,255,.35);
}
body.aurora .gc-rc-back::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 40%;
  background: linear-gradient(100deg, transparent, rgba(139,124,255,.14), transparent);
  animation: gcShine 2.2s ease-in-out infinite;
}
body.aurora .gc-rc-front {
  transform: rotateY(180deg); background: #12101B;
  border: 2px solid var(--gc-tier); box-shadow: 0 0 26px -3px var(--gc-tier);
}
body.aurora .gc-rc-front img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.aurora .gc-rc.gc-t3 .gc-rc-front::after, body.aurora .gc-rc.gc-t4 .gc-rc-front::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 44%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.2), transparent);
  animation: gcShine 1.9s ease-in-out infinite;
}
body.aurora .gc-rc-new {
  position: absolute; top: 7px; left: 7px; z-index: 2;
  font-family: 'JetBrains Mono', monospace; font-size: 8.5px; font-weight: 700;
  color: #0A0A12; background: #E5C558; border-radius: 999px; padding: 2px 7px;
}
body.aurora .gc-rc-cap {
  position: absolute; left: 0; right: 0; bottom: 0; text-align: center;
  padding: 16px 5px 6px; background: linear-gradient(transparent, rgba(0,0,0,.85));
}
body.aurora .gc-rc-name { font-size: 12px; font-weight: 700; color: #fff; text-shadow: 0 1px 3px #000; }
body.aurora .gc-rc-tag { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 700; color: var(--gc-tier); }
body.aurora .gc-rc.is-dup .gc-rc-front { opacity: .84; }
body.aurora .gc-reveal-foot { text-align: center; margin-top: 16px; display: flex; gap: 10px; justify-content: center; }
body.aurora .gc-reveal-skip {
  background: rgba(255,255,255,.1); color: #E9E9F2; border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; padding: 10px 24px; font-size: 13.5px; font-weight: 600; cursor: pointer;
}
body.aurora .gc-reveal-skip:hover { border-color: #8B7CFF; color: #8B7CFF; }
body.aurora .gc-reveal-done {
  background: linear-gradient(135deg, #8B7CFF, #6A4AD0); color: #fff; border: 0;
  border-radius: 999px; padding: 10px 30px; font-size: 13.5px; font-weight: 700; cursor: pointer;
  box-shadow: 0 12px 30px -10px rgba(139,124,255,.7);
}
body.aurora .gc-reveal-done:hover { filter: brightness(1.1); }

/* ---------- beam phase (high-tier pre-reveal, tiers 3+4 only) ---------- */
body.aurora .gc-beam { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
body.aurora .gc-beam-rays {
  position: absolute; width: 160vmax; height: 160vmax; border-radius: 50%;
  animation: gcRayspin 11s linear infinite; opacity: .55;
}
body.aurora .gc-beam.gc-t3 .gc-beam-rays { background: repeating-conic-gradient(rgba(139,124,255,.12) 0deg 5deg, transparent 5deg 21deg); }
body.aurora .gc-beam.gc-t4 .gc-beam-rays { background: repeating-conic-gradient(rgba(229,197,88,.12) 0deg 5deg, transparent 5deg 21deg); }
body.aurora .gc-beam-veil { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(6,5,12,.92) 62%); }
body.aurora .gc-beam-burst { position: absolute; width: 880px; height: 880px; border-radius: 50%; animation: gcBeamIn 1.5s ease-out forwards; }
body.aurora .gc-beam.gc-t3 .gc-beam-burst { background: radial-gradient(circle, rgba(139,124,255,.3) 0%, transparent 58%); }
body.aurora .gc-beam.gc-t4 .gc-beam-burst { background: radial-gradient(circle, rgba(229,197,88,.3) 0%, transparent 58%); }
body.aurora .gc-beam-text { position: relative; text-align: center; animation: gcPop .55s .2s cubic-bezier(.2,1.4,.4,1) both; }
body.aurora .gc-beam-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 7px; color: #A9A9C0; margin-bottom: 8px; }
body.aurora .gc-beam-name { font-size: 60px; font-weight: 800; letter-spacing: -1px; line-height: 1; color: var(--gc-tier); text-shadow: 0 0 46px var(--gc-tier); }

/* ---------- odds modal ---------- */
body.aurora .gc-modal {
  position: fixed; inset: 0; z-index: 3100; background: rgba(6,5,12,.72);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
body.aurora .gc-modal-card {
  background: #1C1828; border: 1px solid rgba(139,124,255,.3); border-radius: 20px;
  width: min(400px, 94vw); padding: 22px; animation: gcPop .3s ease both;
}
body.aurora .gc-modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
body.aurora .gc-modal-head h2 { font-size: 17px; color: #F1F0F7; margin: 0; font-weight: 700; }
body.aurora .gc-modal-x { background: 0; border: 0; color: #8B8BA0; font-size: 24px; line-height: 1; cursor: pointer; }
body.aurora .gc-modal-x:hover { color: #fff; }
body.aurora .gc-odds-table { width: 100%; border-collapse: collapse; }
body.aurora .gc-odds-row td { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.06); font-size: 14px; color: #E9E9F2; font-weight: 600; }
body.aurora .gc-odds-row td:last-child { text-align: right; font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700; color: var(--gc-tier); }
body.aurora .gc-tier-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--gc-tier); box-shadow: 0 0 7px var(--gc-tier); margin-right: 10px; vertical-align: middle; }
body.aurora .gc-odds-fine { font-size: 11px; color: #63637A; margin: 14px 0 0; line-height: 1.6; }

/* ---------- collection ---------- */
body.aurora .gc-col-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
body.aurora .gc-col-title {
  font-size: 24px; font-weight: 700; letter-spacing: -.5px; margin: 0;
  background: linear-gradient(100deg, #F1F0F7, #B9AEFF);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.aurora .gc-col-progress { margin-left: auto; min-width: 220px; }
body.aurora .gc-col-progress-num { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: #B9AEFF; font-weight: 700; text-align: right; margin-bottom: 5px; }
body.aurora .gc-col-progress-bar { height: 8px; border-radius: 999px; background: #12101B; border: 1px solid rgba(255,255,255,.07); overflow: hidden; }
body.aurora .gc-col-progress-bar span { display: block; height: 100%; background: linear-gradient(90deg, #8B7CFF, #55E0FF); transition: width .5s; }
body.aurora .gc-char { margin-bottom: 26px; }
body.aurora .gc-char-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; }
body.aurora .gc-char-name { font-size: 16px; font-weight: 700; color: #E9E9F2; margin: 0; }
body.aurora .gc-char-count { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #63637A; }
body.aurora .gc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
body.aurora .gc-cell {
  position: relative; aspect-ratio: 3/4.2; border-radius: 14px; overflow: hidden;
  border: 2px solid var(--gc-tier); background: #12101B;
  transition: transform .15s, box-shadow .15s;
}
body.aurora .gc-cell.is-owned { cursor: pointer; box-shadow: 0 0 14px -6px var(--gc-tier); }
body.aurora .gc-cell.is-owned:hover { transform: translateY(-4px); }
body.aurora .gc-cell.is-locked { border-color: rgba(255,255,255,.09); }
body.aurora .gc-cell-img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.aurora .gc-cell-locked { filter: brightness(.5) saturate(.5); }
body.aurora .gc-cell-tier { position: absolute; top: 8px; right: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--gc-tier); box-shadow: 0 0 8px var(--gc-tier); }
body.aurora .gc-cell-lock {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 22px; opacity: .65; background: rgba(10,10,18,.45);
}

/* showcase controls on owned cells */
body.aurora .gc-showcase-btn {
  position: absolute; left: 5px; right: 5px; bottom: 5px; border: 0; border-radius: 9px;
  background: rgba(18,16,27,.85); color: #E9E9F2; font-size: 10.5px; font-weight: 600;
  padding: 5px; cursor: pointer; opacity: .92; transition: background .12s, color .12s;
}
body.aurora .gc-showcase-btn:hover { background: rgba(139,124,255,.3); color: #fff; }
body.aurora .gc-cell.is-showcase { box-shadow: 0 0 0 2px #E5C558, 0 0 18px -2px #E5C558; }
body.aurora .gc-cell.is-showcase .gc-showcase-btn { color: #E5C558; }
body.aurora .gc-showcase-badge {
  position: absolute; top: 6px; left: 7px; z-index: 2; color: #E5C558; font-size: 15px;
  text-shadow: 0 1px 4px #000; pointer-events: none;
}

/* ---------- lightbox ---------- */
body.aurora .gc-lightbox {
  position: fixed; inset: 0; z-index: 3200; background: rgba(6,5,12,.93);
  display: flex; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(5px);
}
body.aurora .gc-lightbox-inner { position: relative; text-align: center; animation: gcPop .3s ease both; }
body.aurora .gc-lightbox-frame {
  width: min(340px, 80vw); border-radius: 16px; overflow: hidden; background: #12101B;
  border: 2px solid var(--gc-tier); box-shadow: 0 0 50px -8px var(--gc-tier);
}
body.aurora .gc-lightbox-img { width: 100%; max-height: 80vh; object-fit: contain; display: block; }
body.aurora .gc-lightbox-x {
  position: absolute; top: -14px; right: -10px; background: rgba(0,0,0,.65); color: #fff;
  border: 1px solid rgba(255,255,255,.2); width: 34px; height: 34px; border-radius: 50%;
  font-size: 20px; cursor: pointer;
}
body.aurora .gc-lightbox-x:hover { border-color: #8B7CFF; color: #8B7CFF; }
body.aurora .gc-lightbox-cap { margin-top: 12px; display: flex; gap: 10px; justify-content: center; align-items: center; color: #E9E9F2; font-weight: 700; }
body.aurora .gc-lightbox-tier { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; color: var(--gc-tier); }

/* ---------- mobile ---------- */
@media (max-width: 640px) {
  body.aurora .gc-hero-body { padding: 20px; }
  body.aurora .gc-rc { width: 31%; min-width: 96px; }
  body.aurora .gc-rc:only-child { width: 220px; }
  body.aurora .gc-pity { margin-left: 0; min-width: 100%; }
  body.aurora .gc-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
  body.aurora .gc-beam-name { font-size: 40px; }
}
