:root {
  --bg: #f8faf8;
  --card: #ffffff;
  --ink: #191c1b;
  --sub: #404a3b;
  --line: #bfcab7;
  --line-soft: #e0e5e0;
  --soft: #f2f4f2;
  --brand: #005100;
  --brand-dark: #003d00;
  --brand-soft: #e8f4e5;
  --blue: #286c1e;
  --green: #006c00;
  --amber: #f5a623;
  --price: #ba1a1a;
  --shadow: none;
  --radius: 4px;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

html,
body {
  min-height: 100%;
  background: #f5f7f5;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body { overflow-x: hidden; }

button,
input,
textarea,
select { letter-spacing: 0; }

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #7edc6a;
  outline-offset: 2px;
}

.phone {
  width: min(430px, 100vw);
  min-height: 100vh;
  background: var(--bg);
  box-shadow: 0 0 0 1px rgba(112, 122, 106, .10);
}

.screen {
  min-height: 100vh;
  padding: 16px 16px 104px;
}

.title,
.top h1,
.page-top h1,
.nav-title,
.publish-top h1,
.publish-choice-header h1,
.stitch-section-head h2 {
  color: var(--ink);
  font-family: "Hanken Grotesk", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

.title { font-size: 24px; line-height: 32px; font-weight: 700; }
.nav-title,
.page-top h1,
.publish-top h1 { font-size: 18px; line-height: 24px; font-weight: 700; }

.eyebrow,
.section-sub,
.tiny { color: var(--sub); }

.section-title { color: var(--ink); font-size: 18px; line-height: 24px; font-weight: 700; }

.form-card,
.input-card,
.notice-box,
.service-card,
.list-card,
.deal-card,
.demand-card,
.activity-card,
.message-card,
.lead-card,
.batch-draft,
.inquiry-card,
.resource-card,
.shop-card,
.shop-header-card,
.member-card,
.admin-user-card,
.admin-activity,
.admin-lead,
.favorite-card,
.profile-card,
.vip-card,
.chat-card,
.ai-intake-card,
.ai-agent-hero,
.inquiry-guide,
.draft-autosave,
.phone-confirm {
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: var(--card);
  box-shadow: none;
}

.form-card { margin-bottom: 16px; padding: 16px; }

.btn {
  min-height: 44px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  box-shadow: none;
}

.btn.primary { background: var(--brand); color: #fff; box-shadow: none; }
.btn.primary:active { background: var(--brand-dark); }
.btn.light,
.btn.ghost { border: 1px solid var(--brand); background: #fff; color: var(--brand); }
.btn.dark { background: #2e3130; color: #fff; }
.btn.danger { border-color: #ba1a1a; background: #fff; color: #ba1a1a; }

input,
textarea,
select,
.field-row,
.mini-field,
.trade-picker,
.search-pill,
.home-search,
.search-page-input,
.search-sheet-input,
.batch-textarea,
.mini-textarea {
  border-radius: 6px;
  border-color: var(--line-soft);
  box-shadow: none;
}

input,
textarea,
select {
  color: var(--ink);
  background: #fff;
}

input::placeholder,
textarea::placeholder { color: #707a6a; opacity: 1; }

.field-row {
  min-height: 48px;
  border-bottom: 1px solid var(--line-soft);
  background: #fff;
}

.field-row:last-child { border-bottom: 0; }
.field-row strong { color: var(--ink); font-weight: 600; }
.field-label { display: inline-flex; align-items: center; gap: 2px; }
.field-label.required i,
.quote-input.required > span > i { color: #d4380d; font-style: normal; font-weight: 700; margin-right: 2px; }
.quote-input:not(.required) > span > i { color: var(--text-muted, #6f7a70); font-style: normal; font-weight: 400; margin-left: 3px; }
.btn.primary.is-disabled,
.btn.primary:disabled { background: #a8b2a2; color: #fff; box-shadow: none; cursor: not-allowed; }
.ai-classification-suggestion { margin-top: 10px; padding: 10px; border: 1px solid #f0c36b; border-radius: 8px; background: #fff8e8; display: grid; gap: 5px; }
.ai-classification-suggestion b { color: #5a3b00; font-size: 13px; }
.ai-classification-suggestion span { color: #755a22; font-size: 12px; line-height: 18px; }
.batch-type-warning { margin: 0 0 12px; padding: 12px; border: 1px solid #e8b5a8; border-radius: 8px; background: #fff5f2; display: grid; gap: 5px; }
.batch-type-warning b { color: #9e2f19; font-size: 13px; }
.batch-type-warning span { color: #7c4e44; font-size: 12px; line-height: 18px; }
.form-label { display: grid; gap: 6px; color: var(--ink); font-size: 13px; font-weight: 600; }
.form-label input { width: 100%; box-sizing: border-box; }
.batch-item-editor, .batch-item-editor-page { padding: 0 0 20px; }
.batch-settings-summary {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 4px 0 12px;
  padding: 13px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: var(--brand-soft);
  color: var(--ink);
  text-align: left;
}
.batch-settings-summary > span { color: var(--text-muted, #6f7a70); font-size: 12px; }
.batch-settings-summary strong { overflow: hidden; color: var(--brand-dark); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.batch-settings-summary em { color: var(--brand-dark); font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }
.batch-edit-block { display: grid; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.batch-edit-block .section-title { font-size: 15px; line-height: 20px; }
.batch-edit-block select { width: 100%; min-height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.batch-edit-missing, .batch-edit-ready { display: grid; gap: 4px; margin-top: 14px; padding: 10px 12px; border-radius: 6px; font-size: 12px; line-height: 18px; }
.batch-edit-missing { border: 1px solid #eccb8c; background: #fff9ed; color: #785200; }
.batch-edit-ready { border: 1px solid #c9dcc3; background: var(--brand-soft); color: var(--brand-dark); }
.batch-contact-note { padding: 13px 0; color: var(--text-muted, #6f7a70); font-size: 12px; line-height: 18px; }
.sticky-actions.single-action { grid-template-columns: minmax(0, 1fr); }

.ai-intake-card,
.data-highlight,
.ai-parsing,
.ai-field-hints { background: #fff9e6; }

.chip,
.source-type,
.status-badge,
.card-tags span,
.card-tags em,
.stitch-car-tags em,
.stitch-car-tags b {
  min-height: 22px;
  border-radius: 999px;
  padding-inline: 8px;
  font-size: 11px;
  line-height: 16px;
}

.chip.hot,
.chip.ok,
.chip.verified,
.source-type.certified-source { background: rgba(0, 108, 0, .10); color: #005100; }
.chip.warn { background: #fff1d6; color: #7a4c00; }
.chip.error { background: #ffdad6; color: #93000a; }

.pill-grid button,
.seg-row button,
.publish-switch button,
.condition-switch button,
.batch-source-switch button,
.admin-filter-tabs button,
.action-tabs button,
.more-choice-grid button {
  border-radius: 4px;
  box-shadow: none;
}

.pill-grid button.active,
.seg-row button.active,
.publish-switch button.active,
.condition-switch button.active,
.batch-source-switch button.active,
.admin-filter-tabs button.active {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-dark);
}

/* Demand form: choose business object first, then reveal only its relevant fields. */
.demand-form-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line, #e5ebe2);
}
.demand-form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.demand-form-section .field-label { margin-bottom: 8px; }
.demand-kind-switch { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.demand-kind-switch button { min-height: 62px; text-align: left; }
.demand-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.demand-service-grid button { min-height: 38px; white-space: normal; }
.demand-input {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--text-muted, #69736a);
  font-size: 12px;
  font-weight: 600;
}
.demand-input input { min-width: 0; }
.demand-inline-options {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 2px 0 4px;
}
.demand-inline-options > span {
  flex: 0 0 62px;
  padding-top: 8px;
  color: var(--text-muted, #69736a);
  font-size: 12px;
  font-weight: 600;
}
.demand-option-buttons {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px;
}
.demand-option-buttons button {
  min-height: 32px;
  padding: 5px 9px;
  border: 1px solid var(--line, #dce5da);
  border-radius: 5px;
  background: #fff;
  color: var(--text, #202820);
  font-size: 12px;
  white-space: nowrap;
}
.demand-option-buttons button.active {
  border-color: var(--brand, #005100);
  background: var(--brand-soft, #edf5e9);
  color: var(--brand-dark, #005100);
  font-weight: 700;
}
.demand-pick-row { margin: 2px 0; }

/* Car publishing: mode, vehicle condition and vehicle shape are different decisions. */
.publish-mode-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 16px;
}
.publish-mode-selector button {
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid var(--line, #dce5da);
  border-radius: 6px;
  background: #fff;
  color: var(--text, #202820);
  text-align: left;
}
.publish-mode-selector button span,
.publish-mode-selector button b { display: block; }
.publish-mode-selector button span { color: var(--text-muted, #6f7a70); font-size: 11px; line-height: 16px; }
.publish-mode-selector button b { margin-top: 2px; font-size: 15px; }
.publish-mode-selector button.active { border-color: var(--brand, #005100); background: var(--brand-soft, #edf5e9); color: var(--brand-dark, #005100); }
.publish-mode-selector button.active span { color: var(--brand-dark, #005100); }
.publish-settings-card {
  margin: 0 0 12px;
  border: 1px solid var(--line, #dce5da);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.publish-settings-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  background: #fff;
  color: var(--text, #202820);
  text-align: left;
}
.publish-settings-row > span { color: var(--text-muted, #6f7a70); font-size: 13px; }
.publish-settings-row strong { overflow: hidden; font-size: 14px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.publish-settings-row em { color: var(--brand-dark, #005100); font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }
.publish-settings-sheet { padding: 0 16px 18px; }
.publish-setting-group { padding: 16px 0 0; }
.publish-setting-group .section-title { margin-bottom: 9px; }
.publish-setting-group .seg-row { padding: 0; background: transparent; }
.publish-setting-group .seg-row button { min-height: 42px; border-radius: 6px; }
.publish-settings-sheet .sheet-helper { margin: 14px 0; }
.compact-autosave {
  display: block;
  margin: -2px 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.compact-autosave span { color: var(--text-muted, #79837a); font-size: 11px; line-height: 16px; }
.field-row-disabled { color: #8b948b; }
.field-row-disabled strong { color: #9aa39a; font-weight: 500; }
.car-meta-list { padding-bottom: 6px; }
.car-meta-list button b { font-size: 14px; }
.text-action-link {
  display: block;
  width: 100%;
  padding: 13px 4px 4px;
  color: var(--brand-dark, #005100);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.color-picker-note { margin: 2px 0 14px; }
.color-picker-group { margin: 0 0 16px; }
.color-picker-group .section-title { margin-bottom: 9px; }
.color-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.color-choice-grid button { min-height: 38px; font-size: 13px; }
.color-custom-row { margin-top: 4px; border: 1px solid var(--line-soft); border-radius: 6px; }
.production-wheel { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.production-wheel-column { min-width: 0; }
.production-wheel-column > b { display: block; margin: 0 0 8px; color: #35513a; font-size: 13px; font-weight: 800; }
.production-wheel-scroll { height: 210px; overflow-y: auto; padding: 4px; border: 1px solid #dbe7d8; border-radius: 8px; background: #fff; scrollbar-width: thin; scroll-snap-type: y proximity; }
.production-wheel-scroll button { display: block; width: 100%; min-height: 38px; border-radius: 6px; background: #fff; color: #28352a; font-size: 14px; font-weight: 650; scroll-snap-align: center; }
.production-wheel-scroll button:active { background: #f1f7ef; }
.production-wheel-scroll button.active { background: #e5f2e2; color: #005100; box-shadow: inset 0 0 0 1px #9ec99a; font-weight: 800; }
.market-search { margin: 2px 0 10px; }
.market-picker-meta { display: flex; justify-content: space-between; gap: 10px; margin: 0 2px 12px; color: #6d786e; font-size: 11px; line-height: 16px; }
.market-picker-meta span:first-child { color: #005100; font-weight: 800; }
.market-picker-content { padding-bottom: 2px; }
.market-picker-group { margin-top: 17px; }
.market-picker-group:first-child { margin-top: 0; }
.market-picker-group .section-title { margin-bottom: 9px; }
.market-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.market-choice-grid button { min-height: 38px; padding-inline: 4px; font-size: 12px; white-space: nowrap; }

.icon-btn,
.avatar { box-shadow: inset 0 0 0 1px var(--line-soft); }

.tabbar {
  width: min(430px, 100vw);
  border-top: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -4px 12px rgba(25, 28, 27, .08);
}

.tabbar .tab { color: #707a6a; }
.tabbar .tab.active { color: var(--brand); }
.tabbar .tab.plus i { border-radius: 8px; background: var(--brand); box-shadow: 0 3px 9px rgba(0, 81, 0, .18); }

.sheet-mask { background: rgba(46, 49, 48, .40); }
.sheet {
  width: min(430px, 100vw);
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--line-soft);
  background: var(--card);
  box-shadow: 0 -8px 24px rgba(25, 28, 27, .10);
}
.sheet-head { border-bottom: 1px solid var(--line-soft); background: #fff; }

.sticky-actions,
.filter-sheet-actions {
  width: min(430px, 100vw);
  border-top: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -4px 12px rgba(25, 28, 27, .08);
}

.stitch-home { margin: -16px -16px 0; background: #f5f7f5; }
.stitch-home-top {
  border-bottom: 1px solid var(--line-soft);
  background: #f8faf8;
  box-shadow: none;
}
.stitch-brand img { border-radius: 4px; }
.phone .stitch-search {
  border-radius: 999px;
  background: #eceeec;
  color: #404a3b;
}
.stitch-search b { color: #404a3b; }
.stitch-quick-item span { border-radius: 50%; background: #e6e9e7; box-shadow: 0 1px 3px rgba(25, 28, 27, .06); }
.stitch-quick-item.car span { color: #005100; background: #e6e9e7; }
.stitch-quick-item.service span { color: #286c1e; background: #e6e9e7; }
.stitch-quick-item.ai span { border-radius: 50%; color: #f5a623; background: #fff9e6; border: 1px solid rgba(245, 166, 35, .20); }
.stitch-quick-item.activity span { color: #3e4740; background: #e6e9e7; }
.stitch-quick-item.member span { color: #095305; background: #e6e9e7; }
.tabbar .tab.plus i { background: #005100; }
.stitch-car-grid { gap: 12px; }
.stitch-car-card { border-radius: 4px; border-color: var(--line-soft); box-shadow: none; }
.stitch-car-media > span { border-radius: 2px; }
.stitch-car-tags em,
.stitch-car-tags b {
  min-height: 16px;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 16px;
}
.stitch-car-tags em { background: #fff; }
.stitch-car-tags b.new { background: #005100; }
.stitch-car-tags b.used { background: #555f57; color: #fff; }
.stitch-car-tags b.modified { background: #fff4df; color: #8c5600; }
.sheet-helper { margin: 0 16px 12px; color: #687367; font-size: 12px; line-height: 18px; }
.form-action-safe-area { height: calc(124px + env(safe-area-inset-bottom)); }

.mine-group { margin-top: 18px; }
.mine-group-head { margin-bottom: 8px; }
.mine-group-head .section-title { font-size: 16px; line-height: 22px; }
.mine-group-head p { display: none; }
.mine-business-grid, .mine-secondary-grid { overflow: hidden; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid var(--line-soft); border-radius: 6px; background: var(--card); }
.business-group .mine-business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mine-business-card { position: relative; min-height: 78px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; align-items: start; padding: 12px 11px 10px; text-align: left; border: 0; border-radius: 0; background: transparent; }
.mine-business-card:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.mine-business-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line-soft); }
.business-group .mine-business-card:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.business-group .mine-business-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line-soft); }
.business-group .mine-business-card:nth-child(even) { border-right: 0; }
.mine-secondary-grid .mine-business-card { min-height: 64px; }
.mine-secondary-grid .mine-business-card:nth-child(-n + 2) { border-bottom: 0; }
.mine-business-card:active { background: var(--brand-soft); }
.mine-business-card.locked { background: #fafbfa; }
.mine-business-card.locked strong, .mine-business-card.locked em { color: #7e897b; }
.mine-business-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; color: var(--brand); background: var(--brand-soft); }
.mine-business-icon svg { width: 16px; height: 16px; }
.mine-business-card > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 6px; align-items: baseline; min-width: 0; }
.mine-business-card b, .mine-business-card strong, .mine-business-card em { display: block; }
.mine-business-card b { overflow: hidden; color: var(--ink); font-size: 13px; line-height: 18px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.mine-business-card strong { color: var(--brand-dark); font-size: 18px; line-height: 19px; font-weight: 700; }
.mine-business-card em { grid-column: 1 / -1; overflow: hidden; margin-top: 4px; color: var(--sub); font-size: 10px; line-height: 14px; font-style: normal; white-space: nowrap; text-overflow: ellipsis; }
.mine-business-card > i { display: none; }
.account-group { padding-top: 16px; border-top: 1px solid var(--line-soft); }

.about-identity { display: flex; align-items: center; gap: 12px; margin: 10px 16px 18px; padding: 16px; border: 1px solid var(--line-soft); border-radius: 8px; background: var(--card); }
.about-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 8px; color: #fff; background: var(--brand-dark); font-size: 14px; font-weight: 800; }
.about-identity b, .about-identity span { display: block; }
.about-identity b { color: var(--ink); font-size: 17px; line-height: 23px; }
.about-identity span { margin-top: 2px; color: var(--sub); font-size: 12px; line-height: 18px; }
.about-block { margin: 0 16px 16px; padding: 0; }
.about-block p { margin: 8px 0 0; color: var(--sub); font-size: 13px; line-height: 21px; }
.about-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.about-service-list span { padding: 10px; border: 1px solid var(--line-soft); border-radius: 6px; color: var(--ink); background: var(--card); font-size: 12px; line-height: 18px; }
.about-info-list { overflow: hidden; margin: 0 16px; border: 1px solid var(--line-soft); border-radius: 8px; background: var(--card); }
.about-info-list > div { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border-bottom: 1px solid var(--line-soft); }
.about-info-list > div:last-child { border-bottom: 0; }
.about-info-list span { color: var(--sub); font-size: 13px; }
.about-info-list b { color: var(--ink); font-size: 13px; font-weight: 600; }

.resource-progress-hero {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  margin: 8px 0 16px;
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: var(--card);
}
.resource-progress-thumb { width: 88px; height: 68px; overflow: hidden; border-radius: 4px; background: var(--soft); }
.resource-progress-thumb img { width: 100%; height: 100%; object-fit: cover; }
.resource-progress-hero h2 { margin: 7px 0 3px; color: var(--ink); font-size: 16px; line-height: 22px; }
.resource-progress-hero p { margin: 0; color: var(--sub); font-size: 12px; }
.missing-list, .review-reason { margin-top: 12px; padding: 12px; border: 1px solid #ecd2bd; border-radius: 6px; background: #fffaf5; }
.missing-list { display: grid; gap: 8px; }
.missing-list div { display: flex; align-items: center; gap: 8px; color: #5e4734; font-size: 13px; }
.missing-list b { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #f4dfce; color: #7b451d; font-size: 11px; }
.review-reason b, .review-reason span { display: block; }
.review-reason b { color: #8a3d19; font-size: 13px; }
.review-reason span { margin-top: 5px; color: #5e4734; font-size: 13px; line-height: 20px; }
.publish-progress { position: relative; display: grid; gap: 14px; margin-top: 14px; }
.publish-progress > div { position: relative; display: grid; grid-template-columns: 20px 1fr; gap: 10px; min-height: 46px; }
.publish-progress > div:not(:last-child)::after { content: ""; position: absolute; left: 9px; top: 21px; bottom: -14px; width: 1px; background: var(--line-soft); }
.publish-progress i { position: relative; z-index: 1; width: 18px; height: 18px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.publish-progress .done i { border-color: var(--brand); background: var(--brand); }
.publish-progress .done i::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }
.publish-progress .current i { border: 5px solid var(--brand); background: #fff; }
.publish-progress b, .publish-progress span { display: block; }
.publish-progress b { color: var(--ink); font-size: 14px; line-height: 18px; }
.publish-progress span { margin-top: 3px; color: var(--sub); font-size: 12px; line-height: 18px; }
.stitch-more-cars { border-radius: 4px; }

.publish-choice-page { min-height: calc(100vh - 88px); margin: -16px -16px 0; padding: 24px 16px 32px; background: var(--bg); }
.publish-choice-header { padding: 0 0 24px; }
.publish-choice-header h1 { font-size: 20px; line-height: 28px; font-weight: 700; }
.publish-choice-header p { color: var(--sub); font-size: 14px; line-height: 20px; }
.publish-choice-list { gap: 12px; }
.publish-choice-card {
  min-height: 88px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
.publish-choice-icon { border-radius: 4px; background: var(--brand-soft); color: var(--brand); }
.publish-choice-card.demand .publish-choice-icon,
.publish-choice-card.service .publish-choice-icon { border-radius: 4px; }
.publish-choice-copy b { font-size: 16px; line-height: 24px; }
.publish-choice-copy em { color: var(--sub); font-size: 12px; line-height: 16px; }
.publish-choice-copy i { border-radius: 999px; }

.hero-car,
.hero-car.compact,
.admin-hero,
.vip-hero,
.profile-hero,
.shop-hero,
.assistant-hero {
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.hero-car::before { display: none; }

.list-card,
.service-card,
.demand-card { padding: 12px; }
.list-card .thumb { border-radius: 4px; background: #eceeec; }
.thumb img,
.deal-img img,
.detail-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-visual {
  height: 240px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: #eceeec;
}
.deal-img,
.service-icon,
.admin-user-avatar { border-radius: 4px; }

.phone [class$="-card"] {
  border-radius: 4px;
  box-shadow: none;
}

.phone button:not(.chip):not(.icon-btn):not(.tab),
.phone input,
.phone textarea,
.phone select { border-radius: 6px; }

.phone .publish-choice-card { border-radius: 8px; }
.phone .btn,
.phone .field-row,
.phone .mini-field,
.phone .trade-picker,
.phone .batch-image-upload,
.phone .upload-grid button { border-radius: 6px; }

.admin-hero { color: var(--ink); }
.admin-hero span,
.admin-hero b,
.admin-hero em { color: inherit; }
.admin-todo-grid,
.admin-module-grid { gap: 12px; }
.admin-todo,
.admin-module-card,
.admin-shortcuts button {
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.admin-module-card i,
.admin-shortcuts span { border-radius: 4px; }

.toast {
  border-radius: 4px;
  background: #2e3130;
  color: #eff1ef;
  box-shadow: 0 4px 12px rgba(25, 28, 27, .10);
}

.upload-grid button,
.batch-image-upload,
.cover { border-radius: 4px; }

.dialer-panel,
.phone-confirm { border-radius: 4px; }

@media (max-width: 480px) {
  .screen { padding-inline: 16px; }
  .stitch-home { margin-inline: -16px; }
  .stitch-quick-grid,
  .stitch-recommend { padding-inline: 16px; }
  .stitch-car-media { height: 118px; }
}

@media (min-width: 721px) {
  .phone { min-height: 100vh; }
  .screen { padding-bottom: 112px; }
}
