* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input {
  font: inherit;
}

.wrap {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 60px;
}

.summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.overview-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--panel-neutral-border);
  background: var(--panel-neutral-bg);
  color: var(--panel-neutral-fg);
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.overview-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100vw;
  height: 620px;
  align-items: flex-start;
  justify-content: center;
  margin-top: -40px;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background: #111111 center center / cover no-repeat;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 78%) 0%,
    rgb(0 0 0 / 52%) 34%,
    rgb(0 0 0 / 18%) 58%,
    rgb(0 0 0 / 0%) 76%
  );
  content: "";
}

header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 72px 72px 0;
}

.header-overview-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 78%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.header-overview-link:hover {
  border-color: var(--accent);
  color: #ffffff;
}

.brand {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

h1 {
  max-width: 520px;
  margin: 0;
  color: rgb(255 255 255 / 95%);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 1.1;
  text-transform: uppercase;
}

.series-title-icon {
  display: none;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  padding: 8px;
  border: 1px solid var(--icon-border);
  background: var(--icon-surface);
  object-fit: contain;
}

.series-title-icon.visible {
  display: block;
}

.sub {
  max-width: 420px;
  margin-top: 6px;
  color: rgb(255 255 255 / 72%);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.2px;
  line-height: 1;
  text-transform: uppercase;
}

.series-description {
  display: -webkit-box;
  max-width: 620px;
  margin-top: 10px;
  overflow: hidden;
  color: rgb(255 255 255 / 80%);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.price-info {
  display: inline-flex;
  max-width: 520px;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 8%);
  color: rgb(255 255 255 / 86%);
  font-size: 11px;
  line-height: 1.4;
  backdrop-filter: blur(10px);
}

.price-info strong {
  color: #ffffff;
  font-weight: 600;
}

.price-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
}

.header-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.header-downloads-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 6%);
  color: rgb(255 255 255 / 74%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.header-downloads-link:hover {
  border-color: var(--accent);
  color: #ffffff;
}

.date {
  padding: 10px 18px;
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 8%);
  color: rgb(255 255 255 / 82%);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.diamond-logo {
  display: block;
  width: 130px;
  height: auto;
  filter: drop-shadow(0 8px 24px rgb(0 0 0 / 28%));
}

.zone-logo {
  width: 145px;
  filter: var(--brand-logo-filter, none);
}

.step {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--step-border);
  background: var(--step-bg);
  box-shadow: 0 1px 4px rgb(0 0 0 / 6%);
}

.step.is-hidden {
  display: none;
}

#step01 {
  margin-top: -80px;
}

.head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--step-border);
  background: var(--step-head-bg);
}

.num {
  padding: 3px 8px;
  border: 1px solid var(--step-num-border);
  background: var(--step-num-bg);
  color: var(--step-num-fg);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.body {
  padding: 20px 22px;
}

.note {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.grid {
  display: grid;
  gap: 2px;
}

.cols2 {
  grid-template-columns: repeat(2, 1fr);
}

.cols4 {
  grid-template-columns: repeat(4, 1fr);
}

.auto {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

#torchGrid {
  grid-template-columns: repeat(var(--torch-columns, 4), minmax(0, 1fr));
}

.dual-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 24px;
  width: 100%;
}

.dual-steps.single-step {
  grid-template-columns: 1fr;
}

.dual-steps .step {
  display: flex;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  margin-bottom: 0;
}

.dual-steps .body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.dual-steps .grid {
  flex: 1;
  width: 100%;
  min-width: 0;
  align-content: start;
}

.dual-steps .grid.cols4 {
  grid-template-columns: repeat(4, 1fr);
}

.dual-steps .grid.cols2 {
  grid-template-columns: repeat(2, 1fr);
}

.opt {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  background: var(--step-option-bg);
  cursor: pointer;
  transition: 0.12s ease;
  user-select: none;
}

.opt:hover {
  border-color: var(--border-strong);
}

.opt:hover .cap {
  background: var(--step-option-hover-cap-bg);
}

.opt.sel {
  border-color: var(--accent);
  background: var(--step-option-bg);
}

.opt.is-preview {
  cursor: default;
}

.opt.sel .cap {
  background: var(--step-option-selected-cap-bg);
}

.opt.sel::after {
  position: absolute;
  top: 7px;
  right: 10px;
  color: var(--accent);
  content: "\2713";
  font-size: 11px;
  font-weight: 900;
}

.thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  background: var(--step-option-thumb-bg);
}

.thumb canvas,
.thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.thumb img {
  object-fit: contain;
}

.cap {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border-top: 1px solid var(--border);
  background: var(--step-option-cap-bg);
}

.cap-text {
  min-width: 0;
}

.ol {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
}

.os {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: 1.45;
  white-space: normal;
  word-break: break-word;
}

.op {
  display: block;
  margin-top: 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.opt-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}

.opt-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 3px 7px;
  border: 1px solid var(--border-strong);
  background: var(--step-option-badge-bg);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

.opt.icon-opt {
  display: flex;
  flex-direction: column;
  background: var(--step-option-bg);
}

.opt.icon-opt .cap {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-top: 0;
  border-left: 0;
  background: var(--step-option-cap-bg);
}

.opt.icon-opt .thumb {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
}

.opt.icon-opt .thumb img {
  width: 100%;
  height: 100%;
}

.selector {
  display: none;
  margin-top: 14px;
}

.small-title {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.search {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--bg);
}

.search span {
  padding: 0 12px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search input {
  flex: 1;
  padding: 10px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 14px;
}

.clear {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.clear:hover {
  color: var(--danger);
}

.discount-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.discount-row label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.discount-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-strong);
  background: var(--bg);
}

.discount-box input {
  width: 85px;
  padding: 10px 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

.pct {
  padding-right: 14px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 600;
}

.slider {
  flex: 1;
  min-width: 180px;
  height: 3px;
  accent-color: var(--accent);
}

.summary {
  position: fixed;
  z-index: 30;
  left: 50%;
  display: none;
  width: min(1052px, calc(100vw - 48px));
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
  transform: translateX(-50%);
}

.summary.stuck {
  box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
}

.summary-body {
  display: grid;
  gap: 8px;
  padding: 10px 14px;
}

.config-layout {
  width: 100%;
}

.config-main {
  min-width: 0;
}

.summary-mobile-toggle {
  display: none;
}

.audience-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--border-strong);
  background: var(--bg);
}

.audience-choice {
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.audience-choice:hover {
  color: var(--text);
}

.audience-choice.is-active {
  border-radius: 0;
  background: var(--panel-cta-bg);
  color: var(--panel-cta-fg);
}

.summary-actions + .sku-box {
  margin-top: 2px;
}

.sku-box {
  padding: 8px 10px;
  border: 2px solid var(--border);
  background: var(--surface-2);
}

.sku-label {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sku-row {
  display: flex;
  align-items: stretch;
}

.sku-display {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 2px;
}

.copy {
  align-self: stretch;
  margin-left: 6px;
  padding: 0 12px;
  border: 1px solid var(--panel-cta-border);
  background: var(--panel-cta-bg);
  color: var(--panel-cta-fg);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.copy:hover {
  border-color: var(--accent);
  background: var(--accent);
}

.copy:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.seg {
  display: flex;
  min-width: 48px;
  flex-direction: column;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid var(--border);
  background: var(--bg);
}

.seg.f {
  border-color: var(--panel-cta-border);
  background: var(--panel-cta-bg);
}

.seg.a {
  border-color: var(--accent);
  background: var(--accent);
}

.sv {
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}

.f .sv,
.a .sv {
  color: var(--panel-cta-fg);
}

.sn {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.f .sn {
  color: var(--panel-cta-fg-soft-65);
}

.a .sn {
  color: var(--panel-cta-fg-soft-80);
}

.sep {
  display: flex;
  align-items: center;
  padding: 0 2px;
  color: var(--border-strong);
  font-size: 18px;
}

.incomplete {
  display: none;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lower {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr auto;
  align-items: stretch;
  gap: 8px;
}

.parts-box {
  min-width: 0;
}

.summary-section-title {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.dealer-tools {
  display: none;
  gap: 10px;
  padding: 10px 12px 12px;
  border: 1px solid var(--border);
  background: var(--surface-2);
}

body.audience-mode-enabled .sku-box {
  padding: 9px 10px;
  border: 1px solid var(--border);
  background: var(--surface);
}

body.audience-mode-enabled .sku-label {
  margin-bottom: 4px;
  font-size: 8px;
  letter-spacing: 1.4px;
}

body.audience-mode-enabled .sku-row {
  align-items: center;
  gap: 8px;
}

body.audience-mode-enabled .sku-display {
  display: block;
  min-width: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.audience-mode-enabled .sku-display .seg,
body.audience-mode-enabled .sku-display .sep {
  display: inline;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.audience-mode-enabled .sku-display .seg .sn {
  display: none;
}

body.audience-mode-enabled .sku-display .seg .sv {
  display: inline;
  color: var(--text);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

body.audience-mode-enabled .sku-display .sep {
  display: inline-block;
  width: 7px;
  font-size: 0;
}

body.audience-mode-enabled .copy {
  min-height: 34px;
  margin-left: 0;
  padding: 8px 10px;
}

body.audience-mode-enabled .summary-section-title {
  margin-bottom: 2px;
  font-size: 8px;
  letter-spacing: 1.3px;
}

body.audience-mode-enabled .line {
  gap: 8px;
  padding: 3px 0;
}

body.audience-mode-enabled .cat {
  min-width: 62px;
  font-size: 8px;
  letter-spacing: 1px;
}

body.audience-mode-enabled .name {
  font-size: 11px;
  line-height: 1.3;
}

body.audience-mode-enabled .val {
  font-size: 11px;
}

body.audience-mode-enabled .price-card {
  padding: 7px 8px;
}

body.audience-mode-enabled .cv {
  font-size: 19px;
}

body.audience-mode-enabled .lead-head {
  display: none;
}

body.audience-mode-enabled .lead-note {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

body.audience-mode-enabled .empty {
  padding: 4px 0;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

body.audience-mode-enabled .lead-box,
body.audience-mode-enabled .dealer-tools {
  padding: 9px 10px;
  background: var(--surface);
}

body.audience-dealer .dealer-tools {
  display: grid;
}

body.audience-buyer .price-card.hot {
  display: none;
}

body.audience-buyer .totals {
  grid-template-columns: 1fr;
}

.discount-row-compact {
  align-items: center;
  gap: 8px;
}

.discount-row-compact label {
  width: 100%;
}

.discount-row-compact .discount-box {
  flex: 0 0 96px;
}

.discount-row-compact .slider {
  min-width: 0;
  margin: 0;
}

.discount-hint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.lead-box {
  display: grid;
  gap: 8px;
  padding: 10px 12px 12px;
  border: 1px solid var(--border);
  background: var(--surface-2);
}

.lead-head {
  display: grid;
  gap: 4px;
}

.lead-title {
  color: var(--text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lead-copy {
  max-width: 56ch;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.lead-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--panel-neutral-border);
  background: var(--panel-neutral-bg);
  color: var(--panel-neutral-fg);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
}

.lead-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lead-link.primary {
  border-color: var(--panel-cta-border);
  background: var(--panel-cta-bg);
  color: var(--panel-cta-fg);
}

.lead-link.primary:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lead-field {
  display: grid;
  gap: 4px;
}

.lead-field span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lead-field input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--text);
  font-size: 12px;
  outline: 0;
}

.lead-field input:focus {
  border-color: var(--accent);
}

.lead-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lead-box.single-action .lead-actions {
  grid-template-columns: 1fr;
}

.send {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--panel-cta-border);
  background: var(--panel-cta-bg);
  color: var(--panel-cta-fg);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.send:hover:not(:disabled) {
  border-color: var(--accent);
  background: var(--accent);
}

.send.secondary {
  border-color: var(--border-strong);
  background: var(--surface);
  color: var(--text);
}

.send.secondary:hover:not(:disabled) {
  border-color: var(--accent);
  background: var(--surface);
  color: var(--accent);
}

.send:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.lead-link.modal-cancel {
  justify-content: center;
}

.lead-note {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lead-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(9 12 19 / 68%);
  backdrop-filter: blur(4px);
}

.lead-panel {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  padding: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 18px 48px rgb(0 0 0 / 28%);
}

.lead-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.modal-close {
  min-width: 36px;
  min-height: 36px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.modal-close:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-actions-modal {
  justify-content: end;
}

.line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px solid var(--border);
}

.line:last-child {
  border-bottom: 0;
}

.cat {
  min-width: 80px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.name {
  flex: 1;
  font-size: 12px;
  line-height: 1.45;
}

.val {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.totals {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.price-card {
  padding: 8px 10px;
  border: 1px solid var(--border);
  background: var(--bg);
}

.price-card.hot {
  border: 2px solid var(--accent);
  background: var(--accent-bg);
}

.cl {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cv {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  line-height: 1;
}

.hot .cv {
  color: var(--accent);
}

.cs {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.empty {
  padding: 8px 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

.reset {
  min-width: 110px;
  height: 100%;
  padding: 8px 10px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.reset:hover {
  border-color: var(--danger);
  color: var(--danger);
}

.nores {
  display: none;
  padding: 16px 0;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#connGrid .opt {
  height: 100%;
}

#connGrid .conn-group {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 10px;
  margin: 10px 0 6px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1;
  text-transform: uppercase;
}

#connGrid .conn-group.conn-group-break {
  margin-top: 16px;
  padding-top: 12px;
}

#connGrid .conn-group-title {
  white-space: nowrap;
}

#connGrid .conn-group-rule {
  flex: 1;
  min-width: 20px;
  height: 1px;
  background: var(--border);
}

#connGrid .conn-group-range {
  white-space: nowrap;
  color: var(--muted-soft);
  font-size: 8px;
  letter-spacing: 1.2px;
}

#connGrid .cap {
  display: flex;
  flex-direction: column;
}

#connGrid .os {
  order: 2;
  min-height: 16px;
}

#connGrid .op {
  order: 3;
  min-height: 17px;
  margin-top: auto;
}

#handleGrid .opt {
  height: 100%;
}

#handleGrid .cap {
  display: flex;
  min-height: 94px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}

#handleGrid .op {
  min-height: 17px;
  margin-top: auto;
}

#switchGrid .cap {
  padding: 11px 13px;
}

#switchGrid .ol {
  font-size: 14px;
  letter-spacing: 0.8px;
}

#switchGrid .os {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: 1.45;
}

body.audience-mode-enabled .wrap {
  max-width: 1280px;
}

body.audience-mode-enabled .step {
  margin-bottom: 18px;
}

body.audience-mode-enabled .head {
  padding: 13px 18px;
}

body.audience-mode-enabled .body {
  padding: 16px 18px;
}

body.audience-mode-enabled .note {
  margin-bottom: 10px;
}

body.audience-mode-enabled .grid {
  gap: 4px;
}

body.audience-mode-enabled #torchGrid {
  grid-template-columns: repeat(var(--torch-columns, 4), minmax(0, 1fr));
}

body.audience-mode-enabled #torchGrid .thumb {
  aspect-ratio: 400 / 636;
  height: auto;
}

body.audience-mode-enabled #torchGrid .thumb canvas,
body.audience-mode-enabled #torchGrid .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.audience-mode-enabled .cap {
  padding: 9px 11px;
}

body.audience-mode-enabled .ol {
  font-size: 13px;
  letter-spacing: 0.5px;
}

body.audience-mode-enabled .os {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 1.35;
}

body.audience-mode-enabled #switchGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.audience-mode-enabled #switchGrid .thumb {
  display: flex;
  height: 132px;
  align-items: center;
  justify-content: center;
}

body.audience-mode-enabled #switchGrid .thumb canvas,
body.audience-mode-enabled #switchGrid .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.audience-mode-enabled #switchGrid .cap {
  min-height: 58px;
}

body.audience-mode-enabled #switchGrid .ol {
  white-space: nowrap;
  word-break: normal;
}

body.audience-mode-enabled #switchGrid .os {
  white-space: nowrap;
}

body.audience-mode-enabled #handleGrid {
  grid-template-columns: 1fr;
}

body.audience-mode-enabled #handleGrid .thumb {
  display: flex;
  height: 132px;
  align-items: center;
  justify-content: center;
}

body.audience-mode-enabled #handleGrid .thumb canvas,
body.audience-mode-enabled #handleGrid .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.audience-mode-enabled #handleGrid .cap {
  min-height: 74px;
}

body.audience-mode-enabled .handle-step .note {
  max-width: none;
}

.opt.no-img {
  display: flex;
}

.opt.no-img .thumb {
  display: none;
}

.opt.no-img .cap {
  border-top: 0;
  border-left: 0;
}

body.no-hero .hero {
  display: none;
}

body.no-hero header {
  position: relative;
  padding: 40px 0 30px;
}

body.no-hero h1 {
  color: var(--text);
}

body.no-hero .sub {
  color: var(--muted);
}

body.no-hero .series-description {
  color: var(--muted);
}

body.no-hero .price-info {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
}

body.no-hero .price-info strong {
  color: var(--text);
}

body.no-hero .header-overview-link {
  border-color: var(--border-strong);
  background: var(--surface);
  color: var(--text);
}

body.no-hero .header-downloads-link {
  border-color: var(--border-strong);
  background: var(--surface);
  color: var(--text);
}

body.no-hero .date {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--muted);
}

body.no-hero #step01 {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .dual-steps {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .dual-steps .step {
    height: auto;
    min-height: 0;
    margin-bottom: 24px;
  }

  .dual-steps .body,
  .dual-steps .grid {
    flex: initial;
  }

  #handleGrid .opt {
    height: auto;
  }

  #handleGrid .cap {
    min-height: 0;
    flex: initial;
  }

  .dual-steps .grid.cols4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .lead-head {
    gap: 4px;
  }

  .lead-fields {
    grid-template-columns: 1fr;
  }

  .lead-actions,
  .lead-actions-modal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  header {
    padding: 56px 28px 0;
  }

  .summary {
    width: calc(100vw - 48px);
    max-height: 85vh;
    overflow: auto;
  }

  .lower {
    grid-template-columns: 1fr;
  }

  .reset {
    height: auto;
  }
}

@media (max-width: 700px) {
  .cols4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  header {
    padding: 42px 18px 0;
  }

  .title-row {
    align-items: flex-start;
  }

  .series-title-icon.visible {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    padding: 6px;
  }

  .cols2,
  .cols4 {
    grid-template-columns: 1fr;
  }

  .auto {
    grid-template-columns: 1fr 1fr;
  }

  .summary {
    width: calc(100vw - 16px);
    max-height: none;
  }

  .summary-body {
    gap: 4px;
    padding: 6px;
  }

  .sku-box {
    padding: 6px 8px;
    border: 1px solid var(--border);
    background: var(--surface);
  }

  .sku-label {
    display: none;
  }

  .sku-row {
    align-items: center;
  }

  .sku-display {
    display: block;
    overflow: hidden;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sku-display .seg,
  .sku-display .sep {
    display: inline;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .sku-display .seg .sn {
    display: none;
  }

  .sku-display .seg .sv {
    display: inline;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }

  .sku-display .sep {
    padding: 0;
    font-size: 0;
  }

  .copy {
    margin-left: 6px;
    padding: 6px 8px;
    font-size: 9px;
  }

  .incomplete {
    margin-top: 3px;
    font-size: 9px;
  }

  .lower {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lower .line {
    gap: 6px;
    padding: 2px 0;
  }

  .lower .cat {
    min-width: 52px;
    font-size: 8px;
    letter-spacing: 1px;
  }

  .lower .name,
  .lower .val {
    font-size: 10px;
  }

  .lower .name {
    line-height: 1.25;
  }

  .lower .totals {
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }

  .lower .price-card {
    padding: 5px 6px;
  }

  .lower .cl {
    margin-bottom: 2px;
    font-size: 7px;
    letter-spacing: 1px;
  }

  .lower .cv {
    font-size: 15px;
  }

  .lower .cs {
    margin-top: 2px;
    font-size: 8px;
  }

  .lower .reset {
    display: none;
  }

  .lead-panel {
    padding: 14px;
  }

  .lead-modal-head {
    margin-bottom: 10px;
  }

  .lead-actions,
  .lead-actions-modal {
    grid-template-columns: 1fr;
  }

  #switchGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  #switchGrid .ol {
    font-size: 13px;
    word-break: normal;
  }

  #switchGrid .cap {
    min-height: 68px;
  }
}

@media (min-width: 1180px) {
  body.audience-mode-enabled .config-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 316px;
    align-items: start;
    gap: 24px;
  }

  body.audience-mode-enabled .summary {
    position: sticky;
    top: 24px;
    right: auto;
    left: auto;
    width: auto;
    max-height: calc(100vh - 48px);
    margin-top: -80px;
    overflow: auto;
    transform: none;
  }

  body.audience-mode-enabled .dual-steps {
    grid-template-columns: var(--dual-step-columns, repeat(2, minmax(0, 1fr)));
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 24px;
    width: 100%;
  }

  body.audience-mode-enabled .dual-steps .step {
    grid-column: auto;
    height: auto;
    min-height: 0;
    width: 100%;
  }

  body.audience-mode-enabled .dual-steps .step:first-child {
    grid-column: var(--switch-step-column, auto);
  }

  body.audience-mode-enabled .dual-steps .step:last-child {
    grid-column: var(--handle-step-column, auto);
  }

  body.audience-mode-enabled .dual-steps .body,
  body.audience-mode-enabled .dual-steps .grid {
    width: 100%;
    min-width: 0;
    flex: initial;
  }

  body.audience-mode-enabled .dual-steps #switchGrid {
    grid-template-columns: repeat(var(--switch-columns, 4), minmax(0, 1fr));
  }

  body.audience-mode-enabled .dual-steps #handleGrid {
    grid-template-columns: repeat(var(--handle-columns, 1), minmax(0, 1fr));
  }

  body.audience-mode-enabled .lower {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled .reset {
    height: auto;
  }

  body.audience-mode-enabled .summary-actions {
    justify-content: stretch;
  }

  body.audience-mode-enabled .overview-link {
    flex: 1 1 0;
    justify-content: center;
  }
}

@media (min-width: 640px) and (max-width: 1179px) {
  body.audience-mode-enabled .wrap {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.audience-mode-enabled .config-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(218px, 30vw, 280px);
    align-items: start;
    gap: 12px;
  }

  body.audience-mode-enabled .summary {
    position: sticky;
    top: 18px;
    right: auto;
    left: auto;
    width: auto;
    max-height: calc(100vh - 36px);
    margin-top: -80px;
    overflow: auto;
    transform: none;
  }

  body.audience-mode-enabled .summary-body {
    padding: 9px;
  }

  body.audience-mode-enabled .body {
    padding: 13px 14px;
  }

  body.audience-mode-enabled .head {
    padding: 11px 14px;
  }

  body.audience-mode-enabled .grid {
    gap: 3px;
  }

  body.audience-mode-enabled #torchGrid {
    grid-template-columns: repeat(var(--torch-columns, 4), minmax(0, 1fr));
  }

  body.audience-mode-enabled #torchGrid .thumb {
    aspect-ratio: 400 / 636;
    height: auto;
  }

  body.audience-mode-enabled #switchGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.audience-mode-enabled #switchGrid .thumb {
    height: 96px;
  }

  body.audience-mode-enabled #handleGrid .thumb {
    height: 104px;
  }

  body.audience-mode-enabled .cap {
    padding: 7px 8px;
  }

  body.audience-mode-enabled .ol {
    font-size: 12px;
    letter-spacing: 0.25px;
  }

  body.audience-mode-enabled .os {
    font-size: 9px;
    letter-spacing: 0.1px;
    line-height: 1.25;
  }

  body.audience-mode-enabled .dual-steps {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 18px;
  }

  body.audience-mode-enabled .dual-steps .step {
    height: auto;
    min-height: 0;
  }

  body.audience-mode-enabled .dual-steps .body,
  body.audience-mode-enabled .dual-steps .grid {
    width: 100%;
    min-width: 0;
    flex: initial;
  }

  body.audience-mode-enabled .lower {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled .reset {
    height: auto;
  }
}

@media (min-width: 640px) and (max-width: 760px) {
  body.audience-mode-enabled .audience-switch,
  body.audience-mode-enabled .lead-actions {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled #torchGrid .thumb {
    aspect-ratio: 400 / 636;
    height: auto;
  }

  body.audience-mode-enabled #switchGrid .thumb {
    height: 82px;
  }

  body.audience-mode-enabled #handleGrid .thumb {
    height: 92px;
  }

  body.audience-mode-enabled .summary-body {
    gap: 6px;
  }
}

@media (max-width: 639px) {
  .wrap {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero {
    height: 340px;
    margin-top: -18px;
    background-position: center top;
  }

  .hero::before {
    background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 82%) 0%,
      rgb(0 0 0 / 58%) 38%,
      rgb(0 0 0 / 20%) 70%,
      rgb(0 0 0 / 0%) 100%
    );
  }

  header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    padding: 22px 14px 0;
  }

  .brand {
    margin-bottom: 6px;
    font-size: 9px;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }

  .header-overview-link {
    margin-bottom: 8px;
    padding: 6px 8px;
    font-size: 8px;
    letter-spacing: 1px;
  }

  .header-meta {
    display: grid;
    justify-items: end;
    gap: 5px;
  }

  .header-downloads-link {
    min-height: 28px;
    padding: 7px 8px;
    font-size: 8px;
    letter-spacing: 0.8px;
    text-align: right;
  }

  .title-row {
    align-items: center;
    gap: 8px;
  }

  h1 {
    max-width: 220px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.05;
  }

  .series-title-icon.visible {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    padding: 5px;
  }

  .sub {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  .series-description {
    max-width: 220px;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.3;
    -webkit-line-clamp: 4;
  }

  .price-info {
    max-width: 220px;
    gap: 6px;
    margin-top: 8px;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.2;
  }

  .price-dot {
    width: 7px;
    height: 7px;
  }

  .header-aside {
    align-items: flex-end;
    gap: 8px;
  }

  .date {
    padding: 6px 8px;
    font-size: 9px;
    letter-spacing: 1.1px;
  }

  .diamond-logo {
    width: 88px;
  }

  .zone-logo {
    width: 86px;
  }

  #step01 {
    margin-top: -42px;
  }

  .step {
    margin-bottom: 16px;
  }

  .head {
    gap: 10px;
    padding: 12px 14px;
  }

  .body {
    padding: 14px;
  }

  .title {
    font-size: 14px;
    letter-spacing: 0.8px;
  }

  .note {
    margin-bottom: 10px;
    font-size: 11px;
  }

  body.audience-mode-enabled .wrap {
    padding-bottom: 96px;
  }

  body.audience-mode-enabled .config-layout {
    display: block;
  }

  body.audience-mode-enabled .summary {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: none;
    border: 1px solid var(--border-strong);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    overflow: visible;
    transform: none;
  }

  body.audience-mode-enabled .theme-switch {
    right: 8px;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    transform: scale(0.82);
    transform-origin: bottom right;
  }

  body.summary-drawer-open .theme-switch {
    opacity: 0;
    pointer-events: none;
  }

body.audience-mode-enabled .summary-mobile-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px 15px;
  border: 0;
  background: var(--summary-toggle-bg);
  box-shadow: inset 0 -5px 0 var(--accent);
  color: var(--summary-toggle-fg);
  cursor: pointer;
  text-align: left;
}

  body.audience-mode-enabled .summary-mobile-toggle::after {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    margin-left: 2px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  body.audience-mode-enabled .summary.drawer-open .summary-mobile-toggle::after {
    transform: rotate(225deg);
  }

body.audience-mode-enabled .mobile-summary-label {
  display: block;
  margin-bottom: 2px;
  color: var(--summary-toggle-label);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

  body.audience-mode-enabled .mobile-summary-sku {
    display: block;
    max-width: 52vw;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.audience-mode-enabled .mobile-summary-price {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  body.audience-mode-enabled .summary-body {
    display: none;
    max-height: calc(100vh - 150px);
    padding: 10px;
    overflow: auto;
    background: var(--surface);
  }

  body.audience-mode-enabled .summary.drawer-open .summary-body {
    display: grid;
  }

  body.audience-mode-enabled .audience-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.audience-mode-enabled .audience-choice {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 9px;
    letter-spacing: 1px;
  }

  body.audience-mode-enabled .lead-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  body.audience-mode-enabled .lead-box.single-action .lead-actions {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled .lead-actions-modal {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled .send,
  body.audience-mode-enabled .lead-link {
    min-height: 34px;
    padding: 8px 8px;
    font-size: 9px;
    letter-spacing: 1px;
  }

  body.audience-mode-enabled .dealer-tools {
    gap: 6px;
    padding: 7px 8px;
  }

  body.audience-mode-enabled .discount-row-compact {
    gap: 6px;
  }

  body.audience-mode-enabled .discount-row-compact label {
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  body.audience-mode-enabled .discount-row-compact .discount-box {
    flex: 0 0 66px;
  }

  body.audience-mode-enabled .discount-box input {
    width: 46px;
    padding: 6px 6px;
    font-size: 15px;
  }

  body.audience-mode-enabled .pct {
    padding-right: 7px;
    font-size: 13px;
  }

  body.audience-mode-enabled .discount-hint {
    font-size: 11px;
    line-height: 1.3;
  }

  body.audience-mode-enabled #torchGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.audience-mode-enabled #torchGrid .thumb {
    aspect-ratio: 400 / 636;
    height: auto;
  }

  body.audience-mode-enabled .dual-steps {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  body.audience-mode-enabled .lower {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled .reset {
    height: auto;
  }
}

@media (max-width: 520px) {
  body.audience-mode-enabled .audience-switch,
  body.audience-mode-enabled .lead-box .lead-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.audience-mode-enabled .lead-box.single-action .lead-actions,
  body.audience-mode-enabled .lead-actions-modal {
    grid-template-columns: 1fr;
  }

  body.audience-mode-enabled #torchGrid .thumb {
    aspect-ratio: 400 / 636;
    height: auto;
  }

  body.audience-mode-enabled .dealer-tools,
  body.audience-mode-enabled .lead-box {
    padding: 9px;
  }
}

html[data-theme="dark"] .header-overview-link,
html[data-theme="dark"] .header-downloads-link,
html[data-theme="dark"] .date {
  border-color: var(--border);
  background: rgb(17 20 28 / 78%);
  color: var(--text);
}

html[data-theme="dark"] .price-info {
  border-color: var(--border);
  background: rgb(17 20 28 / 78%);
  color: var(--text);
}

html[data-theme="dark"] .price-info strong {
  color: var(--text);
}

html[data-theme="dark"] .header-overview-link:hover,
html[data-theme="dark"] .header-downloads-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

html[data-theme="dark"] .step {
  border-color: var(--step-border);
  background: var(--step-bg);
}

html[data-theme="dark"] .head {
  border-bottom-color: var(--step-border);
  background: var(--step-head-bg);
}

html[data-theme="dark"] .opt {
  background: var(--step-option-bg);
}

html[data-theme="dark"] .thumb {
  background: var(--step-option-thumb-bg);
}

html[data-theme="dark"] .cap {
  background: var(--step-option-cap-bg);
}

html[data-theme="dark"] .opt:hover .cap {
  background: var(--step-option-hover-cap-bg);
}

html[data-theme="dark"] .opt.sel .cap {
  background: var(--step-option-selected-cap-bg);
}

html[data-theme="dark"] .opt-badge {
  background: var(--step-option-badge-bg);
}
