:root {
  --ink: #f4f7f2;
  --ink-shadow: #1a150f;
  --muted: #d4ddd0;
  --craft: #8fe07f;
  --craft-deep: #3aa84a;
  --diamond: #5ee7f5;
  --diamond-deep: #1aa8c4;
  --gold: #ffd86b;
  --dirt: #8b6914;
  --stone: #7a7a7a;
  --panel: rgba(28, 22, 16, 0.78);
  --slot: #c6c6c6;
  --slot-dark: #373737;
  --slot-mid: #8b8b8b;
  --font-mc: "Minecraft", "VT323", ui-monospace, monospace;
  --font-body: "VT323", "Minecraft", ui-monospace, monospace;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

.loja-body {
  font-family: var(--font-body);
  color: var(--ink);
  min-height: 100vh;
  position: relative;
  background: #0b1410;
  image-rendering: auto;
}

/* Fundo Minecraft HD full-bleed */
.loja-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url("loja-mc-bg.png") center center / cover no-repeat;
  transform: scale(1.02);
  animation: bg-drift 28s ease-in-out infinite alternate;
}

.loja-bg-shade {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 14, 12, 0.55) 0%, rgba(8, 18, 14, 0.35) 35%, rgba(10, 16, 12, 0.72) 100%),
    radial-gradient(ellipse at 50% 20%, transparent 0%, rgba(0, 0, 0, 0.35) 75%);
}

.loja-top,
.loja-wrap,
.loja-foot {
  position: relative;
  z-index: 1;
}

.loja-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.4rem 0;
}
.loja-top-panel {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  z-index: 2;
  padding: 0;
}

.loja-home,
.loja-panel,
.loja-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-mc);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  padding: 0.45rem 0.8rem;
  background: linear-gradient(#6b6b6b, #3f3f3f);
  border: 3px solid #1a1a1a;
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.25),
    inset -2px -2px 0 rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.loja-home:hover,
.loja-panel:hover,
.loja-nav-btn:hover {
  filter: brightness(1.08);
  color: #fff;
}
.loja-panel {
  background: linear-gradient(#5a7a52, #2f4a2c);
}

.loja-wrap {
  width: min(1100px, calc(100% - 1.5rem));
  margin: 0 auto 2.5rem;
}

.loja-hero {
  position: relative;
  text-align: center;
  padding: 1.1rem 1rem 1.25rem;
  animation: rise 0.65s ease both;
}
.loja-hero-sm {
  padding: 1.5rem 1.25rem;
  margin-top: 0;
  text-align: center;
}

/* Menu ao lado do quadro — CraftDiamond fica só no hero */
.loja-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  margin-top: 0.35rem;
}
.loja-nav {
  position: sticky;
  top: 1rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  padding-top: 0.15rem;
}
.loja-nav-btn {
  min-width: 7.2rem;
}
.loja-nav-btn.is-active {
  background: linear-gradient(#5a7a52, #2f4a2c);
  border-color: #1a3d12;
  color: #fff;
}
.loja-stage-main {
  min-width: 0;
}

.loja-brand {
  font-family: var(--font-mc);
  font-size: clamp(2.4rem, 8vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0.35rem auto 0.35rem;
  line-height: 1.05;
  text-align: center;
  text-shadow:
    3px 3px 0 #000,
    -1px 0 0 #000,
    1px 0 0 #000,
    0 -1px 0 #000;
}
.loja-brand .c { color: var(--craft); }
.loja-brand .d { color: var(--diamond); }

.loja-inline-link {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.loja-inline-link:hover {
  color: #fff;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.vip-guide-cta {
  display: flex;
  justify-content: center;
  margin: 1.4rem 0 0;
}

/* Tutorial */
.tut-guide {
  margin: 0.2rem 0 1.6rem;
  animation: rise 0.7s ease 0.08s both;
}
.tut-sections {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 0.9rem;
}
.tut-card {
  background: var(--panel);
  border: 4px solid #1b1510;
  box-shadow:
    inset 3px 3px 0 rgba(255, 255, 255, 0.08),
    inset -3px -3px 0 rgba(0, 0, 0, 0.45),
    0 10px 28px rgba(0, 0, 0, 0.3);
  padding: 1rem 1rem 1.1rem;
}
.tut-card-head h3 {
  font-family: var(--font-mc);
  margin: 0 0 0.3rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.tut-card-head p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.3;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
}
.tut-cmds {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.tut-cmds li {
  display: grid;
  gap: 0.15rem;
  padding: 0.5rem 0.6rem;
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(0, 0, 0, 0.45);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.06);
}
.tut-cmds code {
  font-family: var(--font-mc);
  font-size: 1rem;
  color: var(--gold);
  text-shadow: 1px 1px 0 #000;
}
.tut-cmds span {
  font-size: 1.1rem;
  line-height: 1.3;
  color: rgba(240, 245, 235, 0.9);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

@media (max-width: 640px) {
  .tut-sections { grid-template-columns: 1fr; }
}

/* Votar */
.vote-guide {
  margin: 0.2rem 0 1.6rem;
  animation: rise 0.7s ease 0.08s both;
}
.vote-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0.9rem;
}
.vote-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(143, 224, 127, 0.14), transparent 50%),
    linear-gradient(165deg, #3a4240 0%, #252b29 48%, #171c1a 100%);
  border: 4px solid #0e1210;
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.1),
    inset -2px -2px 0 rgba(0, 0, 0, 0.45),
    0 10px 0 #0a0d0c,
    0 14px 28px rgba(0, 0, 0, 0.4);
  padding: 1.05rem 1rem 1rem;
  transition: transform 0.16s ease, filter 0.16s ease;
}
.vote-card:hover {
  transform: translateY(-5px);
  filter: brightness(1.06);
  color: inherit;
}
.vote-card-num {
  margin: 0;
  font-family: var(--font-mc);
  font-size: 1.45rem;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.vote-card-site {
  margin: 0.25rem 0 0.75rem;
  font-family: var(--font-mc);
  font-size: 0.95rem;
  color: var(--diamond);
  text-shadow: 1px 1px 0 #000;
  word-break: break-word;
}
.vote-card-info {
  list-style: none;
  margin: 0 0 0.9rem;
  padding: 0.55rem 0.65rem;
  flex: 1;
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.05);
}
.vote-card-info li {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.9rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(230, 236, 228, 0.9);
}
.vote-card-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  background: #8fe07f;
  box-shadow: 1px 1px 0 #000;
}
.vote-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mc);
  font-size: 1.05rem;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  border: 3px solid #1a3d12;
  padding: 0.55rem 0.7rem;
  background: linear-gradient(#65c94a, #3a8f2e 55%, #2d7224);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.28),
    inset -2px -2px 0 rgba(0, 0, 0, 0.35);
}
.vote-card:hover .vote-card-cta {
  filter: brightness(1.08);
}

@media (max-width: 640px) {
  .vote-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .vote-cards { grid-template-columns: 1fr; }
}

.loja-hero h1 {
  font-family: var(--font-mc);
  margin: 0.35rem 0 0.7rem;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 400;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
}

.loja-lead {
  margin: 0 auto;
  max-width: 34rem;
  color: var(--muted);
  line-height: 1.35;
  font-size: 1.35rem;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}
.loja-lead strong {
  color: var(--gold);
  font-weight: 400;
}

/* Painel estilo inventário Minecraft */
.mc-panel {
  background: var(--panel);
  border: 4px solid #1b1510;
  box-shadow:
    inset 3px 3px 0 rgba(255, 255, 255, 0.08),
    inset -3px -3px 0 rgba(0, 0, 0, 0.45),
    0 12px 40px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  padding: 1.25rem 1.1rem 1.5rem;
  backdrop-filter: blur(2px);
}

.loja-banner {
  font-size: 1.15rem;
  background: rgba(20, 40, 50, 0.88);
  border: 3px solid #1a1a1a;
  box-shadow: inset 2px 2px 0 rgba(255, 255, 255, 0.12);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 0 #000;
}
.loja-banner.warn {
  background: rgba(90, 60, 10, 0.88);
  border-color: #5a3a08;
}
.loja-banner code,
.loja-empty code,
.order-id code,
.hint-game code {
  font-family: var(--mono);
  font-size: 0.8em;
  color: var(--gold);
}

.loja-form { margin-top: 0.5rem; }

.nick-field {
  display: grid;
  gap: 0.35rem;
  max-width: 380px;
  margin: 0 auto 1.4rem;
  text-align: left;
  animation: rise 0.7s ease 0.05s both;
}
.nick-field span {
  font-family: var(--font-mc);
  font-size: 1.05rem;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.nick-field input {
  font-family: var(--font-body);
  font-size: 1.4rem;
  color: #202020;
  background: #e0e0e0;
  border: 3px solid #1a1a1a;
  border-radius: 0;
  padding: 0.55rem 0.75rem;
  box-shadow:
    inset 2px 2px 0 #fff,
    inset -2px -2px 0 #8b8b8b;
  outline: none;
}
.nick-field input:focus {
  background: #f5f5f5;
  box-shadow:
    inset 2px 2px 0 #fff,
    inset -2px -2px 0 #8b8b8b,
    0 0 0 3px rgba(94, 231, 245, 0.45);
}

.pkgs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.pkg {
  cursor: pointer;
  display: block;
  animation: rise 0.7s ease both;
}
.pkg:nth-child(2) { animation-delay: 0.05s; }
.pkg:nth-child(3) { animation-delay: 0.1s; }
.pkg:nth-child(4) { animation-delay: 0.15s; }
.pkg:nth-child(5) { animation-delay: 0.2s; }
.pkg:nth-child(6) { animation-delay: 0.25s; }

.pkg input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pkg-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.15rem 1rem 1rem;
  text-align: center;
  color: #eef2ea;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(94, 231, 245, 0.12), transparent 50%),
    linear-gradient(165deg, #3a4240 0%, #252b29 48%, #171c1a 100%);
  border: 4px solid #0e1210;
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.1),
    inset -2px -2px 0 rgba(0, 0, 0, 0.45),
    0 10px 0 #0a0d0c,
    0 14px 28px rgba(0, 0, 0, 0.4);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}
.pkg-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.12) 48%, transparent 62%);
  transform: translateX(-120%);
  pointer-events: none;
}
.pkg:hover .pkg-inner {
  transform: translateY(-5px);
  filter: brightness(1.06);
}
.pkg:hover .pkg-shine {
  animation: pkg-shine 0.7s ease;
}
.pkg input:checked + .pkg-inner {
  border-color: #1aa8c4;
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.12),
    inset -2px -2px 0 rgba(0, 0, 0, 0.45),
    0 0 0 3px rgba(94, 231, 245, 0.75),
    0 10px 0 #0f3a42,
    0 14px 28px rgba(0, 0, 0, 0.4);
}
.pkg-hot .pkg-inner {
  background:
    radial-gradient(ellipse at 50% 12%, rgba(143, 224, 127, 0.18), transparent 50%),
    linear-gradient(165deg, #35463a 0%, #243028 48%, #162018 100%);
}
.pkg-hot .pkg-inner::after {
  content: "POPULAR";
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(#3aa84a, #1f6b3a);
  border: 2px solid #0d2e14;
  padding: 0.18rem 0.35rem;
  text-shadow: 1px 1px 0 #000;
}

.pkg-coin {
  width: 72px;
  height: 72px;
  margin: 0.1rem 0 0.45rem;
  display: grid;
  place-items: center;
}
.mario-coin-img {
  width: 48px;
  height: 56px;
  display: block;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, 0.55));
  animation: coin-spin-soft 2.6s ease-in-out infinite;
}

@keyframes coin-spin-soft {
  0%, 100% { transform: scaleX(1); }
  50% { transform: scaleX(0.55); }
}

.pkg-amount {
  margin: 0;
  font-family: var(--font-mc);
  font-size: 2.35rem;
  line-height: 1;
  color: #ffd86b;
  text-shadow: 2px 2px 0 #000;
}
.pkg-unit {
  margin: 0.2rem 0 0.65rem;
  font-family: var(--font-mc);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: #5ee7f5;
  text-shadow: 2px 2px 0 #000;
}

.pkg-details {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.65rem;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.05);
}
.pkg-details li {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.9rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(230, 236, 228, 0.9);
}
.pkg-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  background: #ffd86b;
  box-shadow: 1px 1px 0 #000;
}

.pkg-price {
  margin: 0 0 0.45rem;
  font-family: var(--font-mc);
  font-size: 1.45rem;
  color: #8fe07f;
  text-shadow: 2px 2px 0 #000;
}
.pkg-price span {
  font-size: 0.95rem;
  color: #a8e6a1;
}
.pkg-pick {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(220, 228, 218, 0.55);
}
.pkg input:checked + .pkg-inner .pkg-pick {
  color: #5ee7f5;
  font-weight: 500;
}

@keyframes pkg-shine {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

.loja-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mc);
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  text-decoration: none;
  border: 3px solid #1a3d12;
  border-radius: 0;
  padding: 0.85rem 1.4rem;
  cursor: pointer;
  background: linear-gradient(#65c94a, #3a8f2e 55%, #2d7224);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.28),
    inset -2px -2px 0 rgba(0, 0, 0, 0.35),
    0 6px 0 #1d4a18;
  transition: transform 0.12s ease, filter 0.12s;
}
.loja-form .loja-cta {
  display: flex;
  width: min(440px, 100%);
  margin: 0 auto;
}
.loja-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.loja-cta:active {
  transform: translateY(2px);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.2),
    inset -2px -2px 0 rgba(0, 0, 0, 0.4),
    0 2px 0 #1d4a18;
}
.loja-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.loja-flash {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.loja-flash li {
  font-size: 1.15rem;
  padding: 0.7rem 0.9rem;
  margin-bottom: 0.45rem;
  border: 3px solid #111;
  text-shadow: 1px 1px 0 #000;
}
.flash-success { background: rgba(40, 100, 50, 0.9); }
.flash-error { background: rgba(120, 35, 30, 0.9); }

.order-id { color: var(--muted); margin-top: 1rem; text-shadow: 1px 1px 0 #000; }
.loja-actions { margin: 1.4rem 0 0.7rem; }
.hint-game {
  color: var(--muted);
  font-size: 1.15rem;
  text-shadow: 1px 1px 0 #000;
}

.loja-foot {
  text-align: center;
  padding: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  text-shadow: 2px 2px 0 #000;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes bg-drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(-1.2%, -0.8%, 0); }
}

/* VIP gift cards (estilo cartão Minecoins) */
.vip-guide {
  margin: 0.4rem 0 1.6rem;
  animation: rise 0.7s ease 0.08s both;
}
.vip-guide-head {
  text-align: center;
  margin-bottom: 1rem;
}
.vip-guide-head h2 {
  font-family: var(--font-mc);
  margin: 0 0 0.35rem;
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  font-weight: 400;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
}
.vip-guide-head p {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.25rem;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}
.vip-guide-head strong {
  color: var(--gold);
  font-weight: 400;
}

.vip-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.vip-card {
  --vip-accent: #ffd86b;
  --vip-accent-soft: #ffe8a8;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border-radius: 10px;
  overflow: hidden;
  color: #f5f5f5;
  background:
    radial-gradient(ellipse at 50% 28%, rgba(255, 216, 107, 0.12), transparent 55%),
    linear-gradient(180deg, #2a2a2a 0%, #141414 55%, #0a0a0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.vip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}
.vip-card-hot {
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--vip-accent) 70%, transparent),
    0 14px 32px rgba(0, 0, 0, 0.45);
}

.vip-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 0.85rem 0.35rem;
}
.vip-card-brand {
  font-family: var(--font-mc);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 0 #000;
}
.vip-card-brand .c { color: var(--craft); }
.vip-card-brand .d { color: var(--diamond); }
.vip-card-tag {
  font-family: var(--mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
}

.vip-card-mid {
  text-align: center;
  padding: 0.35rem 0.85rem 0.7rem;
}
.vip-card-cash {
  margin: 0;
  font-family: var(--font-mc);
  font-size: 2.55rem;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.vip-card-unit {
  margin: 0.15rem 0 0.35rem;
  font-family: var(--font-mc);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  color: var(--vip-accent);
  text-shadow: 2px 2px 0 #000;
}
.vip-card-name {
  margin: 0 0 0.7rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.vip-card-ore {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.35));
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 18px color-mix(in srgb, var(--vip-accent) 28%, transparent);
}
.vip-card-ore img {
  width: 64px;
  height: 64px;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.55));
}

.vip-card-perks {
  list-style: none;
  margin: 0;
  padding: 0 0.9rem 0.7rem;
  flex: 1;
}
.vip-card-perks li {
  position: relative;
  padding: 0.22rem 0 0.22rem 0.85rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(240, 240, 240, 0.88);
}
.vip-card-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--vip-accent);
  box-shadow: 1px 1px 0 #000;
}

.vip-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 0.9rem 0.65rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}

.vip-card-foot {
  margin-top: auto;
  padding: 0.7rem 0.85rem;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}

@media (max-width: 640px) {
  .loja-hero { padding-top: 1rem; }
  .pkgs { grid-template-columns: 1fr; }
  .loja-brand { font-size: 1.85rem; }
  .loja-stage {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .loja-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    top: auto;
  }
  .loja-nav-btn {
    font-size: 0.95rem;
    padding: 0.35rem 0.55rem;
    min-width: 0;
  }
  .vip-cards { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .vip-card { min-height: 0; }
  .vip-card-cash { font-size: 2rem; }
  .vip-card-perks li { font-size: 0.65rem; }
}

@media (max-width: 420px) {
  .vip-cards { grid-template-columns: 1fr; }
}
