.seller-page { min-height: 70vh; padding: 46px 0 70px; }
.seller-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.seller-kicker { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.seller-head h1 { margin: 6px 0 6px; font-size: clamp(34px, 5vw, 62px); line-height: .95; text-transform: uppercase; }
.seller-head p { max-width: 720px; margin: 0; color: var(--muted); font-size: 15px; }
.seller-tools label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seller-tools select { min-width: 210px; border: 1px solid var(--line-2); border-radius: 8px; background: var(--white); color: var(--ink); padding: 11px 38px 11px 13px; font: inherit; font-weight: 600; }
.seller-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
.seller-summary div { border: 1px solid var(--line); background: var(--white); border-radius: var(--r); padding: 14px; }
.seller-summary span { display: block; color: var(--muted); font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seller-summary b { display: block; margin-top: 3px; font-size: 24px; color: var(--price); }
.seller-list-shell { border: 1px solid var(--line); background: var(--white); border-radius: var(--r); overflow: hidden; }
.seller-list-head,
.seller-row { display: grid; grid-template-columns: minmax(260px, 1.65fr) minmax(110px, .65fr) minmax(160px, .85fr) minmax(90px, .45fr) minmax(90px, .45fr) minmax(112px, .55fr) minmax(104px, .55fr); gap: 14px; align-items: center; }
.seller-list-head { padding: 12px 16px; background: var(--cream-2); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seller-row { padding: 13px 16px; border-bottom: 1px solid var(--line); }
.seller-row:last-child { border-bottom: 0; }
.seller-cell { min-width: 0; }
.seller-identity { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: center; }
.seller-avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: #fff; font-weight: 800; letter-spacing: .04em; }
.seller-name { min-width: 0; }
.seller-name h2 { margin: 0; font-size: 17px; overflow: hidden; text-overflow: ellipsis; }
.seller-name span { display: -webkit-box; color: var(--muted); font-size: 12px; line-height: 1.35; margin-top: 2px; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.seller-badge { border: 1px solid var(--line); border-radius: 999px; padding: 5px 8px; color: var(--muted); font-size: 11px; font-weight: 800; white-space: nowrap; }
.seller-badge.verified { color: #2f8f4e; background: color-mix(in srgb, #2f8f4e 9%, var(--white)); border-color: color-mix(in srgb, #2f8f4e 20%, var(--line)); }
.seller-location b,
.seller-number b { color: var(--ink); font-size: 14px; }
.seller-location span { display: block; color: var(--muted); font-size: 11.5px; margin-top: 2px; }
.seller-rating { display: grid; gap: 3px; }
.seller-stars { color: var(--gold); font-size: 15px; letter-spacing: .02em; }
.seller-score { color: var(--ink); font-weight: 800; }
.seller-score span { color: var(--muted); font-size: 11px; font-weight: 600; }
.seller-status { justify-self: start; }
.seller-empty { color: var(--muted); padding: 40px 0; text-align: center; }

@media (max-width: 760px) {
  .seller-head { display: grid; align-items: start; }
  .seller-tools select { width: 100%; }
  .seller-summary { grid-template-columns: repeat(2, 1fr); }
  .seller-list-head { display: none; }
  .seller-list-shell { background: transparent; border: 0; display: grid; gap: 10px; }
  .seller-row { grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); gap: 10px 14px; }
  .seller-identity { grid-column: 1 / -1; }
  .seller-rating { grid-column: 1 / -1; }
  .seller-status { justify-self: start; }
}
