:root {
  --bg: #f4f0e8;
  --bg-strong: #efe7d7;
  --panel: rgba(255, 255, 255, 0.68);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --text: #152017;
  --muted: #52604f;
  --line: rgba(21, 32, 23, 0.12);
  --brand: #0f766e;
  --brand-deep: #0d5b55;
  --accent: #f97316;
  --accent-soft: #ffd7b4;
  --shadow: 0 24px 80px rgba(27, 39, 27, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.18), transparent 26%),
    radial-gradient(circle at left 20%, rgba(249, 115, 22, 0.12), transparent 30%),
    linear-gradient(180deg, #f6f1e6 0%, #efe8dc 100%);
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 48px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 20px 0 28px;
  padding: 14px 18px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid rgba(21, 32, 23, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(21, 32, 23, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand) 0%, #073b44 100%);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-copy strong,
.hero h1,
.section-heading h2,
.pilot-card h2 {
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", sans-serif;
}

.brand-copy span:last-child {
  font-size: 0.82rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  gap: 20px;
  font-size: 0.96rem;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--text);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  text-wrap: nowrap;
  word-break: keep-all;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  cursor: pointer;
}

.header-cta,
.button.primary {
  background: var(--text);
  color: #fff;
  box-shadow: 0 14px 24px rgba(21, 32, 23, 0.16);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(21, 32, 23, 0.12);
  color: var(--text);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  padding: 28px 0 18px;
}

.hero-copy,
.hero-panel,
.info-card,
.solution-card,
.mvp-card,
.trust-box,
.roadmap-step,
.pilot-card,
.faq-list details {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 42px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 640px;
  margin: 22px 0 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hero-metrics li {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(248, 244, 236, 0.86);
  border: 1px solid rgba(21, 32, 23, 0.07);
}

.hero-metrics strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  color: var(--muted);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(160deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.68)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.52));
}

.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.hero-panel::before {
  top: -60px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: rgba(15, 118, 110, 0.14);
}

.hero-panel::after {
  bottom: -60px;
  left: -20px;
  width: 160px;
  height: 160px;
  background: rgba(249, 115, 22, 0.15);
}

.floating-card {
  position: relative;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 32, 23, 0.08);
}

.status-card {
  margin: 10px 32px 20px 0;
}

.timeline-card {
  margin: 0 0 0 52px;
}

.status-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.chip-green {
  background: #d6f2df;
  color: #14532d;
}

.mini {
  font-size: 0.84rem;
  color: var(--muted);
}

.status-card h3 {
  margin: 16px 0 14px;
  font-size: 1.35rem;
}

.check-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.timeline-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.timeline-item + .timeline-item {
  margin-top: 18px;
}

.timeline-item span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(21, 32, 23, 0.08);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.timeline-item.active span {
  background: var(--text);
  color: white;
}

.timeline-item strong {
  display: block;
  margin-bottom: 4px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.section {
  margin-top: 18px;
  padding: 64px 0 16px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.card-grid.three,
.mvp-grid,
.trust-grid,
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card,
.solution-card,
.mvp-card,
.trust-box,
.roadmap-step {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--panel);
  backdrop-filter: blur(12px);
}

.info-card h3,
.solution-card h3,
.mvp-card h3,
.trust-box h3,
.roadmap-step h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.info-card p,
.solution-card p,
.trust-box li,
.mvp-card li,
.roadmap-step p {
  color: var(--muted);
  line-height: 1.72;
}

.solution-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.solution-card.emphasis,
.mvp-card.accent {
  background:
    linear-gradient(160deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.78)),
    var(--panel-strong);
}

.flow-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.tab-button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(21, 32, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tab-button.active {
  background: var(--text);
  color: #fff;
}

.tab-panel {
  display: none;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 32, 23, 0.08);
  box-shadow: var(--shadow);
}

.tab-panel.active {
  display: block;
}

.flow-list {
  margin: 0;
  padding-left: 20px;
  line-height: 2;
  color: var(--muted);
}

.mvp-card ul,
.trust-box ul {
  margin: 0;
  padding-left: 18px;
}

.roadmap-step span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 700;
}

.roadmap-step h3 {
  margin-top: 16px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 14px 0 2px;
  color: var(--muted);
  line-height: 1.75;
}

.pilot-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(15, 118, 110, 0.94));
  color: #fff;
}

.pilot-card p {
  max-width: 720px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}

.pilot-card .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.pilot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pilot-card .button.primary {
  background: #fff;
  color: var(--text);
}

.pilot-card .button.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .site-header {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero,
  .solution-layout,
  .card-grid.three,
  .mvp-grid,
  .trust-grid,
  .roadmap-grid,
  .pilot-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-copy,
  .hero-panel {
    padding: 28px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .status-card,
  .timeline-card {
    margin: 0 0 16px;
  }

  .pilot-card {
    align-items: start;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1200px);
  }

  .site-header {
    top: 10px;
    padding: 14px;
  }

  .brand-copy span:last-child,
  .site-nav,
  .header-cta {
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 6px;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .section {
    padding-top: 46px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.button.compact,
.header-actions .button,
.header-actions .header-cta {
  min-height: 42px;
  padding: 0 16px;
}

.button.full {
  width: 100%;
}

.button.dark {
  background: rgba(21, 32, 23, 0.9);
  color: #fff;
}

.button.danger {
  background: #9f1239;
  color: #fff;
  box-shadow: 0 12px 24px rgba(159, 18, 57, 0.22);
}

.chip-blue {
  background: #dceefe;
  color: #1d4ed8;
}

.live-card {
  margin: 18px 12px 0 20px;
}

.live-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.live-metric-grid div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(248, 244, 236, 0.8);
}

.live-metric-grid strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
}

.live-metric-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.capture-grid,
.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-card,
.experience-card,
.surface,
.summary-card,
.mini-card,
.listing-card,
.transaction-card,
.metric-card,
.empty-state {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
}

.form-card,
.experience-card,
.surface {
  padding: 26px;
}

.card-text,
.workspace-intro,
.surface-note,
.empty-state,
.meta-line {
  color: var(--muted);
  line-height: 1.72;
}

.form-stack,
.summary-stack,
.stack-list {
  display: grid;
  gap: 14px;
}

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

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

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.94rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(21, 32, 23, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field textarea {
  resize: vertical;
}

.field input:disabled,
.field select:disabled,
.field textarea:disabled,
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(15, 118, 110, 0.58);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.form-feedback {
  min-height: 24px;
  margin: 0;
  color: var(--brand-deep);
  font-size: 0.94rem;
  font-weight: 600;
}

.section-divider {
  width: 100%;
  height: 1px;
  margin: 4px 0;
  border: 0;
  background: rgba(21, 32, 23, 0.1);
}

.inline-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.experience-card h3,
.surface h2,
.summary-card h3,
.mini-card h3,
.listing-card h3,
.transaction-card h3 {
  margin: 0;
}

.workspace-body {
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.2), transparent 25%),
    radial-gradient(circle at left 15%, rgba(249, 115, 22, 0.12), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #efe7d8 100%);
}

.admin-body {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 24%),
    radial-gradient(circle at left 15%, rgba(15, 118, 110, 0.14), transparent 28%),
    linear-gradient(180deg, #f5f0e6 0%, #ece3d0 100%);
}

.workspace-shell {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 40px;
}

.workspace-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 14px 18px;
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.84);
  border: 1px solid rgba(21, 32, 23, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(21, 32, 23, 0.08);
}

.workspace-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.workspace-main {
  display: grid;
  gap: 20px;
}

.workspace-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.workspace-hero h1 {
  margin: 0;
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.workspace-grid {
  display: grid;
  gap: 18px;
}

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

.surface-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.surface-header h2 {
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", sans-serif;
  font-size: 1.55rem;
}

.surface-note {
  font-size: 0.92rem;
}

.is-muted {
  opacity: 0.82;
}

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

.metric-card {
  padding: 18px;
}

.metric-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.metric-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.summary-card,
.mini-card,
.listing-card,
.transaction-card {
  padding: 18px;
}

.summary-top,
.card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.summary-top p,
.card-top p {
  margin: 6px 0 0;
  color: var(--muted);
}

.summary-meta,
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 16px 0 0;
}

.summary-meta div,
.detail-list div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(248, 244, 236, 0.78);
}

.summary-meta dt,
.detail-list dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.summary-meta dd,
.detail-list dd {
  margin: 0;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 12px;
}

.price-row strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
}

.price-row span,
.listing-text {
  color: var(--muted);
  line-height: 1.68;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.status-pill.green {
  background: #d6f2df;
  color: #14532d;
}

.status-pill.amber {
  background: #fff1cc;
  color: #92400e;
}

.status-pill.red {
  background: #fee2e2;
  color: #991b1b;
}

.status-pill.blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.status-pill.neutral {
  background: rgba(21, 32, 23, 0.08);
  color: var(--text);
}

.table-wrap {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(21, 32, 23, 0.1);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.empty-state {
  padding: 22px;
}

.danger-surface {
  background:
    linear-gradient(160deg, rgba(159, 18, 57, 0.07), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.78);
}

.demo-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(248, 244, 236, 0.82);
  border: 1px solid rgba(21, 32, 23, 0.08);
}

.demo-note strong {
  display: block;
  margin-bottom: 8px;
}

.demo-note p {
  margin: 6px 0 0;
  color: var(--muted);
}

.mail-item {
  padding: 18px;
}

.mail-item h3 {
  margin: 0;
}

.mail-body {
  margin: 14px 0 0;
  padding: 14px 16px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 16px;
  background: rgba(248, 244, 236, 0.82);
  border: 1px solid rgba(21, 32, 23, 0.08);
  color: var(--muted);
  font: inherit;
  line-height: 1.72;
}

.image-picker-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.upload-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  gap: 12px;
}

.upload-preview {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(21, 32, 23, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.upload-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.upload-preview figcaption {
  padding: 10px 12px 12px;
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-media,
.listing-placeholder {
  margin-bottom: 16px;
}

.listing-media {
  display: grid;
  gap: 10px;
}

.listing-media > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(21, 32, 23, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.listing-media.compact > img {
  aspect-ratio: 16 / 9;
}

.vendor-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.vendor-header {
  align-items: start;
}

.kyc-widget-shell {
  min-height: 120px;
  border-radius: 18px;
  border: 1px dashed rgba(21, 32, 23, 0.18);
  background: rgba(255, 255, 255, 0.56);
  overflow: hidden;
}

.thumb-row {
  display: flex;
  gap: 8px;
}

.thumb {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(21, 32, 23, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.thumb-more {
  display: grid;
  place-items: center;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--muted);
  background: rgba(21, 32, 23, 0.06);
}

.listing-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  border: 1px dashed rgba(21, 32, 23, 0.18);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(249, 115, 22, 0.08)),
    rgba(255, 255, 255, 0.7);
}

.listing-placeholder.compact {
  aspect-ratio: 16 / 9;
}

.listing-placeholder span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--brand-deep);
}

.admin-dashboard {
  display: grid;
  gap: 20px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  max-width: min(90vw, 420px);
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(21, 32, 23, 0.92);
  color: #fff;
  box-shadow: 0 18px 34px rgba(21, 32, 23, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.toast.is-error {
  background: rgba(159, 18, 57, 0.94);
}

@media (max-width: 1100px) {
  .capture-grid,
  .experience-grid,
  .workspace-grid.two,
  .listing-grid,
  .workspace-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .workspace-header {
    flex-wrap: wrap;
  }

  .market-search-copy,
  .market-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .market-search-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .market-search-input {
    grid-column: 1 / -1;
  }

  .workspace-nav {
    width: 100%;
    order: 3;
    overflow-x: auto;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .field-row,
  .summary-meta,
  .detail-list,
  .metric-grid,
  .live-metric-grid {
    grid-template-columns: 1fr;
  }

  .workspace-shell,
  .page-shell {
    width: min(100% - 20px, 1240px);
  }

  .workspace-header,
  .site-header {
    padding: 14px;
    border-radius: 22px;
  }

  .surface,
  .form-card,
  .experience-card,
  .workspace-hero {
    padding: 20px;
  }

  .header-actions {
    justify-content: stretch;
  }

  .header-actions .button,
  .header-actions .header-cta {
    flex: 1;
  }
}

/* 2026 consumer marketplace refresh */

:root {
  --bg: #f7f3ea;
  --bg-strong: #efe7d8;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --text: #132026;
  --muted: #60707c;
  --line: rgba(19, 32, 38, 0.1);
  --brand: #0f766e;
  --brand-deep: #0f5c57;
  --accent: #f97316;
  --accent-soft: #ffe3c7;
  --shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

body,
button,
input,
select,
textarea {
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brand-mark,
.metric-card strong,
.live-metric-grid strong,
.price-row strong,
.hero h1,
.workspace-hero h1 {
  font-family: "Pretendard", "SUIT Variable", "Noto Sans KR", sans-serif;
}

.page-shell {
  width: min(1240px, calc(100% - 32px));
  padding-bottom: 56px;
}

.promo-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(15, 118, 110, 0.14);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.08);
}

.promo-strip-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.promo-strip-copy p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.safe-header {
  margin-top: 16px;
  border-radius: 30px;
}

.market-shell {
  display: grid;
  gap: 14px;
  margin: 4px 0 18px;
}

.market-toolbar,
.market-search-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 32, 38, 0.08);
  box-shadow: var(--shadow);
}

.market-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 248, 251, 0.82));
}

.market-toolbar-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.market-toolbar-pill,
.market-toolbar-link,
.market-toolbar-cta,
.market-category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  white-space: nowrap;
  text-wrap: nowrap;
  word-break: keep-all;
}

.market-toolbar-pill {
  background: rgba(19, 32, 38, 0.08);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
}

.market-toolbar-link,
.market-toolbar-cta,
.market-category-chip {
  border: 1px solid rgba(19, 32, 38, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.market-toolbar-link {
  color: var(--muted);
}

.market-toolbar-cta {
  color: #2448bb;
  background: rgba(54, 101, 243, 0.08);
  border-color: rgba(54, 101, 243, 0.18);
}

.market-toolbar-link:hover,
.market-toolbar-cta:hover,
.market-category-chip:hover {
  transform: translateY(-1px);
  color: var(--text);
}

.market-search-shell {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(54, 101, 243, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 248, 252, 0.78));
}

.market-search-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.market-search-copy h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.market-search-copy .card-text {
  max-width: 520px;
  margin: 0;
}

.market-search-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px) auto;
  gap: 12px;
  align-items: center;
}

.market-search-input {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1.5px solid rgba(19, 32, 38, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 12px 24px rgba(15, 23, 42, 0.05);
}

.market-search-icon {
  flex-shrink: 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.market-search-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
}

.market-search-input input::placeholder {
  color: var(--muted);
}

.market-search-select {
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 12px 18px;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 38, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.market-search-select > span:first-child {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.market-search-select > strong {
  display: block;
  padding-right: 22px;
  font-size: 0.98rem;
  white-space: nowrap;
  text-wrap: nowrap;
}

.market-search-select > span:last-child {
  justify-self: end;
  align-self: center;
  margin-top: -34px;
  color: var(--muted);
}

.market-search-button {
  min-width: 154px;
  min-height: 70px;
  padding: 0 28px;
  background: var(--market-cta-bg) !important;
  color: var(--market-cta-text) !important;
  border: 1px solid var(--market-cta-border) !important;
  box-shadow: var(--market-cta-shadow) !important;
}

.market-category-row {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.market-category-row::-webkit-scrollbar {
  display: none;
}

.market-category-chip {
  color: var(--muted);
}

.market-category-chip.is-active {
  background: rgba(19, 32, 38, 0.94);
  border-color: rgba(19, 32, 38, 0.12);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
  color: #fff;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  box-shadow: 0 14px 24px rgba(15, 118, 110, 0.18);
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.site-nav a,
.workspace-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 4px;
  color: var(--muted);
  font-weight: 600;
}

.site-nav a::after,
.workspace-nav a::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.18);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover,
.workspace-nav a:hover {
  color: var(--text);
}

.site-nav a:hover::after,
.workspace-nav a:hover::after {
  transform: scaleX(1);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 32, 38, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.language-dropdown {
  position: relative;
}

.language-dropdown summary {
  list-style: none;
  cursor: pointer;
}

.language-dropdown summary::-webkit-details-marker {
  display: none;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px 0 12px;
  white-space: nowrap;
  text-wrap: nowrap;
}

.lang-current {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 110px;
}

.lang-current strong {
  font-size: 0.88rem;
  line-height: 1.1;
}

.lang-current small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.1;
}

.lang-chevron {
  color: var(--muted);
  font-size: 0.85rem;
}

.language-dropdown[open] .lang-chevron {
  transform: rotate(180deg);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  gap: 6px;
  width: min(320px, 82vw);
  max-height: 420px;
  padding: 10px;
  overflow-y: auto;
  border-radius: 22px;
  background: rgba(24, 31, 37, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.32);
}

.lang-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.lang-option strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.lang-option small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.lang-option:hover,
.lang-option.active {
  background: rgba(109, 198, 118, 0.96);
  color: #102117;
}

.lang-option:hover small,
.lang-option.active small {
  color: rgba(16, 33, 23, 0.68);
}

.lang-button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lang-button:hover {
  transform: translateY(-1px);
}

.lang-button.active {
  background: var(--text);
  color: #fff;
  box-shadow: 0 10px 20px rgba(19, 32, 38, 0.16);
}

.button.primary,
.header-cta {
  background: linear-gradient(135deg, #132026 0%, #0f4c5c 100%);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.72);
}

.chip-coral {
  background: #ffe1d3;
  color: #c2410c;
}

.safe-hero,
.safe-workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 20px;
  align-items: stretch;
}

.safe-hero {
  margin-top: 16px;
}

.safe-hero-copy,
.safe-hero-panel,
.safe-workspace-hero {
  border: 1px solid rgba(19, 32, 38, 0.08);
  box-shadow: var(--shadow);
}

.safe-hero-copy {
  padding: 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
}

.safe-hero-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(15, 118, 110, 0.08), rgba(255, 255, 255, 0.82));
}

.market-quick-card {
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.quick-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-tabs .chip {
  background: rgba(19, 32, 38, 0.06);
  color: var(--text);
}

.quick-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quick-field {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(246, 242, 235, 0.92);
  border: 1px solid rgba(19, 32, 38, 0.06);
}

.quick-field span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.quick-field strong {
  font-size: 1rem;
  line-height: 1.4;
}

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

.soft-panel {
  background: rgba(255, 255, 255, 0.9);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.soft-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.14);
  color: var(--brand-deep);
  font-size: 0.88rem;
  font-weight: 700;
}

.floating-card {
  border-radius: 24px;
}

.live-card {
  margin: 0;
}

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

.icon-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(19, 32, 38, 0.06);
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 800;
}

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

.promo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: 244px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 38, 0.08);
  box-shadow: var(--shadow);
}

.promo-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.promo-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.promo-card.warm {
  background: linear-gradient(160deg, rgba(255, 234, 219, 0.98), rgba(255, 255, 255, 0.94));
}

.promo-card.soft {
  background: linear-gradient(160deg, rgba(236, 244, 255, 0.98), rgba(255, 255, 255, 0.94));
}

.promo-card.mint {
  background: linear-gradient(160deg, rgba(225, 247, 242, 0.98), rgba(255, 255, 255, 0.94));
}

.promo-card.ink {
  background: linear-gradient(160deg, #132026 0%, #123744 100%);
  color: #fff;
}

.promo-card.ink p,
.promo-card.ink .mini-badge {
  color: rgba(255, 255, 255, 0.86);
}

.promo-card.ink .button.ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(19, 32, 38, 0.07);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

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

.step-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 38, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.step-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--brand-deep);
  font-size: 1.02rem;
  font-weight: 800;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.category-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-banner {
  min-height: 224px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(19, 32, 38, 0.08);
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 248, 0.82));
  box-shadow: var(--shadow);
}

.category-banner.gaming {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 255, 0.82));
}

.category-banner.premium {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 236, 0.82));
}

.category-copy {
  max-width: 260px;
}

.category-copy h3 {
  margin: 0 0 10px;
  font-size: 1.26rem;
  letter-spacing: -0.02em;
}

.category-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.section-actions.center {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-box,
.safe-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 249, 246, 0.88));
}

.safe-box {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(19, 32, 38, 0.08);
}

.safe-box strong {
  display: block;
  margin-bottom: 10px;
}

.safe-box.compact {
  margin-top: 18px;
  box-shadow: none;
}

.check-list.compact {
  padding-left: 18px;
  font-size: 0.92rem;
  line-height: 1.72;
}

.surface,
.form-card,
.experience-card,
.summary-card,
.mini-card,
.listing-card,
.transaction-card,
.metric-card,
.empty-state,
.faq-list details {
  backdrop-filter: blur(16px);
}

.workspace-hero.safe-workspace-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  padding: 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.8));
}

.listing-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.listing-card,
.transaction-card,
.summary-card,
.mini-card,
.metric-card {
  background: rgba(255, 255, 255, 0.9);
}

.listing-card {
  display: flex;
  flex-direction: column;
}

.listing-card .safe-box.compact {
  margin-top: auto;
}

.transaction-card {
  display: grid;
  gap: 14px;
}

.progress-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 2px;
}

.progress-step {
  display: grid;
  gap: 8px;
  padding: 14px 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(19, 32, 38, 0.08);
  background: rgba(248, 244, 236, 0.72);
}

.progress-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(19, 32, 38, 0.08);
  font-size: 0.9rem;
  font-weight: 800;
}

.progress-step small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.progress-step.active {
  border-color: rgba(15, 118, 110, 0.2);
  background: rgba(220, 245, 240, 0.66);
}

.progress-step.active span {
  background: rgba(15, 118, 110, 0.18);
  color: var(--brand-deep);
}

.progress-step.current {
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.16);
}

.progress-step.current span {
  background: var(--brand);
  color: #fff;
}

.detail-dialog {
  width: min(1040px, calc(100% - 24px));
  padding: 0;
  border: 0;
  background: transparent;
}

.detail-dialog::backdrop {
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(5px);
}

.detail-dialog-body {
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.96));
  box-shadow: 0 34px 80px rgba(17, 24, 39, 0.18);
}

.detail-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.detail-dialog-header h2 {
  margin: 6px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
}

.detail-dialog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.detail-gallery > :first-child {
  grid-column: 1 / -1;
}

.detail-gallery img,
.detail-gallery .listing-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(19, 32, 38, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.detail-gallery > :first-child img,
.detail-gallery > :first-child.listing-placeholder {
  aspect-ratio: 16 / 10;
}

.detail-sidebar {
  display: grid;
  gap: 16px;
  align-content: start;
}

.stacked-mobile {
  justify-content: stretch;
}

.stacked-mobile .button {
  flex: 1;
}

.faq-list details[open] {
  background: rgba(255, 255, 255, 0.9);
}

.faq-list summary {
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--brand-deep);
  font-size: 1.2rem;
  font-weight: 800;
}

.faq-list details[open] summary::after {
  content: "−";
}

.pilot-card {
  border: 1px solid rgba(19, 32, 38, 0.08);
}

@media (max-width: 1120px) {
  .card-grid.four,
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .category-banner-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .safe-hero,
  .safe-workspace-hero,
  .detail-dialog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .promo-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .market-toolbar-links {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .market-toolbar-links::-webkit-scrollbar {
    display: none;
  }

  .promo-strip .button {
    width: 100%;
  }

  .detail-dialog-body {
    padding: 18px;
  }

  .quick-grid,
  .quick-toggle {
    grid-template-columns: 1fr;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .detail-gallery > :first-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .safe-hero-copy,
  .safe-hero-panel,
  .workspace-hero.safe-workspace-hero {
    padding: 24px;
  }

  .card-grid.four,
  .promo-grid,
  .steps-grid,
  .category-banner-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-badges,
  .promo-strip-copy,
  .market-search-copy {
    align-items: flex-start;
  }

  .market-search-shell {
    padding: 18px;
  }

  .market-search-controls {
    grid-template-columns: 1fr;
  }

  .market-search-button {
    width: 100%;
  }

  .lang-menu {
    width: min(92vw, 320px);
    right: -10px;
  }

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

  .stacked-mobile {
    flex-direction: column;
  }

  .stacked-mobile .button {
    width: 100%;
  }
}

/* 2026 mac-style light/dark system */

:root {
  --chrome-top: #f7f9fc;
  --chrome-bottom: #e2e8f0;
  --ambient-one: rgba(96, 165, 250, 0.18);
  --ambient-two: rgba(45, 212, 191, 0.15);
  --header-bg: rgba(248, 250, 253, 0.68);
  --header-border: rgba(255, 255, 255, 0.62);
  --header-shadow: 0 24px 44px rgba(94, 109, 136, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  --surface-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 248, 252, 0.68));
  --surface-subtle: rgba(242, 246, 251, 0.7);
  --surface-border: rgba(255, 255, 255, 0.64);
  --surface-shadow: 0 24px 50px rgba(94, 109, 136, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  --surface-highlight: rgba(255, 255, 255, 0.62);
  --control-bg: rgba(255, 255, 255, 0.72);
  --control-border: rgba(111, 127, 151, 0.16);
  --control-highlight: rgba(255, 255, 255, 0.88);
  --field-bg: rgba(255, 255, 255, 0.82);
  --field-border: rgba(111, 127, 151, 0.16);
  --field-highlight: rgba(255, 255, 255, 0.92);
  --button-primary-bg: linear-gradient(180deg, #1f2937 0%, #0f172a 100%);
  --button-primary-border: rgba(255, 255, 255, 0.08);
  --button-primary-shadow: 0 20px 30px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  --button-primary-text: #f8fafc;
  --brand-tile: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(228, 235, 244, 0.92));
  --brand-tile-border: rgba(148, 163, 184, 0.24);
  --brand-tile-shadow: 0 18px 26px rgba(148, 163, 184, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  --brand-tile-text: #12314a;
  --focus-ring: rgba(99, 102, 241, 0.18);
  --orb-one: rgba(96, 165, 250, 0.18);
  --orb-two: rgba(45, 212, 191, 0.18);
  --pilot-bg-start: #182131;
  --pilot-bg-end: #2a3d59;
  --pilot-text: #f8fbff;
  --pilot-muted: rgba(230, 239, 255, 0.82);
  --pilot-border: rgba(255, 255, 255, 0.08);
  --detail-backdrop: rgba(15, 23, 42, 0.34);
  --lang-trigger-text: #132026;
  --lang-trigger-subtext: #60707c;
  --lang-menu-text: #132026;
  --lang-menu-subtext: #60707c;
  --lang-menu-hover-bg: rgba(15, 23, 42, 0.08);
  --lang-menu-hover-text: #132026;
  --lang-menu-hover-subtext: #52606f;
  --market-cta-bg: linear-gradient(180deg, #3665f3 0%, #2c53d8 100%);
  --market-cta-border: rgba(255, 255, 255, 0.22);
  --market-cta-shadow: 0 20px 30px rgba(54, 101, 243, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  --market-cta-text: #ffffff;
}

:root[data-theme="dark"] {
  --bg: #0d121b;
  --bg-strong: #111827;
  --panel: rgba(19, 27, 39, 0.78);
  --panel-strong: rgba(19, 27, 39, 0.92);
  --text: #edf2fb;
  --muted: #9eaabd;
  --line: rgba(255, 255, 255, 0.08);
  --brand: #7dd3fc;
  --brand-deep: #bae6fd;
  --accent: #fb923c;
  --accent-soft: rgba(251, 146, 60, 0.16);
  --shadow: 0 28px 70px rgba(2, 6, 23, 0.35);
  --chrome-top: #0b0f17;
  --chrome-bottom: #111a27;
  --ambient-one: rgba(59, 130, 246, 0.16);
  --ambient-two: rgba(34, 197, 94, 0.12);
  --header-bg: rgba(15, 23, 36, 0.72);
  --header-border: rgba(255, 255, 255, 0.08);
  --header-shadow: 0 24px 44px rgba(2, 6, 23, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  --surface-bg: linear-gradient(180deg, rgba(27, 37, 54, 0.88), rgba(13, 19, 31, 0.72));
  --surface-subtle: rgba(19, 27, 39, 0.82);
  --surface-border: rgba(255, 255, 255, 0.08);
  --surface-shadow: 0 26px 54px rgba(2, 6, 23, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  --surface-highlight: rgba(255, 255, 255, 0.05);
  --control-bg: rgba(15, 23, 36, 0.82);
  --control-border: rgba(255, 255, 255, 0.08);
  --control-highlight: rgba(255, 255, 255, 0.04);
  --field-bg: rgba(9, 14, 24, 0.78);
  --field-border: rgba(255, 255, 255, 0.1);
  --field-highlight: rgba(255, 255, 255, 0.04);
  --button-primary-bg: linear-gradient(180deg, #eef2fb 0%, #cfd8ea 100%);
  --button-primary-border: rgba(255, 255, 255, 0.3);
  --button-primary-shadow: 0 18px 30px rgba(2, 6, 23, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  --button-primary-text: #111827;
  --brand-tile: linear-gradient(180deg, rgba(28, 37, 53, 0.96), rgba(15, 23, 36, 0.92));
  --brand-tile-border: rgba(255, 255, 255, 0.1);
  --brand-tile-shadow: 0 18px 26px rgba(2, 6, 23, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --brand-tile-text: #edf2fb;
  --focus-ring: rgba(125, 211, 252, 0.18);
  --orb-one: rgba(59, 130, 246, 0.14);
  --orb-two: rgba(45, 212, 191, 0.12);
  --pilot-bg-start: #101826;
  --pilot-bg-end: #1b2a3d;
  --pilot-text: #f8fbff;
  --pilot-muted: rgba(214, 224, 242, 0.76);
  --pilot-border: rgba(255, 255, 255, 0.06);
  --detail-backdrop: rgba(2, 6, 23, 0.56);
  --lang-trigger-text: #edf2fb;
  --lang-trigger-subtext: #9eaabd;
  --lang-menu-text: #edf2fb;
  --lang-menu-subtext: #9eaabd;
  --lang-menu-hover-bg: rgba(125, 211, 252, 0.16);
  --lang-menu-hover-text: #f8fbff;
  --lang-menu-hover-subtext: #d7e3f4;
  --market-cta-bg: linear-gradient(180deg, #8eadff 0%, #6790ff 100%);
  --market-cta-border: rgba(255, 255, 255, 0.16);
  --market-cta-shadow: 0 20px 30px rgba(79, 124, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  --market-cta-text: #091221;
}

html[data-theme="light"] {
  color-scheme: light;
  --lang-trigger-text: #0f172a;
  --lang-trigger-subtext: #334155;
  --lang-menu-text: #0f172a;
  --lang-menu-subtext: #475569;
  --lang-menu-hover-text: #0f172a;
  --lang-menu-hover-subtext: #334155;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

body,
.workspace-body,
.admin-body {
  position: relative;
  color: var(--text);
  background:
    radial-gradient(circle at top left, var(--ambient-one), transparent 28%),
    radial-gradient(circle at right 20%, var(--ambient-two), transparent 24%),
    linear-gradient(180deg, var(--chrome-top) 0%, var(--chrome-bottom) 100%);
}

.page-shell,
.workspace-shell {
  position: relative;
}

.site-header,
.workspace-header {
  position: sticky;
  background: var(--header-bg);
  border: 1px solid var(--header-border);
  box-shadow: var(--header-shadow);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
}

.site-header::before,
.workspace-header::before,
.hero-copy::before,
.hero-panel::before,
.workspace-hero::before,
.surface::before,
.floating-card::before,
.promo-card::before,
.category-banner::before,
.step-card::before,
.detail-dialog-body::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--surface-highlight), transparent 38%);
  pointer-events: none;
}

.brand-mark {
  background: var(--brand-tile);
  border: 1px solid var(--brand-tile-border);
  box-shadow: var(--brand-tile-shadow);
  color: var(--brand-tile-text);
}

.promo-strip,
.hero-copy,
.hero-panel,
.workspace-hero,
.floating-card,
.surface,
.summary-card,
.mini-card,
.listing-card,
.transaction-card,
.metric-card,
.empty-state,
.faq-list details,
.promo-card,
.category-banner,
.step-card,
.safe-box,
.demo-note,
.mail-body,
.upload-preview,
.listing-placeholder,
.kyc-widget-shell,
.detail-dialog-body,
.tab-panel {
  background: var(--surface-bg);
  border-color: var(--surface-border);
  box-shadow: var(--surface-shadow);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
}

.promo-strip,
.hero-copy,
.hero-panel,
.workspace-hero,
.floating-card,
.surface,
.promo-card,
.category-banner,
.step-card,
.pilot-card,
.detail-dialog-body {
  position: relative;
  overflow: hidden;
}

.pilot-card {
  background: linear-gradient(135deg, var(--pilot-bg-start), var(--pilot-bg-end));
  border: 1px solid var(--pilot-border);
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.22);
  color: var(--pilot-text);
}

.pilot-card p,
.pilot-card .eyebrow {
  color: var(--pilot-muted);
}

.button.primary,
.button.dark,
.header-cta {
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  border: 1px solid var(--button-primary-border);
  box-shadow: var(--button-primary-shadow);
}

.button.ghost,
.language-switcher,
.theme-switcher {
  background: var(--control-bg);
  border-color: var(--control-border);
  color: var(--text);
  box-shadow: inset 0 1px 0 var(--control-highlight);
}

.market-toolbar,
.market-search-shell {
  background: var(--surface-bg);
  border-color: var(--surface-border);
  box-shadow: var(--surface-shadow);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
}

.market-toolbar-link,
.market-toolbar-cta,
.market-category-chip,
.market-search-input,
.market-search-select {
  background: var(--field-bg);
  border-color: var(--field-border);
  box-shadow: inset 0 1px 0 var(--field-highlight);
  color: var(--text);
}

.market-toolbar-link {
  color: var(--muted);
}

.market-toolbar-cta {
  color: #2448bb;
  background: rgba(54, 101, 243, 0.08);
  border-color: rgba(54, 101, 243, 0.18);
}

.market-toolbar-pill {
  background: var(--surface-subtle);
  border: 1px solid var(--surface-border);
}

.market-search-input,
.market-search-select {
  box-shadow: inset 0 1px 0 var(--field-highlight), 0 12px 24px rgba(15, 23, 42, 0.05);
}

.market-category-chip.is-active {
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  border-color: var(--button-primary-border);
  box-shadow: var(--button-primary-shadow);
}

:root[data-theme="dark"] .market-toolbar-cta {
  color: #d9e5ff;
  background: rgba(103, 144, 255, 0.16);
  border-color: rgba(103, 144, 255, 0.28);
}

.button.danger {
  background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.field input,
.field select,
.field textarea,
.tab-button,
.quick-field,
.live-metric-grid div,
.summary-meta div,
.detail-list div,
.mail-body,
.upload-preview,
.upload-preview figcaption,
.listing-media > img,
.thumb,
.listing-placeholder,
.demo-note,
.metric-card,
.status-card .timeline-item span,
.kyc-widget-shell {
  background: var(--surface-subtle);
  border-color: var(--surface-border);
  color: var(--text);
}

.field input,
.field select,
.field textarea {
  background: var(--field-bg);
  border-color: var(--field-border);
  box-shadow: inset 0 1px 0 var(--field-highlight);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(99, 102, 241, 0.42);
  box-shadow: 0 0 0 4px var(--focus-ring);
}

.tab-button.active,
.theme-option.is-active {
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow: var(--button-primary-shadow);
}

.site-nav a,
.workspace-nav a,
.brand-copy span:last-child,
.lang-current small,
.mini,
.workspace-intro,
.surface-note,
.empty-state,
.meta-line,
.promo-strip-copy p,
.summary-top p,
.card-top p,
.summary-meta dt,
.detail-list dt,
.price-row span,
.listing-text,
.field span + small {
  color: var(--muted);
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--control-border);
}

.theme-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.theme-option:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.theme-glyph {
  font-size: 1rem;
  line-height: 1;
}

.lang-menu {
  background: var(--surface-bg);
  border: 1px solid var(--surface-border);
  box-shadow: var(--surface-shadow);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
}

.lang-current strong {
  color: var(--lang-trigger-text);
}

.lang-current small,
.lang-chevron {
  color: var(--lang-trigger-subtext);
}

.lang-option {
  color: var(--lang-menu-text);
}

.lang-option small {
  color: var(--lang-menu-subtext);
}

.lang-option:hover {
  background: var(--lang-menu-hover-bg);
  color: var(--lang-menu-hover-text);
}

.lang-option:hover small,
.lang-option.active small {
  color: var(--lang-menu-hover-subtext);
}

.lang-option.active {
  background: var(--lang-menu-hover-bg);
  color: var(--lang-menu-hover-text);
}

.hero-panel::before {
  background: var(--orb-one);
}

.hero-panel::after {
  background: var(--orb-two);
}

.faq-list details[open] {
  background: var(--surface-bg);
}

.faq-list summary::after {
  color: var(--brand);
}

.status-pill.green {
  background: rgba(34, 197, 94, 0.16);
  color: #22c55e;
}

.status-pill.amber {
  background: rgba(251, 191, 36, 0.18);
  color: #f59e0b;
}

.status-pill.red {
  background: rgba(248, 113, 113, 0.18);
  color: #f87171;
}

.status-pill.blue {
  background: rgba(96, 165, 250, 0.18);
  color: #60a5fa;
}

.status-pill.neutral {
  background: rgba(148, 163, 184, 0.16);
  color: var(--text);
}

.detail-dialog::backdrop {
  background: var(--detail-backdrop);
  backdrop-filter: blur(14px);
}

@media (max-width: 960px) {
  .theme-switcher {
    order: 1;
  }
}

@media (max-width: 720px) {
  .theme-switcher {
    margin-right: auto;
  }

  .theme-option {
    width: 40px;
    height: 40px;
  }
}

/* 2026 commercial marketplace landing refresh */

.commerce-main {
  display: grid;
  gap: 22px;
  padding-top: 10px;
}

.promo-strip {
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--surface-border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.promo-strip-copy p {
  font-size: 0.92rem;
}

.safe-header {
  margin-bottom: 0;
  border-radius: 26px;
}

.commerce-hero,
.commerce-hero-copy,
.commerce-hero-spotlight,
.hero-search-card,
.spotlight-banner,
.spotlight-note-card,
.stat-card,
.commerce-feature-card,
.commerce-category-card,
.selling-banner,
.commerce-footer,
.footer-column,
.footer-brand {
  position: relative;
  overflow: hidden;
  background: var(--surface-bg);
  border: 1px solid var(--surface-border);
  box-shadow: var(--surface-shadow);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
}

.commerce-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 18px;
  padding: 18px;
  border-radius: 34px;
}

.commerce-hero-copy,
.commerce-hero-spotlight {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.commerce-hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 18px;
}

.commerce-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero-text {
  margin: 0;
  max-width: 690px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-search-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 253, 0.84));
}

.hero-search-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.hero-search-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.04em;
}

.hero-search-head p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(19, 32, 38, 0.08);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.commerce-hero-spotlight {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.spotlight-banner {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(24, 33, 58, 0.96), rgba(57, 43, 125, 0.84));
  color: #f8fbff;
}

.spotlight-copy h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.spotlight-copy p {
  margin: 0 0 18px;
  max-width: 520px;
  color: rgba(240, 245, 255, 0.84);
  line-height: 1.72;
}

.spotlight-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.spotlight-category-card {
  min-height: 172px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.spotlight-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.12rem;
}

.spotlight-category-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.spotlight-category-card p {
  margin: 0;
  color: rgba(240, 245, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.65;
}

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

.spotlight-note-card {
  padding: 18px 18px 20px;
  border-radius: 22px;
}

.spotlight-note-card p {
  margin: 12px 0 0;
  color: var(--text);
  line-height: 1.75;
}

.spotlight-note-card p + p {
  margin-top: 8px;
}

.spotlight-note-card.accent {
  background:
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.15), transparent 30%),
    var(--surface-bg);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #2c53d8;
  font-weight: 700;
}

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

.stat-card {
  padding: 22px 24px;
  border-radius: 24px;
}

.stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.05em;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.section-heading.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.section-heading.split .card-text {
  max-width: 520px;
  margin: 0;
}

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

.commerce-feature-card {
  padding: 22px;
  border-radius: 24px;
}

.commerce-feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.commerce-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(19, 32, 38, 0.08);
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 800;
}

.commerce-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.commerce-category-card {
  padding: 26px;
  border-radius: 28px;
  min-height: 244px;
}

.commerce-category-card.premium {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 30%),
    var(--surface-bg);
}

.category-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(19, 32, 38, 0.08);
  font-size: 1.3rem;
}

.commerce-category-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.commerce-category-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.commerce-steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.commerce-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.selling-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(18, 32, 68, 0.96), rgba(21, 84, 105, 0.9));
  color: #f8fbff;
}

.selling-banner p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(240, 245, 255, 0.82);
  line-height: 1.78;
}

.selling-banner h2 {
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.selling-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.selling-banner .button.ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

.commerce-footer {
  margin-top: 18px;
  padding: 28px;
  border-radius: 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-brand,
.footer-column {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.footer-brand-link {
  margin-bottom: 14px;
}

.footer-brand p,
.footer-column a,
.footer-column h4,
.footer-bottom p {
  margin: 0;
}

.footer-brand p {
  max-width: 380px;
  color: var(--muted);
  line-height: 1.75;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h4 {
  margin-bottom: 6px;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.footer-column a {
  color: var(--muted);
  font-size: 0.96rem;
}

.footer-column a:hover {
  color: var(--text);
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--surface-border);
}

#featured-items .listing-card {
  min-height: 100%;
  border-radius: 26px;
}

#featured-items .featured-cover,
#featured-items .listing-placeholder {
  height: 220px;
}

@media (max-width: 1100px) {
  .commerce-hero,
  .footer-grid,
  .commerce-feature-grid,
  .commerce-category-grid,
  .commerce-safety-grid {
    grid-template-columns: 1fr 1fr;
  }

  .commerce-hero {
    grid-template-columns: 1fr;
  }

  .section-heading.split,
  .hero-search-head,
  .selling-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .stats-strip,
  .commerce-feature-grid,
  .commerce-category-grid,
  .commerce-safety-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .spotlight-category-grid,
  .spotlight-note-grid {
    grid-template-columns: 1fr;
  }

  .market-search-controls {
    grid-template-columns: 1fr;
  }

  .market-search-button {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .commerce-main {
    gap: 18px;
  }

  .commerce-hero,
  .hero-search-card,
  .spotlight-banner,
  .selling-banner,
  .commerce-footer {
    padding: 18px;
  }

  .stats-strip,
  .commerce-feature-grid,
  .commerce-category-grid,
  .commerce-safety-grid,
  .footer-grid,
  .commerce-steps-grid {
    grid-template-columns: 1fr;
  }

  .field-row.three {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
