/* ==========================================================
   Got Hot Wheels Auctions - Seller Dashboard Cleanup v60
   Scope: dashboard + seller management pages only
   ========================================================== */

html body.ghw60-seller-clean {
  overflow-x: hidden !important;
}

/* Shared seller dashboard nav strip injected by JS */
html body.ghw60-seller-clean .ghw60-seller-nav {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 18px auto 0 !important;
  padding: 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(14,18,25,.96), rgba(6,8,12,.96)) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

html body.ghw60-seller-clean .ghw60-seller-nav a {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 9px !important;
  background: rgba(0,0,0,.22) !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body.ghw60-seller-clean .ghw60-seller-nav a:hover,
html body.ghw60-seller-clean .ghw60-seller-nav a.active {
  border-color: rgba(255,157,0,.92) !important;
  color: #ffd45a !important;
  box-shadow: 0 0 18px rgba(255,157,0,.16) !important;
}

/* Main /dashboard polish */
html body.ghw60-seller-clean .ghw-dashboard-v6 {
  background:
    radial-gradient(circle at 84% 8%, rgba(237,17,28,.15), transparent 30rem),
    radial-gradient(circle at 8% 38%, rgba(255,157,0,.08), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #07090d 55%, #050505 100%) !important;
}

html body.ghw60-seller-clean .ghw-dash-hero {
  padding: 34px 0 30px !important;
  border-bottom: 1px solid rgba(255,157,0,.30) !important;
}

html body.ghw60-seller-clean .ghw-dash-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
  gap: 20px !important;
}

html body.ghw60-seller-clean .ghw-dashboard-v6 h1 {
  font-size: clamp(40px, 4.6vw, 62px) !important;
}

html body.ghw60-seller-clean .ghw-dash-hero p {
  max-width: 680px !important;
  font-size: 16px !important;
}

html body.ghw60-seller-clean .ghw-dash-actions {
  gap: 10px !important;
  margin-top: 20px !important;
}

html body.ghw60-seller-clean .ghw-dash-btn {
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
}

html body.ghw60-seller-clean .ghw-account-card,
html body.ghw60-seller-clean .ghw-account-car,
html body.ghw60-seller-clean .ghw-dash-profile {
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background:
    radial-gradient(circle at top, rgba(255,157,0,.12), transparent 14rem),
    linear-gradient(180deg, rgba(18,23,32,.96), rgba(7,9,13,.98)) !important;
  box-shadow: 0 20px 44px rgba(0,0,0,.36) !important;
}

/* Stat cards */
html body.ghw60-seller-clean .ghw-dash-stats,
html body.ghw60-seller-clean .ghw-dashboard-stats {
  gap: 14px !important;
}

html body.ghw60-seller-clean .ghw-dash-stat,
html body.ghw60-seller-clean .ghw-dashboard-stats article {
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  background:
    radial-gradient(circle at top left, rgba(255,157,0,.10), transparent 11rem),
    linear-gradient(180deg, #121822, #080b10) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.28) !important;
}

/* Dashboard recent listings + side tools */
html body.ghw60-seller-clean .ghw-dash-layout {
  align-items: start !important;
}

html body.ghw60-seller-clean .ghw-dash-panel,
html body.ghw60-seller-clean .ghw-dash-main,
html body.ghw60-seller-clean .ghw-dash-card {
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, #121821, #080b10) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.30) !important;
}

html body.ghw60-seller-clean .ghw-side-links a {
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  background: rgba(0,0,0,.25) !important;
  transition: .15s ease !important;
}

html body.ghw60-seller-clean .ghw-side-links a:hover {
  border-color: rgba(255,157,0,.90) !important;
  transform: translateY(-1px) !important;
}

/* /seller/dashboard replacement view */
html body.ghw60-seller-clean .ghw60-seller-dashboard-page {
  min-height: 65vh !important;
  padding: 34px 0 70px !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(237,17,28,.15), transparent 30rem),
    radial-gradient(circle at 15% 30%, rgba(255,157,0,.08), transparent 24rem),
    #050505 !important;
}

html body.ghw60-seller-clean .ghw60-seller-card {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  border: 1px solid rgba(255,157,0,.28) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(15,18,25,.98), rgba(6,8,12,.98)) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.42) !important;
  overflow: hidden !important;
}

html body.ghw60-seller-clean .ghw60-seller-card-head {
  padding: 32px !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58)),
    radial-gradient(circle at right, rgba(237,17,28,.22), transparent 28rem) !important;
}

html body.ghw60-seller-clean .ghw60-kicker {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 12px !important;
  margin-bottom: 12px !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;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

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

html body.ghw60-seller-clean .ghw60-seller-card h1 span {
  color: #ffb000 !important;
}

html body.ghw60-seller-clean .ghw60-seller-card p {
  margin: 12px 0 0 !important;
  max-width: 720px !important;
  color: #e8edf4 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

html body.ghw60-seller-clean .ghw60-seller-card-body {
  padding: 24px 32px 32px !important;
}

html body.ghw60-seller-clean .ghw60-seller-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body.ghw60-seller-clean .ghw60-seller-grid a {
  min-height: 118px !important;
  display: grid !important;
  align-content: center !important;
  gap: 7px !important;
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at top left, rgba(255,157,0,.10), transparent 11rem),
    linear-gradient(180deg, #121821, #080b10) !important;
  color: #fff !important;
  text-decoration: none !important;
}

html body.ghw60-seller-clean .ghw60-seller-grid a:hover {
  border-color: rgba(255,157,0,.90) !important;
  box-shadow: 0 0 22px rgba(255,157,0,.14) !important;
}

html body.ghw60-seller-clean .ghw60-seller-grid strong {
  color: #ffd45a !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 24px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

html body.ghw60-seller-clean .ghw60-seller-grid span {
  color: #c9d0dc !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Seller listing management pages */
html body.ghw60-seller-clean .ghw-seller-titlebar,
html body.ghw60-seller-clean .ghw-page-titlebar.ghw-seller-titlebar {
  padding: 34px 0 30px !important;
  border-bottom: 1px solid rgba(255,157,0,.30) !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.62)),
    radial-gradient(circle at right, rgba(237,17,28,.23), transparent 30rem),
    #050505 !important;
}

html body.ghw60-seller-clean .ghw-seller-titlebar h1 {
  margin: 0 !important;
  font-size: clamp(38px, 4.2vw, 56px) !important;
  line-height: .95 !important;
}

html body.ghw60-seller-clean .ghw-seller-titlebar p {
  max-width: 720px !important;
  margin-top: 10px !important;
  color: #dce4ee !important;
  font-size: 16px !important;
}

html body.ghw60-seller-clean .ghw-seller-page {
  padding: 32px 0 64px !important;
  background:
    radial-gradient(circle at top center, rgba(237,17,28,.08), transparent 32rem),
    #050505 !important;
}

html body.ghw60-seller-clean .ghw-seller-actions-bar {
  padding: 14px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #111821, #070a0f) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.28) !important;
}

html body.ghw60-seller-clean .ghw-seller-stats {
  max-width: 680px !important;
}

html body.ghw60-seller-clean .ghw-seller-stats a {
  min-height: 74px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #141b25, #080b10) !important;
}

html body.ghw60-seller-clean .ghw-seller-stats strong {
  font-size: 28px !important;
  color: #ffd45a !important;
}

html body.ghw60-seller-clean .ghw-seller-listings-grid {
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)) !important;
  gap: 18px !important;
}

html body.ghw60-seller-clean .ghw-seller-card {
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, #121821, #070a0f) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.30) !important;
  transition: .16s ease !important;
}

html body.ghw60-seller-clean .ghw-seller-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255,157,0,.60) !important;
}

html body.ghw60-seller-clean .ghw-seller-card-image {
  height: 200px !important;
  background:
    radial-gradient(circle at center, rgba(255,157,0,.08), transparent 12rem),
    #030303 !important;
}

html body.ghw60-seller-clean .ghw-seller-card-body {
  padding: 15px !important;
}

html body.ghw60-seller-clean .ghw-seller-card-body h2 {
  min-height: 44px !important;
  color: #fff !important;
  font-size: 16px !important;
}

html body.ghw60-seller-clean .ghw-seller-card-actions,
html body.ghw60-seller-clean .ghw-detail-actions {
  gap: 7px !important;
}

html body.ghw60-seller-clean .ghw-seller-card-actions a,
html body.ghw60-seller-clean .ghw-detail-actions a {
  min-height: 36px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
}

html body.ghw60-seller-clean .ghw-seller-card-forms button,
html body.ghw60-seller-clean .ghw-detail-forms button,
html body.ghw60-seller-clean .ghw-form-actions button {
  min-height: 40px !important;
  border-radius: 8px !important;
}

html body.ghw60-seller-clean .ghw-seller-form-card,
html body.ghw60-seller-clean .ghw-seller-detail-card,
html body.ghw60-seller-clean .ghw-bids-panel {
  border-radius: 16px !important;
  background: linear-gradient(180deg, #121821, #070a0f) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.30) !important;
}

html body.ghw60-seller-clean .ghw-bids-table-wrap {
  overflow-x: auto !important;
}

html body.ghw60-seller-clean .ghw-bids-table {
  width: 100% !important;
  border-collapse: collapse !important;
}

html body.ghw60-seller-clean .ghw-bids-table th,
html body.ghw60-seller-clean .ghw-bids-table td {
  padding: 12px 10px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

html body.ghw60-seller-clean .ghw-bids-table th {
  color: #ffd45a !important;
  text-align: left !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

@media (max-width: 980px) {
  html body.ghw60-seller-clean .ghw-dash-hero-grid {
    grid-template-columns: 1fr !important;
  }

  html body.ghw60-seller-clean .ghw60-seller-grid,
  html body.ghw60-seller-clean .ghw60-seller-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.ghw60-seller-clean .ghw-seller-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body.ghw60-seller-clean .ghw60-seller-grid {
    grid-template-columns: 1fr !important;
  }

  html body.ghw60-seller-clean .ghw-seller-stats {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.ghw60-seller-clean .ghw-seller-card-actions,
  html body.ghw60-seller-clean .ghw-detail-actions,
  html body.ghw60-seller-clean .ghw-seller-card-forms,
  html body.ghw60-seller-clean .ghw-detail-forms {
    grid-template-columns: 1fr !important;
  }

  html body.ghw60-seller-clean .ghw60-seller-card-head,
  html body.ghw60-seller-clean .ghw60-seller-card-body {
    padding: 22px !important;
  }
}
