/*
 * Mobile web parity layer
 *
 * The iOS application is the source of truth for the authenticated product.
 * This file intentionally loads after the legacy stylesheet so the web client
 * can keep its existing behavior while sharing the app's visual language.
 */

html:not(.public-desktop) {
  color-scheme: dark;
  min-height: 100%;
  background: var(--bg);
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html:not(.public-desktop),
html:not(.public-desktop) body,
html:not(.public-desktop) button,
html:not(.public-desktop) input,
html:not(.public-desktop) select,
html:not(.public-desktop) textarea {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;
  letter-spacing: 0;
}

html:not(.public-desktop) select {
  padding-right: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) body {
  min-width: 0;
  min-height: 100svh;
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  overscroll-behavior-y: none;
}

html:not(.public-desktop) button,
html:not(.public-desktop) a,
html:not(.public-desktop) input,
html:not(.public-desktop) select,
html:not(.public-desktop) textarea {
  -webkit-tap-highlight-color: transparent;
}

html:not(.public-desktop) button:focus-visible,
html:not(.public-desktop) a:focus-visible,
html:not(.public-desktop) input:focus-visible,
html:not(.public-desktop) select:focus-visible,
html:not(.public-desktop) textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--teal) 55%, transparent);
  outline-offset: 2px;
}

html:not(.public-desktop) .app-shell {
  min-height: 100svh;
  padding-bottom: calc(69px + env(safe-area-inset-bottom));
  background: var(--bg);
}

html:not(.public-desktop) .screen-scroll {
  width: 100%;
  max-width: 1248px;
  min-height: calc(100svh - 128px);
  padding: 18px 14px 104px;
  margin: 0 auto;
}

html:not(.public-desktop) .screen-stack,
html:not(.public-desktop) .list-stack,
html:not(.public-desktop) .seller-overview-stack,
html:not(.public-desktop) .seller-listings-workspace,
html:not(.public-desktop) .seller-orders-workspace,
html:not(.public-desktop) .seller-performance-section {
  display: grid;
  min-width: 0;
  gap: 16px;
}

html:not(.public-desktop) h1,
html:not(.public-desktop) h2,
html:not(.public-desktop) h3,
html:not(.public-desktop) p {
  margin: 0;
}

html:not(.public-desktop) h1,
html:not(.public-desktop) .screen-head h1 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
}

html:not(.public-desktop) h2,
html:not(.public-desktop) .screen-head h2,
html:not(.public-desktop) .screen-title {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
}

html:not(.public-desktop) h3 {
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

html:not(.public-desktop) p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

html:not(.public-desktop) .screen-title {
  margin: 0;
}

html:not(.public-desktop) .eyebrow,
html:not(.public-desktop) .panel-label,
html:not(.public-desktop) .settings-section-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

html:not(.public-desktop) .panel,
html:not(.public-desktop) .description-card,
html:not(.public-desktop) .quiet,
html:not(.public-desktop) .money-panel {
  min-width: 0;
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

html:not(.public-desktop) .quiet {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

html:not(.public-desktop) .screen-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .screen-head > div:not(.head-actions) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .screen-head p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

html:not(.public-desktop) .app-section-titlebar {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .app-section-titlebar > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .app-section-titlebar h1 {
  overflow: hidden;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .app-section-titlebar p {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Header */

html:not(.public-desktop) .app-header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  min-height: 61px;
  padding: max(12px, env(safe-area-inset-top)) 14px 12px;
  gap: 10px;
  background: var(--header);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

html:not(.public-desktop) .brand-button {
  display: grid;
  min-width: 0;
  gap: 2px;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

html:not(.public-desktop) .brand-button strong {
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

html:not(.public-desktop) .brand-button span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

html:not(.public-desktop) .header-spacer {
  flex: 1;
  min-width: 8px;
}

html:not(.public-desktop) .account-pill {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 55%;
  gap: 7px;
  padding: 3px 8px 3px 3px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
}

html:not(.public-desktop) .account-pill .avatar {
  flex: 0 0 auto;
  width: 34px !important;
  height: 34px !important;
}

html:not(.public-desktop) .account-pill b {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .avatar {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 50%;
}

html:not(.public-desktop) .generated-avatar {
  color: #07100a;
  font-size: 12px;
  font-weight: 900;
}

/* Buttons and fields */

html:not(.public-desktop) .solid,
html:not(.public-desktop) .outline,
html:not(.public-desktop) .danger,
html:not(.public-desktop) a.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

html:not(.public-desktop) .solid {
  color: #061005;
  background: var(--teal);
  border: 1px solid var(--teal);
}

html:not(.public-desktop) .outline,
html:not(.public-desktop) a.button-link {
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
}

html:not(.public-desktop) .danger {
  color: var(--red);
  background: color-mix(in srgb, var(--red) 11%, transparent);
  border: 1px solid color-mix(in srgb, var(--red) 58%, transparent);
}

html:not(.public-desktop) .compact {
  min-height: 38px;
  padding: 7px 12px;
  font-size: 13px;
}

html:not(.public-desktop) button:disabled,
html:not(.public-desktop) input:disabled,
html:not(.public-desktop) select:disabled {
  cursor: default;
  opacity: 0.45;
}

html:not(.public-desktop) button svg,
html:not(.public-desktop) a.button-link svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

html:not(.public-desktop) .icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .icon-button svg {
  width: 17px;
  height: 17px;
}

html:not(.public-desktop) .icon-button.active {
  color: #061005;
  background: var(--teal);
  border-color: var(--teal);
}

html:not(.public-desktop) .icon-button i,
html:not(.public-desktop) .tab-icon i {
  top: -4px;
  right: -5px;
  min-width: 16px;
  min-height: 16px;
  padding: 0 4px;
  font-size: 9px;
}

html:not(.public-desktop) input,
html:not(.public-desktop) select,
html:not(.public-desktop) textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
  outline: none;
}

html:not(.public-desktop) textarea {
  min-height: 126px;
  resize: vertical;
}

html:not(.public-desktop) input::placeholder,
html:not(.public-desktop) textarea::placeholder {
  color: var(--faint);
  opacity: 1;
}

html:not(.public-desktop) input:focus,
html:not(.public-desktop) select:focus,
html:not(.public-desktop) textarea:focus {
  border-color: color-mix(in srgb, var(--teal) 72%, transparent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal) 14%, transparent);
}

html:not(.public-desktop) label {
  min-width: 0;
}

html:not(.public-desktop) label > span:first-child,
html:not(.public-desktop) .form-grid label > span:first-child {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

html:not(.public-desktop) .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  gap: 12px 10px;
}

html:not(.public-desktop) .form-grid label {
  display: grid;
  align-content: start;
  gap: 6px;
}

html:not(.public-desktop) .form-grid .wide,
html:not(.public-desktop) .form-grid > .wide {
  grid-column: 1 / -1;
}

html:not(.public-desktop) .form-actions,
html:not(.public-desktop) .modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

html:not(.public-desktop) .form-actions .solid,
html:not(.public-desktop) .modal-actions .danger {
  grid-column: 1 / -1;
}

/* Marketplace */

html:not(.public-desktop) .hero-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  background: linear-gradient(135deg, var(--panel), color-mix(in srgb, var(--panel-2) 94%, transparent), color-mix(in srgb, var(--teal) 18%, var(--panel)));
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .hero-panel .screen-head {
  align-items: center;
}

html:not(.public-desktop) .hero-panel h2 {
  font-size: 17px;
}

html:not(.public-desktop) .head-actions {
  display: flex;
  flex-direction: row;
  width: auto;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  margin: 0;
  background: var(--input);
  border: 0;
  border-radius: 8px;
}

html:not(.public-desktop) .segmented button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 38px;
  gap: 6px;
  padding: 6px 8px;
  color: var(--ink);
  background: transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
}

html:not(.public-desktop) .segmented button.active {
  color: #061005;
  background: var(--teal);
}

html:not(.public-desktop) .segmented button svg,
html:not(.public-desktop) .segmented button[data-kind="game"] svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.35;
}

html:not(.public-desktop) .filter-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  gap: 12px 10px;
  padding: 14px;
}

html:not(.public-desktop) .filter-panel .search-label {
  position: relative;
  display: grid;
  gap: 6px;
}

html:not(.public-desktop) .search-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
}

html:not(.public-desktop) .search-input-row:only-child,
html:not(.public-desktop) .search-input-row:not(:has(.save-search-icon-button)) {
  grid-template-columns: minmax(0, 1fr);
}

html:not(.public-desktop) .save-search-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--muted);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .save-search-icon-button.ready {
  color: var(--teal);
}

html:not(.public-desktop) .filter-expand-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  min-height: 24px;
  gap: 6px;
  padding: 0;
  color: var(--teal);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 900;
}

html:not(.public-desktop) .filter-expand-button svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .filter-panel > label:not(.search-label),
html:not(.public-desktop) .filter-panel > .field-wrap {
  display: grid;
  min-width: 0;
  gap: 6px;
}

html:not(.public-desktop) .filter-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html:not(.public-desktop) .suggestion-menu {
  position: relative;
  inset: auto;
  z-index: 5;
  display: grid;
  max-height: 230px;
  margin-top: 6px;
  padding: 0;
  overflow-y: auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

html:not(.public-desktop) .search-label .suggestion-menu {
  max-height: 270px;
}

html:not(.public-desktop) .suggestion-menu[hidden] {
  display: none;
}

html:not(.public-desktop) .suggestion-menu button {
  display: flex;
  align-items: center;
  min-height: 42px;
  gap: 9px;
  padding: 8px 12px;
  color: var(--ink);
  background: transparent;
  border-radius: 0;
  text-align: left;
}

html:not(.public-desktop) .marketplace-spotlight {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 12px;
  padding: 12px;
  color: var(--ink);
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .marketplace-spotlight .spotlight-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #061005;
  background: var(--teal);
  border-radius: 8px;
}

html:not(.public-desktop) .marketplace-spotlight > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .marketplace-spotlight small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .marketplace-spotlight b {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

html:not(.public-desktop) .marketplace-spotlight em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

html:not(.public-desktop) .featured-section {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .featured-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

html:not(.public-desktop) .featured-carousel::-webkit-scrollbar {
  display: none;
}

html:not(.public-desktop) .featured-page {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 10px;
  scroll-snap-align: start;
}

/* Marketplace listing card */

html:not(.public-desktop) .listing-grid {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .listing-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

html:not(.public-desktop) .listing-card.promoted {
  border-color: color-mix(in srgb, var(--amber) 55%, var(--line));
}

html:not(.public-desktop) .cover-button {
  display: block;
  width: 104px;
  height: 119px;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: var(--panel-2);
  border: 0;
  border-radius: 8px;
}

html:not(.public-desktop) .cover-button.small,
html:not(.public-desktop) .compact-card .cover-button {
  width: 82px;
  height: 94px;
}

html:not(.public-desktop) .cover,
html:not(.public-desktop) .cover-button .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 8px;
}

html:not(.public-desktop) .cover.generated {
  place-items: center;
  align-content: center;
  gap: 5px;
  color: var(--muted);
  background: var(--panel-2);
}

html:not(.public-desktop) .listing-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 119px;
  gap: 6px;
}

html:not(.public-desktop) .listing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .teal-label {
  min-width: 0;
  overflow: hidden;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .save-pill {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .save-pill.active {
  color: var(--red);
  border-color: color-mix(in srgb, var(--red) 80%, transparent);
}

html:not(.public-desktop) .save-pill svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .link-title {
  display: -webkit-box;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html:not(.public-desktop) .listing-main > p,
html:not(.public-desktop) .seller-link {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .price-row {
  display: flex;
  align-items: baseline;
  width: 100%;
  min-width: 0;
  gap: 6px;
}

html:not(.public-desktop) .price-row strong {
  flex: 0 1 auto;
  min-width: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

html:not(.public-desktop) .price-row span,
html:not(.public-desktop) .price-row em {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .price-row em {
  margin-left: auto;
}

html:not(.public-desktop) .card-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .listing-quick-actions .solid,
html:not(.public-desktop) .listing-main > .solid.compact {
  min-width: 118px;
}

html:not(.public-desktop) .compact-card {
  grid-template-columns: 82px minmax(0, 1fr);
}

html:not(.public-desktop) .compact-card .listing-main {
  min-height: 94px;
}

html:not(.public-desktop) .listing-metric-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
}

html:not(.public-desktop) .listing-metric-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  gap: 4px;
  padding: 0 8px;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

html:not(.public-desktop) .listing-metric-row svg {
  width: 14px;
  height: 14px;
  color: var(--teal);
}

html:not(.public-desktop) .listing-metric-row em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

html:not(.public-desktop) .manage-actions {
  display: flex;
  width: 100%;
  gap: 7px;
}

html:not(.public-desktop) .manage-actions .inline {
  display: inline-grid;
  place-items: center;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  min-height: 34px;
  padding: 6px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

html:not(.public-desktop) .listing-card.management-card {
  grid-template-rows: auto auto;
}

html:not(.public-desktop) .management-card > .cover-button {
  grid-column: 1;
  grid-row: 1;
}

html:not(.public-desktop) .management-card > .listing-main {
  grid-column: 2;
  grid-row: 1;
}

html:not(.public-desktop) .listing-management-footer {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  width: 100%;
  gap: 8px;
  padding-top: 2px;
}

html:not(.public-desktop) .listing-management-footer .listing-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 7px;
}

html:not(.public-desktop) .listing-management-footer .listing-metric-row span {
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding-inline: 6px;
}

html:not(.public-desktop) .listing-management-footer .listing-metric-row em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .listing-management-footer .manage-actions {
  width: 100%;
}

/* Saved */

html:not(.public-desktop) .saved-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .saved-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 40px;
  gap: 6px;
  padding: 6px 8px;
  color: var(--ink);
  background: transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

html:not(.public-desktop) .saved-tabs button.active {
  color: #061005;
  background: var(--teal);
}

html:not(.public-desktop) .saved-tabs svg {
  width: 16px;
  height: 16px;
}

html:not(.public-desktop) .saved-seller-list,
html:not(.public-desktop) .saved-search-list,
html:not(.public-desktop) .recent-listing-list {
  display: grid;
  gap: 10px;
}

html:not(.public-desktop) .saved-seller-row,
html:not(.public-desktop) .saved-search-row {
  min-width: 0;
  padding: 10px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .saved-seller-row > button,
html:not(.public-desktop) .saved-search-row > button:first-child {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 10px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
}

html:not(.public-desktop) .saved-seller-row > button > span,
html:not(.public-desktop) .saved-search-row span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

/* Product full-screen cover */

html:not(.public-desktop) .product-preview-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: block;
  overflow: hidden;
  background: var(--bg);
}

html:not(.public-desktop) .product-preview-sheet {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--bg);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html:not(.public-desktop) .product-app-view {
  display: grid;
  width: 100%;
  max-width: 1220px;
  min-width: 0;
  gap: 18px;
  padding: max(18px, env(safe-area-inset-top)) 14px calc(28px + env(safe-area-inset-bottom));
  margin: 0 auto;
}

html:not(.public-desktop) .route-product .product-app-view {
  padding-top: 0;
  padding-inline: 0;
}

html:not(.public-desktop) .product-titlebar {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .product-titlebar-actions {
  gap: 7px;
}

html:not(.public-desktop) .product-titlebar-actions .icon-button {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
  min-height: 36px;
}

html:not(.public-desktop) .product-titlebar h1 {
  font-size: 17px;
}

html:not(.public-desktop) .product-back svg {
  width: 18px;
  height: 18px;
}

html:not(.public-desktop) .availability-chip {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 32px;
  gap: 6px;
  padding: 0 10px;
  color: var(--muted);
  background: color-mix(in srgb, var(--muted) 10%, transparent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

html:not(.public-desktop) .availability-chip i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}

html:not(.public-desktop) .availability-chip.good {
  color: var(--green);
  background: color-mix(in srgb, var(--green) 10%, transparent);
}

html:not(.public-desktop) .availability-chip.warn {
  color: var(--amber);
  background: color-mix(in srgb, var(--amber) 10%, transparent);
}

html:not(.public-desktop) .availability-chip.bad {
  color: var(--red);
  background: color-mix(in srgb, var(--red) 10%, transparent);
}

html:not(.public-desktop) .product-commerce-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 20px;
}

html:not(.public-desktop) .product-photo-block {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .product-main-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  background: var(--panel-2);
  border: 0;
  border-radius: 8px;
  cursor: zoom-in;
}

html:not(.public-desktop) .product-hero-image,
html:not(.public-desktop) .product-main-photo > .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--panel-2);
}

html:not(.public-desktop) .product-photo-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

html:not(.public-desktop) .product-photo-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  gap: 5px;
  padding: 0 9px;
  color: var(--ink);
  background: color-mix(in srgb, var(--panel) 94%, transparent);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

html:not(.public-desktop) .product-photo-badges .featured {
  color: var(--amber);
}

html:not(.public-desktop) .product-photo-badges svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .product-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 68px;
  justify-content: start;
  gap: 8px;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

html:not(.public-desktop) .product-thumbs::-webkit-scrollbar {
  display: none;
}

html:not(.public-desktop) .product-thumb-button {
  width: 68px;
  height: 78px;
  padding: 0;
  overflow: hidden;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .product-thumb-button.active {
  border: 3px solid var(--teal);
}

html:not(.public-desktop) .product-thumb-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html:not(.public-desktop) .product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 190;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100svh;
  min-width: 0;
  padding: max(12px, env(safe-area-inset-top)) 12px max(14px, env(safe-area-inset-bottom));
  overflow: hidden;
  color: #f6efe3;
  background: #07090b;
}

html:not(.public-desktop) .product-lightbox-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding-bottom: 10px;
}

html:not(.public-desktop) .product-lightbox-head .icon-button {
  color: #f6efe3;
  background: #161b20;
  border-color: rgba(246, 239, 227, 0.18);
}

html:not(.public-desktop) .product-lightbox-head > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html:not(.public-desktop) .product-lightbox-head b {
  overflow: hidden;
  color: #f6efe3;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .product-lightbox-head span {
  color: #b3aa9a;
  font-size: 11px;
  font-weight: 800;
}

html:not(.public-desktop) .product-lightbox-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

html:not(.public-desktop) .product-lightbox-stage > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

html:not(.public-desktop) .product-lightbox-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 48px;
  padding: 0;
  color: #f6efe3;
  background: rgba(22, 27, 32, 0.9);
  border: 1px solid rgba(246, 239, 227, 0.2);
  border-radius: 8px;
  transform: translateY(-50%);
}

html:not(.public-desktop) .product-lightbox-arrow.previous {
  left: 4px;
}

html:not(.public-desktop) .product-lightbox-arrow.next {
  right: 4px;
  transform: translateY(-50%) rotate(180deg);
}

html:not(.public-desktop) .product-lightbox-arrow svg {
  width: 20px;
  height: 20px;
}

html:not(.public-desktop) .product-lightbox-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  gap: 8px;
  padding-top: 10px;
}

html:not(.public-desktop) .product-lightbox-dots button {
  width: 8px;
  height: 8px;
  min-height: 8px;
  padding: 0;
  background: #777062;
  border: 0;
  border-radius: 50%;
}

html:not(.public-desktop) .product-lightbox-dots button.active {
  width: 20px;
  background: var(--teal);
  border-radius: 999px;
}

html:not(.public-desktop) .product-summary {
  display: grid;
  min-width: 0;
  gap: 16px;
}

html:not(.public-desktop) .product-identity {
  display: grid;
  min-width: 0;
  gap: 9px;
}

html:not(.public-desktop) .product-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

html:not(.public-desktop) .product-tags span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

html:not(.public-desktop) .product-tags svg {
  width: 14px;
  height: 14px;
}

html:not(.public-desktop) .product-identity h2 {
  overflow-wrap: anywhere;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.06;
}

html:not(.public-desktop) .product-identity p {
  font-size: 15px;
  font-weight: 650;
}

html:not(.public-desktop) .product-seller-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 15px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 64px;
  gap: 11px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .product-seller-card > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .product-seller-card small,
html:not(.public-desktop) .product-purchase-panel small,
html:not(.public-desktop) .product-includes small,
html:not(.public-desktop) .product-spec-tile small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .product-seller-card b {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .product-seller-card b .verified-seller-badge {
  display: inline-grid;
  flex: 0 0 auto;
  align-self: center;
  justify-self: start;
  margin-left: 0;
  vertical-align: middle;
}

html:not(.public-desktop) .product-seller-card em {
  color: var(--teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

html:not(.public-desktop) .product-seller-card > svg {
  width: 14px;
  height: 14px;
  color: var(--teal);
}

html:not(.public-desktop) .product-purchase-panel {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 15px;
  background: var(--panel);
  border: 1px solid color-mix(in srgb, var(--teal) 40%, var(--line));
  border-radius: 8px;
}

html:not(.public-desktop) .product-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .product-price-row > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .product-price-row > span:last-child {
  justify-items: end;
  text-align: right;
}

html:not(.public-desktop) .product-price-row strong {
  color: var(--ink);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

html:not(.public-desktop) .product-price-row b {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

html:not(.public-desktop) .product-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 39px;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .product-total-row span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
}

html:not(.public-desktop) .product-total-row strong {
  font-size: 17px;
  font-weight: 900;
}

html:not(.public-desktop) .product-stock {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

html:not(.public-desktop) .product-stock.bad {
  color: var(--red);
}

html:not(.public-desktop) .product-actions {
  display: grid;
  min-width: 0;
  gap: 9px;
}

html:not(.public-desktop) .product-actions > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

html:not(.public-desktop) .product-primary-action {
  width: 100%;
}

html:not(.public-desktop) .purchased-listing-note {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 8px;
  padding: 13px;
  color: var(--ink);
  background: color-mix(in srgb, var(--green) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--green) 45%, transparent);
  border-radius: 8px;
}

html:not(.public-desktop) .product-description-panel {
  display: grid;
  gap: 12px;
}

html:not(.public-desktop) .section-heading {
  display: grid;
  gap: 3px;
}

html:not(.public-desktop) .section-heading h2 {
  font-size: 20px;
}

html:not(.public-desktop) .product-description-panel > p {
  color: var(--ink);
  font-size: 15px;
  font-weight: 450;
  line-height: 1.55;
  white-space: pre-wrap;
}

html:not(.public-desktop) .product-includes {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .product-includes > svg {
  color: var(--teal);
}

html:not(.public-desktop) .product-includes > span {
  display: grid;
  gap: 3px;
}

html:not(.public-desktop) .product-includes b {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

html:not(.public-desktop) .product-details-section,
html:not(.public-desktop) .product-questions {
  display: grid;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

html:not(.public-desktop) .product-spec-tile {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  min-height: 68px;
  gap: 10px;
  padding: 11px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .product-spec-tile .spec-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 10%, transparent);
  border-radius: 7px;
}

html:not(.public-desktop) .product-spec-tile .spec-icon svg {
  width: 15px;
  height: 15px;
}

html:not(.public-desktop) .product-spec-tile > span:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .product-spec-tile b {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

html:not(.public-desktop) .question-card {
  display: grid;
  gap: 8px;
  padding: 13px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .question-card b,
html:not(.public-desktop) .question-card p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

html:not(.public-desktop) .question-card b {
  color: var(--ink);
  font-size: 14px;
}

html:not(.public-desktop) .question-card p {
  font-size: 13px;
}

html:not(.public-desktop) .product-tax-note {
  padding: 0 14px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

/* Collection */

html:not(.public-desktop) .collection-progress-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

html:not(.public-desktop) .collection-ring {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  background: conic-gradient(var(--teal) var(--collection-progress), var(--input) 0);
  border-radius: 50%;
}

html:not(.public-desktop) .collection-ring::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: var(--panel);
  border-radius: 50%;
}

html:not(.public-desktop) .collection-ring span {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

html:not(.public-desktop) .collection-progress-copy {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .collection-progress-copy h1 {
  overflow-wrap: anywhere;
  font-size: 20px;
}

html:not(.public-desktop) .collection-metric-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

html:not(.public-desktop) .collection-metric-pills span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 5px 8px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 999px;
}

html:not(.public-desktop) .collection-metric-pills b {
  font-size: 13px;
  font-weight: 900;
}

html:not(.public-desktop) .collection-metric-pills small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .collection-toolbar {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .collection-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(88px, auto);
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .collection-sort {
  grid-column: 1 / -1;
}

html:not(.public-desktop) .collection-apply {
  width: 100%;
}

html:not(.public-desktop) .collection-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

html:not(.public-desktop) .collection-filter-chips span {
  padding: 4px 8px;
  color: var(--muted);
  background: var(--input);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

html:not(.public-desktop) .spreadsheet {
  min-width: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .sheet-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 42px 76px;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .sheet-row.head {
  min-height: 38px;
  padding: 8px 12px;
  color: var(--muted);
  background: var(--panel-2);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .collection-game-row {
  background: var(--panel);
}

html:not(.public-desktop) .collection-game-row.owned {
  background: color-mix(in srgb, var(--green) 18%, var(--panel));
}

html:not(.public-desktop) .collection-sheet-row {
  min-height: 64px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
}

html:not(.public-desktop) .collection-check {
  display: grid;
  place-items: center start;
  width: 52px;
  height: 42px;
}

html:not(.public-desktop) .collection-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

html:not(.public-desktop) .collection-check span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--muted);
}

html:not(.public-desktop) .collection-game-row.owned .collection-check span {
  color: var(--green);
}

html:not(.public-desktop) .collection-check svg {
  width: 20px;
  height: 20px;
}

html:not(.public-desktop) .collection-game-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .collection-game-copy b {
  display: block;
  overflow: visible;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

html:not(.public-desktop) .collection-game-copy small {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html:not(.public-desktop) .collection-year {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

html:not(.public-desktop) .collection-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

html:not(.public-desktop) .collection-actions .icon-button {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  min-height: 34px;
}

html:not(.public-desktop) .collection-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 0 12px 10px 74px;
}

html:not(.public-desktop) .collection-insight-grid span {
  display: grid;
  min-width: 0;
  min-height: 38px;
  gap: 2px;
  padding: 6px 7px;
  background: var(--input);
  border-radius: 6px;
}

html:not(.public-desktop) .collection-insight-grid b {
  font-size: 11px;
  font-weight: 900;
}

html:not(.public-desktop) .collection-insight-grid small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

/* Seller dashboard */

html:not(.public-desktop) .route-seller .screen-scroll {
  padding-bottom: 162px;
}

html:not(.public-desktop) .seller-dashboard-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html:not(.public-desktop) .seller-dashboard-heading h1 {
  font-size: 20px;
}

html:not(.public-desktop) .seller-dashboard-heading p {
  margin-top: 3px;
  font-size: 13px;
}

html:not(.public-desktop) .seller-app-tabs {
  position: fixed;
  right: 14px;
  bottom: calc(79px + env(safe-area-inset-bottom));
  left: 14px;
  z-index: 68;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 28px), 390px);
  min-height: 54px;
  gap: 3px;
  padding: 6px;
  margin-inline: auto;
  overflow: visible;
  background: color-mix(in srgb, var(--panel) 98%, transparent);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

html:not(.public-desktop) .seller-app-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  width: auto;
  min-width: 40px;
  min-height: 42px;
  gap: 7px;
  padding: 0 8px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
}

html:not(.public-desktop) .seller-app-tabs button.active {
  flex: 1 1 auto;
  max-width: 126px;
  padding-inline: 12px;
  color: var(--ink);
  background: var(--panel-2);
}

html:not(.public-desktop) .seller-tab-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
}

html:not(.public-desktop) .seller-tab-icon svg {
  width: 16px;
  height: 16px;
}

html:not(.public-desktop) .seller-app-tabs b {
  overflow: hidden;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .seller-tab-icon i {
  position: absolute;
  top: -6px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 14px;
  min-height: 14px;
  padding: 0 3px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

html:not(.public-desktop) .seller-premium-upsell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 16px;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 12px;
  padding: 12px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid color-mix(in srgb, var(--teal) 75%, var(--line));
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .seller-premium-upsell > span:first-child,
html:not(.public-desktop) .quota-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #061005;
  background: var(--teal);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-premium-upsell > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .seller-premium-upsell b {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

html:not(.public-desktop) .seller-premium-upsell small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

html:not(.public-desktop) .seller-quota-card {
  display: grid;
  gap: 12px;
}

html:not(.public-desktop) .seller-quota-head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: start;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .quota-icon {
  width: 36px;
  height: 36px;
  color: var(--amber);
  background: color-mix(in srgb, var(--amber) 12%, transparent);
}

html:not(.public-desktop) .quota-icon.premium {
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 12%, transparent);
}

html:not(.public-desktop) .seller-quota-head > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .seller-quota-head b {
  font-size: 15px;
  font-weight: 900;
}

html:not(.public-desktop) .seller-quota-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

html:not(.public-desktop) .quota-progress {
  height: 7px;
  overflow: hidden;
  background: var(--input);
  border-radius: 999px;
}

html:not(.public-desktop) .quota-progress span {
  display: block;
  height: 100%;
  background: var(--teal);
  border-radius: inherit;
}

html:not(.public-desktop) .quota-stats,
html:not(.public-desktop) .summary-grid,
html:not(.public-desktop) .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .quota-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html:not(.public-desktop) .seller-performance-head {
  align-items: center;
}

html:not(.public-desktop) .seller-performance-head select {
  width: auto;
  max-width: 130px;
  min-height: 36px;
  padding: 7px 28px 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

html:not(.public-desktop) .app-stat-tile,
html:not(.public-desktop) .stat-tile,
html:not(.public-desktop) .summary-tile,
html:not(.public-desktop) .quota-stats > span,
html:not(.public-desktop) .quota-stats > div,
html:not(.public-desktop) .summary-grid > span,
html:not(.public-desktop) .summary-grid > div,
html:not(.public-desktop) .summary-grid > article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  min-height: 100px;
  gap: 4px;
  padding: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .quota-stats > span,
html:not(.public-desktop) .quota-stats > div {
  min-height: 52px;
  padding: 8px 0 0;
  background: transparent;
  border: 0;
}

html:not(.public-desktop) .quota-stats > div b {
  order: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

html:not(.public-desktop) .quota-stats > div span {
  order: 1;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .app-stat-tile b,
html:not(.public-desktop) .stat-tile b,
html:not(.public-desktop) .stat-tile strong,
html:not(.public-desktop) .summary-tile b,
html:not(.public-desktop) .summary-grid > span b,
html:not(.public-desktop) .summary-grid > div b,
html:not(.public-desktop) .summary-grid > article b {
  max-width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
}

html:not(.public-desktop) .app-stat-tile span,
html:not(.public-desktop) .stat-tile span,
html:not(.public-desktop) .summary-tile small,
html:not(.public-desktop) .summary-grid > span small,
html:not(.public-desktop) .summary-grid > div > span,
html:not(.public-desktop) .summary-grid > article small {
  order: 2;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .app-stat-tile small {
  order: 1;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

html:not(.public-desktop) .seller-section-divider,
html:not(.public-desktop) .section-rule {
  height: 1px;
  margin-block: 2px;
  background: var(--line);
}

html:not(.public-desktop) .seller-payout-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 10px;
  padding: 14px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .seller-payout-summary > span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

html:not(.public-desktop) .payout-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

html:not(.public-desktop) .seller-payout-summary strong {
  font-size: 28px;
  font-weight: 900;
}

html:not(.public-desktop) .seller-listing-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px auto;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .premium-insights-panel,
html:not(.public-desktop) .premium-kpi-grid {
  display: grid;
  gap: 10px;
}

html:not(.public-desktop) .premium-kpi-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(.public-desktop) .premium-kpi-grid > span {
  display: grid;
  min-height: 72px;
  gap: 4px;
  padding: 11px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .premium-leaderboard-button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 15px;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 9px;
  padding: 10px;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

/* Seller orders and offers */

html:not(.public-desktop) .seller-order-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(.public-desktop) .seller-order-stack,
html:not(.public-desktop) .seller-offer-stack {
  display: grid;
  gap: 10px;
}

html:not(.public-desktop) .seller-order-card,
html:not(.public-desktop) .seller-offer-card,
html:not(.public-desktop) .order-card {
  min-width: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-order-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 12px;
  padding: 13px;
  cursor: pointer;
  list-style: none;
}

html:not(.public-desktop) .seller-order-summary::-webkit-details-marker {
  display: none;
}

html:not(.public-desktop) .seller-order-summary-main,
html:not(.public-desktop) .seller-order-summary-side {
  display: grid;
  min-width: 0;
  gap: 5px;
}

html:not(.public-desktop) .seller-order-summary-side {
  justify-items: end;
  text-align: right;
}

html:not(.public-desktop) .seller-order-summary h2 {
  font-size: 16px;
}

html:not(.public-desktop) .seller-order-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

html:not(.public-desktop) .seller-order-meta > span:not(.status-chip),
html:not(.public-desktop) .seller-order-summary-side span,
html:not(.public-desktop) .seller-order-summary-side em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

html:not(.public-desktop) .seller-order-summary-side strong {
  font-size: 17px;
  font-weight: 900;
}

html:not(.public-desktop) .seller-order-expanded {
  display: grid;
  gap: 10px;
  padding: 0 12px 12px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .seller-order-info-grid,
html:not(.public-desktop) .seller-order-items,
html:not(.public-desktop) .seller-order-money-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding-top: 12px;
}

html:not(.public-desktop) .seller-detail-panel,
html:not(.public-desktop) .seller-order-item,
html:not(.public-desktop) .tracking-panel,
html:not(.public-desktop) .return-panel,
html:not(.public-desktop) .seller-order-money-panel {
  min-width: 0;
  padding: 12px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-offer-card {
  display: grid;
  gap: 12px;
  padding: 12px;
}

html:not(.public-desktop) .offer-summary,
html:not(.public-desktop) .seller-offer-summary {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .seller-offer-summary {
  width: 100%;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
}

html:not(.public-desktop) .offer-summary img,
html:not(.public-desktop) .seller-offer-summary img {
  width: 78px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
}

html:not(.public-desktop) .offer-summary .cover,
html:not(.public-desktop) .seller-offer-summary .cover {
  width: 78px;
  height: 96px;
  aspect-ratio: auto;
}

html:not(.public-desktop) .seller-offer-summary img,
html:not(.public-desktop) .seller-offer-summary .cover {
  height: 78px;
}

html:not(.public-desktop) .offer-summary > div,
html:not(.public-desktop) .seller-offer-summary > div {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 6px;
}

html:not(.public-desktop) .seller-offer-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .seller-offer-title-row h3 {
  min-width: 0;
  overflow-wrap: anywhere;
}

html:not(.public-desktop) .seller-offer-summary p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

html:not(.public-desktop) .seller-offer-summary .seller-offer-note {
  color: var(--ink);
  font-weight: 650;
}

html:not(.public-desktop) .seller-offer-summary .muted-reason {
  color: var(--muted);
}

html:not(.public-desktop) .offer-summary small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .offer-summary b {
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
}

html:not(.public-desktop) .offer-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

html:not(.public-desktop) .offer-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .offer-price-grid .app-stat-tile {
  min-height: 84px;
}

html:not(.public-desktop) .offer-form {
  display: grid;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .offer-form textarea {
  min-height: 96px;
}

html:not(.public-desktop) .offer-money-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html:not(.public-desktop) .offer-money-grid > * {
  min-width: 0;
}

/* Customer orders */

html:not(.public-desktop) .orders-list {
  display: grid;
  gap: 10px;
}

html:not(.public-desktop) .order-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .order-item > .cover {
  display: block;
  width: 82px;
  height: 94px;
  object-fit: cover;
  background: var(--panel-2);
  border-radius: 8px;
}

html:not(.public-desktop) .order-item-body {
  display: grid;
  min-width: 0;
  gap: 5px;
}

html:not(.public-desktop) .order-item-body h3 {
  overflow-wrap: anywhere;
  font-size: 15px;
}

html:not(.public-desktop) .order-item-body p {
  font-size: 11px;
}

html:not(.public-desktop) .order-rating-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-column: 1 / -1;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .order-rating-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .order-rating-controls,
html:not(.public-desktop) .order-rating-display {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}

html:not(.public-desktop) .star-button {
  width: 28px;
  height: 34px;
  padding: 0;
  color: var(--amber);
  background: transparent;
  font-size: 25px;
}

html:not(.public-desktop) .star-meter {
  font-size: 19px;
}

html:not(.public-desktop) .order-card {
  display: grid;
  gap: 0;
  padding: 0;
}

html:not(.public-desktop) .order-card > header,
html:not(.public-desktop) .order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 10px;
  margin: 0;
  border-bottom: 0;
}

html:not(.public-desktop) .order-head > div {
  display: grid;
  min-width: 0;
  gap: 7px;
}

html:not(.public-desktop) .order-head h2 {
  font-size: 17px;
}

html:not(.public-desktop) .order-head p {
  font-size: 11px;
}

html:not(.public-desktop) .order-head > strong {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

html:not(.public-desktop) .customer-order-receipt {
  display: grid;
  min-width: 0;
  padding: 0 14px 14px;
}

html:not(.public-desktop) .customer-order-receipt-title {
  padding-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .customer-order-receipt-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-width: 0;
  min-height: 29px;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

html:not(.public-desktop) .customer-order-receipt-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

html:not(.public-desktop) .customer-order-receipt-row b {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

html:not(.public-desktop) .customer-order-receipt-divider {
  height: 1px;
  margin: 5px 0;
  background: var(--line);
}

html:not(.public-desktop) .customer-order-receipt-row.emphasized {
  min-height: 34px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .customer-order-receipt-row.emphasized b {
  font-size: 16px;
  font-weight: 900;
}

html:not(.public-desktop) .customer-order-tracking {
  display: grid;
  grid-column: 1 / -1;
  min-width: 0;
}

html:not(.public-desktop) .customer-order-tracking .seller-tracking-panel {
  width: 100%;
  min-width: 0;
}

html:not(.public-desktop) .customer-order-tracking .seller-tracking-panel p,
html:not(.public-desktop) .customer-order-tracking .seller-tracking-panel a {
  overflow-wrap: anywhere;
}

html:not(.public-desktop) .seller-tracking-panel a,
html:not(.public-desktop) .seller-tracking-panel a:visited {
  color: var(--teal);
  font-weight: 900;
  text-decoration-color: color-mix(in srgb, var(--teal) 55%, transparent);
  text-underline-offset: 2px;
}

html:not(.public-desktop) .order-items {
  display: grid;
  gap: 10px;
  padding: 12px;
}

html:not(.public-desktop) .order-rating,
html:not(.public-desktop) .seller-rating-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .rating-stars,
html:not(.public-desktop) .stars {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}

html:not(.public-desktop) .rating-stars button,
html:not(.public-desktop) .stars button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--amber);
  background: transparent;
}

/* Inbox */

html:not(.public-desktop) .inbox-screen,
html:not(.public-desktop) .conversation-list,
html:not(.public-desktop) .conversation-pane,
html:not(.public-desktop) .message-list {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .inbox-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .conversation-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px 38px;
  align-items: center;
  min-width: 0;
  gap: 8px;
  padding: 10px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .conversation-row > .icon-button {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
  min-height: 38px;
}

html:not(.public-desktop) .conversation-row > .danger {
  min-height: 34px;
  padding-inline: 7px;
  font-size: 10px;
}

html:not(.public-desktop) .inbox-list-panel {
  display: grid;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .conversation-stack {
  display: grid;
  min-width: 0;
}

html:not(.public-desktop) .inbox-list-panel .conversation-row {
  padding: 9px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

html:not(.public-desktop) .inbox-list-panel .conversation-row:last-child {
  border-bottom: 0;
}

html:not(.public-desktop) .delete-conversation-button {
  color: var(--red) !important;
  background: color-mix(in srgb, var(--red) 8%, transparent) !important;
  border-color: color-mix(in srgb, var(--red) 32%, var(--line)) !important;
}

html:not(.public-desktop) .conversation-skeleton {
  grid-template-columns: 46px minmax(0, 1fr) 38px;
  pointer-events: none;
}

html:not(.public-desktop) .skeleton-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

html:not(.public-desktop) .skeleton-conversation-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .skeleton-conversation-copy i {
  display: block;
  width: 72%;
  height: 12px;
  border-radius: 4px;
}

html:not(.public-desktop) .skeleton-conversation-copy i:last-child {
  width: 92%;
  height: 9px;
}

html:not(.public-desktop) .skeleton-action {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

html:not(.public-desktop) .conversation-message-skeleton {
  align-content: start;
  min-height: 340px;
  padding: 12px 0;
}

html:not(.public-desktop) .conversation-message-skeleton > span {
  display: grid;
  justify-self: start;
  width: min(74%, 260px);
  gap: 7px;
  padding: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px 12px 12px 3px;
}

html:not(.public-desktop) .conversation-message-skeleton > span.mine {
  justify-self: end;
  border-radius: 12px 12px 3px 12px;
}

html:not(.public-desktop) .conversation-message-skeleton i {
  display: block;
  width: 92%;
  height: 10px;
  border-radius: 4px;
}

html:not(.public-desktop) .conversation-message-skeleton i:last-child {
  width: 64%;
}

html:not(.public-desktop) .skeleton-composer-field {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 8px;
}

html:not(.public-desktop) .user-picker-skeleton {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

html:not(.public-desktop) .conversation-row > button:first-child {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
}

html:not(.public-desktop) .conversation-row .avatar {
  width: 46px !important;
  height: 46px !important;
}

html:not(.public-desktop) .conversation-row span,
html:not(.public-desktop) .conversation-title {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .conversation-row b,
html:not(.public-desktop) .conversation-row small,
html:not(.public-desktop) .conversation-row em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .conversation-row b {
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .conversation-row small,
html:not(.public-desktop) .conversation-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

html:not(.public-desktop) .conversation-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 9px;
}

html:not(.public-desktop) .conversation-head > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .conversation-head h1 {
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .message-list {
  height: clamp(360px, 58svh, 520px);
  max-height: 520px;
  padding: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .message-bubble {
  width: fit-content;
  max-width: 84%;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--panel-2);
  border-radius: 8px;
}

html:not(.public-desktop) .message-wrap {
  display: grid;
  justify-items: start;
  gap: 3px;
}

html:not(.public-desktop) .message-wrap.mine {
  justify-items: end;
}

html:not(.public-desktop) .message-wrap .message {
  width: fit-content;
  max-width: 84%;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--panel-2);
  border-radius: 8px;
}

html:not(.public-desktop) .message-wrap.mine .message {
  color: #061005;
  background: var(--teal);
}

html:not(.public-desktop) .message-wrap .message small {
  display: block;
  margin-bottom: 3px;
  color: inherit;
  font-size: 9px;
  font-weight: 900;
  opacity: 0.72;
}

html:not(.public-desktop) .message-wrap .message p {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  white-space: pre-wrap;
}

html:not(.public-desktop) .message-time {
  color: var(--faint);
  font-size: 9px;
  font-weight: 700;
}

html:not(.public-desktop) .message-composer,
html:not(.public-desktop) .search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .system-message-card {
  display: grid;
  gap: 8px;
  padding: 11px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .system-message-meta,
html:not(.public-desktop) .system-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px;
}

html:not(.public-desktop) .system-message-body {
  display: grid;
  gap: 8px;
}

html:not(.public-desktop) .message-bubble.mine {
  justify-self: end;
  color: #061005;
  background: var(--teal);
}

html:not(.public-desktop) .message-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: end;
  gap: 8px;
}

html:not(.public-desktop) .message-form textarea {
  min-height: 44px;
  max-height: 112px;
}

/* Settings and profiles */

html:not(.public-desktop) .settings-screen,
html:not(.public-desktop) .settings-home,
html:not(.public-desktop) .settings-detail-card,
html:not(.public-desktop) .settings-menu-list {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .settings-home {
  padding: 14px;
}

html:not(.public-desktop) .marketplace-layout-picker {
  padding-top: 2px;
}

html:not(.public-desktop) .marketplace-layout-picker > p {
  margin-bottom: 3px;
}

html:not(.public-desktop) .profile-image-picker {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .profile-image-picker > .avatar {
  width: 74px !important;
  height: 74px !important;
  border-radius: 8px;
}

html:not(.public-desktop) .profile-image-picker > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .profile-image-picker label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
}

html:not(.public-desktop) .settings-account-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

html:not(.public-desktop) .settings-account-card > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .settings-account-card b,
html:not(.public-desktop) .settings-account-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .settings-account-card b {
  font-size: 15px;
  font-weight: 900;
}

html:not(.public-desktop) .settings-account-card small,
html:not(.public-desktop) .settings-account-card em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

html:not(.public-desktop) .settings-account-card em {
  padding: 5px 8px;
  background: var(--input);
  border-radius: 999px;
}

html:not(.public-desktop) .settings-row-list {
  display: grid;
  overflow: hidden;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .settings-nav-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 14px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 60px;
  gap: 9px;
  padding: 10px;
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

html:not(.public-desktop) .settings-nav-row:last-child {
  border-bottom: 0;
}

html:not(.public-desktop) .settings-row-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 10%, transparent);
  border-radius: 8px;
}

html:not(.public-desktop) .settings-row-icon svg {
  width: 17px;
  height: 17px;
}

html:not(.public-desktop) .settings-nav-row > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .settings-nav-row b,
html:not(.public-desktop) .settings-nav-row small,
html:not(.public-desktop) .settings-nav-row em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .settings-nav-row b {
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .settings-nav-row small,
html:not(.public-desktop) .settings-nav-row em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}

html:not(.public-desktop) .settings-nav-row > svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
}

html:not(.public-desktop) .settings-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html:not(.public-desktop) .settings-detail {
  display: grid;
  min-width: 0;
  gap: 14px;
}

html:not(.public-desktop) .settings-detail-head {
  display: grid;
  grid-template-columns: 42px 36px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 9px;
}

html:not(.public-desktop) .settings-detail-head > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .account-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .settings-menu-list {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .settings-menu-list > button,
html:not(.public-desktop) .settings-row-button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 16px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  gap: 10px;
  padding: 10px 12px;
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

html:not(.public-desktop) .settings-menu-list > button:last-child {
  border-bottom: 0;
}

html:not(.public-desktop) .settings-menu-list > button > span,
html:not(.public-desktop) .settings-row-button > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .settings-menu-list b,
html:not(.public-desktop) .settings-row-button b {
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .settings-menu-list small,
html:not(.public-desktop) .settings-row-button small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

html:not(.public-desktop) .switch-row,
html:not(.public-desktop) .check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 48px;
  gap: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

html:not(.public-desktop) .check-row input[type="checkbox"] {
  flex: 0 0 19px;
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  padding: 0;
  margin: 0;
  accent-color: var(--teal);
  box-shadow: none;
}

html:not(.public-desktop) .profile-overview-card {
  display: grid;
  min-width: 0;
  gap: 16px;
}

html:not(.public-desktop) .profile-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html:not(.public-desktop) .profile-card > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .profile-card h1 {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 30px;
  line-height: 1.05;
}

html:not(.public-desktop) .profile-card-actions {
  align-self: start;
  flex-direction: column;
  gap: 7px;
}

html:not(.public-desktop) .profile-rating-tile small {
  order: 1;
  overflow: hidden;
  max-width: 100%;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Listing creator and editor */

html:not(.public-desktop) .listing-kind-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  gap: 8px;
  padding: 8px;
}

html:not(.public-desktop) .listing-kind-picker button {
  width: 100%;
  min-width: 0;
  padding-inline: 6px;
}

html:not(.public-desktop) .sell-form {
  display: grid;
  min-width: 0;
  gap: 14px;
}

html:not(.public-desktop) .stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .stepper button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 38px;
  gap: 6px;
  padding: 6px;
  color: var(--muted);
  background: var(--input);
  border-radius: 8px;
}

html:not(.public-desktop) .stepper button.active {
  color: var(--ink);
  background: var(--input);
}

html:not(.public-desktop) .stepper i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: inherit;
  background: var(--input);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

html:not(.public-desktop) .stepper button.active i {
  color: #061005;
  background: var(--teal);
}

html:not(.public-desktop) .stepper b {
  max-width: 100%;
  overflow: hidden;
  font-size: 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .listing-photo-picker {
  display: grid;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .listing-photo-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

html:not(.public-desktop) .listing-photo-label b {
  color: var(--teal);
}

html:not(.public-desktop) .listing-photo-add {
  justify-self: start;
}

html:not(.public-desktop) .image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .image-grid figure {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 8px;
  margin: 0;
  background: var(--input);
  border-radius: 8px;
}

html:not(.public-desktop) .image-grid figure.main {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--teal) 55%, transparent);
}

html:not(.public-desktop) .image-grid img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: contain;
  background: var(--panel-2);
  border-radius: 8px;
}

html:not(.public-desktop) .listing-photo-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .listing-photo-main,
html:not(.public-desktop) .listing-photo-remove {
  min-height: 28px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-size: 10px;
  font-weight: 900;
}

html:not(.public-desktop) .listing-photo-main.active {
  color: var(--teal);
}

html:not(.public-desktop) .listing-photo-remove {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  color: var(--red);
}

html:not(.public-desktop) .listing-photo-remove svg {
  width: 15px;
  height: 15px;
}

html:not(.public-desktop) .listing-form-actions {
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  margin-top: 26px;
}

html:not(.public-desktop) .listing-form-actions.pricing-step-actions {
  margin-top: 92px;
}

html:not(.public-desktop) .listing-form-actions .solid {
  grid-column: auto;
}

html:not(.public-desktop) .review-card {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 12px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .listing-review-main-image {
  display: block;
  width: 100%;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  justify-self: center;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .listing-review-main-image.empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

html:not(.public-desktop) .review-heading {
  display: grid;
  gap: 4px;
}

html:not(.public-desktop) .review-title {
  overflow-wrap: anywhere;
  font-size: 19px;
}

html:not(.public-desktop) .review-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html:not(.public-desktop) .review-stat-grid > span {
  min-height: 68px;
}

html:not(.public-desktop) .listing-review-terms,
html:not(.public-desktop) .field-help {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}

/* Modals, sheets, payouts */

html:not(.public-desktop) .modal-backdrop,
html:not(.public-desktop) .side-backdrop,
html:not(.public-desktop) .withdraw-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

html:not(.public-desktop) .sheet,
html:not(.public-desktop) .side-panel,
html:not(.public-desktop) .withdraw-sheet {
  display: grid;
  align-content: start;
  width: min(100%, 520px);
  max-height: calc(100svh - 28px);
  min-width: 0;
  gap: 16px;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
}

html:not(.public-desktop) .listing-editor-sheet {
  width: min(100%, 620px);
  height: 100%;
  max-height: 100%;
  border-radius: 0;
}

html:not(.public-desktop) .modal-backdrop:has(.listing-editor-sheet) {
  padding: 0;
}

html:not(.public-desktop) .listing-photo-source-sheet {
  width: min(100%, 440px);
}

html:not(.public-desktop) .iphone-app-prompt-sheet {
  position: relative;
  justify-items: center;
  width: min(100%, 390px);
  gap: 14px;
  padding: 24px 20px 20px;
  text-align: center;
}

html:not(.public-desktop) .iphone-app-prompt-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

html:not(.public-desktop) .iphone-app-prompt-icon {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

html:not(.public-desktop) .iphone-app-prompt-copy {
  display: grid;
  justify-items: center;
  gap: 7px;
  max-width: 320px;
}

html:not(.public-desktop) .iphone-app-prompt-copy h1,
html:not(.public-desktop) .iphone-app-prompt-copy p {
  margin: 0;
}

html:not(.public-desktop) .iphone-app-prompt-copy h1 {
  max-width: 290px;
  font-size: 23px;
  line-height: 1.08;
}

html:not(.public-desktop) .iphone-app-prompt-copy > p:last-child {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

html:not(.public-desktop) .iphone-app-prompt-benefits {
  display: grid;
  width: 100%;
  gap: 7px;
  padding: 12px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .iphone-app-prompt-benefits span {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

html:not(.public-desktop) .iphone-app-prompt-benefits svg {
  width: 18px;
  height: 18px;
  color: var(--teal);
}

html:not(.public-desktop) .iphone-app-store-button,
html:not(.public-desktop) .iphone-app-continue-button {
  width: 100%;
}

html:not(.public-desktop) a.iphone-app-store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 10px;
  color: #061005;
  background: var(--teal);
  border-color: var(--teal);
}

html:not(.public-desktop) a.iphone-app-store-button > svg {
  width: 24px;
  height: 24px;
}

html:not(.public-desktop) a.iphone-app-store-button > span {
  display: grid;
  justify-items: start;
  line-height: 1;
}

html:not(.public-desktop) a.iphone-app-store-button small {
  font-size: 9px;
  font-weight: 800;
}

html:not(.public-desktop) a.iphone-app-store-button b {
  font-size: 17px;
}

html:not(.public-desktop) .listing-photo-source-actions {
  display: grid;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .listing-photo-source-actions > label,
html:not(.public-desktop) .listing-photo-source-actions > button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 56px;
  gap: 11px;
  padding: 9px 12px;
  text-align: left;
}

html:not(.public-desktop) .listing-photo-source-actions > label > svg {
  width: 21px;
  height: 21px;
  color: var(--teal);
}

html:not(.public-desktop) .listing-photo-source-actions span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html:not(.public-desktop) .listing-photo-source-actions b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .listing-photo-source-actions small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

html:not(.public-desktop) .shipping-rate-sheet {
  width: min(100%, 560px);
}

html:not(.public-desktop) .shipping-rate-list {
  display: grid;
  min-width: 0;
  gap: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

html:not(.public-desktop) .shipping-rate-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 12px;
  padding: 12px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .shipping-rate-row > span {
  display: grid;
  min-width: 0;
  gap: 6px;
}

html:not(.public-desktop) .shipping-rate-row b,
html:not(.public-desktop) .shipping-rate-row strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

html:not(.public-desktop) .shipping-rate-row > span > small {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

html:not(.public-desktop) .side-panel {
  justify-self: end;
  height: 100%;
  max-height: 100%;
  border-radius: 8px 0 0 8px;
}

html:not(.public-desktop) .offer-sheet {
  width: min(100%, 460px);
}

html:not(.public-desktop) .auth-sheet {
  width: min(100%, 440px);
  gap: 16px;
  padding: 20px;
}

html:not(.public-desktop) .auth-sheet-head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 42px;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .auth-sheet-head > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .auth-brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #07100f;
  background: linear-gradient(135deg, var(--teal), var(--green), var(--amber));
  border-radius: 8px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--teal) 24%, transparent);
  font-size: 18px;
  font-weight: 900;
}

html:not(.public-desktop) .login-service-button {
  min-height: 48px;
  background: var(--panel);
}

html:not(.public-desktop) .apple-login-button {
  color: #050607;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

html[data-theme="light"]:not(.public-desktop) .apple-login-button {
  color: #ffffff;
  background: #050607;
  border-color: rgba(5, 6, 7, 0.32);
}

html:not(.public-desktop) .auth-switch {
  min-height: 38px;
  padding: 7px 10px;
  color: var(--teal);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

html:not(.public-desktop) .signup-terms-sheet {
  width: min(100%, 520px);
  gap: 16px;
  padding: 20px;
}

html:not(.public-desktop) .notification-setup-sheet {
  width: min(100%, 560px);
  gap: 16px;
  padding: 18px;
}

html:not(.public-desktop) .notification-setup-copy {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

html:not(.public-desktop) .notification-setup-actions {
  display: grid;
  gap: 9px;
}

html:not(.public-desktop) .notification-setup-actions > button {
  width: 100%;
  min-height: 46px;
}

html:not(.public-desktop) .seller-address-prompt-sheet {
  width: min(100%, 560px);
  gap: 16px;
}

html:not(.public-desktop) .seller-address-prompt-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .seller-address-prompt-head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #07100f;
  background: var(--teal);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-address-prompt-head > span svg {
  width: 22px;
  height: 22px;
}

html:not(.public-desktop) .seller-address-prompt-head > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .seller-address-prompt-head h1 {
  font-size: 18px;
}

html:not(.public-desktop) .seller-address-prompt-head p {
  font-size: 12px;
}

html:not(.public-desktop) .offer-updates-sheet {
  width: min(100%, 560px);
  gap: 14px;
}

html:not(.public-desktop) .offer-update-list {
  display: grid;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .offer-update-card {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 13px;
}

html:not(.public-desktop) .offer-update-summary {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .offer-update-cover,
html:not(.public-desktop) .offer-update-cover .cover {
  width: 76px;
  height: 76px;
}

html:not(.public-desktop) .offer-update-cover .cover {
  display: grid;
  place-items: center;
  object-fit: cover;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .offer-update-summary > div:last-child {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .offer-update-summary h3 {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

html:not(.public-desktop) .offer-update-summary b {
  font-size: 13px;
  font-weight: 850;
}

html:not(.public-desktop) .offer-update-summary b.accepted {
  color: var(--green);
}

html:not(.public-desktop) .offer-update-summary b.declined {
  color: var(--amber);
}

html:not(.public-desktop) .offer-update-summary p,
html:not(.public-desktop) .offer-update-summary small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

html:not(.public-desktop) .offer-update-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

html:not(.public-desktop) .report-photo-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

html:not(.public-desktop) .report-photo-actions > label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

html:not(.public-desktop) .report-photo-actions svg {
  width: 15px;
  height: 15px;
}

html:not(.public-desktop) .signup-terms-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 42px;
  align-items: start;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .signup-terms-head > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--teal);
}

html:not(.public-desktop) .signup-terms-head > span svg {
  width: 30px;
  height: 30px;
}

html:not(.public-desktop) .signup-terms-head > div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

html:not(.public-desktop) .signup-terms-head p {
  font-size: 12px;
}

html:not(.public-desktop) .signup-agreement-list {
  display: grid;
  gap: 10px;
}

html:not(.public-desktop) .signup-agreement-list p {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
}

html:not(.public-desktop) .signup-agreement-list svg {
  width: 18px;
  height: 18px;
  color: var(--teal);
}

html:not(.public-desktop) .payout-fullscreen-backdrop {
  position: fixed;
  inset: 0;
  z-index: 130;
  overflow: hidden;
  background: var(--bg);
}

html:not(.public-desktop) .payout-fullscreen-sheet {
  width: 100%;
  height: 100%;
  padding: max(18px, env(safe-area-inset-top)) 14px calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto;
  background: var(--bg);
}

html:not(.public-desktop) .payout-fullscreen-sheet > .product-back {
  margin-bottom: 14px;
}

html:not(.public-desktop) .payout-workspace,
html:not(.public-desktop) .payout-panel {
  display: grid;
  min-width: 0;
  gap: 14px;
}

html:not(.public-desktop) .payout-panel .summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(.public-desktop) .payout-history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

html:not(.public-desktop) .payout-history-row > span {
  display: grid;
  gap: 3px;
}

html:not(.public-desktop) .withdraw-sheet-backdrop {
  z-index: 160;
}

html:not(.public-desktop) .withdraw-sheet {
  width: min(100%, 480px);
  gap: 14px;
}

html:not(.public-desktop) .withdraw-grabber {
  width: 42px;
  height: 5px;
  margin: -4px auto 0;
  background: var(--faint);
  border-radius: 999px;
}

html:not(.public-desktop) .withdraw-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

html:not(.public-desktop) .withdraw-balance-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .withdraw-balance-card span,
html:not(.public-desktop) .withdraw-amount-field > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .withdraw-balance-card strong {
  font-size: 34px;
  font-weight: 900;
}

html:not(.public-desktop) .withdraw-amount-field {
  display: grid;
  gap: 7px;
}

html:not(.public-desktop) .withdraw-amount-field > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .withdraw-amount-field b {
  color: var(--muted);
  font-size: 23px;
}

html:not(.public-desktop) .withdraw-amount-field input {
  min-height: 62px;
  padding-inline: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 28px;
  font-weight: 900;
}

html:not(.public-desktop) .withdraw-selected-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

html:not(.public-desktop) .withdraw-selected-row strong {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

html:not(.public-desktop) .withdraw-selected-row .inline {
  min-height: 34px;
  padding: 0 12px;
  color: var(--teal);
  background: var(--panel-2);
  border-radius: 999px;
  font-weight: 900;
}

html:not(.public-desktop) .status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 26px;
  padding: 4px 8px;
  color: var(--muted);
  background: var(--input);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: capitalize;
}

html:not(.public-desktop) .status-chip.good {
  color: var(--green);
  background: color-mix(in srgb, var(--green) 12%, transparent);
}

html:not(.public-desktop) .status-chip.warn {
  color: var(--amber);
  background: color-mix(in srgb, var(--amber) 12%, transparent);
}

/* Pagination and loading */

html:not(.public-desktop) .pager {
  display: grid;
  grid-template-columns: 86px minmax(94px, 1fr) 86px;
  align-items: center;
  gap: 8px;
  width: 100%;
}

html:not(.public-desktop) .pager > button {
  width: 86px;
  min-width: 86px;
  height: 38px;
  min-height: 38px;
  padding: 0 8px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .pager span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

html:not(.public-desktop) .skeleton-panel,
html:not(.public-desktop) .skeleton-card,
html:not(.public-desktop) .skeleton-row {
  overflow: hidden;
}

html:not(.public-desktop) .skeleton-panel > div,
html:not(.public-desktop) .skeleton-card > div,
html:not(.public-desktop) .skeleton-line,
html:not(.public-desktop) .skeleton-block,
html:not(.public-desktop) .skeleton-avatar,
html:not(.public-desktop) .skeleton-conversation-copy i,
html:not(.public-desktop) .skeleton-action,
html:not(.public-desktop) .conversation-message-skeleton i,
html:not(.public-desktop) .skeleton-composer-field {
  position: relative;
  overflow: hidden;
  background: var(--panel-2);
  border-radius: 4px;
}

html:not(.public-desktop) .skeleton-panel > div::after,
html:not(.public-desktop) .skeleton-card > div::after,
html:not(.public-desktop) .skeleton-line::after,
html:not(.public-desktop) .skeleton-block::after,
html:not(.public-desktop) .skeleton-avatar::after,
html:not(.public-desktop) .skeleton-conversation-copy i::after,
html:not(.public-desktop) .skeleton-action::after,
html:not(.public-desktop) .conversation-message-skeleton i::after,
html:not(.public-desktop) .skeleton-composer-field::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--ink) 7%, transparent), transparent);
  animation: ios-parity-shimmer 1.25s infinite;
}

@keyframes ios-parity-shimmer {
  to { transform: translateX(100%); }
}

html:not(.public-desktop) .busy-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  background: rgba(9, 11, 13, 0.38);
  backdrop-filter: blur(3px);
}

html:not(.public-desktop) .spinner {
  width: 34px;
  height: 34px;
  border: 4px solid color-mix(in srgb, var(--muted) 28%, transparent);
  border-top-color: var(--teal);
  border-radius: 50%;
  animation: ios-parity-spin 0.8s linear infinite;
}

@keyframes ios-parity-spin {
  to { transform: rotate(360deg); }
}

html:not(.public-desktop) .inline-banner,
html:not(.public-desktop) .toast {
  padding: 10px 12px;
  color: var(--ink);
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

html:not(.public-desktop) .toast-region {
  position: fixed;
  top: calc(72px + env(safe-area-inset-top));
  right: 14px;
  bottom: auto;
  left: 14px;
  z-index: 240;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  width: auto;
  height: max-content;
  max-height: calc(100svh - 92px - env(safe-area-inset-top));
  pointer-events: none;
}

html:not(.public-desktop) .toast-region .toast {
  width: fit-content;
  max-width: min(100%, 420px);
  min-height: 0;
  height: auto;
  margin: 0;
  overflow-wrap: anywhere;
}

/* Bottom navigation */

html:not(.public-desktop) .bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 65;
  display: flex;
  align-items: stretch;
  gap: 4px;
  padding: 8px 8px max(10px, env(safe-area-inset-bottom));
  overflow: visible;
  background: var(--header);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

html:not(.public-desktop) .bottom-nav button {
  display: grid;
  place-items: center;
  align-content: center;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  min-height: 50px;
  gap: 3px;
  padding: 4px 1px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 8px;
}

html:not(.public-desktop) .bottom-nav button.active {
  color: var(--ink);
  background: var(--panel-2);
  outline: 1px solid color-mix(in srgb, var(--teal) 65%, transparent);
  outline-offset: -1px;
}

html:not(.public-desktop) .tab-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 24px;
}

html:not(.public-desktop) .bottom-nav .tab-icon svg,
html:not(.public-desktop) .bottom-nav button:first-child .tab-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.35;
}

html:not(.public-desktop) .bottom-nav b {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Current app parity: collection controls */

html:not(.public-desktop) .collection-progress-card {
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border-color: color-mix(in srgb, var(--teal) 45%, var(--line));
}

html:not(.public-desktop) .collection-ring {
  width: 94px;
  height: 94px;
}

html:not(.public-desktop) .collection-ring::before {
  display: none;
}

html:not(.public-desktop) .collection-ring::after {
  inset: 10px;
}

html:not(.public-desktop) .collection-ring span {
  font-size: 20px;
}

html:not(.public-desktop) .collection-progress-copy h1 {
  font-size: 19px;
  line-height: 1.15;
}

html:not(.public-desktop) .collection-progress-copy p {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .collection-metric-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html:not(.public-desktop) .collection-metric-pills span {
  display: grid;
  align-items: start;
  gap: 2px;
  min-width: 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 8px;
}

html:not(.public-desktop) .collection-metric-pills .owned {
  background: color-mix(in srgb, var(--green) 10%, var(--panel));
}

html:not(.public-desktop) .collection-metric-pills .missing {
  background: color-mix(in srgb, var(--amber) 10%, var(--panel));
}

html:not(.public-desktop) .collection-metric-pills b {
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
}

html:not(.public-desktop) .collection-metric-pills .owned small {
  color: var(--green);
}

html:not(.public-desktop) .collection-metric-pills .missing small {
  color: var(--amber);
}

html:not(.public-desktop) .collection-controls {
  padding: 14px;
}

html:not(.public-desktop) .collection-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .collection-console-control {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 16px;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 43px;
  gap: 9px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .collection-console-control svg {
  width: 18px;
  height: 18px;
}

html:not(.public-desktop) .collection-console-icon {
  display: grid;
  place-items: center;
  color: var(--teal);
}

html:not(.public-desktop) .collection-console-caret {
  display: grid;
  place-items: center;
  color: var(--muted);
  pointer-events: none;
}

html:not(.public-desktop) .collection-console-caret svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .collection-console {
  width: 100%;
  min-width: 0;
  height: 41px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  appearance: none;
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .collection-console,
html:not(.public-desktop) .collection-console option {
  color: var(--ink);
  background-color: var(--input);
  color-scheme: dark;
}

html:not(.public-desktop)[data-theme="light"] .collection-console,
html:not(.public-desktop)[data-theme="light"] .collection-console option {
  color-scheme: light;
}

html:not(.public-desktop) .collection-upc-note {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

html:not(.public-desktop) .collection-upc-note svg {
  width: 16px;
  height: 16px;
  color: var(--teal);
}

html:not(.public-desktop) .collection-upc-note b {
  color: var(--ink);
}

html:not(.public-desktop) .collection-search-row,
html:not(.public-desktop) .collection-search-row.standard,
html:not(.public-desktop) .collection-search-row.premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  width: 100%;
  min-width: 0;
  gap: 8px;
}

html:not(.public-desktop) .collection-search-row.premium {
  grid-template-columns: minmax(0, 1fr) repeat(3, 42px);
}

html:not(.public-desktop) .collection-search-row .collection-search {
  grid-column: auto;
  width: 100%;
  min-width: 0;
  height: 42px;
}

html:not(.public-desktop) .collection-icon-menu {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

html:not(.public-desktop) .collection-icon-menu.active,
html:not(.public-desktop) .collection-stats-button.active {
  color: var(--teal);
  border-color: color-mix(in srgb, var(--teal) 62%, var(--line));
  background: color-mix(in srgb, var(--teal) 10%, var(--input));
}

html:not(.public-desktop) .collection-icon-menu > svg,
html:not(.public-desktop) .collection-stats-button svg {
  width: 17px;
  height: 17px;
  pointer-events: none;
}

html:not(.public-desktop) .collection-icon-menu select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

html:not(.public-desktop) .collection-stats-button {
  position: static;
  width: 42px;
  height: 42px;
}

html:not(.public-desktop) .collection-filter-chips:empty {
  display: none;
}

html:not(.public-desktop) .collection-filter-chips span {
  min-height: 24px;
  padding: 5px 8px;
}

html:not(.public-desktop) .collection-table-skeleton .collection-sheet-row > span {
  display: block;
  min-width: 0;
  height: 20px;
  background: var(--input);
  border-radius: 5px;
  animation: ios-parity-skeleton 1.2s ease-in-out infinite alternate;
}

html:not(.public-desktop) .collection-table-skeleton .collection-sheet-row > span:nth-child(2) {
  display: grid;
  gap: 5px;
  height: auto;
  background: transparent;
  animation: none;
}

html:not(.public-desktop) .collection-table-skeleton i {
  display: block;
  width: 100%;
  height: 12px;
  background: var(--input);
  border-radius: 4px;
  animation: ios-parity-skeleton 1.2s ease-in-out infinite alternate;
}

html:not(.public-desktop) .collection-table-skeleton i:last-child {
  width: 68%;
}

@keyframes ios-parity-skeleton {
  from { opacity: 0.48; }
  to { opacity: 0.95; }
}

/* Current app parity: listing management and recent history */

html:not(.public-desktop) .premium-actions {
  justify-content: flex-start;
  gap: 7px;
}

html:not(.public-desktop) .premium-actions .inline {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .premium-actions .inline svg {
  width: 15px;
  height: 15px;
}

html:not(.public-desktop) .premium-actions .promote {
  color: var(--amber);
  background: var(--input);
  border-color: color-mix(in srgb, var(--amber) 55%, var(--line));
}

html:not(.public-desktop) .premium-actions .edit {
  color: var(--teal);
  background: var(--input);
  border-color: color-mix(in srgb, var(--teal) 55%, var(--line));
}

html:not(.public-desktop) .premium-actions .outreach {
  color: var(--green);
  background: var(--input);
  border-color: color-mix(in srgb, var(--green) 55%, var(--line));
}

html:not(.public-desktop) .premium-actions .delete {
  color: var(--red);
  background: var(--input);
  border-color: color-mix(in srgb, var(--red) 55%, var(--line));
}

html:not(.public-desktop) .recent-listing-list .listing-card {
  position: relative;
}

html:not(.public-desktop) .recent-remove-button {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--red);
  background: var(--input);
  border: 1px solid color-mix(in srgb, var(--red) 65%, var(--line));
  border-radius: 8px;
}

html:not(.public-desktop) .recent-remove-button svg {
  width: 13px;
  height: 13px;
}

/* Current app parity: animated settings confirmation */

html:not(.public-desktop) .settings-save-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  min-height: 43px;
  gap: 8px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

html:not(.public-desktop) .settings-save-button svg {
  width: 18px;
  height: 18px;
}

html:not(.public-desktop) .settings-save-button.saved svg {
  animation: settings-save-pop 360ms cubic-bezier(.2, .9, .25, 1.35);
}

html:not(.public-desktop) .settings-save-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid color-mix(in srgb, #061005 30%, transparent);
  border-top-color: #061005;
  border-radius: 50%;
  animation: settings-save-spin 700ms linear infinite;
}

@keyframes settings-save-spin {
  to { transform: rotate(360deg); }
}

@keyframes settings-save-pop {
  0% { opacity: 0; transform: scale(.78); }
  65% { opacity: 1; transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}

/* Current app parity: seller order summaries */

html:not(.public-desktop) .seller-orders-head .eyebrow {
  display: none;
}

html:not(.public-desktop) .seller-order-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  background: var(--panel-2);
}

html:not(.public-desktop) .seller-order-summary-top {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: start;
  min-width: 0;
  gap: 12px;
}

html:not(.public-desktop) .seller-order-status-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--amber);
  background: color-mix(in srgb, var(--amber) 12%, transparent);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-order-status-icon.shipped {
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 12%, transparent);
}

html:not(.public-desktop) .seller-order-status-icon svg {
  width: 18px;
  height: 18px;
}

html:not(.public-desktop) .seller-order-heading {
  display: grid;
  min-width: 0;
  gap: 5px;
}

html:not(.public-desktop) .seller-order-heading h2 {
  overflow-wrap: anywhere;
  font-size: 17px;
}

html:not(.public-desktop) .seller-order-heading p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

html:not(.public-desktop) .seller-order-net {
  display: grid;
  justify-items: end;
  min-width: 72px;
  gap: 3px;
  text-align: right;
}

html:not(.public-desktop) .seller-order-net strong {
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

html:not(.public-desktop) .seller-order-net span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .seller-order-summary-meta {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
}

html:not(.public-desktop) .seller-order-meta-pill {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 28px;
  gap: 5px;
  padding: 0 9px;
  overflow: hidden;
  color: var(--muted);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .seller-order-meta-pill svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .seller-order-meta-pill.buyer {
  max-width: 118px;
}

html:not(.public-desktop) .seller-order-chevron {
  display: grid;
  place-items: center;
  width: 20px;
  height: 28px;
  margin-left: auto;
  color: var(--teal);
  transition: transform 180ms ease;
}

html:not(.public-desktop) .seller-order-chevron svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .seller-order-card[open] .seller-order-chevron {
  transform: rotate(180deg);
}

html:not(.public-desktop) .seller-order-expanded {
  gap: 16px;
  padding: 16px;
}

html:not(.public-desktop) .seller-order-expanded-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 10px;
}

html:not(.public-desktop) .seller-order-expanded-head > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html:not(.public-desktop) .seller-order-expanded-head h3 {
  font-size: 15px;
}

html:not(.public-desktop) .seller-order-expanded-head p {
  font-size: 10px;
}

html:not(.public-desktop) .seller-order-expanded-head .icon-button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

html:not(.public-desktop) .seller-order-info-grid,
html:not(.public-desktop) .seller-order-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding-top: 0;
}

html:not(.public-desktop) .seller-detail-panel {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 11px;
  padding: 12px;
  background: var(--panel-2);
}

html:not(.public-desktop) .seller-contact-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 12%, transparent);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-contact-icon svg {
  width: 16px;
  height: 16px;
}

html:not(.public-desktop) .seller-detail-panel > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .seller-detail-panel h3 {
  overflow-wrap: anywhere;
  font-size: 14px;
}

html:not(.public-desktop) .seller-detail-panel p {
  font-size: 10px;
}

html:not(.public-desktop) .seller-order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  gap: 14px;
  padding: 13px;
  background: var(--input);
}

html:not(.public-desktop) .seller-order-item-head {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 13px;
}

html:not(.public-desktop) .seller-order-item-head > .cover {
  width: 104px;
  height: 126px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .seller-order-item-body {
  align-content: start;
  gap: 8px;
}

html:not(.public-desktop) .seller-order-item-body h3 {
  overflow-wrap: anywhere;
  font-size: 16px;
}

html:not(.public-desktop) .seller-item-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

html:not(.public-desktop) .seller-item-price-row span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

html:not(.public-desktop) .seller-item-price-row strong {
  font-size: 14px;
  font-weight: 900;
}

html:not(.public-desktop) .seller-label-ready {
  display: grid;
  place-items: center;
  width: 24px;
  height: 28px;
  color: var(--teal);
}

html:not(.public-desktop) .seller-label-ready svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .seller-order-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html:not(.public-desktop) .seller-order-detail-field {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 52px;
  gap: 3px;
  padding: 9px;
  background: var(--panel-2);
  border-radius: 7px;
}

html:not(.public-desktop) .seller-order-detail-field small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

html:not(.public-desktop) .seller-order-detail-field b {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 10px;
  line-height: 1.25;
}

html:not(.public-desktop) .seller-item-description {
  font-size: 10px;
  font-weight: 650;
}

html:not(.public-desktop) .seller-tracking-panel,
html:not(.public-desktop) .seller-return-block {
  padding: 11px;
}

html:not(.public-desktop) .seller-tracking-grid {
  grid-template-columns: minmax(0, 1fr);
}

html:not(.public-desktop) .seller-label-row {
  align-items: center;
  padding-top: 12px;
}

html:not(.public-desktop) .seller-label-row .outline {
  flex: 0 0 auto;
  min-height: 36px;
  white-space: nowrap;
}

html:not(.public-desktop) .seller-label-row .outline svg {
  width: 14px;
  height: 14px;
}

html:not(.public-desktop) .seller-order-money-panel {
  gap: 10px;
  padding: 13px;
  background: var(--panel);
}

html:not(.public-desktop) .seller-fulfillment-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

html:not(.public-desktop) .seller-fulfillment-note.complete {
  color: var(--green);
}

html:not(.public-desktop) .seller-fulfillment-note svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

/* Mobile collection camera scanner */

html:not(.public-desktop) .collection-mobile-scan-button {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  gap: 10px;
  padding: 8px 10px;
  color: var(--ink);
  text-align: left;
  background: color-mix(in srgb, var(--green) 9%, var(--panel-2));
  border: 1px solid color-mix(in srgb, var(--green) 42%, var(--line));
  border-radius: 8px;
}

html:not(.public-desktop) .collection-mobile-scan-button > svg:first-child {
  width: 38px;
  height: 38px;
  padding: 8px;
  color: #061005;
  background: var(--green);
  border-radius: 8px;
}

html:not(.public-desktop) .collection-mobile-scan-button > svg:last-child {
  width: 15px;
  height: 15px;
  color: var(--muted);
}

html:not(.public-desktop) .collection-mobile-scan-button > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html:not(.public-desktop) .collection-mobile-scan-button b {
  font-size: 13px;
  line-height: 1.15;
}

html:not(.public-desktop) .collection-mobile-scan-button small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-backdrop {
  position: fixed;
  inset: 0;
  z-index: 320;
  overflow: hidden;
  color: #f8f4ed;
  background: #080c11;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-sheet {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  overflow: hidden;
  color: #f8f4ed;
  background: #080c11;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-sheet [hidden] {
  display: none !important;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-stage,
html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-stage video,
html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-stage {
  overflow: hidden;
  background: #030506;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-stage video {
  object-fit: cover;
  opacity: 0;
  transition: opacity 180ms ease;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-sheet.camera-ready .mobile-barcode-camera-stage video {
  opacity: 1;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0, rgba(0, 0, 0, 0.16) 26%, transparent 43%, transparent 58%, rgba(0, 0, 0, 0.26) 72%, rgba(0, 0, 0, 0.9) 100%);
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: max(12px, env(safe-area-inset-top)) 16px 12px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-header > div:first-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-header h1 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 800;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-actions .icon-button {
  width: 42px;
  height: 42px;
  min-height: 42px;
  color: #fff;
  background: rgba(4, 7, 9, 0.66);
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-actions .icon-button.active {
  color: #061005;
  background: var(--green);
  border-color: var(--green);
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-actions .icon-button svg {
  width: 18px;
  height: 18px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide {
  position: absolute;
  z-index: 3;
  top: 49%;
  left: 50%;
  width: min(84vw, 330px);
  height: 180px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  pointer-events: none;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide i {
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: var(--green);
  border-style: solid;
  filter: drop-shadow(0 0 6px rgba(16, 204, 2, 0.5));
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide i:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 4px 0 0 4px;
  border-radius: 8px 0 0;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide i:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 4px 4px 0 0;
  border-radius: 0 8px 0 0;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide i:nth-child(3) {
  right: 0;
  bottom: 0;
  border-width: 0 4px 4px 0;
  border-radius: 0 0 8px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide i:nth-child(4) {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
  border-radius: 0 0 0 8px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-guide span {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 2px;
  transform: translateY(-50%);
  background: var(--green);
  box-shadow: 0 0 8px rgba(16, 204, 2, 0.9);
  animation: mobile-barcode-scan-line 1.8s ease-in-out infinite;
}

@keyframes mobile-barcode-scan-line {
  0%, 100% { transform: translateY(-54px); opacity: 0.55; }
  50% { transform: translateY(54px); opacity: 1; }
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-detected-outline {
  position: absolute;
  z-index: 4;
  display: none;
  border: 4px solid var(--green);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.36), 0 0 14px rgba(16, 204, 2, 0.72);
  pointer-events: none;
  transition: inset 120ms ease, width 120ms ease, height 120ms ease;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-detected-outline.visible {
  display: block;
  animation: mobile-barcode-detected-pulse 620ms ease-in-out infinite alternate;
}

@keyframes mobile-barcode-detected-pulse {
  from { border-color: #10cc02; box-shadow: 0 0 8px rgba(16, 204, 2, 0.5); }
  to { border-color: #79ff68; box-shadow: 0 0 18px rgba(16, 204, 2, 0.95); }
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-loading {
  position: absolute;
  z-index: 4;
  top: 49%;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-loading .spinner {
  width: 38px;
  height: 38px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-footer {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 10px;
  padding: 14px 16px max(16px, env(safe-area-inset-bottom));
  background: rgba(3, 5, 7, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-copy {
  display: grid;
  justify-items: center;
  gap: 3px;
  text-align: center;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-copy b {
  color: #fff;
  font-size: 14px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 750;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-error {
  margin: 0;
  padding: 8px 10px;
  color: #ffd08b;
  text-align: center;
  background: rgba(176, 91, 0, 0.2);
  border: 1px solid rgba(255, 178, 66, 0.42);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.4;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(16, 204, 2, 0.17);
  border: 1px solid rgba(56, 238, 42, 0.48);
  border-radius: 8px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #061005;
  background: var(--green);
  border-radius: 50%;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success > span svg {
  width: 18px;
  height: 18px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success > div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success small,
html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success em {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success b {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-success > strong {
  min-width: 28px;
  color: var(--green);
  font-size: 15px;
  text-align: right;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-manual-toggle {
  width: 100%;
  min-height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-manual-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-manual-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-manual-form label > span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-manual-form input {
  width: 100%;
  min-width: 0;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  font-variant-numeric: tabular-nums;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-manual-form button {
  min-height: 44px;
  white-space: nowrap;
}

html:is(:not(.public-desktop), .desktop-client) .mobile-barcode-camera-sheet.camera-unavailable .mobile-barcode-guide {
  opacity: 0.22;
}

/* Light appearance */

html:not(.public-desktop)[data-theme="light"] .solid,
html:not(.public-desktop)[data-theme="light"] .segmented button.active,
html:not(.public-desktop)[data-theme="light"] .saved-tabs button.active,
html:not(.public-desktop)[data-theme="light"] .hero-panel .icon-button.active {
  color: #061005;
}

html:not(.public-desktop)[data-theme="light"] .product-preview-backdrop,
html:not(.public-desktop)[data-theme="light"] .product-preview-sheet,
html:not(.public-desktop)[data-theme="light"] .payout-fullscreen-backdrop,
html:not(.public-desktop)[data-theme="light"] .payout-fullscreen-sheet,
html:not(.public-desktop)[data-theme="light"] .sheet {
  background: var(--bg);
}

/* Small phone fitting */

@media (max-width: 374px) {
  html:not(.public-desktop) .screen-scroll {
    padding-inline: 12px;
  }

  html:not(.public-desktop) .app-header {
    padding-inline: 12px;
  }

  html:not(.public-desktop) .head-actions {
    gap: 5px;
  }

  html:not(.public-desktop) .head-actions .icon-button {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  html:not(.public-desktop) select {
    padding-right: 24px;
    font-size: 13px;
  }

  html:not(.public-desktop) .listing-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 9px;
  }

  html:not(.public-desktop) .cover-button {
    width: 96px;
    height: 110px;
  }

  html:not(.public-desktop) .listing-main {
    min-height: 110px;
  }

  html:not(.public-desktop) .link-title {
    font-size: 16px;
  }

  html:not(.public-desktop) .price-row strong {
    font-size: 18px;
  }

  html:not(.public-desktop) .listing-quick-actions .solid,
  html:not(.public-desktop) .listing-main > .solid.compact {
    min-width: 104px;
  }

  html:not(.public-desktop) .seller-app-tabs {
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }

  html:not(.public-desktop) .seller-app-tabs button {
    min-width: 35px;
    padding-inline: 6px;
  }

  html:not(.public-desktop) .seller-app-tabs button.active {
    padding-inline: 9px;
  }

  html:not(.public-desktop) .product-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html:not(.public-desktop) .sheet-row,
  html:not(.public-desktop) .collection-sheet-head,
  html:not(.public-desktop) .collection-sheet-row {
    grid-template-columns: 38px minmax(0, 1fr) 38px 68px;
    gap: 6px;
  }

  html:not(.public-desktop) .collection-check {
    width: 38px;
  }

  html:not(.public-desktop) .collection-insight-grid {
    padding-left: 56px;
  }

  html:not(.public-desktop) .bottom-nav {
    gap: 2px;
    padding-inline: 4px;
  }

  html:not(.public-desktop) .bottom-nav b {
    font-size: 8px;
  }
}

/* Larger compact devices preserve the same iOS rhythm with more columns. */

@media (min-width: 700px) and (max-width: 899px) {
  html:not(.public-desktop) .product-commerce-grid {
    grid-template-columns: minmax(300px, 1fr) minmax(320px, 1fr);
  }

  html:not(.public-desktop) .listing-grid:not(.seller-listings-workspace .listing-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html:not(.public-desktop) .seller-order-info-grid,
  html:not(.public-desktop) .seller-order-money-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html:not(.public-desktop) .collection-insight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.public-desktop) *,
  html:not(.public-desktop) *::before,
  html:not(.public-desktop) *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Current app parity: metric explanations and customer tracking density. */

html:not(.public-desktop) .app-stat-tile .app-stat-label {
  order: 2;
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  gap: 3px;
  color: var(--muted);
  text-transform: uppercase;
}

html:not(.public-desktop) .app-stat-tile .app-stat-label > span {
  order: 0;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

html:not(.public-desktop) .context-help summary {
  width: 20px;
  height: 20px;
}

html:not(.public-desktop) .context-help summary svg {
  width: 13px;
  height: 13px;
}

html:not(.public-desktop) .context-help-popover {
  width: min(230px, calc(100vw - 32px));
  padding: 12px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid color-mix(in srgb, var(--ink) 32%, var(--line));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.48);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-transform: none;
  opacity: 1;
  backdrop-filter: none;
}

html:not(.public-desktop) .premium-kpi-label {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 3px;
}

html:not(.public-desktop) .premium-kpi-label > small {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

html:not(.public-desktop) .premium-leaderboard-row {
  grid-template-columns: minmax(0, 1fr) 36px 14px;
  border-radius: 8px;
}

html:not(.public-desktop) .premium-leaderboard-row .premium-leaderboard-button {
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 10px 0 10px 10px;
  background: transparent;
  border: 0;
}

html:not(.public-desktop) .premium-leaderboard-row .context-help-popover {
  right: -24px;
}

/* Shared dialog structures added for production desktop remain app-like on phones. */

html:not(.public-desktop) .auth-sheet {
  position: relative;
  display: block;
  width: min(100%, 440px);
  padding: 20px;
  overflow-y: auto;
}

html:not(.public-desktop) .auth-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

html:not(.public-desktop) .auth-layout,
html:not(.public-desktop) .auth-form-pane {
  display: grid;
  gap: 16px;
}

html:not(.public-desktop) .auth-intro {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-right: 48px;
}

html:not(.public-desktop) .auth-intro > img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--teal) 38%, var(--line));
  border-radius: 10px;
}

html:not(.public-desktop) .auth-intro > div {
  display: grid;
  gap: 2px;
}

html:not(.public-desktop) .auth-intro h2,
html:not(.public-desktop) .auth-intro > div > p:last-child,
html:not(.public-desktop) .auth-intro ul {
  display: none;
}

html:not(.public-desktop) .auth-sheet-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  gap: 4px;
}

html:not(.public-desktop) .auth-sheet-head h1 {
  font-size: 24px;
}

html:not(.public-desktop) .auth-form-pane .form-grid > *,
html:not(.public-desktop) .auth-form-pane .form-grid > .wide {
  grid-column: 1 / -1;
}

html:not(.public-desktop) .auth-legal-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

html:not(.public-desktop) .compose-sheet,
html:not(.public-desktop) .support-sheet {
  display: grid;
  width: min(100%, 560px);
  max-height: min(92svh, 820px);
  gap: 14px;
  padding: 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

html:not(.public-desktop) .compose-layout,
html:not(.public-desktop) .support-layout {
  display: grid;
  gap: 16px;
}

html:not(.public-desktop) .compose-recipient-pane,
html:not(.public-desktop) .compose-message-pane,
html:not(.public-desktop) .support-form {
  display: grid;
  gap: 12px;
}

html:not(.public-desktop) .compose-recipient-pane {
  max-height: 268px;
}

html:not(.public-desktop) .compose-pane-label {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

html:not(.public-desktop) .compose-pane-label > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #061008;
  background: var(--teal);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

html:not(.public-desktop) .compose-pane-label > div {
  display: grid;
  gap: 1px;
}

html:not(.public-desktop) .compose-pane-label small {
  color: var(--muted);
  font-size: 10px;
}

html:not(.public-desktop) .compose-user-search {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}

html:not(.public-desktop) .compose-user-search > svg {
  width: 16px;
  height: 16px;
  color: var(--muted);
}

html:not(.public-desktop) .compose-sheet .user-picker {
  display: grid;
  align-content: start;
  gap: 6px;
  max-height: 148px;
  min-height: 0;
  overflow-y: auto;
}

html:not(.public-desktop) .compose-sheet .user-picker > button {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  min-height: 64px;
  padding: 8px;
  color: var(--ink);
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

html:not(.public-desktop) .compose-sheet .user-picker > button.selected {
  background: color-mix(in srgb, var(--teal) 10%, var(--panel));
  border-color: color-mix(in srgb, var(--teal) 44%, var(--line));
}

html:not(.public-desktop) .compose-sheet .user-picker > button > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

html:not(.public-desktop) .compose-sheet .user-picker b,
html:not(.public-desktop) .compose-sheet .user-picker small,
html:not(.public-desktop) .compose-sheet .user-picker em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .compose-sheet .user-picker small,
html:not(.public-desktop) .compose-sheet .user-picker em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

html:not(.public-desktop) .compose-message-pane .form-grid > *,
html:not(.public-desktop) .compose-message-pane .form-grid > .wide,
html:not(.public-desktop) .support-form > *,
html:not(.public-desktop) .support-form > .wide {
  grid-column: 1 / -1;
}

html:not(.public-desktop) .compose-message-pane textarea {
  min-height: 86px;
  max-height: 126px;
}

html:not(.public-desktop) .compose-send-button {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

html:not(.public-desktop) .selected-recipient {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 8px 10px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .selected-recipient > span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

html:not(.public-desktop) .selected-recipient small,
html:not(.public-desktop) .selected-recipient em {
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .support-intro {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 9px 11px;
  padding: 12px;
  background: color-mix(in srgb, var(--teal) 7%, var(--panel));
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .support-intro > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--teal);
  background: var(--input);
  border-radius: 7px;
}

html:not(.public-desktop) .support-intro h2 {
  font-size: 17px;
}

html:not(.public-desktop) .support-intro > div {
  grid-column: 1 / -1;
  display: none;
}

html:not(.public-desktop) .confirm-sheet {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  width: min(100%, 440px);
  padding: 20px;
}

html:not(.public-desktop) .confirm-sheet-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--red);
  background: color-mix(in srgb, var(--red) 10%, var(--panel));
  border: 1px solid color-mix(in srgb, var(--red) 30%, var(--line));
  border-radius: 8px;
}

html:not(.public-desktop) .confirm-sheet-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

html:not(.public-desktop) .confirm-sheet-copy {
  display: grid;
  gap: 6px;
  padding-right: 34px;
}

html:not(.public-desktop) .confirm-sheet-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .cart-item-card .listing-main {
  gap: 6px;
}

html:not(.public-desktop) .cart-item-pricing {
  display: grid;
  grid-template-columns: auto auto minmax(72px, 1fr);
  align-items: end;
  gap: 9px;
  padding-top: 3px;
}

html:not(.public-desktop) .cart-item-pricing > span {
  display: grid;
  gap: 1px;
}

html:not(.public-desktop) .cart-item-pricing small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

html:not(.public-desktop) .cart-item-pricing b {
  font-size: 12px;
}

html:not(.public-desktop) .cart-item-pricing > strong {
  justify-self: end;
  font-size: 16px;
}

html:not(.public-desktop) .cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

html:not(.public-desktop) .cart-quantity-control {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
}

html:not(.public-desktop) .cart-quantity-control button {
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

html:not(.public-desktop) .cart-quantity-control span {
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

html:not(.public-desktop) .cart-remove-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 6px;
  color: var(--red);
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 850;
}

html:not(.public-desktop) .cart-remove-button svg {
  width: 15px;
  height: 15px;
}

html:not(.public-desktop) .cart-summary-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

html:not(.public-desktop) .cart-summary-head > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--teal);
  background: var(--input);
  border-radius: 7px;
}

html:not(.public-desktop) .cart-summary-head > div {
  display: grid;
  gap: 2px;
}

html:not(.public-desktop) .cart-summary-head small {
  color: var(--muted);
  font-size: 10px;
}

html:not(.public-desktop) .collection-console-empty {
  min-height: 126px;
  padding: 18px;
  font-size: 11px;
  line-height: 1.4;
}

html:not(.public-desktop) .customer-order-tracking {
  margin-top: 1px;
}

html:not(.public-desktop) .customer-tracking-panel {
  width: 100%;
  min-width: 0;
  padding-top: 11px;
}

html:not(.public-desktop) .customer-tracking-head {
  gap: 9px;
  padding-bottom: 8px;
}

html:not(.public-desktop) .customer-tracking-head small,
html:not(.public-desktop) .customer-tracking-list dt {
  font-size: 9px;
}

html:not(.public-desktop) .customer-tracking-head a,
html:not(.public-desktop) .customer-tracking-head strong,
html:not(.public-desktop) .customer-tracking-head > div > span {
  font-size: 11px;
}

html:not(.public-desktop) .customer-tracking-list > div {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 9px;
  padding: 7px 0;
}

html:not(.public-desktop) .customer-tracking-list dd {
  font-size: 11px;
  line-height: 1.3;
}

html:not(.public-desktop) .customer-tracking-details {
  font-size: 10px;
}

html:not(.public-desktop) .customer-tracking-history summary {
  font-size: 11px;
}

html:not(.public-desktop) .customer-tracking-history summary span {
  order: 0;
  font-size: 9px;
  text-transform: none;
}

html:not(.public-desktop) .customer-tracking-history .tracking-event {
  padding: 8px 0;
}

html:not(.public-desktop) .customer-tracking-history .tracking-event b {
  font-size: 11px;
}

html:not(.public-desktop) .customer-tracking-history .tracking-event span {
  order: 0;
  font-size: 10px;
  text-transform: none;
}

/* Mobile inbox stability and listing gallery gestures */

html:not(.public-desktop) .product-main-photo[data-product-gallery-swipe] {
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}

html:not(.public-desktop) .product-photo-badges {
  z-index: 2;
  pointer-events: none;
}

html:not(.public-desktop) .inbox-screen {
  gap: 8px;
  padding-bottom: 6px;
}

html:not(.public-desktop) .inbox-list-panel {
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .inbox-list-head {
  min-height: 78px;
  padding: 13px 14px 11px;
  background: color-mix(in srgb, var(--panel-2) 74%, var(--panel));
  border-bottom: 1px solid var(--line);
}

html:not(.public-desktop) .inbox-list-head .head-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

html:not(.public-desktop) .inbox-compose-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 36px;
  padding-inline: 10px;
}

html:not(.public-desktop) .inbox-search-row {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 6px;
  margin: 10px;
  padding: 6px 7px 6px 10px;
  background: var(--input);
  border: 1px solid var(--line);
  border-radius: 7px;
}

html:not(.public-desktop) .inbox-search-row > svg {
  width: 16px;
  height: 16px;
  color: var(--muted);
}

html:not(.public-desktop) .inbox-search-row input {
  min-width: 0;
  min-height: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

html:not(.public-desktop) .inbox-search-row button {
  min-height: 34px;
  padding-inline: 10px;
}

html:not(.public-desktop) .conversation-stack {
  gap: 0;
  padding: 0 10px 4px;
}

html:not(.public-desktop) .inbox-list-panel .conversation-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  min-height: 70px;
  padding: 7px 2px;
}

html:not(.public-desktop) .inbox-list-panel .conversation-row.conversation-skeleton {
  grid-template-columns: 46px minmax(0, 1fr) 38px;
}

html:not(.public-desktop) .conversation-row > button:first-child {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 9px;
  min-height: 54px;
  padding: 4px;
  border-radius: 7px;
}

html:not(.public-desktop) .conversation-row > button:first-child:active {
  background: var(--input);
}

html:not(.public-desktop) .conversation-row .avatar {
  width: 44px !important;
  height: 44px !important;
}

html:not(.public-desktop) .conversation-row-actions {
  display: flex !important;
  align-items: center;
  gap: 3px !important;
}

html:not(.public-desktop) .conversation-row-actions .icon-button {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 7px;
  background: transparent;
  border-color: transparent;
}

html:not(.public-desktop) .conversation-row-actions .participant-button {
  color: var(--muted);
}

html:not(.public-desktop) .conversation-row-actions .delete-conversation-button {
  color: var(--red) !important;
  background: color-mix(in srgb, var(--red) 7%, transparent) !important;
  border-color: transparent !important;
}

html:not(.public-desktop) .conversation-head {
  grid-template-columns: 38px 40px minmax(0, 1fr) 38px;
  gap: 8px;
  min-height: 66px;
  padding: 8px;
}

html:not(.public-desktop) .conversation-head > .icon-button {
  width: 38px;
  height: 38px;
  min-height: 38px;
}

html:not(.public-desktop) .conversation-head > .avatar {
  width: 40px !important;
  height: 40px !important;
}

html:not(.public-desktop) .conversation-head h1 {
  font-size: 15px;
}

html:not(.public-desktop) .conversation-head p {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(.public-desktop) .conversation-head-participants {
  color: var(--muted);
}

html:not(.public-desktop) .inbox-screen > .message-list {
  height: clamp(300px, calc(100svh - 286px), 620px);
  max-height: none;
  gap: 9px;
  padding: 12px 10px;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
}

html:not(.public-desktop) .inbox-screen .message-wrap .message {
  max-width: min(86%, 360px);
  padding: 9px 11px;
  border-radius: 14px 14px 14px 4px;
}

html:not(.public-desktop) .inbox-screen .message-wrap.mine .message {
  border-radius: 14px 14px 4px 14px;
}

html:not(.public-desktop) .inbox-screen .system-message-card {
  width: 100%;
  padding: 10px;
}

html:not(.public-desktop) .inbox-screen .system-message-body h3 {
  font-size: 13px;
}

html:not(.public-desktop) .inbox-screen .system-message-body p,
html:not(.public-desktop) .inbox-screen .system-message-body blockquote {
  overflow-wrap: anywhere;
  font-size: 11px;
  line-height: 1.4;
}

html:not(.public-desktop) .inbox-screen > .message-composer {
  position: relative;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 7px;
  padding: 7px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

html:not(.public-desktop) .inbox-screen > .message-composer input {
  min-width: 0;
  min-height: 42px;
}

html:not(.public-desktop) .inbox-screen > .message-composer button {
  width: 44px;
  min-width: 44px;
  min-height: 42px;
  padding: 0;
}

html:not(.public-desktop) .inbox-screen > .message-composer button span {
  display: none;
}

html:not(.public-desktop) .inbox-screen > .conversation-system-notice {
  min-height: 58px;
  padding: 10px 12px;
}

/* Public seller storefront and private inventory identifiers */

html:not(.public-desktop) .listing-private-id {
  width: 100%;
}

html:not(.public-desktop) .profile-url-input {
  grid-template-columns: auto minmax(64px, 1fr) 38px;
}

html:not(.public-desktop) .profile-url-input > i {
  padding-left: 9px;
  font-size: 10px;
}

html:not(.public-desktop) .profile-url-input > input {
  font-size: 12px;
}

html:not(.public-desktop) .profile-layout-picker > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(.public-desktop) .profile-layout-picker label {
  min-height: 64px;
  padding: 8px;
}

html:not(.public-desktop) .profile-layout-picker label > span {
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 2px 6px;
}

html:not(.public-desktop) .profile-layout-picker label > span > svg {
  width: 17px;
  height: 17px;
}

html:not(.public-desktop) .profile-layout-picker label b {
  font-size: 11px;
}

html:not(.public-desktop) .profile-layout-picker label small {
  font-size: 9px;
}

html:not(.public-desktop) .profile-public-link {
  width: 100%;
  font-size: 10px;
}

html:not(.public-desktop) .profile-listings-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

html:not(.public-desktop) .profile-shelf-library {
  gap: 12px;
}

html:not(.public-desktop) .profile-shelf-game {
  touch-action: manipulation;
}

html:not(.public-desktop) .profile-shelf-display {
  grid-template-columns: minmax(0, 1fr);
  width: calc(100% + 14px);
  min-height: 74px;
  margin-left: -7px;
  padding: 5px;
}

html:not(.public-desktop) .profile-shelf-display.owner {
  grid-template-columns: minmax(0, 1fr);
}

html:not(.public-desktop) .profile-shelf-info {
  gap: 1px;
  padding: 0;
  background: transparent;
}

html:not(.public-desktop) .profile-shelf-info small {
  display: block;
  font-size: 7px;
}

html:not(.public-desktop) .profile-shelf-info b {
  max-height: 2.4em;
  font-size: 9px;
  line-height: 1.2;
}

html:not(.public-desktop) .profile-shelf-info em,
html:not(.public-desktop) .profile-shelf-info i {
  display: block;
  font-size: 7px;
}

html:not(.public-desktop) .profile-shelf-price {
  gap: 3px;
  margin-top: 1px;
}

html:not(.public-desktop) .profile-shelf-price strong {
  font-size: 10px;
}

html:not(.public-desktop) .profile-shelf-watch {
  top: -14px;
  right: -14px;
  width: 28px;
  min-height: 28px;
  height: 28px;
  color: var(--teal);
  border-color: color-mix(in srgb, var(--teal) 72%, white);
}

html:not(.public-desktop) .marketplace-results-heading {
  gap: 8px;
}

html:not(.public-desktop) .seller-order-pick-id {
  align-items: flex-start;
  padding: 8px;
}

html:not(.public-desktop) .seller-order-pick-id > span {
  font-size: 9px;
}

html:not(.public-desktop) .seller-order-pick-id code {
  font-size: 11px;
}

@media (max-width: 360px) {
  html:not(.public-desktop) .profile-url-input {
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  html:not(.public-desktop) .profile-url-input > i {
    grid-column: 1 / -1;
    padding: 8px 9px 0;
  }

  html:not(.public-desktop) .profile-url-input > input {
    padding-left: 9px;
  }

  html:not(.public-desktop) .profile-layout-picker label > span > svg {
    display: none;
  }

  html:not(.public-desktop) .profile-layout-picker label > span {
    grid-template-columns: minmax(0, 1fr);
  }
}
