/* ==========================================================
   Got Hot Wheels Auctions - Admin + Launch Mega Suite v72
   ========================================================== */

html body.ghw72-admin,
html body.ghw72-content {
  overflow-x: hidden !important;
}

html body.ghw72-admin .ghw72-admin-page,
html body.ghw72-content .ghw72-content-page {
  min-height: 72vh !important;
  padding: 34px 0 74px !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(237,17,28,.15), transparent 32rem),
    radial-gradient(circle at 14% 32%, rgba(255,157,0,.10), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #07090d 56%, #050505 100%) !important;
  color: #fff !important;
}

html body.ghw72-admin .ghw72-hero,
html body.ghw72-content .ghw72-hero {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 20px !important;
  padding: 28px !important;
  border: 1px solid rgba(255,157,0,.25) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.54)),
    radial-gradient(circle at right, rgba(237,17,28,.22), transparent 30rem),
    linear-gradient(180deg, #121821, #080b10) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.42) !important;
}

html body.ghw72-admin .ghw72-kicker,
html body.ghw72-content .ghw72-kicker {
  display: inline-flex !important;
  padding: 7px 12px !important;
  margin-bottom: 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(237,17,28,.55) !important;
  background: rgba(237,17,28,.16) !important;
  color: #ffd45a !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body.ghw72-admin .ghw72-hero h1,
html body.ghw72-content .ghw72-hero h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-style: italic !important;
  line-height: .94 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-shadow: 4px 4px 0 #000 !important;
}

html body.ghw72-admin .ghw72-hero p,
html body.ghw72-content .ghw72-hero p {
  max-width: 780px !important;
  margin: 10px 0 0 !important;
  color: #dce4ef !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

html body.ghw72-admin .ghw72-actions,
html body.ghw72-content .ghw72-actions,
html body.ghw72-admin .ghw72-link-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

html body.ghw72-admin .ghw72-actions a,
html body.ghw72-content .ghw72-actions a,
html body.ghw72-admin .ghw72-link-grid a,
html body.ghw72-admin .ghw72-check-list a {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255,157,0,.55) !important;
  border-radius: 8px !important;
  background: rgba(0,0,0,.28) !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body.ghw72-admin .ghw72-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-bottom: 20px !important;
}

html body.ghw72-admin .ghw72-stats article,
html body.ghw72-admin .ghw72-card,
html body.ghw72-content .ghw72-card {
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at top left, rgba(255,157,0,.08), transparent 24rem),
    linear-gradient(180deg, #121821, #080b10) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.35) !important;
}

html body.ghw72-admin .ghw72-stats article {
  padding: 16px !important;
}

html body.ghw72-admin .ghw72-stats span {
  display: block !important;
  color: #9ea8b8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

html body.ghw72-admin .ghw72-stats strong {
  display: block !important;
  margin-top: 7px !important;
  color: #ffd45a !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

html body.ghw72-admin .ghw72-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

html body.ghw72-admin .ghw72-card,
html body.ghw72-content .ghw72-card {
  padding: 22px !important;
}

html body.ghw72-admin .ghw72-card h2,
html body.ghw72-content .ghw72-card h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 27px !important;
  font-style: italic !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

html body.ghw72-admin .ghw72-link-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.ghw72-admin .ghw72-link-grid.pages {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.ghw72-admin .ghw72-link-grid.pages a {
  min-height: 112px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 6px !important;
  padding: 16px !important;
}

html body.ghw72-admin .ghw72-link-grid.pages strong {
  color: #ffd45a !important;
  font-size: 18px !important;
}

html body.ghw72-admin .ghw72-link-grid.pages em {
  color: #c8d2df !important;
  font-style: normal !important;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

html body.ghw72-admin .ghw72-check-list {
  display: grid !important;
  gap: 10px !important;
}

html body.ghw72-admin .ghw72-check-list article {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.24) !important;
}

html body.ghw72-admin .ghw72-check-list span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,157,0,.45) !important;
  color: #ffd45a !important;
  font-size: 10px !important;
  font-weight: 1000 !important;
}

html body.ghw72-admin .ghw72-check-list span.ready {
  color: #89fbb8 !important;
  border-color: rgba(53,240,131,.45) !important;
}

html body.ghw72-admin .ghw72-check-list span.todo {
  color: #ff8b8b !important;
  border-color: rgba(237,17,28,.45) !important;
}

html body.ghw72-admin .ghw72-check-list strong {
  color: #fff !important;
}

html body.ghw72-admin .ghw72-check-list em {
  color: #aeb8c6 !important;
  font-style: normal !important;
}

html body.ghw72-admin .ghw72-roadmap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body.ghw72-admin .ghw72-roadmap article {
  padding: 15px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  background: rgba(0,0,0,.26) !important;
}

html body.ghw72-admin .ghw72-roadmap span {
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #ff9d00 !important;
  color: #050505 !important;
  font-weight: 1000 !important;
}

html body.ghw72-admin .ghw72-roadmap strong,
html body.ghw72-admin .ghw72-roadmap em {
  display: block !important;
  margin-top: 9px !important;
}

html body.ghw72-admin .ghw72-roadmap strong {
  color: #fff !important;
  text-transform: uppercase !important;
}

html body.ghw72-admin .ghw72-roadmap em {
  color: #aeb8c6 !important;
  font-style: normal !important;
  line-height: 1.35 !important;
}

html body.ghw72-content .ghw72-card.content {
  max-width: 980px !important;
  margin: 0 auto !important;
}

html body.ghw72-content .ghw72-card.content article {
  padding: 0 0 18px !important;
  margin: 0 0 18px !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

html body.ghw72-content .ghw72-card.content article:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body.ghw72-content .ghw72-card.content p {
  color: #dce4ef !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

@media (max-width: 1080px) {
  html body.ghw72-admin .ghw72-grid,
  html body.ghw72-admin .ghw72-link-grid.pages,
  html body.ghw72-admin .ghw72-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.ghw72-admin .ghw72-hero,
  html body.ghw72-content .ghw72-hero {
    flex-direction: column !important;
  }
}

@media (max-width: 720px) {
  html body.ghw72-admin .ghw72-stats,
  html body.ghw72-admin .ghw72-grid,
  html body.ghw72-admin .ghw72-link-grid,
  html body.ghw72-admin .ghw72-link-grid.pages,
  html body.ghw72-admin .ghw72-roadmap {
    grid-template-columns: 1fr !important;
  }

  html body.ghw72-admin .ghw72-check-list article {
    grid-template-columns: 1fr !important;
  }

  html body.ghw72-admin .ghw72-actions a,
  html body.ghw72-content .ghw72-actions a {
    width: 100% !important;
  }
}
