.v2-shell[data-active-page="prices"] #pricesPage {
  display: block !important;
}

.v2-shell .prices-board {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    var(--panel) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2) !important;
  display: grid !important;
  gap: 14px !important;
  overflow: hidden !important;
  padding: 18px !important;
}

.v2-shell .prices-hero {
  align-items: stretch !important;
  background:
    linear-gradient(135deg, rgba(217, 75, 93, 0.14), rgba(59, 156, 255, 0.08)),
    rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 0.95fr) !important;
  padding: 18px !important;
}

.v2-shell .prices-hero-copy {
  align-content: center !important;
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.v2-shell .prices-hero-copy h2 {
  color: #ffffff !important;
  font-size: clamp(26px, 2.2vw, 38px) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

.v2-shell .prices-hero-copy p {
  color: #cbd2de !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: 560px !important;
}

.v2-shell .prices-metrics {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 1.2fr 0.85fr 0.85fr !important;
  min-width: 0 !important;
}

.v2-shell .prices-metric {
  align-content: center !important;
  background: rgba(10, 12, 15, 0.32) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  display: grid !important;
  min-height: 112px !important;
  min-width: 0 !important;
  padding: 14px !important;
}

.v2-shell .prices-metric.is-primary {
  background: rgba(217, 75, 93, 0.18) !important;
  border-color: rgba(217, 75, 93, 0.24) !important;
}

.v2-shell .prices-metric span {
  color: #b8c0cc !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.v2-shell .prices-metric strong {
  color: #ffffff !important;
  display: block !important;
  font-size: clamp(21px, 2vw, 31px) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  margin-top: 12px !important;
  overflow-wrap: anywhere !important;
}

.v2-shell .prices-toolbar {
  align-items: center !important;
  color: #cbd2de !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: space-between !important;
}

.v2-shell .prices-toolbar span {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.095) !important;
  border-radius: 8px !important;
  color: #d9dee8 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
}

.v2-shell .prices-board .compact-table-wrap {
  background: rgba(5, 7, 10, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 8px !important;
  overflow: auto !important;
}

.v2-shell .prices-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  min-width: 920px !important;
}

.v2-shell .prices-table th {
  background: rgba(255, 255, 255, 0.055) !important;
  color: #bfc7d3 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  padding: 13px 14px !important;
  text-transform: uppercase !important;
}

.v2-shell .prices-table td {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #e8edf5 !important;
  padding: 14px !important;
  vertical-align: middle !important;
}

.v2-shell .prices-table tbody tr:hover td {
  background: rgba(217, 75, 93, 0.055) !important;
}

.v2-shell .price-car-cell {
  align-items: center !important;
  display: flex !important;
  gap: 12px !important;
  min-width: 280px !important;
}

.v2-shell .price-rank {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 40px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  height: 40px !important;
  justify-content: center !important;
  width: 40px !important;
}

.v2-shell .price-car-copy {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.v2-shell .prices-table .car-name {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
}

.v2-shell .prices-table .car-note,
.v2-shell .price-subline {
  color: #9fa9b8 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.v2-shell .price-value-cell {
  color: #ffffff !important;
  min-width: 150px !important;
}

.v2-shell .price-main-value {
  color: #ffffff !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}

.v2-shell .price-count-pill,
.v2-shell .price-latest-pill {
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  color: #f7f9fc !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  min-width: 44px !important;
  padding: 7px 10px !important;
}

.v2-shell .price-latest-pill {
  background: rgba(59, 156, 255, 0.12) !important;
  border-color: rgba(59, 156, 255, 0.22) !important;
}

.v2-shell .prices-board .empty-state {
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px dashed rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  color: #cbd2de !important;
  margin: 0 !important;
  padding: 22px !important;
  text-align: center !important;
}

body.v2-shell.theme-light .prices-board {
  background: var(--surface) !important;
  border-color: var(--line) !important;
  box-shadow: var(--shadow) !important;
}

body.v2-shell.theme-light .prices-hero {
  background: linear-gradient(135deg, #fff2f4, #eef5ff) !important;
  border-color: var(--line) !important;
}

body.v2-shell.theme-light .prices-hero-copy h2,
body.v2-shell.theme-light .prices-metric strong,
body.v2-shell.theme-light .prices-table .car-name,
body.v2-shell.theme-light .price-main-value {
  color: var(--ink) !important;
}

body.v2-shell.theme-light .prices-hero-copy p,
body.v2-shell.theme-light .prices-toolbar,
body.v2-shell.theme-light .prices-table .car-note,
body.v2-shell.theme-light .price-subline {
  color: var(--muted) !important;
}

body.v2-shell.theme-light .prices-metric,
body.v2-shell.theme-light .prices-toolbar span,
body.v2-shell.theme-light .price-rank,
body.v2-shell.theme-light .price-count-pill {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: var(--line) !important;
  color: var(--ink) !important;
}

body.v2-shell.theme-light .prices-metric.is-primary {
  background: rgba(215, 25, 47, 0.08) !important;
  border-color: rgba(215, 25, 47, 0.16) !important;
}

body.v2-shell.theme-light .prices-board .compact-table-wrap {
  background: #ffffff !important;
  border-color: var(--line) !important;
}

body.v2-shell.theme-light .prices-table th {
  background: #f5f7fa !important;
  color: #65707d !important;
}

body.v2-shell.theme-light .prices-table td {
  border-bottom-color: var(--line) !important;
  color: var(--ink) !important;
}

body.v2-shell.theme-light .prices-table tbody tr:hover td {
  background: #fff7f8 !important;
}

@media (max-width: 920px) {
  .v2-shell .prices-hero {
    grid-template-columns: 1fr !important;
  }

  .v2-shell .prices-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .v2-shell .prices-board {
    padding: 12px !important;
  }

  .v2-shell .prices-hero {
    padding: 14px !important;
  }

  .v2-shell .prices-metrics {
    grid-template-columns: 1fr !important;
  }

  .v2-shell .prices-metric {
    min-height: 84px !important;
  }

  .v2-shell .prices-toolbar {
    align-items: stretch !important;
  }

  .v2-shell .prices-toolbar span {
    width: 100% !important;
  }
}
