.woocommerce-account .tcgw-account-snapshot,
.woocommerce-account .tcgw-account-snapshot * {
  box-sizing: border-box;
}

.woocommerce-account .tcgw-account-snapshot {
  margin: 0 !important;
  padding: 0 !important;
  color: #e8eefc !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.woocommerce-account .tcgw-account-snapshot [hidden],
.woocommerce-account .tcgw-account-snapshot__tab-panel[hidden],
.woocommerce-account .tcgw-account-snapshot__leaderboard-list[hidden] {
  display: none !important;
}

.woocommerce-account .tcgw-account-snapshot__overview {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr) !important;
  gap: 14px !important;
  margin: 0 0 14px !important;
}

.woocommerce-account .tcgw-account-snapshot__head,
.woocommerce-account .tcgw-account-snapshot__hero,
.woocommerce-account .tcgw-account-snapshot__mission,
.woocommerce-account .tcgw-account-snapshot__community-pulse,
.woocommerce-account .tcgw-account-snapshot__collection,
.woocommerce-account .tcgw-account-snapshot__discover,
.woocommerce-account .tcgw-account-snapshot__profile,
.woocommerce-account .tcgw-account-snapshot__referral,
.woocommerce-account .tcgw-account-snapshot__leaderboard,
.woocommerce-account .tcgw-account-snapshot__graph,
.woocommerce-account .tcgw-account-snapshot__inbox,
.woocommerce-account .tcgw-account-snapshot__insights,
.woocommerce-account .tcgw-account-snapshot__badges,
.woocommerce-account .tcgw-account-snapshot__actions,
.woocommerce-account .tcgw-account-snapshot__grid {
  position: relative !important;
  margin: 0 0 14px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  background:
    radial-gradient(55% 130% at 100% 0%, rgba(95,72,255,.07) 0%, rgba(95,72,255,0) 48%),
    linear-gradient(180deg, #111722 0%, #0c121d 100%) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.14) !important;
  overflow: hidden !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panels,
.woocommerce-account .tcgw-account-snapshot__leaderboard-panels {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.woocommerce-account .tcgw-account-snapshot__head {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
  min-height: 100% !important;
}

.woocommerce-account .tcgw-account-snapshot__head-left,
.woocommerce-account .tcgw-account-snapshot__head-right {
  display: grid !important;
  gap: 8px !important;
  align-content: start !important;
}

.woocommerce-account .tcgw-account-snapshot__head-right {
  justify-items: end !important;
}

.woocommerce-account .tcgw-account-snapshot__head h3,
.woocommerce-account .tcgw-account-snapshot__hero-title,
.woocommerce-account .tcgw-account-snapshot__mission-title,
.woocommerce-account .tcgw-account-snapshot__collection-title,
.woocommerce-account .tcgw-account-snapshot__community-title,
.woocommerce-account .tcgw-account-snapshot__discover-title,
.woocommerce-account .tcgw-account-snapshot__leaderboard-title,
.woocommerce-account .tcgw-account-snapshot__badges-title,
.woocommerce-account .tcgw-account-snapshot__inbox-title,
.woocommerce-account .tcgw-account-snapshot__insights-title,
.woocommerce-account .tcgw-account-snapshot__graph-title,
.woocommerce-account .tcgw-account-snapshot__profile-title,
.woocommerce-account .tcgw-account-snapshot__referral-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}

.woocommerce-account .tcgw-account-snapshot__balance,
.woocommerce-account .tcgw-account-snapshot__level,
.woocommerce-account .tcgw-account-snapshot__hero-chip,
.woocommerce-account .tcgw-account-snapshot__tab,
.woocommerce-account .tcgw-account-snapshot__leaderboard-period,
.woocommerce-account .tcgw-account-snapshot__collection-btn,
.woocommerce-account .tcgw-account-snapshot__leaderboard-wins,
.woocommerce-account .tcgw-account-snapshot__inbox-link,
.woocommerce-account .tcgw-account-snapshot__discover-score,
.woocommerce-account .tcgw-account-snapshot__mission-cta,
.woocommerce-account .tcgw-account-snapshot__profile-cta,
.woocommerce-account .tcgw-account-snapshot__referral-cta,
.woocommerce-account .tcgw-account-snapshot__actions a,
.woocommerce-account .tcgw-account-snapshot__hero-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(29,40,58,.95) 0%, rgba(15,22,33,.95) 100%) !important;
  color: #e1e8fb !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

.woocommerce-account .tcgw-account-snapshot__balance {
  display: inline-grid !important;
  grid-auto-flow: column !important;
  align-items: center !important;
}

.woocommerce-account .tcgw-account-snapshot__balance-icon {
  font-size: 15px !important;
  line-height: 1 !important;
}

.woocommerce-account .tcgw-account-snapshot__balance-label,
.woocommerce-account .tcgw-account-snapshot__balance-value,
.woocommerce-account .tcgw-account-snapshot__level-progress {
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.woocommerce-account .tcgw-account-snapshot__balance-value {
  color: #fff !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-snapshot__level-progress,
.woocommerce-account .tcgw-account-snapshot__hero-sub,
.woocommerce-account .tcgw-account-snapshot__message,
.woocommerce-account .tcgw-account-snapshot__mission-desc,
.woocommerce-account .tcgw-account-snapshot__discover-meta,
.woocommerce-account .tcgw-account-snapshot__collection-meta,
.woocommerce-account .tcgw-account-snapshot__insights-sub,
.woocommerce-account .tcgw-account-snapshot__referral-desc,
.woocommerce-account .tcgw-account-snapshot__community-stat span,
.woocommerce-account .tcgw-account-snapshot__profile-desc,
.woocommerce-account .tcgw-account-snapshot__profile-hint,
.woocommerce-account .tcgw-account-snapshot__profile-meta,
.woocommerce-account .tcgw-account-snapshot__referral-meta,
.woocommerce-account .tcgw-account-snapshot__reco-reason,
.woocommerce-account .tcgw-account-snapshot__balance-label {
  color: #9fb0ce !important;
}

.woocommerce-account .tcgw-account-snapshot__hero {
  display: grid !important;
  gap: 10px !important;
  align-content: start !important;
}

.woocommerce-account .tcgw-account-snapshot__hero-head,
.woocommerce-account .tcgw-account-snapshot__mission-head,
.woocommerce-account .tcgw-account-snapshot__collection-head,
.woocommerce-account .tcgw-account-snapshot__referral-head,
.woocommerce-account .tcgw-account-snapshot__profile-row,
.woocommerce-account .tcgw-account-snapshot__referral-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin: 0 0 10px !important;
}

.woocommerce-account .tcgw-account-snapshot__hero-chips,
.woocommerce-account .tcgw-account-snapshot__hero-actions,
.woocommerce-account .tcgw-account-snapshot__actions,
.woocommerce-account .tcgw-account-snapshot__leaderboard-periods,
.woocommerce-account .tcgw-account-snapshot__tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  padding-bottom: 2px !important;
}

.woocommerce-account .tcgw-account-snapshot__hero-chip-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #27d17c !important;
  box-shadow: 0 0 0 4px rgba(39,209,124,.12) !important;
}

.woocommerce-account .tcgw-account-snapshot__tab.is-active,
.woocommerce-account .tcgw-account-snapshot__leaderboard-period.is-active,
.woocommerce-account .tcgw-account-snapshot__mission-cta,
.woocommerce-account .tcgw-account-snapshot__profile-cta,
.woocommerce-account .tcgw-account-snapshot__referral-cta,
.woocommerce-account .tcgw-account-snapshot__actions a.is-primary,
.woocommerce-account .tcgw-account-snapshot__hero-actions a.is-main {
  background: linear-gradient(135deg, #6f57ff 0%, #5039dd 100%) !important;
  border-color: rgba(111,87,255,.42) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(88,66,255,.2) !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-score,
.woocommerce-account .tcgw-account-snapshot__collection-btn,
.woocommerce-account .tcgw-account-snapshot__leaderboard-wins,
.woocommerce-account .tcgw-account-snapshot__inbox-link {
  background: rgba(242,178,51,.12) !important;
  border-color: rgba(242,178,51,.22) !important;
  color: #ffe08a !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel,
.woocommerce-account .tcgw-account-snapshot__play-pane {
  gap: 14px !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel:not([hidden]),
.woocommerce-account .tcgw-account-snapshot__play-pane:not([hidden]) {
  display: grid !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]) {
  grid-template-columns: 1fr !important;
  align-items: start !important;
}

.woocommerce-account .tcgw-account-snapshot__play-pane {
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 1fr !important;
}

.woocommerce-account .tcgw-account-snapshot__play-pane > * {
  min-width: 0 !important;
  width: 100% !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 10px !important;
  align-content: start !important;
  margin: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions a {
  width: 100% !important;
  min-height: 44px !important;
  border-radius: 14px !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="stats"]:not([hidden]) {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr) !important;
  align-items: start !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="stats"] .tcgw-account-snapshot__insights {
  grid-column: 1 / -1 !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="stats"] .tcgw-account-snapshot__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="community"]:not([hidden]) {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr) !important;
  align-items: start !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="community"] .tcgw-account-snapshot__community-pulse {
  grid-column: 1 / -1 !important;
}

.woocommerce-account .tcgw-account-snapshot__community-grid,
.woocommerce-account .tcgw-account-snapshot__discover-grid,
.woocommerce-account .tcgw-account-snapshot__graph-rows,
.woocommerce-account .tcgw-account-snapshot__insights-grid,
.woocommerce-account .tcgw-account-snapshot__leaderboard-list,
.woocommerce-account .tcgw-account-snapshot__inbox-list,
.woocommerce-account .tcgw-account-snapshot__badge-grid {
  display: grid !important;
  gap: 10px !important;
}

.woocommerce-account .tcgw-account-snapshot__community-grid {
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-grid {
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
}

.woocommerce-account .tcgw-account-snapshot__badge-grid {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
}

.woocommerce-account .tcgw-account-snapshot__graph-row,
.woocommerce-account .tcgw-account-snapshot__stat,
.woocommerce-account .tcgw-account-snapshot__community-stat,
.woocommerce-account .tcgw-account-snapshot__insight,
.woocommerce-account .tcgw-account-snapshot__leaderboard-item,
.woocommerce-account .tcgw-account-snapshot__inbox-item,
.woocommerce-account .tcgw-account-snapshot__discover-card,
.woocommerce-account .tcgw-account-snapshot__collection-card,
.woocommerce-account .tcgw-account-snapshot__badge {
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.015) 100%) !important;
  box-shadow: none !important;
}

.woocommerce-account .tcgw-account-snapshot__graph-row {
  display: grid !important;
  grid-template-columns: 86px 1fr 36px !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 8px 10px !important;
}

.woocommerce-account .tcgw-account-snapshot__stat,
.woocommerce-account .tcgw-account-snapshot__community-stat,
.woocommerce-account .tcgw-account-snapshot__insight,
.woocommerce-account .tcgw-account-snapshot__badge {
  display: grid !important;
  gap: 6px !important;
  padding: 12px !important;
}

.woocommerce-account .tcgw-account-snapshot__stat-head b,
.woocommerce-account .tcgw-account-snapshot__community-stat b,
.woocommerce-account .tcgw-account-snapshot__insight b {
  font-size: 17px !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-snapshot__stat span,
.woocommerce-account .tcgw-account-snapshot__insight span,
.woocommerce-account .tcgw-account-snapshot__community-stat span,
.woocommerce-account .tcgw-account-snapshot__graph-row span,
.woocommerce-account .tcgw-account-snapshot__graph-val {
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.woocommerce-account .tcgw-account-snapshot__badge-icon {
  font-size: 20px !important;
  line-height: 1 !important;
}

.woocommerce-account .tcgw-account-snapshot__badge-label,
.woocommerce-account .tcgw-account-snapshot__collection-name,
.woocommerce-account .tcgw-account-snapshot__discover-name,
.woocommerce-account .tcgw-account-snapshot__leaderboard-name,
.woocommerce-account .tcgw-account-snapshot__inbox-text {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-snapshot__mission-track,
.woocommerce-account .tcgw-account-snapshot__graph-track,
.woocommerce-account .tcgw-account-snapshot__profile-track,
.woocommerce-account .tcgw-account-snapshot__referral-track,
.woocommerce-account .tcgw-account-snapshot__stat-meter {
  height: 8px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  overflow: hidden !important;
}

.woocommerce-account .tcgw-account-snapshot__mission-fill,
.woocommerce-account .tcgw-account-snapshot__graph-fill,
.woocommerce-account .tcgw-account-snapshot__profile-fill,
.woocommerce-account .tcgw-account-snapshot__referral-fill,
.woocommerce-account .tcgw-account-snapshot__stat-fill {
  display: block !important;
  height: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg,#735cff 0%,#f6b432 100%) !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-head {
  margin-bottom: 12px !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-nav {
  display: inline-flex !important;
  gap: 8px !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-nav button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(31,45,68,.92) 0%, rgba(13,22,35,.92) 100%) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #dce6ff !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(160px, 178px) !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 0 0 6px !important;
  max-width: 100% !important;
  scroll-snap-type: x proximity !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-card {
  padding: 12px !important;
  scroll-snap-align: start !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-link {
  display: grid !important;
  gap: 8px !important;
  text-decoration: none !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-image {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-card {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px !important;
  text-decoration: none !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-image {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-info {
  display: grid !important;
  gap: 5px !important;
}

.woocommerce-account .tcgw-account-snapshot__leaderboard-item,
.woocommerce-account .tcgw-account-snapshot__inbox-item {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
}

.woocommerce-account .tcgw-account-snapshot__leaderboard-rank,
.woocommerce-account .tcgw-account-snapshot__inbox-dot {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  background: rgba(255,255,255,.04) !important;
  color: #ffd36b !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-snapshot__leaderboard-wins,
.woocommerce-account .tcgw-account-snapshot__inbox-link,
.woocommerce-account .tcgw-account-snapshot__discover-price,
.woocommerce-account .tcgw-account-snapshot__discover-meta,
.woocommerce-account .tcgw-account-snapshot__collection-meta,
.woocommerce-account .tcgw-account-snapshot__profile-meta,
.woocommerce-account .tcgw-account-snapshot__referral-meta {
  font-size: 10px !important;
  line-height: 1.35 !important;
}

.woocommerce-account .tcgw-account-snapshot a {
  color: #9dd6ff !important;
}

.woocommerce-account .tcgw-account-snapshot a:hover {
  color: #ffd36b !important;
}

.woocommerce-account .tcgw-account-pagination {
  margin: 14px 0 0 !important;
}

.woocommerce-account .tcgw-account-pagination ul {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-account .tcgw-account-pagination a,
.woocommerce-account .tcgw-account-pagination span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(31,45,68,.92) 0%, rgba(13,22,35,.92) 100%) !important;
  color: #e1e8fb !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.woocommerce-account .tcgw-account-pagination .current {
  background: linear-gradient(135deg, #6f57ff 0%, #5039dd 100%) !important;
  border-color: rgba(111,87,255,.42) !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .woocommerce-account .tcgw-account-snapshot__overview,
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]),
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="stats"]:not([hidden]),
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="community"]:not([hidden]) {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__community-grid,
  .woocommerce-account .tcgw-account-snapshot__discover-grid,
  .woocommerce-account .tcgw-account-snapshot__badge-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .tcgw-account-snapshot {
    margin: 10px 0 14px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head,
  .woocommerce-account .tcgw-account-snapshot__hero,
  .woocommerce-account .tcgw-account-snapshot__mission,
  .woocommerce-account .tcgw-account-snapshot__community-pulse,
  .woocommerce-account .tcgw-account-snapshot__collection,
  .woocommerce-account .tcgw-account-snapshot__discover,
  .woocommerce-account .tcgw-account-snapshot__profile,
  .woocommerce-account .tcgw-account-snapshot__referral,
  .woocommerce-account .tcgw-account-snapshot__leaderboard,
  .woocommerce-account .tcgw-account-snapshot__graph,
  .woocommerce-account .tcgw-account-snapshot__inbox,
  .woocommerce-account .tcgw-account-snapshot__insights,
  .woocommerce-account .tcgw-account-snapshot__badges,
  .woocommerce-account .tcgw-account-snapshot__actions,
  .woocommerce-account .tcgw-account-snapshot__grid {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head-right {
    justify-items: start !important;
  }

  .woocommerce-account .tcgw-account-snapshot__hero-chip,
  .woocommerce-account .tcgw-account-snapshot__tab,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-period,
  .woocommerce-account .tcgw-account-snapshot__collection-btn,
  .woocommerce-account .tcgw-account-snapshot__mission-cta,
  .woocommerce-account .tcgw-account-snapshot__profile-cta,
  .woocommerce-account .tcgw-account-snapshot__referral-cta,
  .woocommerce-account .tcgw-account-snapshot__actions a,
  .woocommerce-account .tcgw-account-snapshot__hero-actions a,
  .woocommerce-account .tcgw-account-snapshot__level,
  .woocommerce-account .tcgw-account-snapshot__balance {
    min-height: 34px !important;
    padding: 0 11px !important;
    font-size: 10px !important;
    scroll-snap-align: start !important;
  }

  .woocommerce-account .tcgw-account-snapshot__tabs,
  .woocommerce-account .tcgw-account-snapshot__hero-chips,
  .woocommerce-account .tcgw-account-snapshot__hero-actions,
  .woocommerce-account .tcgw-account-snapshot__actions,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-periods {
    scroll-snap-type: x proximity !important;
  }

  .woocommerce-account .tcgw-account-snapshot__graph-row {
    grid-template-columns: 74px 1fr 34px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="stats"] .tcgw-account-snapshot__grid,
  .woocommerce-account .tcgw-account-snapshot__community-grid,
  .woocommerce-account .tcgw-account-snapshot__discover-grid,
  .woocommerce-account .tcgw-account-snapshot__badge-grid {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__leaderboard-item,
  .woocommerce-account .tcgw-account-snapshot__inbox-item {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .woocommerce-account .tcgw-account-snapshot__discover-card {
    grid-template-columns: 56px 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__discover-image {
    width: 56px !important;
    height: 56px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__collection-track {
    grid-auto-columns: 78% !important;
  }
}

/* =========================================================
   v122 dashboard polish overrides
   ========================================================= */
.woocommerce-account .tcgw-account-snapshot {
  --tcgw-surface: linear-gradient(180deg, #101722 0%, #0b111b 100%);
  --tcgw-surface-2: linear-gradient(180deg, rgba(255,255,255,.035) 0%, rgba(255,255,255,.018) 100%);
  --tcgw-border: rgba(255,255,255,.06);
  --tcgw-chip: linear-gradient(180deg, rgba(26,37,54,.96) 0%, rgba(14,21,31,.96) 100%);
}

.woocommerce-account .tcgw-account-snapshot__hero-chips,
.woocommerce-account .tcgw-account-snapshot__hero-actions,
.woocommerce-account .tcgw-account-snapshot__actions,
.woocommerce-account .tcgw-account-snapshot__leaderboard-periods,
.woocommerce-account .tcgw-account-snapshot__tabs,
.woocommerce-account .tcgw-account-snapshot__collection-track {
  scrollbar-width: none !important;
}
.woocommerce-account .tcgw-account-snapshot__hero-chips::-webkit-scrollbar,
.woocommerce-account .tcgw-account-snapshot__hero-actions::-webkit-scrollbar,
.woocommerce-account .tcgw-account-snapshot__actions::-webkit-scrollbar,
.woocommerce-account .tcgw-account-snapshot__leaderboard-periods::-webkit-scrollbar,
.woocommerce-account .tcgw-account-snapshot__tabs::-webkit-scrollbar,
.woocommerce-account .tcgw-account-snapshot__collection-track::-webkit-scrollbar {
  display: none !important;
}

.woocommerce-account .tcgw-account-snapshot__overview {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr) !important;
  align-items: stretch !important;
}

.woocommerce-account .tcgw-account-snapshot__head,
.woocommerce-account .tcgw-account-snapshot__hero,
.woocommerce-account .tcgw-account-snapshot__mission,
.woocommerce-account .tcgw-account-snapshot__community-pulse,
.woocommerce-account .tcgw-account-snapshot__collection,
.woocommerce-account .tcgw-account-snapshot__discover,
.woocommerce-account .tcgw-account-snapshot__profile,
.woocommerce-account .tcgw-account-snapshot__referral,
.woocommerce-account .tcgw-account-snapshot__leaderboard,
.woocommerce-account .tcgw-account-snapshot__graph,
.woocommerce-account .tcgw-account-snapshot__inbox,
.woocommerce-account .tcgw-account-snapshot__insights,
.woocommerce-account .tcgw-account-snapshot__badges,
.woocommerce-account .tcgw-account-snapshot__actions,
.woocommerce-account .tcgw-account-snapshot__grid {
  padding: 18px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(50% 120% at 100% 0%, rgba(95,72,255,.045) 0%, rgba(95,72,255,0) 44%),
    linear-gradient(180deg, #101722 0%, #0b111b 100%) !important;
}

.woocommerce-account .tcgw-account-snapshot__head {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.woocommerce-account .tcgw-account-snapshot__head-left,
.woocommerce-account .tcgw-account-snapshot__hero {
  gap: 14px !important;
}

.woocommerce-account .tcgw-account-snapshot__head-kicker,
.woocommerce-account .tcgw-account-snapshot__hero-title {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.woocommerce-account .tcgw-account-snapshot__head-primary {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.woocommerce-account .tcgw-account-snapshot__level,
.woocommerce-account .tcgw-account-snapshot__balance,
.woocommerce-account .tcgw-account-snapshot__hero-chip,
.woocommerce-account .tcgw-account-snapshot__tab,
.woocommerce-account .tcgw-account-snapshot__leaderboard-period,
.woocommerce-account .tcgw-account-snapshot__collection-btn,
.woocommerce-account .tcgw-account-snapshot__leaderboard-wins,
.woocommerce-account .tcgw-account-snapshot__inbox-link,
.woocommerce-account .tcgw-account-snapshot__discover-score,
.woocommerce-account .tcgw-account-snapshot__mission-cta,
.woocommerce-account .tcgw-account-snapshot__profile-cta,
.woocommerce-account .tcgw-account-snapshot__referral-cta,
.woocommerce-account .tcgw-account-snapshot__actions a,
.woocommerce-account .tcgw-account-snapshot__hero-actions a {
  min-height: 38px !important;
  padding: 0 14px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  background: var(--tcgw-chip) !important;
}

.woocommerce-account .tcgw-account-snapshot__balance-label {
  color: #b4c1da !important;
}

.woocommerce-account .tcgw-account-snapshot__head-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 10px !important;
}

.woocommerce-account .tcgw-account-snapshot__head-stat {
  display: grid !important;
  gap: 4px !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  border: 1px solid var(--tcgw-border) !important;
  background: var(--tcgw-surface-2) !important;
}

.woocommerce-account .tcgw-account-snapshot__head-stat b {
  font-size: 18px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-snapshot__head-stat span {
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: #9fb0ce !important;
}

.woocommerce-account .tcgw-account-snapshot__hero {
  display: grid !important;
  align-content: start !important;
}

.woocommerce-account .tcgw-account-snapshot__hero-head {
  margin: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__hero-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  overflow: visible !important;
  padding: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__hero-actions {
  justify-content: flex-start !important;
  overflow: visible !important;
  padding: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__tabs {
  margin-bottom: 14px !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]) {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr) !important;
  align-items: start !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 12px !important;
  align-content: start !important;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions::before {
  content: "Quick Actions";
  display: block;
  grid-column: 1 / -1;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions a {
  width: 100% !important;
  min-height: 46px !important;
  border-radius: 16px !important;
}

.woocommerce-account .tcgw-account-snapshot__mission-track,
.woocommerce-account .tcgw-account-snapshot__graph-track,
.woocommerce-account .tcgw-account-snapshot__profile-track,
.woocommerce-account .tcgw-account-snapshot__referral-track,
.woocommerce-account .tcgw-account-snapshot__stat-meter {
  height: 7px !important;
}

.woocommerce-account .tcgw-account-snapshot__mission-head,
.woocommerce-account .tcgw-account-snapshot__collection-head,
.woocommerce-account .tcgw-account-snapshot__referral-head,
.woocommerce-account .tcgw-account-snapshot__profile-row,
.woocommerce-account .tcgw-account-snapshot__referral-row {
  margin-bottom: 12px !important;
}

.woocommerce-account .tcgw-account-snapshot__graph-title,
.woocommerce-account .tcgw-account-snapshot__insights-title,
.woocommerce-account .tcgw-account-snapshot__mission-title,
.woocommerce-account .tcgw-account-snapshot__leaderboard-title,
.woocommerce-account .tcgw-account-snapshot__community-title,
.woocommerce-account .tcgw-account-snapshot__collection-title,
.woocommerce-account .tcgw-account-snapshot__discover-title,
.woocommerce-account .tcgw-account-snapshot__profile-title,
.woocommerce-account .tcgw-account-snapshot__referral-title,
.woocommerce-account .tcgw-account-snapshot__badges-title {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-snapshot__stat-head {
  display: grid !important;
  grid-template-columns: 34px 1fr !important;
  gap: 10px !important;
  align-items: center !important;
}

.woocommerce-account .tcgw-account-snapshot__stat-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.045) !important;
  color: #ffd36b !important;
  border: 1px solid rgba(255,255,255,.05) !important;
}

.woocommerce-account .tcgw-account-snapshot__stat-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.woocommerce-account .tcgw-account-snapshot__graph-row span,
.woocommerce-account .tcgw-account-snapshot__graph-val,
.woocommerce-account .tcgw-account-snapshot__stat span,
.woocommerce-account .tcgw-account-snapshot__insight span,
.woocommerce-account .tcgw-account-snapshot__community-stat span {
  font-size: 11px !important;
}

.woocommerce-account .tcgw-account-snapshot__graph-row {
  padding: 9px 11px !important;
}

.woocommerce-account .tcgw-account-snapshot__grid {
  align-content: start !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-card,
.woocommerce-account .tcgw-account-snapshot__collection-card,
.woocommerce-account .tcgw-account-snapshot__leaderboard-item,
.woocommerce-account .tcgw-account-snapshot__inbox-item,
.woocommerce-account .tcgw-account-snapshot__badge,
.woocommerce-account .tcgw-account-snapshot__insight,
.woocommerce-account .tcgw-account-snapshot__stat,
.woocommerce-account .tcgw-account-snapshot__community-stat {
  background: linear-gradient(180deg, rgba(255,255,255,.028) 0%, rgba(255,255,255,.014) 100%) !important;
}

.woocommerce-account .tcgw-account-snapshot__collection {
  overflow: hidden !important;
}

.woocommerce-account .tcgw-account-snapshot__collection-track {
  padding-right: 4px !important;
}

@media (max-width: 1180px) {
  .woocommerce-account .tcgw-account-snapshot__head-stats {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .tcgw-account-snapshot__overview {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head,
  .woocommerce-account .tcgw-account-snapshot__hero,
  .woocommerce-account .tcgw-account-snapshot__mission,
  .woocommerce-account .tcgw-account-snapshot__community-pulse,
  .woocommerce-account .tcgw-account-snapshot__collection,
  .woocommerce-account .tcgw-account-snapshot__discover,
  .woocommerce-account .tcgw-account-snapshot__profile,
  .woocommerce-account .tcgw-account-snapshot__referral,
  .woocommerce-account .tcgw-account-snapshot__leaderboard,
  .woocommerce-account .tcgw-account-snapshot__graph,
  .woocommerce-account .tcgw-account-snapshot__inbox,
  .woocommerce-account .tcgw-account-snapshot__insights,
  .woocommerce-account .tcgw-account-snapshot__badges,
  .woocommerce-account .tcgw-account-snapshot__actions,
  .woocommerce-account .tcgw-account-snapshot__grid {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head-stats {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .tcgw-account-snapshot__hero-chips,
  .woocommerce-account .tcgw-account-snapshot__hero-actions,
  .woocommerce-account .tcgw-account-snapshot__tabs,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-periods {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] .tcgw-account-snapshot__actions {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   v127 mobile tab rail polish
   ========================================================= */
@media (max-width: 767px) {
  .woocommerce-account .tcgw-account-snapshot__tabs,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-periods,
  .woocommerce-account .tcgw-account-snapshot__hero-chips,
  .woocommerce-account .tcgw-account-snapshot__hero-actions,
  .woocommerce-account .tcgw-account-snapshot__actions {
    padding-bottom: 6px !important;
    margin-bottom: 10px !important;
    scrollbar-width: none !important;
  }
  .woocommerce-account .tcgw-account-snapshot__tabs::-webkit-scrollbar,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-periods::-webkit-scrollbar,
  .woocommerce-account .tcgw-account-snapshot__hero-chips::-webkit-scrollbar,
  .woocommerce-account .tcgw-account-snapshot__hero-actions::-webkit-scrollbar,
  .woocommerce-account .tcgw-account-snapshot__actions::-webkit-scrollbar {
    display: none !important;
  }
  .woocommerce-account .tcgw-account-snapshot__tab,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-period,
  .woocommerce-account .tcgw-account-snapshot__hero-chip,
  .woocommerce-account .tcgw-account-snapshot__actions a,
  .woocommerce-account .tcgw-account-snapshot__hero-actions a {
    min-width: max-content !important;
    flex: 0 0 auto !important;
  }
}


/* v130 mobile play panel fix */
.woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]) {
  grid-template-columns: 1fr !important;
}
.woocommerce-account .tcgw-account-snapshot__play-pane {
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 1fr !important;
}
.woocommerce-account .tcgw-account-snapshot__play-pane > * {
  width: 100% !important;
  min-width: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]),
  .woocommerce-account .tcgw-account-snapshot__play-pane {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}


/* v134 stronger mobile play panel fix */
@media (max-width: 767px) {
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]) {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .woocommerce-account .tcgw-account-snapshot__play-pane,
  .woocommerce-account .tcgw-account-snapshot__play-pane:not([hidden]) {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
  }
  .woocommerce-account .tcgw-account-snapshot__play-pane > *,
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"] > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}


/* ===== Massive lobby refresh: account home ===== */
.tcgw-account-lobby-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 20px;}
.tcgw-account-lobby-strip__card{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,rgba(23,27,34,.98) 0%,rgba(15,18,23,.98) 100%);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 38px rgba(0,0,0,.24);overflow:hidden;}
.tcgw-account-lobby-strip__icon{flex:0 0 44px;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-size:22px;background:linear-gradient(135deg,rgba(95,72,255,.22) 0%,rgba(89,209,255,.14) 100%);border:1px solid rgba(255,255,255,.08);}
.tcgw-account-lobby-strip__body{display:flex;flex-direction:column;min-width:0;gap:2px;}
.tcgw-account-lobby-strip__label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#93a0bb;}
.tcgw-account-lobby-strip__value{font-size:30px;line-height:1;color:#fff;}
.tcgw-account-lobby-strip__meta{font-size:12px;color:#b9c4d8;line-height:1.3;}
.tcgw-account-lobby-strip__link{margin-left:auto;align-self:flex-start;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none;font-weight:700;font-size:12px;}
.tcgw-account-lobby-grid{display:grid;grid-template-columns:1.2fr 1.2fr .9fr;gap:18px;margin:0 0 20px;}
.tcgw-account-lobby-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,#171a20 0%,#11141a 100%);border:1px solid rgba(255,255,255,.07);box-shadow:0 18px 40px rgba(0,0,0,.22);}
.tcgw-account-lobby-card__head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px;}
.tcgw-account-lobby-card__head h3{margin:2px 0 0;font-size:19px;line-height:1.15;color:#fff;}
.tcgw-account-lobby-card__head a{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);text-decoration:none;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;}
.tcgw-account-lobby-card__eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8ea0c3;}
.tcgw-account-lobby-card__empty{margin:0;color:#b9c4d8;line-height:1.5;}
.tcgw-account-lobby-card__empty--tight{margin-top:8px;font-size:13px;}
.tcgw-account-lobby-list{display:flex;flex-direction:column;gap:12px;}
.tcgw-account-lobby-list__item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);text-decoration:none;}
.tcgw-account-lobby-list__thumb img{display:block;width:58px;height:58px;object-fit:cover;border-radius:12px;background:#0d1015;}
.tcgw-account-lobby-list__body{display:flex;flex-direction:column;gap:3px;min-width:0;}
.tcgw-account-lobby-list__body strong{font-size:14px;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tcgw-account-lobby-list__body span{font-size:12px;line-height:1.35;color:#b9c4d8;}
.tcgw-account-lobby-list__pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:999px;background:rgba(95,72,255,.18);border:1px solid rgba(95,72,255,.35);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;}
.tcgw-account-lobby-list__pill.is-win{background:rgba(62,190,110,.16);border-color:rgba(62,190,110,.38);}
.tcgw-account-lobby-alerts{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px;}
.tcgw-account-lobby-alerts__chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#e5edff;font-size:12px;font-weight:700;}
.tcgw-account-lobby-activity{margin-top:14px;display:flex;flex-direction:column;gap:10px;}
.tcgw-account-lobby-activity__item{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:2px;}
.tcgw-account-lobby-activity__item strong{color:#fff;font-size:13px;line-height:1.2;}
.tcgw-account-lobby-activity__item span{color:#aeb9cf;font-size:12px;line-height:1.35;}
@media (max-width: 1200px){.tcgw-account-lobby-grid{grid-template-columns:1fr 1fr;}.tcgw-account-lobby-card--alerts{grid-column:1 / -1;}.tcgw-account-lobby-strip{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 767px){.tcgw-account-lobby-strip,.tcgw-account-lobby-grid{grid-template-columns:1fr;}.tcgw-account-lobby-strip__card{padding:14px;}.tcgw-account-lobby-list__item{grid-template-columns:54px minmax(0,1fr);}.tcgw-account-lobby-list__pill{grid-column:2;justify-self:start;}.tcgw-account-lobby-card__head{flex-direction:column;}.tcgw-account-lobby-card__head a{width:100%;}}


/* =========================================================
   v146 mobile dashboard cleanup
   ========================================================= */
@media (max-width: 767px) {
  .woocommerce-account .tcgw-account-snapshot {
    margin: 6px 0 10px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__overview,
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="play"]:not([hidden]),
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="stats"]:not([hidden]),
  .woocommerce-account .tcgw-account-snapshot__tab-panel[data-snapshot-panel="community"]:not([hidden]) {
    gap: 10px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head,
  .woocommerce-account .tcgw-account-snapshot__hero,
  .woocommerce-account .tcgw-account-snapshot__mission,
  .woocommerce-account .tcgw-account-snapshot__community-pulse,
  .woocommerce-account .tcgw-account-snapshot__collection,
  .woocommerce-account .tcgw-account-snapshot__discover,
  .woocommerce-account .tcgw-account-snapshot__profile,
  .woocommerce-account .tcgw-account-snapshot__referral,
  .woocommerce-account .tcgw-account-snapshot__leaderboard,
  .woocommerce-account .tcgw-account-snapshot__graph,
  .woocommerce-account .tcgw-account-snapshot__inbox,
  .woocommerce-account .tcgw-account-snapshot__insights,
  .woocommerce-account .tcgw-account-snapshot__badges,
  .woocommerce-account .tcgw-account-snapshot__actions,
  .woocommerce-account .tcgw-account-snapshot__grid,
  .tcgw-account-lobby-strip__card,
  .tcgw-account-lobby-card {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__head-kicker,
  .woocommerce-account .tcgw-account-snapshot__hero-title,
  .woocommerce-account .tcgw-account-snapshot__mission-title,
  .woocommerce-account .tcgw-account-snapshot__collection-title,
  .woocommerce-account .tcgw-account-snapshot__community-title,
  .woocommerce-account .tcgw-account-snapshot__discover-title,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-title,
  .woocommerce-account .tcgw-account-snapshot__badges-title,
  .woocommerce-account .tcgw-account-snapshot__inbox-title,
  .woocommerce-account .tcgw-account-snapshot__insights-title,
  .woocommerce-account .tcgw-account-snapshot__graph-title,
  .woocommerce-account .tcgw-account-snapshot__profile-title,
  .woocommerce-account .tcgw-account-snapshot__referral-title,
  .tcgw-account-lobby-card__head h3 {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .woocommerce-account .tcgw-account-snapshot__hero-sub,
  .woocommerce-account .tcgw-account-snapshot__message,
  .woocommerce-account .tcgw-account-snapshot__mission-desc,
  .woocommerce-account .tcgw-account-snapshot__discover-meta,
  .woocommerce-account .tcgw-account-snapshot__collection-meta,
  .woocommerce-account .tcgw-account-snapshot__insights-sub,
  .woocommerce-account .tcgw-account-snapshot__referral-desc,
  .woocommerce-account .tcgw-account-snapshot__community-stat span,
  .woocommerce-account .tcgw-account-snapshot__profile-desc,
  .woocommerce-account .tcgw-account-snapshot__profile-hint,
  .woocommerce-account .tcgw-account-snapshot__profile-meta,
  .woocommerce-account .tcgw-account-snapshot__referral-meta,
  .woocommerce-account .tcgw-account-snapshot__reco-reason,
  .woocommerce-account .tcgw-account-snapshot__balance-label,
  .tcgw-account-lobby-card__empty,
  .tcgw-account-lobby-list__body span,
  .tcgw-account-lobby-activity__item span,
  .tcgw-account-lobby-strip__meta {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .woocommerce-account .tcgw-account-snapshot__tabs,
  .woocommerce-account .tcgw-account-snapshot__hero-chips,
  .woocommerce-account .tcgw-account-snapshot__hero-actions,
  .woocommerce-account .tcgw-account-snapshot__actions,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-periods {
    gap: 8px !important;
  }

  .woocommerce-account .tcgw-account-snapshot__hero-chip,
  .woocommerce-account .tcgw-account-snapshot__tab,
  .woocommerce-account .tcgw-account-snapshot__leaderboard-period,
  .woocommerce-account .tcgw-account-snapshot__collection-btn,
  .woocommerce-account .tcgw-account-snapshot__mission-cta,
  .woocommerce-account .tcgw-account-snapshot__profile-cta,
  .woocommerce-account .tcgw-account-snapshot__referral-cta,
  .woocommerce-account .tcgw-account-snapshot__actions a,
  .woocommerce-account .tcgw-account-snapshot__hero-actions a,
  .woocommerce-account .tcgw-account-snapshot__level,
  .woocommerce-account .tcgw-account-snapshot__balance {
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
    border-radius: 999px !important;
  }

  .tcgw-account-lobby-strip {
    gap: 10px !important;
    margin: 12px 0 14px !important;
  }

  .tcgw-account-lobby-strip__card {
    gap: 10px !important;
    align-items: center !important;
  }

  .tcgw-account-lobby-strip__icon {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
  }

  .tcgw-account-lobby-strip__label,
  .tcgw-account-lobby-card__eyebrow {
    font-size: 10px !important;
    letter-spacing: .06em !important;
  }

  .tcgw-account-lobby-strip__value {
    font-size: 22px !important;
  }

  .tcgw-account-lobby-strip__link,
  .tcgw-account-lobby-card__head a,
  .tcgw-account-lobby-alerts__chip {
    font-size: 11px !important;
    padding: 8px 10px !important;
  }

  .tcgw-account-lobby-grid {
    gap: 12px !important;
    margin: 0 0 14px !important;
  }

  .tcgw-account-lobby-card__head {
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .tcgw-account-lobby-list {
    gap: 8px !important;
  }

  .tcgw-account-lobby-list__item {
    grid-template-columns: 46px minmax(0,1fr) !important;
    gap: 10px !important;
    padding: 8px !important;
    border-radius: 14px !important;
  }

  .tcgw-account-lobby-list__thumb img {
    width: 46px !important;
    height: 46px !important;
    border-radius: 10px !important;
  }

  .tcgw-account-lobby-list__body {
    gap: 2px !important;
  }

  .tcgw-account-lobby-list__body strong,
  .tcgw-account-lobby-activity__item strong {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .tcgw-account-lobby-list__pill {
    margin-top: 2px !important;
    padding: 6px 8px !important;
    font-size: 10px !important;
  }

  .tcgw-account-lobby-alerts {
    gap: 6px !important;
    margin: 0 0 8px !important;
  }

  .tcgw-account-lobby-activity {
    margin-top: 10px !important;
    gap: 8px !important;
  }

  .tcgw-account-lobby-activity__item {
    padding: 8px 10px !important;
    border-radius: 12px !important;
  }
}

/* =========================================
   Final dashboard cleanup / live-safe polish
   ========================================= */
.woocommerce-account .tcgw-account-lobby-welcome {
  margin: 0 0 14px !important;
  padding: 2px 0 0 !important;
}

.woocommerce-account .tcgw-account-lobby-welcome__kicker {
  display: inline-block !important;
  margin: 0 0 6px !important;
  color: #8ea0bd !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.woocommerce-account .tcgw-account-lobby-welcome__name {
  margin: 0 !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.06 !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
}

.woocommerce-account .tcgw-account-lobby-welcome__meta {
  margin: 8px 0 0 !important;
  max-width: 640px !important;
  color: #93a6c4 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

/* Hide old snapshot/action-board system now that lobby modules exist */
.woocommerce-account .tcgw-account-snapshot__overview,
.woocommerce-account .tcgw-account-snapshot__tabs,
.woocommerce-account .tcgw-account-snapshot__tab-panels,
.woocommerce-account .tcgw-account-snapshot__mission,
.woocommerce-account .tcgw-account-snapshot__community-pulse,
.woocommerce-account .tcgw-account-snapshot__collection,
.woocommerce-account .tcgw-account-snapshot__discover,
.woocommerce-account .tcgw-account-snapshot__profile,
.woocommerce-account .tcgw-account-snapshot__referral,
.woocommerce-account .tcgw-account-snapshot__leaderboard,
.woocommerce-account .tcgw-account-snapshot__graph,
.woocommerce-account .tcgw-account-snapshot__inbox,
.woocommerce-account .tcgw-account-snapshot__insights,
.woocommerce-account .tcgw-account-snapshot__badges,
.woocommerce-account .tcgw-account-snapshot__actions,
.woocommerce-account .tcgw-account-snapshot__grid {
  display: none !important;
}

.woocommerce-account .tcgw-account-lobby-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 12px !important;
  margin: 0 0 14px !important;
}

.woocommerce-account .tcgw-account-lobby-strip__card,
.woocommerce-account .tcgw-account-lobby-card {
  border-radius: 16px !important;
}

.woocommerce-account .tcgw-account-lobby-strip__card {
  display: grid !important;
  grid-template-columns: 34px minmax(0,1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 13px 14px !important;
  background: linear-gradient(180deg,#111722 0%, #0d121a 100%) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
}

.woocommerce-account .tcgw-account-lobby-strip__icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.05) !important;
  font-size: 15px !important;
}

.woocommerce-account .tcgw-account-lobby-strip__label {
  display: block !important;
  color: #8fa2c0 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
}

.woocommerce-account .tcgw-account-lobby-strip__value {
  display: block !important;
  margin-top: 3px !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
}

.woocommerce-account .tcgw-account-lobby-strip__meta {
  display: block !important;
  margin-top: 4px !important;
  color: #8ea0ba !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

.woocommerce-account .tcgw-account-lobby-strip__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  color: #dfe7fa !important;
}

.woocommerce-account .tcgw-account-lobby-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 14px !important;
  align-items: start !important;
}

.woocommerce-account .tcgw-account-lobby-card {
  padding: 14px !important;
  background: linear-gradient(180deg,#111722 0%, #0d121a 100%) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.14) !important;
}

.woocommerce-account .tcgw-account-lobby-card__head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 0 12px !important;
}

.woocommerce-account .tcgw-account-lobby-card__eyebrow {
  display: inline-block !important;
  margin: 0 0 4px !important;
  color: #91a3bf !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
}

.woocommerce-account .tcgw-account-lobby-card__head h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

.woocommerce-account .tcgw-account-lobby-card__head a {
  color: #7fdcff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.woocommerce-account .tcgw-account-lobby-card__empty,
.woocommerce-account .tcgw-account-lobby-list__body span,
.woocommerce-account .tcgw-account-lobby-activity__item span {
  color: #8ea2c0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.woocommerce-account .tcgw-account-lobby-list {
  display: grid !important;
  gap: 10px !important;
}

.woocommerce-account .tcgw-account-lobby-list__item {
  display: grid !important;
  grid-template-columns: 54px minmax(0,1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 10px !important;
  border-radius: 13px !important;
  background: rgba(255,255,255,.025) !important;
  border: 1px solid rgba(255,255,255,.05) !important;
  text-decoration: none !important;
}

.woocommerce-account .tcgw-account-lobby-list__thumb img {
  width: 54px !important;
  height: 54px !important;
  border-radius: 11px !important;
  object-fit: cover !important;
}

.woocommerce-account .tcgw-account-lobby-list__body strong,
.woocommerce-account .tcgw-account-lobby-activity__item strong {
  display: block !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-lobby-list__pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #eff4ff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-lobby-list__pill.is-win {
  background: rgba(95,72,255,.16) !important;
  border-color: rgba(95,72,255,.28) !important;
}

.woocommerce-account .tcgw-account-lobby-alerts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
}

.woocommerce-account .tcgw-account-lobby-alerts__chip {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  color: #e7eefc !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.woocommerce-account .tcgw-account-lobby-activity {
  display: grid !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

.woocommerce-account .tcgw-account-lobby-activity__item {
  padding: 10px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.025) !important;
  border: 1px solid rgba(255,255,255,.05) !important;
}

@media (max-width: 1024px) {
  .woocommerce-account .tcgw-account-lobby-strip,
  .woocommerce-account .tcgw-account-lobby-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .woocommerce-account .tcgw-account-lobby-card--alerts {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .tcgw-account-snapshot {
    width: calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .woocommerce-account .tcgw-account-lobby-welcome {
    padding: 0 10px !important;
    margin-bottom: 10px !important;
  }

  .woocommerce-account .tcgw-account-lobby-welcome__name {
    font-size: 22px !important;
  }

  .woocommerce-account .tcgw-account-lobby-welcome__meta {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .woocommerce-account .tcgw-account-lobby-strip,
  .woocommerce-account .tcgw-account-lobby-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 0 10px !important;
  }

  .woocommerce-account .tcgw-account-lobby-strip__card,
  .woocommerce-account .tcgw-account-lobby-card {
    border-radius: 14px !important;
  }

  .woocommerce-account .tcgw-account-lobby-strip__card {
    grid-template-columns: 30px minmax(0,1fr) auto !important;
    gap: 10px !important;
    padding: 11px 12px !important;
  }

  .woocommerce-account .tcgw-account-lobby-strip__icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }

  .woocommerce-account .tcgw-account-lobby-strip__value {
    font-size: 19px !important;
  }

  .woocommerce-account .tcgw-account-lobby-strip__meta,
  .woocommerce-account .tcgw-account-lobby-card__empty,
  .woocommerce-account .tcgw-account-lobby-list__body span,
  .woocommerce-account .tcgw-account-lobby-activity__item span {
    font-size: 11px !important;
  }

  .woocommerce-account .tcgw-account-lobby-card {
    padding: 11px !important;
  }

  .woocommerce-account .tcgw-account-lobby-card__head {
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .woocommerce-account .tcgw-account-lobby-card__head h3 {
    font-size: 16px !important;
  }

  .woocommerce-account .tcgw-account-lobby-list__item {
    grid-template-columns: 44px minmax(0,1fr) auto !important;
    gap: 9px !important;
    padding: 9px !important;
    border-radius: 12px !important;
  }

  .woocommerce-account .tcgw-account-lobby-list__thumb img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 9px !important;
  }

  .woocommerce-account .tcgw-account-lobby-list__body strong,
  .woocommerce-account .tcgw-account-lobby-activity__item strong {
    font-size: 12px !important;
  }

  .woocommerce-account .tcgw-account-lobby-list__pill {
    min-height: 23px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }

  .woocommerce-account .tcgw-account-lobby-alerts {
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  .woocommerce-account .tcgw-account-lobby-alerts__chip {
    min-height: 24px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }
}

/* =========================
   Dashboard mega expansion
   ========================= */
.woocommerce-account .tcgw-account-snapshot__community-extras,
.woocommerce-account .tcgw-account-snapshot__freehub,
.woocommerce-account .tcgw-account-snapshot__alerts-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.woocommerce-account .tcgw-account-snapshot__freehub,
.woocommerce-account .tcgw-account-snapshot__alerts-panel{
  grid-template-columns:1fr;
}
.woocommerce-account .tcgw-account-mega-card{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,#171b22 0%,#10141b 100%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.woocommerce-account .tcgw-account-mega-card--wide{min-width:0;}
.woocommerce-account .tcgw-account-mega-card__head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;}
.woocommerce-account .tcgw-account-mega-card__eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8ea0c3;}
.woocommerce-account .tcgw-account-mega-card__head h4{margin:0;font-size:18px;line-height:1.15;color:#fff;}
.woocommerce-account .tcgw-account-mega-list{display:flex;flex-direction:column;gap:10px;}
.woocommerce-account .tcgw-account-mega-list__item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);}
.woocommerce-account .tcgw-account-mega-list__item.is-me{border-color:rgba(95,72,255,.35);background:rgba(95,72,255,.08);}
.woocommerce-account .tcgw-account-mega-list__rank{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;font-weight:800;color:#fff;}
.woocommerce-account .tcgw-account-mega-list__name{min-width:0;font-size:13px;font-weight:700;line-height:1.2;color:#fff;}
.woocommerce-account .tcgw-account-mega-list__value{font-size:12px;font-weight:700;color:#98a7c5;white-space:nowrap;}
.woocommerce-account .tcgw-account-mega-list__empty,.woocommerce-account .tcgw-account-mega-copy{margin:0;color:#b8c2d7;font-size:13px;line-height:1.45;}
.woocommerce-account .tcgw-account-mega-steps{margin:0;padding-left:18px;color:#d6dff2;display:flex;flex-direction:column;gap:10px;}
.woocommerce-account .tcgw-account-mega-steps li{line-height:1.45;}
.woocommerce-account .tcgw-account-snapshot__tab-panels{margin-top:18px;}
.woocommerce-account .tcgw-account-snapshot__tab{font-size:12px;padding:10px 14px;border-radius:12px;}
@media (max-width: 1024px){
  .woocommerce-account .tcgw-account-snapshot__community-extras{grid-template-columns:1fr;}
}
@media (max-width: 767px){
  .woocommerce-account .tcgw-account-snapshot__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .woocommerce-account .tcgw-account-snapshot__tab{width:100%;justify-content:center;min-height:38px;padding:0 10px;font-size:11px;}
  .woocommerce-account .tcgw-account-snapshot__community-extras,
  .woocommerce-account .tcgw-account-snapshot__freehub,
  .woocommerce-account .tcgw-account-snapshot__alerts-panel{grid-template-columns:1fr;gap:12px;}
  .woocommerce-account .tcgw-account-mega-card{padding:14px;border-radius:16px;}
  .woocommerce-account .tcgw-account-mega-card__head h4{font-size:15px;}
  .woocommerce-account .tcgw-account-mega-list__item{grid-template-columns:28px minmax(0,1fr);}
  .woocommerce-account .tcgw-account-mega-list__value{grid-column:2;justify-self:start;}
}

/* Alerts preferences */
.tcgw-alert-preferences-grid{display:grid;grid-template-columns:1.3fr 1.1fr .9fr;gap:16px;margin-top:14px}.tcgw-alert-preferences-card{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(16,22,32,.82),rgba(10,14,22,.92))}.tcgw-alert-preferences-card h5{margin:0 0 12px;font-size:13px;letter-spacing:.03em;text-transform:uppercase;color:#fff}.tcgw-alert-preferences-chips{display:flex;flex-wrap:wrap;gap:10px}.tcgw-alert-chip{position:relative;display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.03);color:#dfe8f9;font-size:12px;font-weight:700;cursor:pointer;transition:all .18s ease}.tcgw-alert-chip input{position:absolute;inset:0;opacity:0;pointer-events:none}.tcgw-alert-chip:hover{border-color:rgba(95,72,255,.35);background:rgba(95,72,255,.08)}.tcgw-alert-chip.is-active,.tcgw-alert-chip:has(input:checked){border-color:transparent;background:linear-gradient(135deg,rgba(95,72,255,.92),rgba(69,48,210,.9));color:#fff;box-shadow:0 10px 24px rgba(95,72,255,.22)}.tcgw-alert-preferences-lead{display:flex;flex-direction:column;gap:10px}.tcgw-alert-lead-option{position:relative;display:flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.03);color:#dfe8f9;font-size:12px;font-weight:700;cursor:pointer;transition:all .18s ease}.tcgw-alert-lead-option input{position:absolute;inset:0;opacity:0;pointer-events:none}.tcgw-alert-lead-option.is-active,.tcgw-alert-lead-option:has(input:checked){border-color:rgba(89,209,255,.3);background:rgba(89,209,255,.08);color:#fff}.tcgw-alert-preferences-actions{display:flex;justify-content:flex-end;margin-top:14px}.tcgw-alert-preferences-save{min-height:42px!important;padding:0 18px!important;border-radius:14px!important}.tcgw-account-mega-copy--tight{margin-top:12px!important}

@media (max-width: 1024px){.tcgw-alert-preferences-grid{grid-template-columns:1fr;gap:12px}}
@media (max-width: 767px){.tcgw-alert-preferences-card{padding:12px;border-radius:14px}.tcgw-alert-preferences-card h5{font-size:12px;margin-bottom:10px}.tcgw-alert-preferences-chips{gap:8px}.tcgw-alert-chip{min-height:34px;padding:0 12px;font-size:11px}.tcgw-alert-preferences-actions{margin-top:10px}.tcgw-alert-preferences-save{width:100%!important;min-height:38px!important;padding:0 14px!important;border-radius:12px!important}}

/* === Alerts expansion + community polish === */
.tcgw-alert-inbox{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:12px 0 16px}
.tcgw-alert-inbox__item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#151923 0%,#10141b 100%);border:1px solid rgba(255,255,255,.07);text-decoration:none;color:#eaf1ff}
.tcgw-alert-inbox__item strong{font-size:13px;line-height:1.25;color:#fff}
.tcgw-alert-inbox__item span{font-size:11px;line-height:1.3;color:#9facc2}
.tcgw-alert-inbox__type{display:inline-flex;align-self:flex-start;padding:3px 8px;border-radius:999px;background:rgba(102,212,255,.12);color:#8fe4ff!important;font-size:10px!important;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.tcgw-alert-preferences-card--watchlist{margin-top:16px}
.tcgw-alert-watchlist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:10px}
.tcgw-alert-watchitem{position:relative;display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#141821 0%,#11151b 100%);border:1px solid rgba(255,255,255,.07);cursor:pointer}
.tcgw-alert-watchitem input{position:absolute;inset:0;opacity:0;cursor:pointer}
.tcgw-alert-watchitem.is-active{border-color:rgba(95,72,255,.45);box-shadow:0 10px 24px rgba(95,72,255,.14)}
.tcgw-alert-watchitem img{width:42px;height:58px;object-fit:cover;border-radius:8px;flex:0 0 auto}
.tcgw-alert-watchitem__body{display:flex;flex-direction:column;gap:4px;min-width:0}
.tcgw-alert-watchitem__body strong{font-size:13px;line-height:1.25;color:#fff}
.tcgw-alert-watchitem__body span{font-size:11px;color:#99a6bb;line-height:1.3}
.tcgw-account-snapshot__insights-grid--split{margin-top:10px}
.tcgw-account-snapshot__insights-grid--split .tcgw-account-snapshot__insight b{font-size:12px;line-height:1.35}
@media (max-width:767px){
  .tcgw-alert-inbox,.tcgw-alert-watchlist-grid{grid-template-columns:1fr}
  .tcgw-alert-inbox__item,.tcgw-alert-watchitem{padding:10px 11px;border-radius:12px}
  .tcgw-alert-watchitem img{width:36px;height:50px}
}


/* =========================================================
   Live-safe dashboard normalization (v159)
   Keeps account snapshot spacing/tabs/cards consistent without
   changing markup or removing older rules.
   ========================================================= */

.woocommerce-account .tcgw-account-snapshot__grid,
.woocommerce-account .tcgw-account-snapshot__insights,
.woocommerce-account .tcgw-account-snapshot__discover {
  width: 100% !important;
  min-width: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__tabs button,
.woocommerce-account .tcgw-account-snapshot__tabs .tcgw-account-snapshot__tab {
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-grid {
  align-items: stretch !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-card {
  min-width: 0 !important;
}

.woocommerce-account .tcgw-account-snapshot__discover-name,
.woocommerce-account .tcgw-account-snapshot__discover-meta {
  word-break: break-word !important;
}

/* === Dashboard 2.0 command center === */
.woocommerce-account .tcgw-account-command,
.woocommerce-account .tcgw-account-supergrid{margin-top:18px}
.woocommerce-account .tcgw-account-command__head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:12px}
.woocommerce-account .tcgw-account-command__head h3{margin:4px 0 0;font-size:22px;line-height:1.08;color:#fff}
.woocommerce-account .tcgw-account-command__eyebrow{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.06);color:#8fe4ff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.woocommerce-account .tcgw-account-command__meta{font-size:12px;color:#9eabc0}
.woocommerce-account .tcgw-account-command__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.woocommerce-account .tcgw-account-command__card{display:flex;flex-direction:column;gap:8px;min-width:0;padding:16px;border-radius:18px;text-decoration:none;color:#eef4ff;background:linear-gradient(180deg,#151a24 0%,#10141c 100%);border:1px solid rgba(255,255,255,.07);box-shadow:0 16px 34px rgba(0,0,0,.18);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.woocommerce-account .tcgw-account-command__card:hover{transform:translateY(-2px);border-color:rgba(95,72,255,.34);box-shadow:0 20px 36px rgba(0,0,0,.24)}
.woocommerce-account .tcgw-account-command__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.07);font-size:18px}
.woocommerce-account .tcgw-account-command__card strong{font-size:28px;line-height:1;color:#fff}
.woocommerce-account .tcgw-account-command__card span{font-size:13px;font-weight:800;color:#fff}
.woocommerce-account .tcgw-account-command__card small{font-size:11px;line-height:1.35;color:#97a5bb}
.woocommerce-account .tcgw-account-command__card.is-urgent{border-color:rgba(255,208,89,.22)}
.woocommerce-account .tcgw-account-command__card.is-win{border-color:rgba(101,234,165,.18)}
.woocommerce-account .tcgw-account-command__card.is-free{border-color:rgba(89,209,255,.18)}
.woocommerce-account .tcgw-account-command__card.is-wallet{border-color:rgba(124,92,255,.2)}
.woocommerce-account .tcgw-account-supergrid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:14px;align-items:start}
.woocommerce-account .tcgw-account-supergrid__activity{grid-column:1/-1}
.woocommerce-account .tcgw-account-mission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.woocommerce-account .tcgw-account-mission-card{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:16px;background:linear-gradient(180deg,#151b24 0%,#10141b 100%);border:1px solid rgba(255,255,255,.07);text-decoration:none;color:#eaf2ff;min-width:0}
.woocommerce-account .tcgw-account-mission-card strong{font-size:15px;line-height:1.2;color:#fff}
.woocommerce-account .tcgw-account-mission-card span{font-size:11px;line-height:1.35;color:#9cacc3}
.woocommerce-account .tcgw-account-mission-card b{display:inline-flex;align-self:flex-start;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.07);font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:#fff}
.woocommerce-account .tcgw-account-mission-card__kicker{font-size:10px!important;font-weight:800;color:#8fe4ff!important;letter-spacing:.06em;text-transform:uppercase}
.woocommerce-account .tcgw-account-mission-card.is-ending b{background:rgba(255,208,89,.18);color:#ffd159}
.woocommerce-account .tcgw-account-mission-card.is-hot b{background:rgba(255,119,87,.18);color:#ffab96}
.woocommerce-account .tcgw-account-mission-card.is-value b{background:rgba(89,209,255,.16);color:#8fe4ff}
.woocommerce-account .tcgw-account-mission-card.is-free b{background:rgba(101,234,165,.16);color:#80efae}
.woocommerce-account .tcgw-account-walletbox{display:flex;flex-direction:column;gap:14px}
.woocommerce-account .tcgw-account-walletbox__balance{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;background:linear-gradient(135deg,rgba(95,72,255,.22),rgba(27,35,48,.7));border:1px solid rgba(255,255,255,.08)}
.woocommerce-account .tcgw-account-walletbox__balance span{font-size:12px;color:#c9d6ea}
.woocommerce-account .tcgw-account-walletbox__balance strong{font-size:34px;line-height:1;color:#fff}
.woocommerce-account .tcgw-account-walletbox__balance strong small{font-size:18px}
.woocommerce-account .tcgw-account-walletbox__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.woocommerce-account .tcgw-account-walletbox__stats div{padding:12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.woocommerce-account .tcgw-account-walletbox__stats b{display:block;font-size:20px;color:#fff;line-height:1.1}
.woocommerce-account .tcgw-account-walletbox__stats span{display:block;margin-top:4px;font-size:11px;color:#9fb0c8;line-height:1.3}
.woocommerce-account .tcgw-account-walletbox__actions{display:flex;gap:10px;flex-wrap:wrap}
.woocommerce-account .tcgw-account-walletbox__actions .button{min-height:40px!important;padding:0 16px!important;border-radius:12px!important}
.woocommerce-account .tcgw-account-walletbox__actions .is-ghost{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}
.woocommerce-account .tcgw-account-activity-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.woocommerce-account .tcgw-account-activity-rail__item{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:14px;background:linear-gradient(180deg,#151923 0%,#10141b 100%);border:1px solid rgba(255,255,255,.07)}
.woocommerce-account .tcgw-account-activity-rail__dot{width:10px;height:10px;border-radius:999px;flex:0 0 auto;margin-top:4px;background:linear-gradient(135deg,#59d1ff,#7c5cff);box-shadow:0 0 0 5px rgba(124,92,255,.12)}
.woocommerce-account .tcgw-account-activity-rail__item strong{display:block;font-size:13px;line-height:1.25;color:#fff}
.woocommerce-account .tcgw-account-activity-rail__item span{display:block;font-size:11px;line-height:1.35;color:#9eb0c6}
@media (max-width: 1100px){
  .woocommerce-account .tcgw-account-command__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce-account .tcgw-account-supergrid{grid-template-columns:1fr}
  .woocommerce-account .tcgw-account-activity-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 767px){
  .woocommerce-account .tcgw-account-command__head{flex-direction:column;align-items:flex-start}
  .woocommerce-account .tcgw-account-command__head h3{font-size:18px}
  .woocommerce-account .tcgw-account-command__grid,.woocommerce-account .tcgw-account-mission-grid,.woocommerce-account .tcgw-account-activity-rail,.woocommerce-account .tcgw-account-walletbox__stats{grid-template-columns:1fr}
  .woocommerce-account .tcgw-account-command__card{padding:14px;border-radius:16px}
  .woocommerce-account .tcgw-account-command__card strong{font-size:24px}
  .woocommerce-account .tcgw-account-walletbox__balance{padding:12px;border-radius:14px}
  .woocommerce-account .tcgw-account-walletbox__balance strong{font-size:28px}
}

.woocommerce-account .tcgw-account-snapshot__community-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(122,92,255,.18), rgba(25,210,255,.08));
  border: 1px solid rgba(255,255,255,.08);
}
.woocommerce-account .tcgw-account-snapshot__community-shell-copy h3 {
  margin: 4px 0 6px;
  font-size: 20px;
  line-height: 1.05;
}
.woocommerce-account .tcgw-account-snapshot__community-shell-copy p {
  margin: 0;
  max-width: 560px;
  color: #c8d1e0;
  font-size: 13px;
}
.woocommerce-account .tcgw-account-snapshot__community-kicker {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.woocommerce-account .tcgw-account-snapshot__community-shell-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  min-width: 260px;
}
.woocommerce-account .tcgw-account-snapshot__community-shell-stats span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(9,12,20,.38);
  border: 1px solid rgba(255,255,255,.08);
}
.woocommerce-account .tcgw-account-snapshot__community-shell-stats b {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.woocommerce-account .tcgw-account-snapshot__community-shell-stats small {
  font-size: 11px;
  color: #c8d1e0;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.woocommerce-account .tcgw-account-snapshot__leaderboard--community .tcgw-account-snapshot__leaderboard-periods {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 8px;
}
@media (max-width: 900px) {
  .woocommerce-account .tcgw-account-snapshot__community-shell {
    flex-direction: column;
    align-items: stretch;
  }
  .woocommerce-account .tcgw-account-snapshot__community-shell-stats {
    min-width: 0;
  }
}
@media (max-width: 640px) {
  .woocommerce-account .tcgw-account-snapshot__community-shell {
    padding: 12px;
    border-radius: 14px;
  }
  .woocommerce-account .tcgw-account-snapshot__community-shell-copy h3 {
    font-size: 17px;
  }
  .woocommerce-account .tcgw-account-snapshot__community-shell-copy p {
    font-size: 12px;
  }
  .woocommerce-account .tcgw-account-snapshot__community-shell-stats {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 8px;
  }
  .woocommerce-account .tcgw-account-snapshot__leaderboard--community .tcgw-account-snapshot__leaderboard-periods {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}
