body.dtr-public-shell.seller-guide-page {
  --seller-green: #43c69a;
  --seller-blue: #8db9d1;
  --seller-red: #e78178;
}

.seller-hero {
  padding: 66px 0 58px;
  border-bottom: 1px solid var(--border, rgba(246,241,230,.07));
}

.seller-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.seller-hero h1,
.seller-section h2,
.seller-final h2 {
  font-family: var(--font-d, 'Bebas Neue', sans-serif);
  text-transform: uppercase;
  color: var(--text, #f6f1e6);
}

.seller-hero h1 {
  font-size: clamp(52px, 6.5vw, 78px);
  line-height: .96;
  letter-spacing: 1px;
  margin: 0 0 22px;
}

.seller-hero h1 span,
.seller-section h2 span,
.seller-final h2 span {
  color: var(--accent, #f2b84b);
}

.seller-sub {
  max-width: 650px;
  color: var(--text2, #c6d2d8);
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 22px;
}

.seller-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 14px;
}

.seller-note,
.seller-source {
  color: var(--muted, #8798a0);
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 10px;
  line-height: 1.65;
}

.seller-tool {
  border: 1px solid var(--border, rgba(246,241,230,.09));
  background: #111f27;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.seller-tool-head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--border, rgba(246,241,230,.07));
}

.seller-tool-label,
.seller-label,
.seller-output-label {
  color: var(--accent, #f2b84b);
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
}

.seller-tool-title {
  color: var(--text, #f6f1e6);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  margin-top: 7px;
}

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

.seller-field.full {
  grid-column: 1 / -1;
}

.seller-field label {
  display: block;
  color: var(--muted, #8798a0);
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.seller-field select,
.seller-field input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid var(--border, rgba(246,241,230,.10));
  border-radius: 6px;
  background: #09151c;
  color: var(--text, #f6f1e6);
  font: 600 13px var(--font-b, 'DM Sans', sans-serif);
  padding: 0 12px;
}

.seller-field select:focus,
.seller-field input:focus {
  outline: 2px solid rgba(242,184,75,.42);
  outline-offset: 1px;
}

.seller-tool-actions {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.seller-button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  background: var(--accent, #f2b84b);
  color: #281b07;
  font: 800 13px var(--font-b, 'DM Sans', sans-serif);
  cursor: pointer;
}

.seller-output {
  border-top: 1px solid var(--border, rgba(246,241,230,.07));
  padding-top: 18px;
}

.seller-output strong {
  display: block;
  color: var(--seller-green);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  margin: 7px 0 9px;
}

.seller-output p {
  color: var(--text2, #c6d2d8);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.seller-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.seller-output-cell {
  border-top: 1px solid var(--border, rgba(246,241,230,.07));
  padding-top: 12px;
}

.seller-output-cell strong {
  font-size: 15px;
  color: var(--text, #f6f1e6);
  margin: 5px 0 0;
}

.seller-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--border, rgba(246,241,230,.07));
}

.seller-section h2,
.seller-final h2 {
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1;
  letter-spacing: .7px;
  margin: 0 0 14px;
}

.seller-section-sub {
  max-width: 760px;
  color: var(--text2, #c6d2d8);
  font-size: 16px;
  line-height: 1.72;
  margin: 0 0 28px;
}

.seller-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.seller-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seller-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seller-card {
  border: 1px solid var(--border, rgba(246,241,230,.08));
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  padding: 20px;
}

.seller-card h3,
.seller-faq h3 {
  color: var(--text, #f6f1e6);
  font-size: 18px;
  line-height: 1.3;
  margin: 8px 0 9px;
}

.seller-card p,
.seller-card li,
.seller-faq p,
.seller-callout,
.seller-source {
  color: var(--text2, #c6d2d8);
  font-size: 14px;
  line-height: 1.65;
}

.seller-card p,
.seller-faq p {
  margin: 0;
}

.seller-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border, rgba(246,241,230,.08));
  border-radius: 8px;
}

.seller-table {
  width: 100%;
  min-width: 930px;
  border-collapse: collapse;
  background: rgba(255,255,255,.02);
}

.seller-table th,
.seller-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border, rgba(246,241,230,.07));
  border-right: 1px solid var(--border, rgba(246,241,230,.05));
  text-align: left;
  vertical-align: top;
}

.seller-table th:last-child,
.seller-table td:last-child {
  border-right: 0;
}

.seller-table tr:last-child td {
  border-bottom: 0;
}

.seller-table th {
  color: var(--accent, #f2b84b);
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(242,184,75,.05);
}

.seller-table td {
  color: var(--text2, #c6d2d8);
  font-size: 13px;
  line-height: 1.55;
}

.seller-table td strong {
  color: var(--text, #f6f1e6);
}

.seller-status {
  display: inline-block;
  border: 1px solid rgba(67,198,154,.28);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--seller-green);
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 9px;
  text-transform: uppercase;
}

.seller-callout {
  border-left: 3px solid var(--accent, #f2b84b);
  background: rgba(242,184,75,.07);
  padding: 18px 20px;
  margin-top: 22px;
}

.seller-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seller-checklist li {
  position: relative;
  color: var(--text2, #c6d2d8);
  font-size: 14px;
  line-height: 1.6;
  padding-left: 24px;
}

.seller-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--seller-green);
  border-radius: 2px;
}

.seller-faq {
  padding: 18px 0;
  border-top: 1px solid var(--border, rgba(246,241,230,.07));
}

.seller-source {
  margin: 22px 0 0;
  padding: 16px;
  border: 1px solid var(--border, rgba(246,241,230,.07));
  border-radius: 6px;
  font-family: var(--font-b, 'DM Sans', sans-serif);
  font-size: 12px;
}

.seller-source a,
.seller-card a,
.seller-callout a {
  color: var(--accent, #f2b84b);
}

.seller-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.seller-related a {
  border: 1px solid var(--border, rgba(246,241,230,.08));
  border-radius: 6px;
  padding: 9px 12px;
  color: var(--text, #f6f1e6);
  text-decoration: none;
  font-size: 12px;
}

.seller-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--aborder, rgba(242,184,75,.28));
  border-radius: 8px;
  padding: 28px;
  background: rgba(242,184,75,.06);
}

.seller-final h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.seller-final p {
  color: var(--text2, #c6d2d8);
  line-height: 1.65;
  margin: 0;
}

.seller-custom-fields[hidden] {
  display: none;
}

html[data-theme="light"] .seller-tool {
  background: #fffdf8;
  box-shadow: 0 18px 38px rgba(35,29,18,.10);
}

html[data-theme="light"] .seller-field select,
html[data-theme="light"] .seller-field input {
  background: #f5f2ea;
  color: #1e2c31;
}

html[data-theme="light"] .seller-card,
html[data-theme="light"] .seller-table {
  background: rgba(255,253,248,.65);
}

html[data-theme="light"] .seller-output p,
html[data-theme="light"] .seller-card p,
html[data-theme="light"] .seller-card li,
html[data-theme="light"] .seller-faq p,
html[data-theme="light"] .seller-source,
html[data-theme="light"] .seller-checklist li,
html[data-theme="light"] .seller-final p,
html[data-theme="light"] .seller-table td {
  color: #506168;
}

@media (max-width: 960px) {
  .seller-hero-grid {
    grid-template-columns: 1fr;
  }

  .seller-grid,
  .seller-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .seller-hero {
    padding-top: 48px;
  }

  .seller-hero h1 {
    font-size: 52px;
  }

  .seller-tool {
    padding: 18px;
  }

  .seller-fields,
  .seller-grid,
  .seller-grid.two,
  .seller-grid.three,
  .seller-checklist,
  .seller-output-grid {
    grid-template-columns: 1fr;
  }

  .seller-section {
    padding: 50px 0;
  }

  .seller-final {
    display: block;
  }

  .seller-final .guide-button {
    margin-top: 18px;
    width: 100%;
  }
}
