/**
 * D-Shop — loja D-Coins (layout 600×420, tom cyan)
 */
.dshop-root {
  position: fixed;
  inset: 0;
  z-index: 99990;
  pointer-events: none;
  display: none;
}
.dshop-root.is-open {
  display: block;
}
.dshop-root.is-open .dshop-panel {
  pointer-events: auto;
}

.dshop-panel {
  --dshop-bg: #061018;
  --dshop-surface: #0c1a24;
  --dshop-card: #102433;
  --dshop-line: rgba(0, 184, 217, 0.34);
  --dshop-text: #e8f8fc;
  --dshop-muted: #7fa0b0;
  --dshop-accent: #00b8d9;
  --dshop-accent-soft: #3ad0ea;
  --dshop-on-accent: #00313a;
  --dshop-warn: #f0c14a;
  --dshop-ok: #5dffb0;
  --dshop-pad: 6px;
  --dshop-gap: 5px;
  --dshop-card-min: 88px;
  --dshop-slot-min: 48px;
  --dshop-skin-min: 92px;
  --dshop-font: "Rajdhani", "Segoe UI", system-ui, sans-serif;
  --dshop-display: "Orbitron", "Rajdhani", system-ui, sans-serif;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 560px;
  height: 400px;
  min-width: 300px;
  min-height: 260px;
  border-radius: 12px;
  border: 1px solid var(--dshop-line);
  background:
    radial-gradient(90% 70% at 0% 0%, rgba(0, 184, 217, 0.22), transparent 48%),
    radial-gradient(70% 55% at 100% 0%, rgba(240, 193, 74, 0.08), transparent 42%),
    linear-gradient(165deg, #123040 0%, var(--dshop-bg) 52%, #040a10 100%);
  color: var(--dshop-text);
  box-shadow:
    0 0 0 1px rgba(0, 184, 217, 0.12) inset,
    0 18px 44px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  font: 500 13px/1.25 var(--dshop-font);
  container-type: inline-size;
  container-name: dshop;
}

.dshop-panel > * {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.dshop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 4px 8px;
  background:
    linear-gradient(180deg, rgba(0, 184, 217, 0.2), rgba(0, 184, 217, 0.05));
  border-bottom: 1px solid rgba(0, 184, 217, 0.22);
  cursor: grab;
  flex: 0 0 auto;
}
.dshop-head:active {
  cursor: grabbing;
}
.dshop-head-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.dshop-head-mark {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: none;
  background: transparent;
  box-shadow: none;
}
.dshop-head-mark .d-coin {
  --d-coin-size: 26px;
}
.dshop-brand {
  font: 800 13px/1.05 var(--dshop-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dshop-accent-soft);
}
.dshop-head-title small {
  display: block;
  margin-top: 1px;
  font: 700 9px/1 var(--dshop-font);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dshop-muted);
}
.dshop-close {
  flex: 0 0 auto;
}

.dshop-wallet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 4px 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.22));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex: 0 0 auto;
}
.dshop-wallet-bal {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.dshop-wallet-ico {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.dshop-wallet-ico .d-coin {
  --d-coin-size: 28px;
}
.dshop-vip-emblem {
  background:
    radial-gradient(circle at 50% 40%, rgba(58, 208, 234, 0.22), transparent 62%),
    rgba(0, 0, 0, 0.18) !important;
}
.dshop-vip-emblem .d-coin {
  --d-coin-size: 32px;
}
.dshop-vip-price span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.dshop-card-buy strong,
.dshop-boost-price,
.dshop-transfer-meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.dshop-wallet-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.dshop-wallet-stack strong {
  font: 800 14px/1 var(--dshop-display);
  color: #fff8e4;
  letter-spacing: 0.02em;
}
.dshop-wallet-stack span {
  font: 600 9px/1.2 var(--dshop-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dshop-muted);
}
.dshop-wallet-rate {
  display: none !important;
}
.dshop-wallet-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}
.dshop-wallet-pill {
  padding: 3px 9px;
  border-radius: 999px;
  font: 800 9px/1.2 var(--dshop-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--dshop-muted);
  background: rgba(255, 255, 255, 0.04);
}
.dshop-wallet-pill.is-on {
  color: var(--dshop-on-accent);
  background: linear-gradient(180deg, var(--dshop-accent-soft), var(--dshop-accent));
  border-color: transparent;
  box-shadow: 0 0 12px rgba(0, 184, 217, 0.35);
}

.dshop-banner {
  padding: 5px 10px;
  font: 600 10px/1.3 var(--dshop-font);
  color: var(--dshop-warn);
  background: rgba(240, 193, 74, 0.1);
  border-bottom: 1px solid rgba(240, 193, 74, 0.2);
  flex: 0 0 auto;
}
.dshop-banner--vip {
  margin: 0 0 8px;
  border: 1px solid rgba(240, 193, 74, 0.35);
  border-radius: 10px;
  border-bottom: 1px solid rgba(240, 193, 74, 0.35);
  text-align: center;
  background: rgba(240, 193, 74, 0.08);
}

.dshop-tabs {
  display: flex;
  gap: 2px;
  padding: 3px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  background: rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(0, 184, 217, 0.14);
  flex: 0 0 auto;
  -webkit-overflow-scrolling: touch;
}
.dshop-tabs::-webkit-scrollbar {
  height: 2px;
}
.dshop-tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 184, 217, 0.35);
  border-radius: 2px;
}
.dshop-tab {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 3px 4px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  color: var(--dshop-muted);
  font: 700 9px/1 var(--dshop-font);
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}
.dshop-tab:hover {
  color: var(--dshop-text);
  border-color: rgba(0, 184, 217, 0.22);
  background: rgba(0, 184, 217, 0.08);
}
.dshop-tab-ico {
  font-size: 10px;
  line-height: 1;
}
.dshop-tab-lbl {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dshop-tab.is-on {
  color: var(--dshop-on-accent);
  background: linear-gradient(180deg, var(--dshop-accent-soft), var(--dshop-accent));
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 184, 217, 0.28);
}

.dshop-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: var(--dshop-pad);
  background:
    linear-gradient(180deg, rgba(0, 184, 217, 0.04), transparent 40px),
    rgba(4, 10, 14, 0.42);
}
.dshop-body::-webkit-scrollbar {
  width: 6px;
}
.dshop-body::-webkit-scrollbar-thumb {
  background: rgba(0, 184, 217, 0.28);
  border-radius: 3px;
}

.dshop-pane {
  display: flex;
  flex-direction: column;
  gap: var(--dshop-gap);
  min-width: 0;
}
.dshop-pane-head {
  flex: 0 0 auto;
  padding-bottom: 0;
}
.dshop-pane-head h2 {
  margin: 0;
  font: 800 12px/1.1 var(--dshop-display);
  letter-spacing: 0.04em;
  color: #f3fcff;
}
.dshop-pane-head p {
  margin: 1px 0 0;
  font: 500 10px/1.25 var(--dshop-font);
  color: var(--dshop-muted);
}
.dshop-panel.is-short .dshop-pane-head p,
.dshop-panel.is-sm .dshop-pane-head p {
  display: none;
}
.dshop-panel.is-short .dshop-mini-head p {
  display: none;
}
.dshop-pane-head p strong {
  color: var(--dshop-accent-soft);
  font-weight: 700;
}

.dshop-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 184, 217, 0.14);
  min-width: 0;
}
.dshop-block-head {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(0, 184, 217, 0.22);
}
.dshop-block-head > span {
  font-size: 13px;
  line-height: 1;
  flex: 0 0 auto;
}
.dshop-block-head h3 {
  margin: 0;
  font: 800 11px/1.15 var(--dshop-font);
  color: var(--dshop-accent-soft);
}
.dshop-block-head p {
  margin: 1px 0 0;
  font: 500 9px/1.25 var(--dshop-font);
  color: var(--dshop-muted);
}

.dshop-grid {
  display: grid;
  gap: var(--dshop-gap);
  width: 100%;
}
.dshop-grid--1 {
  grid-template-columns: 1fr;
}
.dshop-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dshop-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dshop-grid--hours {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.dshop-grid--boost {
  grid-template-columns: repeat(auto-fit, minmax(var(--dshop-card-min), 1fr));
}
.dshop-grid--skins {
  grid-template-columns: repeat(auto-fit, minmax(var(--dshop-skin-min), 1fr));
}
.dshop-grid--destaques {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
@media (max-width: 520px) {
  .dshop-grid--destaques {
    grid-template-columns: 1fr;
  }
}

.dshop-card--featured,
.dshop-card--featured-vip {
  min-height: 0;
}
.dshop-card--featured-vip {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  gap: 6px;
  padding: 8px;
  border-color: rgba(240, 193, 74, 0.42);
  background:
    radial-gradient(110% 80% at 0% 0%, rgba(240, 193, 74, 0.16), transparent 45%),
    radial-gradient(90% 70% at 100% 0%, rgba(0, 184, 217, 0.16), transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), transparent 45%),
    linear-gradient(180deg, #1a3a4e, #0d2230);
  box-shadow:
    0 0 0 1px rgba(240, 193, 74, 0.08) inset,
    0 12px 24px rgba(0, 0, 0, 0.32);
}
.dshop-card--featured-vip:hover {
  border-color: rgba(240, 193, 74, 0.58);
}
.dshop-card--featured-vip.has-deal {
  border-color: rgba(226, 61, 42, 0.35);
}
.dshop-fvip-sheen {
  pointer-events: none;
  position: absolute;
  inset: -30% -10% auto auto;
  width: 50%;
  height: 110%;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.07) 48%, transparent 62%);
  transform: rotate(18deg);
  z-index: 0;
}
.dshop-fvip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: start;
}
.dshop-fvip-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dshop-fvip-title {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.dshop-fvip-emblem {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-size: 16px;
  background:
    linear-gradient(160deg, rgba(240, 193, 74, 0.28), rgba(0, 184, 217, 0.12));
  border: 1px solid rgba(240, 193, 74, 0.4);
  box-shadow: 0 0 14px rgba(240, 193, 74, 0.18);
}
.dshop-fvip-name {
  font-size: 12px !important;
  color: #ffe08a;
}
.dshop-fvip-perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
}
.dshop-fvip-perks li {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding: 3px 5px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dshop-fvip-perks b {
  font: 800 11px/1.05 var(--dshop-display);
  color: var(--dshop-warn);
}
.dshop-fvip-perks span {
  font: 600 8px/1.1 var(--dshop-font);
  color: var(--dshop-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dshop-fvip-aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  min-width: 88px;
  padding: 5px 7px;
  border-radius: 9px;
  background:
    linear-gradient(165deg, rgba(240, 193, 74, 0.22), transparent 55%),
    #0a1620;
  border: 1px solid rgba(240, 193, 74, 0.42);
  box-shadow: 0 0 16px rgba(240, 193, 74, 0.12);
}
.dshop-fvip-deal {
  align-self: stretch;
  text-align: center;
  padding: 2px 6px;
  border-radius: 6px;
  font: 800 8px/1.2 var(--dshop-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff8f5;
  background: linear-gradient(90deg, #e23d2a, #ff6b3d);
}
.dshop-fvip-deal--soft {
  background: rgba(0, 184, 217, 0.2);
  color: var(--dshop-accent-soft);
}
.dshop-fvip-was {
  font: 700 11px/1 var(--dshop-font);
  color: rgba(255, 232, 176, 0.5);
  text-decoration: line-through;
}
.dshop-fvip-now {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.dshop-fvip-now strong {
  font: 800 18px/1 var(--dshop-display);
  color: #ffd978;
  letter-spacing: 0.02em;
}
.dshop-fvip-aside em {
  font: 600 8px/1.15 var(--dshop-font);
  color: var(--dshop-muted);
  font-style: normal;
  text-align: right;
}
.dshop-fvip-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 0;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dshop-fvip-cta .dshop-btn--lg {
  flex: 1 1 auto;
  min-width: 110px;
}

/* Mini destaques (linha abaixo de VIP + Supply) */
.dshop-mini-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin: 6px 0 3px;
}
.dshop-mini-head h3 {
  margin: 0;
  font: 800 11px/1.15 var(--dshop-font);
  color: var(--dshop-text);
}
.dshop-mini-head p {
  margin: 0;
  font: 500 9px/1.15 var(--dshop-font);
  color: var(--dshop-muted);
}
.dshop-grid--mini {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 4px;
}
.dshop-card--mini {
  gap: 4px;
  padding: 5px 6px;
  min-height: 0;
}
.dshop-mini-tag {
  align-self: flex-start;
  padding: 1px 6px;
  border-radius: 999px;
  font: 800 7px/1.3 var(--dshop-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1200;
  background: linear-gradient(180deg, #ffe08a, var(--dshop-warn));
}
.dshop-mini-top {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.dshop-card--mini .dshop-card-name {
  font-size: 11px;
}
.dshop-card--mini .dshop-card-sub {
  font-size: 9px;
}
.dshop-mini-buy {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.dshop-mini-price {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
.dshop-mini-price strong {
  font: 800 12px/1 var(--dshop-font);
  color: var(--dshop-warn);
}
.dshop-mini-free {
  font: 700 10px/1 var(--dshop-font);
  color: var(--dshop-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dshop-panel.is-sm .dshop-fvip,
.dshop-panel.is-xs .dshop-fvip {
  grid-template-columns: 1fr;
}
.dshop-panel.is-sm .dshop-fvip-aside,
.dshop-panel.is-xs .dshop-fvip-aside {
  align-items: flex-start;
  width: 100%;
  max-width: none;
}
.dshop-panel.is-sm .dshop-fvip-aside em,
.dshop-panel.is-xs .dshop-fvip-aside em {
  text-align: left;
}
.dshop-panel.is-sm .dshop-grid--mini,
.dshop-panel.is-xs .dshop-grid--mini {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Boosts: 5 durações ocupam a linha toda */
.dshop-grid--hours .dshop-card {
  padding: 5px 6px;
  gap: 4px;
}
.dshop-grid--hours .dshop-card-top {
  gap: 4px;
}
.dshop-grid--hours .dshop-card-name {
  font-size: 11px;
}
.dshop-grid--hours .dshop-card-buy {
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}
.dshop-grid--hours .dshop-card-buy .dshop-btn,
.dshop-grid--hours .dshop-card-buy .dshop-btn--sm {
  width: 100%;
  margin-left: 0;
}

.dshop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 6px;
  border-radius: 8px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.06), transparent 45%),
    linear-gradient(180deg, #163142, var(--dshop-card));
  border: 1px solid rgba(0, 184, 217, 0.18);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.dshop-card:hover {
  border-color: rgba(0, 184, 217, 0.36);
}
.dshop-card.is-active {
  border-color: var(--dshop-ok);
  box-shadow:
    0 0 0 1px rgba(93, 255, 176, 0.25),
    0 8px 18px rgba(0, 0, 0, 0.28);
}
.dshop-card--supply,
.dshop-card--tier {
  width: 100%;
  max-width: none;
}

/* —— VIP membership card —— */
.dshop-body:has(.dshop-pane--vip) {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
}
.dshop-pane--vip {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  gap: 0;
}
.dshop-pane--vip > .dshop-card.dshop-tier--vip {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}
.dshop-pane--vip .dshop-grid--1 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.dshop-card.dshop-tier--vip {
  --vip-gold: #f0c14a;
  --vip-gold-2: #ffd978;
  --vip-cyan: #3ad0ea;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  gap: 6px;
  padding: 8px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(240, 193, 74, 0.38);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(240, 193, 74, 0.16), transparent 42%),
    radial-gradient(90% 80% at 100% 0%, rgba(0, 184, 217, 0.18), transparent 48%),
    linear-gradient(165deg, #1a3a4e 0%, #0d2230 48%, #0a1a24 100%);
  box-shadow:
    0 0 0 1px rgba(240, 193, 74, 0.08) inset,
    0 14px 28px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(0, 184, 217, 0.1);
}
.dshop-card.dshop-tier--vip:hover {
  border-color: rgba(240, 193, 74, 0.55);
  box-shadow:
    0 0 0 1px rgba(240, 193, 74, 0.12) inset,
    0 16px 32px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(58, 208, 234, 0.16);
}
.dshop-card.dshop-tier--vip.is-active {
  border-color: rgba(93, 255, 176, 0.55);
  box-shadow:
    0 0 0 1px rgba(93, 255, 176, 0.2) inset,
    0 14px 28px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(93, 255, 176, 0.18);
}
.dshop-vip-sheen {
  pointer-events: none;
  position: absolute;
  inset: -40% -20% auto auto;
  width: 55%;
  height: 120%;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.07) 48%, transparent 62%);
  transform: rotate(18deg);
  z-index: 0;
  animation: dshopVipSheen 7s ease-in-out infinite;
}
@keyframes dshopVipSheen {
  0%, 100% { opacity: 0.35; transform: translateX(0) rotate(18deg); }
  50% { opacity: 0.7; transform: translateX(-12%) rotate(18deg); }
}
@media (prefers-reduced-motion: reduce) {
  .dshop-vip-sheen { animation: none; }
}

.dshop-vip-hero {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "emblem copy price";
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: visible;
}
.dshop-vip-emblem {
  grid-area: emblem;
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(58, 208, 234, 0.35), transparent 62%),
    rgba(0, 0, 0, 0.35);
  box-shadow:
    0 0 0 1px rgba(58, 208, 234, 0.35),
    0 0 22px rgba(0, 184, 217, 0.35),
    0 8px 16px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.dshop-vip-emblem::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(240, 193, 74, 0.35);
  pointer-events: none;
}
.dshop-vip-coin,
.dshop-vip-emblem .d-coin img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 184, 217, 0.55));
  image-rendering: auto;
}
.dshop-vip-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}
.dshop-vip-title {
  font: 800 14px/1.1 var(--dshop-display) !important;
  letter-spacing: 0.04em;
  color: #fff8e6;
  text-shadow: 0 0 14px rgba(240, 193, 74, 0.35);
}
.dshop-vip-tagline {
  display: none !important;
}
.dshop-badge--soft {
  background: rgba(0, 184, 217, 0.16);
  color: var(--dshop-accent-soft);
  border: 1px solid rgba(0, 184, 217, 0.28);
}
.dshop-vip-price {
  grid-area: price;
  position: relative;
  z-index: 2;
  isolation: isolate;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  min-width: 96px;
  max-width: 120px;
  padding: 5px 8px;
  border-radius: 10px;
  background:
    linear-gradient(165deg, rgba(240, 193, 74, 0.2), transparent 55%),
    #0a1620;
  border: 1px solid rgba(240, 193, 74, 0.4);
  box-shadow: 0 0 16px rgba(240, 193, 74, 0.12);
  overflow: hidden;
}
.dshop-vip-price strong {
  position: relative;
  z-index: 1;
  font: 800 16px/1 var(--dshop-display);
  color: var(--vip-gold-2, #ffd978);
  letter-spacing: 0.02em;
}
.dshop-vip-price > span:not(.dshop-vip-deal) {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font: 700 9px/1.2 var(--dshop-font);
  color: rgba(255, 232, 176, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.dshop-vip-price em {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  font: 600 10px/1.2 var(--dshop-font);
  color: var(--dshop-muted);
  font-style: normal;
}

.dshop-vip-stats {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
.dshop-vip-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 4px 2px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(0, 184, 217, 0.2);
  text-align: center;
}
.dshop-vip-stat b {
  font: 800 11px/1 var(--dshop-display);
  color: var(--dshop-accent-soft);
  letter-spacing: 0.02em;
}
.dshop-vip-stat span {
  font: 700 8px/1.2 var(--dshop-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dshop-muted);
}

.dshop-card-ico--lg {
  width: 42px;
  height: 42px;
  font-size: 20px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(240, 193, 74, 0.22), rgba(0, 184, 217, 0.12));
  border-color: rgba(240, 193, 74, 0.35);
}
.dshop-card-badges--inline,
.dshop-vip-copy .dshop-card-badges {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  margin: 0 0 4px;
  flex-wrap: wrap;
  gap: 4px;
  z-index: auto;
}
.dshop-card-perks--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 10px;
  padding: 8px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dshop-card-perks--grid li {
  position: relative;
  padding-left: 12px;
  font: 600 10px/1.3 var(--dshop-font);
  color: var(--dshop-text);
}
.dshop-card-perks--grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dshop-accent);
  box-shadow: 0 0 6px rgba(0, 184, 217, 0.55);
}

.dshop-vip-perks {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  align-content: start;
  gap: 4px 6px;
  padding-top: 6px;
  min-height: 0;
  overflow: hidden;
  border-top-color: rgba(240, 193, 74, 0.16);
}
.dshop-vip-perks li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 6px 4px 4px;
  padding-left: 4px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(0, 184, 217, 0.14);
  font: 600 10px/1.2 var(--dshop-font) !important;
}
.dshop-vip-perks li::before {
  display: none;
}
.dshop-vip-perk-ico {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  font-size: 10px;
  background: rgba(240, 193, 74, 0.12);
  border: 1px solid rgba(240, 193, 74, 0.22);
}

.dshop-card-buy--vip {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-top: auto;
  border-top: 0;
  padding-top: 4px;
  justify-content: stretch;
}
.dshop-card-buy--vip .dshop-btn,
.dshop-btn--vip {
  width: 100%;
  min-height: 30px;
  border-radius: 8px;
  font: 800 11px/1 var(--dshop-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1200;
  background: linear-gradient(180deg, #ffe08a, var(--dshop-warn) 55%, #d9a82e);
  border: 1px solid rgba(255, 232, 160, 0.45);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.2) inset,
    0 8px 18px rgba(240, 193, 74, 0.28);
}
.dshop-btn--vip:hover:not(:disabled) {
  filter: brightness(1.06);
}
.dshop-btn--vip.is-current,
.dshop-btn--vip:disabled {
  color: #072318;
  background: linear-gradient(180deg, #b6ffe0, var(--dshop-ok));
  border-color: rgba(93, 255, 176, 0.45);
  box-shadow: 0 0 14px rgba(93, 255, 176, 0.2);
  opacity: 1;
}

.dshop-card-badges {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  gap: 3px;
  z-index: 1;
}
.dshop-badge {
  padding: 2px 6px;
  border-radius: 999px;
  font: 800 8px/1.3 var(--dshop-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dshop-badge--hot {
  background: linear-gradient(180deg, #ffe08a, var(--dshop-warn));
  color: #1a1200;
}
.dshop-badge--on {
  background: linear-gradient(180deg, #b6ffe0, var(--dshop-ok));
  color: #072318;
}
.dshop-badge--deal {
  background: linear-gradient(180deg, #ff8a6a, #e23d2a);
  color: #fff8f5;
  box-shadow: 0 0 10px rgba(226, 61, 42, 0.35);
}

.dshop-vip-price.has-deal {
  align-items: flex-end;
  gap: 1px;
  min-width: 96px;
  max-width: 120px;
  padding: 5px 8px;
}
.dshop-vip-deal {
  display: none;
}
.dshop-vip-price.has-deal .dshop-vip-price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  padding: 0;
}
.dshop-vip-price.has-deal > span:not(.dshop-vip-deal),
.dshop-vip-price.has-deal > em {
  padding: 0;
}
.dshop-vip-was {
  position: relative;
  z-index: 1;
  font: 700 12px/1 var(--dshop-font);
  color: rgba(255, 232, 176, 0.55);
  text-decoration: line-through;
}
.dshop-price.has-deal {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}
.dshop-price-was {
  font: 700 11px/1 var(--dshop-font);
  color: var(--dshop-muted);
  text-decoration: line-through;
  opacity: 0.75;
}

.dshop-card-top {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}
.dshop-card-grow {
  flex: 1 1 auto;
  min-width: 0;
}
.dshop-card-ico {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 12px;
  background: rgba(0, 184, 217, 0.12);
  border: 1px solid rgba(0, 184, 217, 0.24);
}
.dshop-card-ico--sm {
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 5px;
}
.dshop-card-name {
  margin: 0;
  font: 800 11px/1.1 var(--dshop-font);
  overflow: hidden;
  text-overflow: ellipsis;
}
.dshop-card-sub {
  margin: 1px 0 0;
  font: 500 9px/1.2 var(--dshop-font);
  color: var(--dshop-muted);
}

.dshop-chip {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 999px;
  font: 800 8px/1.3 var(--dshop-display);
  color: #1a1200;
  background: linear-gradient(180deg, #ffe08a, var(--dshop-warn));
}

.dshop-card-perks {
  margin: 0;
  padding: 5px 0 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font: 500 10px/1.35 var(--dshop-font);
  color: var(--dshop-muted);
}
.dshop-card-perks li + li {
  margin-top: 1px;
}

.dshop-pack-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dshop-pack-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 5px;
  border-radius: 5px;
  background: var(--dshop-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 9px;
  min-width: 0;
}
.dshop-pack-list li > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dshop-pack-qty {
  min-width: 2em;
  font: 800 10px/1 system-ui;
  color: var(--dshop-accent);
  flex: 0 0 auto;
}

.dshop-card-buy {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}
.dshop-card-buy--wrap {
  flex-wrap: wrap;
}
.dshop-price {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.dshop-price strong {
  font-size: 12px;
  color: var(--dshop-warn);
  line-height: 1.1;
}
.dshop-price span {
  font-size: 8px;
  color: var(--dshop-muted);
}
.dshop-actions {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-left: auto;
  min-width: 0;
}

.dshop-btn {
  appearance: none;
  border: 0;
  border-radius: 6px;
  padding: 4px 7px;
  font: 800 10px/1.1 var(--dshop-font);
  letter-spacing: 0.02em;
  cursor: pointer;
  color: var(--dshop-on-accent);
  background: linear-gradient(180deg, var(--dshop-accent-soft), var(--dshop-accent));
  box-shadow: 0 2px 8px rgba(0, 184, 217, 0.2);
  white-space: nowrap;
  transition: filter 0.12s ease, transform 0.12s ease;
}
.dshop-btn:hover:not(:disabled):not(.is-current) {
  filter: brightness(1.06);
}
.dshop-btn:disabled,
.dshop-btn.is-current {
  opacity: 0.55;
  cursor: default;
  filter: grayscale(0.15);
  box-shadow: none;
}
.dshop-btn--sm {
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 5px;
}
.dshop-btn--lg {
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 7px;
}
.dshop-btn--ghost {
  background: transparent;
  color: var(--dshop-text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.dshop-btn--block {
  width: 100%;
  justify-content: center;
  padding: 8px 10px;
  font-size: 11px;
}

/* —— Transferência —— */
.dshop-pane--transfer .dshop-pane-head p strong {
  color: var(--dshop-warn);
  font-weight: 700;
}
.dshop-transfer-shell {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(0, 184, 217, 0.1), transparent 50%),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(0, 184, 217, 0.2);
}
.dshop-transfer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin: 0;
}
.dshop-transfer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 10px;
}
.dshop-transfer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.dshop-transfer-foot .dshop-btn {
  margin-left: auto;
  min-width: 160px;
}
.dshop-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.dshop-field > span {
  font: 700 9px/1.2 var(--dshop-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dshop-muted);
}
.dshop-field input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 9px 11px;
  border-radius: 10px;
  border: 1px solid rgba(0, 184, 217, 0.28);
  background: rgba(0, 0, 0, 0.4);
  color: var(--dshop-text);
  font: 600 13px/1.2 var(--dshop-font);
  outline: none;
}
.dshop-field input::placeholder {
  color: var(--dshop-muted);
  opacity: 0.75;
}
.dshop-field input:focus {
  border-color: var(--dshop-accent);
  box-shadow: 0 0 0 3px rgba(0, 184, 217, 0.16);
}
.dshop-field input:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.dshop-transfer-meta {
  margin: 0;
  font: 500 11px/1.3 var(--dshop-font);
  color: var(--dshop-muted);
}
.dshop-transfer-meta strong {
  color: var(--dshop-accent-soft);
  font-weight: 700;
}
.dshop-transfer-note {
  margin: 0;
  font: 500 10px/1.3 var(--dshop-font);
  color: var(--dshop-muted);
  text-align: center;
}

.dshop-empty {
  padding: 14px 8px;
  text-align: center;
  font: 600 11px/1.35 system-ui;
  color: var(--dshop-muted);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.dshop-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--dshop-slot-min), 1fr));
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.dshop-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 4px 3px;
  border-radius: 6px;
  text-align: center;
  background: var(--dshop-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 58px;
  min-width: 0;
}
.dshop-slot.is-locked {
  opacity: 0.55;
}
.dshop-slot.is-on {
  border-color: rgba(0, 184, 217, 0.35);
}
.dshop-slot.is-busy {
  border-color: rgba(240, 193, 74, 0.45);
}
.dshop-slot-num {
  font: 800 8px/1 system-ui;
  letter-spacing: 0.06em;
  color: var(--dshop-muted);
}
.dshop-slot-ico {
  font-size: 14px;
  line-height: 1;
}
.dshop-slot strong {
  font-size: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dshop-slot span,
.dshop-slot-meta {
  font-size: 8px;
  color: var(--dshop-muted);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dshop-slot-meta {
  color: var(--dshop-warn);
}

.dshop-card--skin .dshop-skin-preview {
  display: grid;
  place-items: center;
  height: 64px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 70%, rgba(0, 184, 217, 0.18), transparent 60%),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.dshop-card--skin .dshop-skin-frame {
  width: 44px;
  height: 44px;
  object-fit: contain;
  image-rendering: pixelated;
  display: block;
}
.dshop-card--incub.is-owned,
.dshop-card--skin.is-owned {
  border-color: rgba(0, 184, 217, 0.22);
}

/* —— Painel estreito (classes via ResizeObserver) —— */
.dshop-panel.is-sm {
  --dshop-card-min: 100%;
  --dshop-skin-min: 100%;
  --dshop-slot-min: 56px;
}
.dshop-panel.is-sm .dshop-grid--2,
.dshop-panel.is-sm .dshop-grid--3,
.dshop-panel.is-sm .dshop-grid--destaques,
.dshop-panel.is-xs .dshop-grid--2,
.dshop-panel.is-xs .dshop-grid--3,
.dshop-panel.is-xs .dshop-grid--destaques {
  grid-template-columns: 1fr;
}
.dshop-panel.is-sm .dshop-grid--hours,
.dshop-panel.is-xs .dshop-grid--hours {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dshop-panel.is-sm .dshop-wallet-pill {
  margin-left: 0;
}
.dshop-panel.is-sm .dshop-actions {
  margin-left: 0;
  width: 100%;
}
.dshop-panel.is-sm .dshop-actions .dshop-btn {
  flex: 1 1 auto;
}
.dshop-panel.is-sm .dshop-card-buy {
  flex-wrap: wrap;
}
.dshop-panel.is-sm .dshop-card-buy > .dshop-btn,
.dshop-panel.is-sm .dshop-card-buy > .dshop-btn--sm {
  margin-left: auto;
}

.dshop-panel.is-xs {
  --dshop-pad: 6px;
  --dshop-gap: 5px;
  --dshop-slot-min: 48px;
  min-width: 280px;
  border-radius: 10px;
}
.dshop-panel.is-xs .dshop-head-title small,
.dshop-panel.is-xs .dshop-wallet-rate,
.dshop-panel.is-xs .dshop-tab-lbl {
  display: none;
}
.dshop-panel.is-xs .dshop-tab {
  padding: 5px 7px;
}
.dshop-panel.is-xs .dshop-tab-ico {
  font-size: 13px;
}
.dshop-panel.is-xs .dshop-wallet {
  gap: 6px;
  padding: 4px 6px;
}
.dshop-panel.is-xs .dshop-pane-head h2 {
  font-size: 12px;
}
.dshop-panel.is-xs .dshop-card-perks {
  display: none;
}
.dshop-panel.is-xs .dshop-slot {
  min-height: 56px;
  padding: 4px 2px;
}
.dshop-panel.is-xs .dshop-card--skin .dshop-skin-preview {
  height: 52px;
}
.dshop-panel.is-xs .dshop-card--skin .dshop-skin-frame {
  width: 36px;
  height: 36px;
}
.dshop-panel.is-xs .dshop-grid--hours {
  grid-template-columns: 1fr;
}

/* —— Painel padrão (~600) e largo —— */
.dshop-panel.is-md,
.dshop-panel.is-lg {
  --dshop-pad: 8px;
  --dshop-gap: 6px;
  --dshop-card-min: 108px;
  --dshop-skin-min: 118px;
  --dshop-slot-min: 58px;
}
.dshop-panel.is-lg .dshop-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dshop-panel.is-lg .dshop-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dshop-panel.is-lg .dshop-grid--hours {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.dshop-panel.is-xl {
  --dshop-card-min: 120px;
  --dshop-skin-min: 130px;
}
.dshop-panel.is-xl .dshop-grid--2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dshop-panel.is-xl .dshop-pane-head h2 {
  font-size: 15px;
}

/* —— Altura baixa —— */
.dshop-panel.is-short .dshop-wallet-rate {
  display: none;
}
.dshop-panel.is-short .dshop-pane-head p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dshop-panel.is-short .dshop-card-perks {
  max-height: 3.2em;
  overflow: hidden;
}
.dshop-panel.is-short .dshop-vip-perks {
  max-height: none;
  overflow: visible;
}
.dshop-panel.is-short .dshop-vip-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dshop-panel.is-short .dshop-vip-stat {
  padding: 5px 2px;
}
.dshop-panel.is-short .dshop-vip-stat b {
  font-size: 11px;
}
.dshop-panel.is-short .dshop-vip-tagline {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* —— Container queries (painel flutuante) —— */
@container dshop (max-width: 560px) {
  .dshop-vip-emblem {
    width: 56px;
    height: 56px;
  }
  .dshop-vip-price {
    min-width: 104px;
  }
  .dshop-vip-price.has-deal {
    min-width: 112px;
  }
}

@container dshop (max-width: 480px) {
  .dshop-grid--2,
  .dshop-grid--3,
  .dshop-grid--destaques {
    grid-template-columns: 1fr;
  }
  .dshop-grid--mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dshop-fvip {
    grid-template-columns: 1fr;
  }
  .dshop-fvip-aside {
    width: 100%;
    max-width: none;
    align-items: flex-start;
  }
  .dshop-fvip-aside em {
    text-align: left;
  }
  .dshop-grid--hours {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dshop-grid--boost,
  .dshop-grid--skins {
    grid-template-columns: 1fr;
  }
  .dshop-actions {
    margin-left: 0;
    width: 100%;
  }
  .dshop-actions .dshop-btn {
    flex: 1 1 auto;
  }
  .dshop-card-buy {
    flex-wrap: wrap;
  }
  .dshop-transfer-grid {
    grid-template-columns: 1fr;
  }
  .dshop-card-perks--grid {
    grid-template-columns: 1fr;
  }
  .dshop-vip-hero {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "emblem copy price";
  }
  .dshop-vip-emblem { grid-area: emblem; width: 40px; height: 40px; }
  .dshop-vip-coin { width: 30px; height: 30px; }
  .dshop-vip-copy { grid-area: copy; }
  .dshop-vip-price {
    grid-area: price;
    width: auto;
    max-width: 120px;
    align-items: flex-end;
  }
  .dshop-vip-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dshop-vip-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dshop-transfer-foot .dshop-btn {
    width: 100%;
    margin-left: 0;
  }
}

@container dshop (max-width: 339px) {
  .dshop-tab-lbl,
  .dshop-head-title small,
  .dshop-wallet-rate {
    display: none;
  }
  .dshop-card-perks {
    display: none;
  }
  .dshop-grid--hours {
    grid-template-columns: 1fr;
  }
  .dshop-slot-grid {
    grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
  }
}

@container dshop (min-width: 560px) {
  .dshop-grid--hours {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .dshop-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dshop-grid--boost {
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  }
  .dshop-grid--skins {
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  }
}

@container dshop (min-width: 720px) {
  .dshop-grid--2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* —— Viewport mobile (painel quase fullscreen) —— */
@media (max-width: 480px) {
  .dshop-panel {
    border-radius: 10px;
  }
  .dshop-grid--2,
  .dshop-grid--3 {
    grid-template-columns: 1fr;
  }
  .dshop-grid--hours {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dshop-actions {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-height: 420px) {
  .dshop-wallet-rate {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dshop-tab,
  .dshop-btn {
    transition: none;
  }
}
