:root {
  --bg: #f5fced;
  --card: #ffffff;
  --ink: #171d15;
  --sub: #3f4a3a;
  --line: #becab6;
  --soft: #eff6e7;
  --brand: #006c00;
  --brand-dark: #005300;
  --brand-soft: #e4eadc;
  --blue: #3B82F6;
  --green: #006c00;
  --amber: #EAB308;
  --price: #f04b16;
  --shadow: 0 4px 12px -2px rgba(15, 23, 42, .12);
  --radius: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #f1f5f9; color: var(--ink); letter-spacing: 0; }
button, input, textarea, select { font: inherit; }
button { border: 0; cursor: pointer; }

.phone {
  width: min(430px, 100vw);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--bg);
  position: relative;
  box-shadow: 0 0 0 1px rgba(15,23,42,.06), var(--shadow);
  overflow: hidden;
}

.screen {
  min-height: 100vh;
  padding: 16px 16px 112px;
  overflow-x: hidden;
}

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

.nav-top {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
}

.nav-title {
  margin: 0;
  text-align: center;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.nav-spacer {
  width: 40px;
  height: 40px;
}

.home-top {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.home-search {
  height: 44px;
  border-radius: 12px;
  background: #fff;
  color: #8a9a90;
  text-align: left;
  padding: 0 13px;
  box-shadow: inset 0 0 0 1px #ddebe3;
  font-size: 13px;
  font-weight: 750;
}

.page-top {
  min-height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  text-align: center;
}

.page-top .eyebrow {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 750;
}

.page-top h1 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.top-left { min-width: 0; }
.top-left.with-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow { font-size: 12px; color: var(--sub); font-weight: 700; }
.title { font-size: 25px; line-height: 1.12; font-weight: 900; margin: 3px 0 0; }
.avatar, .icon-btn {
  width: 40px; height: 40px; padding: 0; border-radius: 999px; display: grid; place-items: center;
  background: #fff; box-shadow: inset 0 0 0 1px rgba(190,202,182,.7); color: var(--ink); font-weight: 900;
}
.back-btn { line-height: 0; }
.back-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.25; }
.avatar { background: var(--brand); color: #fff; font-size: 12px; }

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(190,202,182,.72);
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.logo-mark img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.search-pill {
  height: 46px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--sub);
  border: 1px solid #ddebe3;
  box-shadow: none;
}

.search-entry {
  width: 100%;
  text-align: left;
}

.search-entry em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--sub);
  font-style: normal;
  font-size: 13px;
}

.search-pill input {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
}

.hero-car {
  margin-top: 16px;
  min-height: 210px;
  border-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 85% 24%, rgba(7,154,43,.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eaf8ee 100%);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(13, 74, 31, .10);
  border: 1px solid rgba(7,154,43,.10);
}
.hero-car:before {
  content: "";
  position: absolute;
  width: 260px; height: 260px; border-radius: 999px;
  background: rgba(7,154,43,.08);
  right: -80px; top: -70px;
}
.hero-car h2 { margin: 0; max-width: 230px; font-size: 25px; line-height: 1.18; }
.hero-car p { margin: 9px 0 0; color: var(--sub); font-size: 13px; line-height: 1.55; max-width: 236px; }

.hero-car.compact {
  min-height: 128px;
  margin-top: 0;
  border-radius: 24px;
  padding: 16px;
}

.hero-car.compact h2 {
  max-width: 210px;
  font-size: 22px;
}

.hero-car.compact p {
  max-width: 210px;
  font-size: 12px;
}

.hero-car.compact .car-visual {
  width: 164px;
  height: 72px;
  right: -18px;
  bottom: 13px;
  transform: scale(.82);
  opacity: .94;
}

.car-visual {
  position: absolute;
  right: 10px;
  bottom: 22px;
  width: 208px;
  height: 90px;
  filter: drop-shadow(0 20px 24px rgba(0,0,0,.28));
}
.car-body {
  position: absolute; left: 18px; right: 8px; bottom: 24px; height: 40px;
  background: linear-gradient(90deg, #ffffff, #d8e7dd);
  border-radius: 38px 52px 20px 18px;
}
.car-body:before {
  content: ""; position: absolute; left: 48px; top: -28px; width: 88px; height: 40px;
  background: linear-gradient(135deg, #ffffff, #a9cbb5);
  border-radius: 54px 58px 12px 8px;
  clip-path: polygon(16% 100%, 36% 10%, 72% 10%, 100% 100%);
}
.wheel { position: absolute; bottom: 12px; width: 34px; height: 34px; border-radius: 50%; background: #15161a; border: 6px solid #e7ebef; }
.wheel.left { left: 42px; }
.wheel.right { right: 28px; }

.hero-actions { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; gap: 10px; }
.btn {
  min-height: 46px; border-radius: 12px; padding: 0 16px; font-weight: 850;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  white-space: nowrap;
}
.btn.primary { background: var(--brand); color: #fff; box-shadow: 0 8px 18px rgba(0,108,0,.18); }
.btn.dark { background: #0d4d25; color: #fff; }
.btn.light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn.ghost { background: var(--brand-soft); color: var(--brand-dark); border: 1px solid var(--line); }
.btn.danger { background: #fff; color: #dc2626; border: 1px solid rgba(220,38,38,.22); }
.btn.full { width: 100%; }

.section { margin-top: 18px; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 12px; }
.section-head.tight { margin-bottom: 10px; }
.section-title { font-size: 18px; font-weight: 900; }
.section-sub {
  margin: 4px 0 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.45;
}
.link { color: var(--brand); background: transparent; font-weight: 800; white-space: nowrap; }

.king-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.king-item {
  min-height: 76px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 74, 31, .055);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  color: var(--ink);
}

.king-item span {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.king-item b {
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
}

.king-item.primary {
  background: var(--brand);
  color: #fff;
}

.king-item.primary span {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.king-item.ai-entry {
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0)),
    var(--brand);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,108,0,.18);
}

.king-item.ai-entry span {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: rgba(255,255,255,.18);
  color: #fff;
}

.king-item.ai-entry b {
  font-size: 12px;
  font-weight: 950;
}

.service-hero,
.demand-plaza-hero {
  margin-top: 8px;
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #eaf8ee 100%);
  border: 1px solid rgba(0,108,0,.10);
  box-shadow: 0 12px 28px rgba(13, 74, 31, .06);
}

.service-hero b,
.demand-plaza-hero b {
  display: block;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 950;
}

.service-hero span,
.demand-plaza-hero span {
  display: block;
  margin-top: 7px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
}

.compact-search {
  margin-top: 12px;
}

.service-card {
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 12px;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.86);
}

.service-type {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.service-main h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.service-main p {
  margin: 7px 0 10px;
  color: var(--sub);
  font-size: 13px;
  line-height: 1.55;
}

.service-meta {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--sub);
  font-size: 12px;
}

.publish-entry-grid {
  margin: 10px 0 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.publish-entry-grid button {
  min-height: 70px;
  border-radius: 16px;
  padding: 10px 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.86);
}

.publish-entry-grid button.active {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0,108,0,.16);
}

.publish-entry-grid b,
.publish-entry-grid span {
  display: block;
}

.publish-entry-grid b {
  font-size: 13px;
  line-height: 1.2;
}

.publish-entry-grid span {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.35;
  color: inherit;
  opacity: .78;
}

.sub-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.sub-grid button {
  min-height: 38px;
  border-radius: 14px;
  background: rgba(255,255,255,.75);
  color: #486356;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px var(--line);
}

.h-scroll { display: flex; gap: 12px; overflow-x: auto; padding: 0 18px 6px; margin: 0 -18px; scroll-snap-type: x mandatory; }
.h-scroll::-webkit-scrollbar { display: none; }

.category {
  flex: 0 0 84px; height: 92px; border-radius: 24px; background: #fff; display: grid;
  place-items: center; gap: 6px; color: var(--sub); font-size: 12px; font-weight: 800;
  box-shadow: 0 12px 24px rgba(31,28,25,.05);
}
.category.active { background: var(--brand); color: #fff; }
.cat-icon { font-size: 22px; }

.deal-card {
  flex: 0 0 226px;
  min-height: 278px;
  border-radius: 12px;
  background: #fff;
  padding: 0;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(190,202,182,.75);
  box-shadow: none;
}
.deal-img {
  height: 112px;
  border-radius: 0;
  background: linear-gradient(180deg, #17312b, #10241f);
  position: relative;
  overflow: hidden;
}
.deal-img .car-visual { transform: scale(.78); right: -16px; bottom: 0; }
.deal-main { padding: 12px; }
.deal-title { font-size: 16px; font-weight: 900; line-height: 1.25; }
.deal-price { color: var(--brand); font-size: 18px; font-weight: 950; margin-top: 8px; }
.deal-meta { color: var(--sub); font-size: 12px; margin-top: 5px; line-height: 1.4; }
.deal-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; color: var(--sub); font-size: 11px; }
.price-row { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 12px; }
.price { color: var(--brand-dark); font-size: 20px; font-weight: 950; }
.tiny { color: var(--sub); font-size: 11px; }

.activity-hero {
  margin-top: 8px;
  min-height: 112px;
  border-radius: 18px;
  padding: 18px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0,108,0,.96), rgba(50,142,92,.86)),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.34), transparent 28%);
  box-shadow: 0 18px 34px rgba(0,108,0,.18);
}

.activity-hero b {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.activity-hero span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}

.activity-card {
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
}

.activity-card-head,
.activity-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.activity-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.activity-card-head h3 {
  min-width: 0;
  padding-right: 8px;
}

.activity-card p {
  margin: 8px 0 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
}

.activity-meta {
  margin-top: 12px;
  color: #486356;
  font-size: 12px;
  font-weight: 800;
}

.activity-page { padding: 8px 16px 30px; }
.activity-filter-tabs { margin: 2px -2px 18px; gap: 8px; padding: 0 2px; }
.activity-filter-tabs button {
  flex: 0 0 auto; min-height: 32px; padding: 0 13px; border: 1px solid #dfe6de; border-radius: 8px;
  color: #536158; background: #fff; font-size: 13px; font-weight: 800;
}
.activity-filter-tabs button.active { color: #fff; background: #005100; border-color: #005100; }
.activity-section-title { display: flex; align-items: baseline; justify-content: space-between; margin: 0 2px 10px; }
.activity-section-title b { color: #17231c; font-size: 18px; line-height: 1.2; }
.activity-section-title span { color: #809087; font-size: 12px; }
.activity-group { margin-bottom: 24px; }
.activity-feature-wrap { margin-bottom: 24px; }
.activity-feature {
  overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 10px 24px rgba(23, 55, 33, .11);
  cursor: pointer;
}
.activity-feature-art {
  position: relative; min-height: 148px; padding: 15px; display: flex; align-items: flex-start; justify-content: space-between;
  color: #fff; background: linear-gradient(135deg, #1a4c33, #0c2f20);
}
.activity-feature-art::after, .activity-list-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 25, 15, .02), rgba(6, 25, 15, .45)); pointer-events: none; }
.activity-feature-art span, .activity-list-art span { position: relative; z-index: 1; padding: 4px 7px; border-radius: 5px; color: #fff; background: rgba(255,255,255,.18); font-size: 11px; font-weight: 800; }
.activity-feature-art b { position: relative; z-index: 1; align-self: flex-end; color: #fff; font-size: 26px; line-height: 1; letter-spacing: 0; }
.activity-feature-content { padding: 14px 14px 13px; }
.activity-card-kicker { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #75857c; font-size: 11px; font-weight: 700; }
.activity-status { padding: 3px 6px; border-radius: 4px; color: #5b675f; background: #edf0ed; }
.activity-status.open { color: #0d6229; background: #e4f2e4; }
.activity-status.registered { color: #0d6229; background: #e4f2e4; }
.activity-feature h2 { margin: 9px 0 6px; color: #16211a; font-size: 19px; line-height: 1.32; letter-spacing: 0; }
.activity-feature p, .activity-list-content p { margin: 0; color: #637268; font-size: 12px; line-height: 1.5; }
.activity-feature-meta, .activity-list-meta { display: grid; gap: 4px; margin-top: 11px; color: #45564a; font-size: 12px; font-weight: 750; }
.activity-feature-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 13px; padding-top: 11px; border-top: 1px solid #edf0ed; color: #718076; font-size: 11px; }
.activity-feature-foot b { color: #005100; font-size: 12px; }
.activity-list { display: grid; gap: 0; }
.activity-list-card { display: grid; grid-template-columns: minmax(132px, 42%) minmax(0, 1fr); gap: 12px; align-items: stretch; padding: 13px 0; border-bottom: 1px solid #edf0ed; background: transparent; cursor: pointer; }
.activity-list-card:first-child { padding-top: 0; }
.activity-list-card:last-child { border-bottom: 0; padding-bottom: 0; }
.activity-list-art { position: relative; align-self: start; aspect-ratio: 16 / 9; overflow: hidden; display: block; border-radius: 8px; background: #edf1ed; }
.activity-list-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.activity-list-art .activity-image-tag { position: absolute; z-index: 2; top: 7px; left: 7px; padding: 3px 6px; border-radius: 4px; color: rgba(255,255,255,.94); background: rgba(25, 30, 28, .72); font-size: 10px; font-weight: 800; line-height: 1.2; backdrop-filter: blur(5px); }
.activity-list-content { min-width: 0; min-height: 100%; padding: 0; display: flex; flex-direction: column; }
.activity-list-content h3 { display: -webkit-box; overflow: hidden; margin: 0; color: #16211a; font-size: 14px; line-height: 1.4; font-weight: 800; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.activity-card-kicker { justify-content: flex-start; }
.activity-type-tag { padding: 3px 6px; border-radius: 4px; color: #52635a; background: #f0f3f0; font-size: 11px; font-weight: 750; }
.activity-status.closing { color: #9a4b00; background: #fff0df; }
.activity-list-meta { display: grid; gap: 4px; margin-top: auto; padding-top: 8px; color: #738177; font-size: 11px; line-height: 1.3; }
.activity-list-date { overflow: hidden; color: #58685d; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.activity-list-place-line { display: flex; align-items: center; justify-content: space-between; gap: 6px; min-width: 0; }
.activity-list-place-line > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-list-place-line .activity-status { flex: 0 0 auto; font-style: normal; }
.activity-list-meta strong { color: #006c00; font-size: 11px; }
.activity-list-empty { padding: 24px 16px; border: 1px dashed #d7e2d7; border-radius: 10px; color: #78867d; background: #fff; text-align: center; font-size: 13px; }
.activity-audience { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.activity-audience span { padding: 6px 9px; border-radius: 6px; color: #27583b; background: #edf5eb; font-size: 12px; font-weight: 750; }
.activity-guide-list { display: grid; gap: 12px; margin: 12px 0 0; padding: 0; list-style: none; }
.activity-guide-list li { display: flex; align-items: flex-start; gap: 9px; color: #4c5b50; font-size: 13px; line-height: 1.55; }
.activity-guide-list i { display: grid; flex: 0 0 auto; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #e6f1e7; color: #076728; font-size: 11px; font-style: normal; font-weight: 800; }

.my-activity-page { padding-top: 12px; }
.my-activity-org { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 11px 0 14px; border-bottom: 1px solid #e4ebe4; }
.my-activity-org span { color: #839087; font-size: 11px; }
.my-activity-org b { overflow: hidden; color: #27362a; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.my-activity-org em { color: #177136; font-size: 11px; font-style: normal; font-weight: 800; }
.my-activity-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 13px; border-bottom: 1px solid #e4ebe4; }
.my-activity-tabs button { position: relative; min-height: 39px; border: 0; background: transparent; color: #7b887e; font-size: 13px; font-weight: 750; }
.my-activity-tabs button.active { color: #005100; font-weight: 850; }
.my-activity-tabs button.active::after { content: ""; position: absolute; right: 28%; bottom: -1px; left: 28%; height: 2px; border-radius: 2px; background: #005100; }
.my-activity-list { margin-top: 12px; }
.my-activity-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 11px; width: 100%; overflow: hidden; padding: 10px; border: 1px solid #e1e9e1; border-radius: 12px; background: #fff; text-align: left; }
.my-activity-card + .my-activity-card { margin-top: 10px; }
.my-activity-card > img { width: 108px; height: 81px; border-radius: 8px; object-fit: cover; }
.my-activity-card-body { display: grid; align-content: start; gap: 5px; min-width: 0; }
.my-activity-card-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.my-activity-card-top .chip { min-height: 20px; padding: 0 6px; font-size: 10px; }
.my-activity-card h3 { display: -webkit-box; margin: 0; overflow: hidden; color: #1e2d21; font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.my-activity-card p { margin: 0; color: #66756a; font-size: 11px; line-height: 1.35; }
.my-activity-card-body > span { display: -webkit-box; overflow: hidden; color: #89948c; font-size: 10px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.my-activity-browse { display: flex; width: 100%; align-items: center; justify-content: center; gap: 4px; margin-top: 15px; padding: 11px; border: 0; background: transparent; color: #0d6827; font-size: 13px; font-weight: 800; }
.my-activity-browse i { font-size: 17px; font-style: normal; line-height: .8; }
.my-activity-empty { min-height: 270px; align-content: center; text-align: center; }
.my-activity-detail-hero { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 12px; padding: 12px; border-radius: 12px; background: #fff; box-shadow: inset 0 0 0 1px rgba(227,236,230,.78); }
.my-activity-detail-hero > img { width: 118px; height: 88px; border-radius: 8px; object-fit: cover; }
.my-activity-detail-hero > div { display: grid; align-content: start; gap: 7px; min-width: 0; }
.my-activity-detail-hero h2 { display: -webkit-box; margin: 0; overflow: hidden; color: #1e2d21; font-size: 17px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.my-activity-detail-hero p { margin: 0; color: #718076; font-size: 11px; line-height: 1.4; }
.my-activity-progress-card { display: grid; gap: 8px; margin-top: 10px; padding: 14px; border: 1px solid #e1e9e1; border-radius: 12px; background: #fff; }
.my-activity-progress-card > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.my-activity-progress-card span { color: #7c887f; font-size: 11px; }
.my-activity-progress-card b { color: #197337; font-size: 15px; }
.my-activity-progress-card p { margin: 0; color: #536156; font-size: 12px; line-height: 1.6; }
.my-activity-progress-card.warn { border-color: #efdfbd; background: #fffdf8; }
.my-activity-progress-card.warn b { color: #a7650d; }
.my-activity-progress-card.muted { border-color: #e1e5e1; background: #fafbfa; }
.my-activity-progress-card.muted b { color: #69766c; }
.my-activity-detail-actions { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 10px; margin-top: 16px; padding-bottom: 18px; }
.my-activity-detail-actions .btn { min-width: 0; white-space: nowrap; }

.activity-detail-cover,
.activity-detail-cover .activity-image-main,
.activity-detail-cover .activity-image-main img,
.activity-detail-head,
.activity-rich-content {
  border-radius: 12px;
}

.activity-detail-head {
  padding: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.activity-detail-head h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.28;
}

.activity-detail-cover { margin-top: 8px; overflow: hidden; background: #edf1ed; }
.activity-detail-cover .activity-image-main::after { display: none; }
.activity-cover-type { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 7px; border-radius: 4px; background: rgba(25,30,28,.72); color: rgba(255,255,255,.94); font-size: 11px; font-weight: 800; backdrop-filter: blur(5px); }
.activity-core-info { display: grid; gap: 10px; margin-top: 16px; }
.activity-core-info > div { display: grid; gap: 4px; padding-bottom: 10px; border-bottom: 1px solid #edf1ed; }
.activity-core-info > div:last-child { padding-bottom: 0; border-bottom: 0; }
.activity-core-info span { color: #849087; font-size: 11px; }
.activity-core-info b { color: #2b3930; font-size: 13px; line-height: 1.5; font-weight: 750; overflow-wrap: anywhere; }
.activity-training-audience { display: grid; gap: 4px; margin-top: 14px; padding-top: 12px; border-top: 1px solid #edf1ed; }
.activity-training-audience span { color: #849087; font-size: 11px; }
.activity-training-audience b { color: #3d5042; font-size: 13px; line-height: 1.5; font-weight: 700; }
.activity-signup-meta { display: grid; gap: 5px; margin-top: 12px; color: #7b887e; font-size: 11px; line-height: 1.45; }
.activity-share-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid #dbe7dc;
  border-radius: 10px;
  color: #24513a;
  background: #f4f8f3;
  box-shadow: none;
}

.activity-share-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activity-share-btn:active { background: #e7f0e7; transform: scale(.96); }
.activity-rich-content > p { margin: 12px 0 0; color: #4c5b50; font-size: 14px; line-height: 1.75; }
.activity-rich-content h3 { margin: 22px 0 0; color: #223126; font-size: 15px; line-height: 1.4; }
.activity-detail-safe-area { height: 76px; }
.activity-detail-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 12; width: min(430px, 100vw); margin: auto; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #dce6dd; background: rgba(255,255,255,.97); box-shadow: 0 -4px 14px rgba(18,35,20,.08); }
.activity-editor { overflow: hidden; margin-top: 12px; border: 1px solid #dce6dd; border-radius: 8px; background: #fff; }
.activity-editor-toolbar { display: flex; align-items: center; gap: 2px; padding: 7px; border-bottom: 1px solid #edf1ed; background: #f7f9f7; }
.activity-editor-toolbar button { display: grid; width: 28px; height: 28px; place-items: center; border: 0; border-radius: 5px; background: transparent; color: #425347; font-size: 14px; }
.activity-editor-toolbar button:hover { background: #e7eee8; }
.activity-editor-body { min-height: 168px; padding: 12px; color: #3d4c41; font-size: 13px; line-height: 1.7; outline: 0; }
.activity-editor-image { display: grid; min-height: 112px; margin: 12px 0; align-content: end; gap: 3px; padding: 10px; background: linear-gradient(135deg, #e3ece3, #cddccf); color: #35533e; }
.activity-editor-image span { font-size: 12px; font-weight: 800; }
.activity-editor-image em { font-size: 11px; font-style: normal; }
.share-action-list { display: grid; gap: 10px; margin-top: 16px; }
.share-action-list button { display: flex; align-items: center; gap: 12px; width: 100%; padding: 13px; border: 1px solid #e2e9e3; border-radius: 8px; background: #fff; text-align: left; }
.share-action-list > button > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 7px; background: #edf4ed; color: #075c20; font-size: 19px; }
.share-action-list div { display: grid; gap: 3px; }
.share-action-list b { color: #27352a; font-size: 14px; }
.share-action-list em { color: #7d897f; font-size: 11px; font-style: normal; }
.activity-poster { overflow: hidden; margin-top: 16px; background: #f4f7f3; }
.poster-v2 { padding: 14px 12px 16px; border-radius: 14px; background: linear-gradient(145deg, #e9f6ed 0%, #d9f1e3 48%, #f8fbf8 100%); box-shadow: 0 12px 28px rgba(21, 47, 30, .13); }
.poster-brand { display: flex; align-items: center; gap: 8px; min-height: 34px; margin: 0 3px 10px; color: #0b5a20; }
.poster-brand-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; background: #005100; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .2px; }
.poster-brand > span { font-size: 12px; line-height: 1.2; font-weight: 650; }
.poster-brand > span b { font-weight: 900; }
.poster-main-card { overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 7px 16px rgba(22, 70, 38, .12); }
.poster-hero { position: relative; aspect-ratio: 16 / 8.8; overflow: hidden; background: #173e26; }
.poster-hero img { display: block; width: 100%; height: 100%; object-fit: cover; }
.poster-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,25,13,.06), rgba(6,25,13,.48)); }
.poster-hero em { position: absolute; top: 10px; left: 10px; padding: 4px 7px; border-radius: 4px; background: rgba(18, 32, 21, .66); color: #fff; font-size: 10px; font-style: normal; font-weight: 800; backdrop-filter: blur(4px); }
.poster-body { display: grid; gap: 9px; padding: 15px 15px 12px; }
.poster-body h3 { margin: 0; color: #17261a; font-size: 21px; line-height: 1.32; letter-spacing: 0; }
.poster-organizer { display: flex; align-items: baseline; gap: 7px; padding-bottom: 2px; color: #758177; font-size: 11px; }
.poster-organizer b { color: #46604c; font-size: 12px; font-weight: 750; }
.poster-meta { display: grid; gap: 8px; margin-top: 2px; padding-top: 11px; border-top: 1px solid #e4ebe4; }
.poster-meta > div { display: flex; align-items: flex-start; gap: 7px; color: #58705f; }
.poster-meta i { display: grid; flex: 0 0 auto; width: 17px; height: 17px; place-items: center; border-radius: 4px; background: #eaf2ea; color: #076126; font-size: 10px; font-style: normal; font-weight: 850; }
.poster-meta span { display: flex; gap: 6px; color: #869188; font-size: 11px; line-height: 1.45; }
.poster-meta b { color: #314235; font-size: 11px; font-weight: 800; }
.poster-footer { display: flex; align-items: center; gap: 12px; padding: 13px 15px 15px; background: #f4f8f3; }
.poster-qr { position: relative; flex: 0 0 auto; width: 62px; height: 62px; overflow: hidden; background-color: #fff; background-image: repeating-conic-gradient(#0e3018 0 25%, #fff 0 50%); background-size: 8px 8px; box-shadow: inset 0 0 0 4px #fff; }
.qr-finder { position: absolute; z-index: 1; display: block; width: 17px; height: 17px; border: 4px solid #0e3018; background: #fff; }
.qr-finder::after { content: ""; position: absolute; inset: 3px; background: #0e3018; }
.qr-one { top: 4px; left: 4px; }.qr-two { top: 4px; right: 4px; }.qr-three { bottom: 4px; left: 4px; }
.poster-footer > div:last-child { display: grid; gap: 3px; min-width: 0; }
.poster-footer b { color: #123d1d; font-size: 14px; line-height: 1.3; }
.poster-footer span { color: #637168; font-size: 11px; line-height: 1.4; }
.poster-footer em { color: #8a958d; font-size: 10px; font-style: normal; }

.activity-image-showcase {
  margin-top: 8px;
  border-radius: 20px;
  overflow: hidden;
  background: #10291f;
  color: #fff;
  box-shadow: 0 18px 34px rgba(0,108,0,.16);
}

.activity-image-main {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #203b2b;
}

.activity-image-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,24,18,.04), rgba(8,24,18,.76)); }
.activity-image-main img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.activity-image-copy { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 8px; }

.activity-image-copy span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(255,255,255,.16);
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 800;
}

.activity-image-copy b {
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: 0;
}

.activity-image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.14);
}

.activity-image-strip i {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: end;
  padding: 7px;
  font-style: normal;
  background:
    linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.04)),
    linear-gradient(135deg, rgba(0,108,0,.85), rgba(20,74,49,.88));
}

.activity-image-strip i span { color: rgba(255,255,255,.86); font-size: 10px; font-weight: 750; }

.member-hero { background: var(--brand-dark); }

.draft-autosave {
  margin-top: 10px;
  border-radius: 14px;
  padding: 10px 12px;
  display: grid;
  gap: 4px;
  background: #f6fbf7;
  box-shadow: inset 0 0 0 1px rgba(205,226,212,.92);
}

.draft-autosave b {
  color: var(--brand-dark);
  font-size: 13px;
}

.draft-autosave span {
  color: var(--sub);
  font-size: 11px;
  line-height: 1.45;
}

.draft-summary {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.draft-summary div {
  min-height: 70px;
  border-radius: 16px;
  padding: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.draft-summary b,
.draft-summary span {
  display: block;
}

.draft-summary b {
  color: var(--brand-dark);
  font-size: 23px;
  line-height: 1;
}

.draft-summary span {
  margin-top: 8px;
  color: var(--sub);
  font-size: 12px;
  font-weight: 800;
}

.batch-draft-card {
  margin-top: 12px;
  min-height: 82px;
  border-radius: 18px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  background: linear-gradient(135deg, #0f3f2b, #087a2a);
  color: #fff;
  box-shadow: 0 16px 28px rgba(0,108,0,.16);
}

.batch-draft-card b,
.batch-draft-card span {
  display: block;
}

.batch-draft-card b {
  font-size: 16px;
}

.batch-draft-card span {
  margin-top: 5px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.45;
}

.batch-draft-card .btn {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.24);
}

.resource-card {
  border-radius: 16px;
  padding: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.resource-card-main {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
}

.resource-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.status-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.mini-stat {
  min-height: 74px; border-radius: 22px; background: #fff; padding: 12px;
  box-shadow: 0 10px 22px rgba(31,28,25,.04);
}
.mini-stat b { display: block; font-size: 22px; }
.mini-stat span { display: block; color: var(--sub); font-size: 11px; margin-top: 4px; }

.list { display: grid; gap: 12px; }
.list-card {
  border-radius: 12px; background: #fff; padding: 12px; display: grid; grid-template-columns: 92px 1fr; gap: 12px;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.75);
}
.thumb { height: 92px; border-radius: 20px; background: linear-gradient(180deg, #f7fff9, #dff2e6); position: relative; overflow: hidden; }
.thumb .car-visual { transform: scale(.5); right: -54px; bottom: -14px; }
.card-title { font-size: 15px; font-weight: 900; line-height: 1.25; }
.card-price { margin-top: 7px; color: var(--price); font-size: 17px; font-weight: 950; }
.card-price span { margin-left: 6px; color: var(--sub); font-size: 12px; font-weight: 700; }
.card-tags {
  min-height: 20px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-bottom: 7px;
  overflow: hidden;
}

.source-type {
  flex: 0 0 auto;
  min-height: 20px;
  max-width: 76px;
  border-radius: 6px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  color: #475569;
  background: #f1f5f9;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.source-type.new {
  background: #eaf2ff;
  color: #2563eb;
}

.source-type.used {
  background: #eef2f7;
  color: #475569;
}

.source-type.modified {
  background: #fff4df;
  color: #9a5a00;
}

.source-type.certified-source {
  background: #e8f7ee;
  color: #0f6b3a;
}

.source-type.muted {
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f6f8f5;
  color: #6b7c72;
  font-weight: 800;
}

.detail-tags {
  margin: 10px 0 8px;
  flex-wrap: wrap;
  overflow: visible;
}

.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.chip { min-height: 24px; border-radius: 999px; padding: 0 9px; background: var(--soft); color: var(--sub); font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; }
.chip.hot { background: var(--brand-soft); color: var(--brand-dark); }
.chip.ok { background: #eaf8f2; color: var(--green); }
.chip.warn { background: #fff4dc; color: #b56b05; }
.chip.verified { background: #e8f1ff; color: var(--blue); }

.source-tabs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: #f1f8f4;
  border: 1px solid #e4eee8;
}

.source-tabs button {
  min-height: 38px;
  border-radius: 9px;
  background: transparent;
  color: var(--sub);
  font-size: 13px;
  font-weight: 850;
}

.source-tabs button.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 4px 12px rgba(13, 74, 31, .08);
}

.service-list-tools { margin-top: 10px; }
.service-list-search { margin-top: 0; }
.service-list-filter-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.service-list-filter-row button { display: flex; min-width: 0; min-height: 38px; align-items: center; justify-content: space-between; gap: 6px; padding: 0 11px; border: 1px solid #dfe9df; border-radius: 9px; color: #526055; background: #fff; font-size: 12px; font-weight: 760; text-align: left; }
.service-list-filter-row button span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.service-list-filter-row button i { flex: 0 0 auto; color: #7e8b81; font-size: 12px; font-style: normal; }
.service-list-filter-row button.selected { border-color: #afd0b2; color: var(--brand-dark); background: #f0f8f0; }

.demand-plaza-tabs { grid-template-columns: repeat(3, 1fr); }

.demand-list-head { margin-top: 2px; }

.filter-sort {
  min-height: 30px;
  padding: 0 2px 0 8px;
  color: #52705a;
  font-size: 12px;
  font-weight: 750;
}

.demand-filter-row {
  display: grid;
  grid-template-columns: 1.18fr 1.32fr 1fr;
  gap: 7px;
  margin-top: 12px;
}

.demand-filter-control {
  min-width: 0;
  min-height: 48px;
  padding: 6px 9px;
  border: 1px solid #e1ebe3;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.demand-filter-control span {
  display: block;
  overflow: hidden;
  color: #87938a;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demand-filter-control b {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #315139;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demand-filter-control.sort { background: #f4f8f4; }
.demand-list-section { margin-top: 12px; }

.demand-search-wrap { position: relative; margin-top: 8px; }

.demand-search-trigger {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 42px 0 14px;
  border: 1px solid #e1ebe3;
  border-radius: 12px;
  background: #f2f5f2;
  text-align: left;
}

.demand-search-trigger span { color: #55685b; font-size: 19px; line-height: 1; }
.demand-search-trigger b { overflow: hidden; color: #78857c; font-size: 13px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.demand-search-clear { position: absolute; z-index: 1; top: 50%; right: 10px; display: grid; width: 24px; height: 24px; place-items: center; transform: translateY(-50%); border: 0; border-radius: 50%; background: #dfe8e0; color: #58705c; font-size: 17px; line-height: 1; }

.demand-filter-row { grid-template-columns: 1.05fr 1.28fr 1fr; gap: 6px; }

.demand-filter-control {
  min-height: 36px;
  padding: 0 8px;
  border-radius: 7px;
  text-align: center;
}

.demand-filter-control b { margin: 0; font-size: 12px; line-height: 34px; }
.demand-filter-control span { display: none; }

.demand-search-page-input { margin-top: 12px; }
.demand-search-section { margin-top: 22px; }
.demand-search-chips { margin-top: 10px; }
.demand-search-chips .chip { border: 1px solid #e0eae2; background: #fff; }

.compact-tabs {
  margin-top: 0;
}

.favorite-tabs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 4px;
  border-radius: 14px;
  background: #f1f8f4;
  border: 1px solid #e4eee8;
}

.favorite-tabs button {
  min-height: 40px;
  border-radius: 10px;
  color: var(--sub);
  background: transparent;
  font-size: 14px;
  font-weight: 900;
}

.favorite-tabs button.active {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(0,108,0,.14);
}

.filter-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 0 0;
}

.filter-row::-webkit-scrollbar { display: none; }

.filter-row button {
  min-width: 0;
  min-height: 38px;
  border-radius: 12px;
  padding: 0 8px;
  background: #fff;
  color: var(--sub);
  font-size: 12px;
  font-weight: 850;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: inset 0 0 0 1px #e4eee8;
}

.filter-row button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-row button em {
  color: #8a9a90;
  font-style: normal;
  font-size: 11px;
}

.filter-row button.active {
  color: var(--brand-dark);
  background: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(7,154,43,.22);
}

.selected-filters {
  display: flex;
  gap: 8px;
  padding-top: 10px;
  overflow-x: auto;
}

.selected-filters::-webkit-scrollbar { display: none; }

.filter-chip {
  flex: 0 0 auto;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(7,154,43,.18);
}

.filter-chip span {
  margin-left: 5px;
  color: #7b8d83;
}

.filter-chip.clear {
  color: var(--sub);
  background: #eef5f1;
  box-shadow: none;
}

.brand-search {
  margin-top: 10px;
  min-height: 44px;
  border-radius: 14px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5faf7;
  box-shadow: inset 0 0 0 1px #e4eee8;
}

.brand-search input {
  height: 44px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
}

.search-sheet-input {
  min-height: 48px;
  border-radius: 16px;
  padding: 6px 6px 6px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  background: #f5faf7;
  box-shadow: inset 0 0 0 1px #e4eee8;
}

.search-sheet-input input {
  height: 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
}

.search-sheet-input .btn {
  min-height: 38px;
  border-radius: 12px;
  padding: 0 16px;
}

.search-page-input {
  margin-top: 8px;
  min-height: 54px;
  border-radius: 18px;
  padding: 7px 7px 7px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dfeae3, 0 12px 28px rgba(13, 74, 31, .055);
}

.search-page-input input {
  height: 42px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}

.search-page-input .btn {
  min-height: 40px;
  border-radius: 12px;
  padding: 0 16px;
}

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

.brand-section {
  margin-top: 14px;
}

.filter-title {
  margin-bottom: 8px;
  color: var(--sub);
  font-size: 12px;
  font-weight: 900;
}

.filter-section {
  margin-top: 14px;
}

.hot-brand-grid,
.choice-grid,
.more-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hot-brand-grid button,
.choice-grid button,
.more-choice-grid button {
  min-height: 38px;
  border-radius: 12px;
  padding: 0 8px;
  background: #f8fbf9;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px #e4eee8;
}

.hot-brand-grid button.active,
.choice-grid button.active,
.more-choice-grid button.active {
  color: var(--brand-dark);
  background: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(7,154,43,.24);
}

.region-grid {
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.region-panel {
  max-height: 58vh;
  overflow-y: auto;
  padding-bottom: 8px;
}

.brand-panel-body {
  position: relative;
  margin-top: 14px;
  max-height: 56vh;
  overflow-y: auto;
  padding-right: 22px;
}

.brand-group {
  padding: 4px 0 8px;
}

.brand-letter {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 0 6px;
  background: #fff;
  color: var(--sub);
  font-size: 12px;
  font-weight: 950;
}

.brand-choice {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: inset 0 -1px 0 #edf3ef;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.brand-choice em {
  color: var(--brand);
  font-size: 12px;
  font-style: normal;
}

.brand-choice.active span {
  color: var(--brand-dark);
}

.letter-index {
  position: absolute;
  right: 0;
  top: 10px;
  display: grid;
  gap: 1px;
  text-align: center;
}

.letter-index a {
  min-width: 18px;
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}

.more-filter-panel {
  display: grid;
  gap: 16px;
  margin-top: 12px;
  padding-bottom: 78px;
}

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

.filter-sheet-actions {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10px;
  padding: 12px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%);
}

.sheet-actions {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10px;
  margin-top: 16px;
}

.form { display: grid; gap: 12px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 13px; font-weight: 850; }
input, textarea, select {
  width: 100%; min-height: 50px; border: 0; background: #fff; border-radius: 18px; padding: 15px 14px;
  outline: none; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line);
}
textarea { min-height: 118px; resize: vertical; line-height: 1.55; }
.input-card { border-radius: 20px; padding: 14px; background: #fff; box-shadow: inset 0 0 0 1px rgba(227,236,230,.75); }
.input-card textarea, .input-card input, .input-card select { background: var(--bg); box-shadow: none; }

.readonly-field {
  width: 100%;
  min-height: 50px;
  border-radius: 18px;
  padding: 15px 14px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background: var(--bg);
}

.input-card .vip-control {
  height: 52px;
  min-height: 52px;
  box-sizing: border-box;
  padding: 0 14px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 52px;
}

.input-card select.vip-control {
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--sub) 50%), linear-gradient(135deg, var(--sub) 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.input-card .readonly-field.vip-control {
  line-height: normal;
}

.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mode-card { min-height: 124px; border-radius: 26px; padding: 16px; background: #fff; text-align: left; box-shadow: 0 14px 34px rgba(31,28,25,.06); }
.mode-card b { display: block; font-size: 16px; margin-top: 16px; }
.mode-card span { display: block; color: var(--sub); font-size: 12px; margin-top: 5px; line-height: 1.45; }
.mode-icon { width: 40px; height: 40px; border-radius: 16px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); font-weight: 950; }

.publish-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 4px 0 12px;
  padding: 4px;
  border-radius: 16px;
  background: #eaf3ed;
}

.publish-top {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.publish-top h1 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.publish-switch button {
  min-height: 40px;
  border-radius: 13px;
  background: transparent;
  color: #607067;
  font-weight: 900;
}

.publish-switch button.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 8px 20px rgba(13, 74, 31, .08);
}

.condition-switch {
  margin: 10px 0 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.condition-switch button {
  min-height: 58px;
  border-radius: 12px;
  padding: 9px 10px;
  text-align: left;
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}

.condition-switch button.active {
  background: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(7,154,43,.24);
}

.condition-switch b,
.condition-switch span {
  display: block;
}

.condition-switch b {
  font-size: 14px;
  font-weight: 900;
}

.condition-switch span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 11px;
  line-height: 1.25;
}

.demand-type-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: -2px -2px 12px;
  padding: 3px;
  border-radius: 9px;
  background: var(--soft);
}

.demand-type-tabs button {
  min-height: 36px;
  border-radius: 7px;
  background: transparent;
  color: var(--sub);
  font-size: 14px;
  font-weight: 850;
}

.demand-type-tabs button.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 3px 10px rgba(13, 74, 31, .09);
}

.demand-vehicle-modes {
  display: grid;
  gap: 8px;
  margin: 2px 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.demand-mode-line {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 8px;
}

.demand-mode-line > span {
  color: var(--sub);
  font-size: 12px;
  font-weight: 750;
}

.demand-mode-line .seg-row { padding: 3px; border-radius: 8px; }
.demand-mode-line .seg-row button { min-height: 30px; border-radius: 6px; font-size: 12px; }

.demand-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 5px;
}

.demand-section-head b { color: var(--ink); font-size: 14px; font-weight: 850; }
.demand-section-head span { color: var(--sub); font-size: 11px; font-weight: 700; }
.demand-section-head span.required { color: #b63b32; }
.demand-section-head span.required::before { content: "* "; }

.demand-required { margin-right: 3px; color: #b63b32; font-size: 13px; font-style: normal; }

.demand-more-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 2px;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.demand-more-toggle span { font-size: 13px; font-weight: 800; }
.demand-more-toggle em { color: var(--sub); font-size: 11px; font-style: normal; }
.demand-optional-body { margin-top: 0; padding-top: 0; }

.form-card {
  margin-top: 10px;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

/* Stitch style: compact heading, quiet metadata, and breathing room for AI input. */
.form-card .section-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.ai-intake-card .section-title {
  margin-bottom: 12px;
}

.ai-intake-card .mini-textarea {
  min-height: 126px;
  padding: 14px;
  border-radius: 10px;
  background: #fbfdf9;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 400;
}

.ai-intake-card .mini-textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.ai-intake-card .btn {
  min-height: 42px;
  font-size: 14px;
  font-weight: 700;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.pill-grid button {
  min-height: 36px;
  border-radius: 12px;
  background: var(--bg);
  color: #586760;
  font-size: 12px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px var(--line);
}

.type-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trade-grid {
  grid-template-columns: repeat(4, 1fr);
}

.dual-choice {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8px;
}

.dual-choice > div,
.trade-picker {
  min-height: 78px;
  padding: 10px;
  border-radius: 8px;
  background: var(--bg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.dual-choice span {
  display: block;
  margin-bottom: 8px;
  color: var(--sub);
  font-size: 11px;
  font-weight: 800;
}

.dual-choice .seg-row { padding: 2px; }
.dual-choice .seg-row button { min-height: 28px; font-size: 12px; }
.dual-choice .currency-segment { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.dual-choice .currency-segment button { min-width: 0; padding-inline: 2px; white-space: nowrap; }
.dual-choice .currency-segment .currency-more { display: inline-flex; align-items: center; justify-content: center; gap: 4px; }
.dual-choice .currency-segment .currency-more::after { width: 5px; height: 5px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg); }

.trade-picker { text-align: left; }
.trade-picker strong { display: block; color: var(--brand-dark); font-size: 17px; }

.seg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 4px;
  border-radius: 12px;
  background: var(--soft);
}

.seg-row button {
  min-height: 36px;
  border-radius: 8px;
  background: transparent;
  color: var(--sub);
  font-weight: 850;
}

.seg-row button.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: var(--shadow);
}

.pill-grid button.active {
  background: var(--brand-soft);
  color: var(--brand-dark);
  box-shadow: inset 0 0 0 1px rgba(7,154,43,.22);
}

.select-row,
.field-row {
  width: 100%;
  min-height: 52px;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  background: #fff;
  box-shadow: inset 0 -1px 0 var(--line);
}

.field-row:last-child {
  box-shadow: none;
}

.stock-row {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: inset 0 -1px 0 var(--line);
}

.stock-row span {
  font-size: 14px;
  font-weight: 850;
}

.stock-row div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.stock-row button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 900;
}

.stock-row strong {
  min-width: 44px;
  text-align: center;
  font-size: 14px;
}

.stock-input-row .stock-label { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.stock-input-row .stock-label small { color: var(--sub); font-size: 10px; line-height: 14px; }
.stock-input-row .stock-stepper { gap: 4px; }
.stock-input-row .stock-stepper input { width: 54px; min-width: 54px; height: 30px; padding: 0 3px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 30px; text-align: center; }
.stock-input-row .stock-stepper em { min-width: 12px; color: var(--sub); font-size: 12px; font-style: normal; font-weight: 700; }

.select-row b,
.select-row em,
.field-row span,
.field-row strong {
  display: block;
}

.select-row b,
.field-row span {
  font-size: 14px;
  color: var(--ink);
  font-weight: 850;
}

.select-row em {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
}

.select-row strong,
.field-row strong {
  color: var(--brand);
  font-size: 13px;
  white-space: nowrap;
  font-weight: 850;
}

.used-car-card {
  background: #fbfdf9;
}

.used-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.mini-field {
  min-height: 62px;
  border-radius: 10px;
  padding: 9px;
  text-align: left;
  background: var(--soft);
  box-shadow: inset 0 0 0 1px rgba(190,202,182,.74);
}

.mini-field span,
.mini-field b {
  display: block;
}

.mini-field span {
  color: var(--sub);
  font-size: 11px;
  font-weight: 800;
}

.mini-field b {
  margin-top: 5px;
  color: var(--brand-dark);
  font-size: 12px;
  line-height: 1.25;
}

.mini-textarea {
  min-height: 76px;
}

.inquiry-sheet-head { margin-bottom: 13px; }
.inquiry-target { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; align-items: center; padding: 11px 12px; border-radius: 12px; background: #f6faf6; border: 1px solid #dfece1; }
.inquiry-target > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--brand); background: #e2f1e2; font-size: 12px; font-style: normal; font-weight: 900; }
.inquiry-target div { min-width: 0; display: grid; gap: 2px; }
.inquiry-target span { color: var(--sub); font-size: 10px; }
.inquiry-target b { overflow: hidden; color: var(--ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.inquiry-target em { overflow: hidden; color: #728174; font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.inquiry-compose { padding: 13px; }
.inquiry-compose label i { color: #d54a3b; font-style: normal; }
.inquiry-textarea { min-height: 132px; margin-top: 8px; line-height: 1.6; resize: none; }
.inquiry-text-count { display: flex; justify-content: space-between; gap: 10px; margin-top: 8px; color: var(--sub); font-size: 10px; line-height: 1.4; }
.inquiry-text-count b { color: #7b887d; font-size: 10px; font-weight: 700; }

.batch-textarea {
  min-height: 230px;
  margin-top: 12px;
  border-radius: 10px;
  background: #fbfdf9;
  font-size: 13px;
  line-height: 1.65;
}

.batch-textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.batch-intake-card .section-sub {
  margin-top: 5px;
  font-size: 12px;
}

.batch-source-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  gap: 4px;
  border-radius: 9px;
  background: var(--soft);
}

.batch-source-switch button {
  min-height: 36px;
  border-radius: 7px;
  background: transparent;
  color: var(--sub);
  font-size: 13px;
  font-weight: 700;
}

.batch-source-switch button.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 1px 3px rgba(23,29,21,.08);
}

.batch-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  margin-top: 5px;
  color: var(--sub);
  font-size: 11px;
}

.batch-helper .link { font-size: 12px; }

.batch-image-upload {
  width: 100%;
  min-height: 230px;
  margin-top: 12px;
  border: 1px dashed #9cc89a;
  border-radius: 10px;
  background: #fbfdf9;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
}

.batch-image-upload span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 22px;
}

.batch-image-upload b { font-size: 14px; }
.batch-image-upload em, .batch-image-upload small { color: var(--sub); font-size: 12px; font-style: normal; }

.batch-actions {
  grid-template-columns: .8fr 1.6fr;
}

.batch-result-section { margin-top: 18px; }

.batch-draft {
  min-height: 74px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.batch-draft-index {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
}

.batch-draft b, .batch-draft span, .batch-draft em { display: block; }
.batch-draft b { font-size: 14px; font-weight: 700; }
.batch-draft span { margin-top: 3px; color: var(--sub); font-size: 11px; }
.batch-draft em { width: fit-content; margin-top: 5px; color: var(--brand-dark); font-size: 11px; font-style: normal; }
.batch-draft em.warn { color: #b56b05; }

.image-slot {
  min-height: 82px;
  border-radius: 18px;
  border: 1px dashed #b9d8c4;
  background: #f8fcf9;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  color: var(--sub);
}

.image-slot span {
  width: 32px;
  height: 32px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 20px;
}

.image-slot b {
  color: var(--ink);
  font-size: 13px;
}

.image-slot em {
  font-style: normal;
  font-size: 11px;
}

.upload-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.upload-grid button {
  min-height: 86px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  background: var(--soft);
  border: 1px dashed var(--line);
  color: var(--sub);
}

.upload-grid button.cover {
  background: #fff;
  border-color: var(--brand);
}

.upload-grid span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 18px;
}

.upload-grid b {
  font-size: 12px;
}

.vehicle-image-count {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  color: var(--sub);
  font-size: 11px;
}

.vehicle-image-count b { color: var(--brand-dark); }

.vehicle-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.vehicle-image-thumb,
.vehicle-image-add {
  position: relative;
  min-height: 76px;
  overflow: hidden;
  border-radius: 6px;
}

.vehicle-image-thumb {
  display: flex;
  align-items: end;
  padding: 7px;
  color: #fff;
  background: linear-gradient(145deg, #c5d8c8, #607b68);
}

.vehicle-image-thumb.has-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-image-thumb.has-photo::after { display: none; }
.vehicle-image-thumb.has-photo b { text-shadow: 0 1px 3px rgba(0,0,0,.78); }

.vehicle-image-thumb.photo-2 { background: linear-gradient(145deg, #d7dde2, #6d7881); }
.vehicle-image-thumb.photo-3 { background: linear-gradient(145deg, #d7c9b7, #857061); }
.vehicle-image-thumb.photo-4 { background: linear-gradient(145deg, #b4c9d4, #506c78); }

.vehicle-image-thumb b {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-image-thumb::after {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 78px;
  height: 42px;
  border: 6px solid rgba(255,255,255,.72);
  border-radius: 50% 50% 8px 8px;
  content: "";
  transform: rotate(-9deg);
}

.image-order {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgba(0,0,0,.58);
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
}

.vehicle-image-add {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 1px dashed #a7b7aa;
  background: #f7faf7;
  color: var(--sub);
}

.vehicle-image-add span { color: var(--brand-dark); font-size: 22px; line-height: 1; }
.vehicle-image-add b { font-size: 10px; font-weight: 600; }
.vehicle-image-add.compact b { font-size: 9px; }
.vehicle-image-guide { margin: 10px 0 0; color: var(--sub); font-size: 11px; line-height: 1.55; }

.quote-input-list { display: grid; gap: 10px; }

.quote-input { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 600; }
.quote-input span { display: flex; align-items: center; gap: 5px; }
.quote-input i { color: #bf3f32; font-size: 10px; font-style: normal; font-weight: 500; }
.quote-input div { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.quote-input input { width: 100%; min-width: 0; height: 40px; padding: 0 10px; border: 0; background: transparent; color: var(--ink); font-size: 14px; outline: none; }
.quote-input input::placeholder { color: #a7adaa; font-size: 12px; }
.quote-input em { padding: 0 10px; border-left: 1px solid var(--line); color: var(--brand-dark); font-size: 11px; font-style: normal; font-weight: 700; line-height: 22px; }
.quote-input .quote-unit-picker { align-self: stretch; padding: 0 10px; border: 0; border-left: 1px solid var(--line); background: #f7faf7; color: var(--brand-dark); font-size: 11px; font-weight: 700; white-space: nowrap; }

.ai-single-result {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #cfe0d0;
  border-radius: 6px;
  background: #f4f8f3;
}

.ai-single-result > div:first-child { display: grid; gap: 3px; }
.ai-single-result b { color: var(--brand-dark); font-size: 13px; }
.ai-single-result span { color: var(--sub); font-size: 11px; }
.ai-result-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ai-result-chips span { padding: 4px 6px; border: 1px solid #d9e6d9; border-radius: 4px; background: #fff; color: #3d5942; font-size: 10px; line-height: 1.2; }
.ai-intake-actions .btn { min-width: 0; }

.publisher-contact {
  min-height: 50px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 10px;
  align-items: center;
}

.contact-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.publisher-contact b,
.publisher-contact span { display: block; }
.publisher-contact b { font-size: 14px; }
.publisher-contact span { margin-top: 3px; color: var(--sub); font-size: 11px; }

.batch-actions {
  display: grid;
  grid-template-columns: .8fr 1.6fr;
  gap: 8px;
}

.batch-actions .btn {
  padding-inline: 10px;
}

.compact-form {
  gap: 9px;
  margin-top: 10px;
}

.compact-form input,
.compact-form textarea,
.compact-form select {
  border-radius: 14px;
  background: var(--bg);
}

.mt-sm { margin-top: 10px; }

.picker-list {
  display: grid;
  gap: 8px;
}

.picker-list button {
  min-height: 48px;
  border-radius: 15px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  color: var(--ink);
  font-weight: 850;
}

.picker-list button span {
  color: var(--sub);
  font-size: 12px;
  font-weight: 800;
}

.picker-list button.active {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.picker-list button.active span {
  color: var(--brand-dark);
}

.sticky-actions {
  position: sticky;
  bottom: 80px;
  z-index: 18;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  padding: 10px;
  margin: 14px -6px 0;
  border-radius: 16px;
  background: rgba(245,252,237,.88);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.sticky-actions .btn {
  width: 100%;
}

.profile-card {
  border-radius: 24px;
  padding: 14px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(13, 74, 31, .055);
}

.vip-profile {
  background:
    linear-gradient(135deg, rgba(0,108,0,.08), rgba(255,255,255,.96) 54%),
    #fff;
}

.vip-badge {
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  background: #17251e;
  color: #f4d889;
  font-size: 11px;
  font-weight: 900;
}

.profile-avatar {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.profile-card b,
.profile-card span {
  display: block;
}

.profile-card b {
  font-size: 17px;
}

.profile-card span {
  color: var(--sub);
  font-size: 12px;
  margin-top: 4px;
}

.vip-member-card {
  position: relative;
  overflow: hidden;
  min-height: 124px;
  border-radius: 16px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(240,249,243,.96) 58%, rgba(214,239,220,.94) 100%);
  border: 1px solid #dceadf;
  box-shadow: 0 12px 28px rgba(13, 74, 31, .075);
}

.vip-member-card.vip-inactive {
  background:
    linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(246,251,247,.98) 100%);
}

.vip-member-card.vip-active {
  color: #fff;
  background:
    radial-gradient(circle at 90% 4%, rgba(244,216,137,.28), transparent 34%),
    linear-gradient(135deg, #123428 0%, #0a5e33 68%, #0b2b22 100%);
  border-color: rgba(244,216,137,.35);
}

.vip-member-card.staff-active {
  color: #fff;
  background:
    radial-gradient(circle at 90% 4%, rgba(215,245,223,.18), transparent 34%),
    linear-gradient(135deg, #0b3024 0%, #0a6b42 66%, #05251d 100%);
  border-color: rgba(215,245,223,.3);
}

.identity-card {
  cursor: pointer;
}

.vip-member-card:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -42px;
  top: -42px;
  border-radius: 999px;
  background: rgba(0,108,0,.08);
}

.vip-member-card:after {
  content: "VIP";
  position: absolute;
  right: 16px;
  top: 16px;
  color: rgba(15,107,58,.13);
  font-size: 42px;
  font-weight: 950;
  letter-spacing: 0;
}

.vip-member-card.vip-inactive:after {
  content: "VIP";
  color: rgba(15,107,58,.1);
  font-size: 34px;
}

.vip-member-card.vip-active:after {
  color: rgba(244,216,137,.2);
}

.vip-member-card.staff-active:after {
  content: "OPS";
  color: rgba(215,245,223,.18);
  font-size: 34px;
}

.vip-meta {
  position: relative;
  z-index: 1;
  padding-right: 96px;
}

.vip-meta span,
.vip-meta b,
.vip-meta em {
  display: block;
}

.vip-meta span {
  color: #0f6b3a;
  font-size: 12px;
  font-weight: 900;
}

.vip-meta b {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.vip-active .vip-meta span,
.vip-active .vip-meta b,
.vip-active .vip-meta em,
.staff-active .vip-meta span,
.staff-active .vip-meta b,
.staff-active .vip-meta em {
  color: #fff;
}

.vip-meta:after {
  content: "›";
  position: absolute;
  right: 72px;
  top: 12px;
  color: rgba(15,107,58,.55);
  font-size: 26px;
  font-weight: 700;
}

.vip-meta em {
  margin-top: 5px;
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.vip-card-btn {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 3;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,108,0,.18);
}

.vip-active .vip-card-btn {
  color: #123428;
  background: #f4d889;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.staff-active .vip-card-btn {
  color: #0b3024;
  background: #d7f5df;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.vip-benefits {
  position: relative;
  z-index: 1;
  pointer-events: none;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-right: 98px;
}

.mine-metrics {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mine-metrics button {
  min-height: 76px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82), 0 10px 22px rgba(13,74,31,.045);
}

.mine-metrics b,
.mine-metrics span {
  display: block;
}

.mine-metrics b {
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.mine-metrics span {
  color: var(--sub);
  font-size: 12px;
  font-weight: 850;
}

.vip-benefits span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 9px;
  background: rgba(255,255,255,.82);
  color: #0f6b3a;
  font-size: 11px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(0,108,0,.1);
}

.vip-active .vip-benefits span {
  color: #f7fbe9;
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.staff-active .vip-benefits span {
  color: #ecfff2;
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.vip-benefits span.warn-pill {
  color: #b42318;
  background: #fff2f0;
  box-shadow: inset 0 0 0 1px rgba(255, 126, 102, .25);
}

.mine-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.mine-list button {
  position: relative;
  min-height: 72px;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  text-align: left;
  border-radius: 20px;
  padding: 13px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227, 236, 230, .72);
}

.mine-list span {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-weight: 950;
}

.mine-list b {
  font-size: 15px;
}

.mine-list em {
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
  margin-top: 3px;
}

.mine-list i {
  position: absolute;
  right: 12px;
  top: 12px;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #dc2626;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.mine-service-section {
  margin-top: 14px;
  border-radius: 20px;
  padding: 16px 12px 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78), 0 10px 24px rgba(13,74,31,.045);
}

.mine-service-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 8px;
}

.mine-service-grid button {
  position: relative;
  min-height: 76px;
  border-radius: 14px;
  padding: 0 2px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  text-align: center;
  background: transparent;
}

.mine-service-grid span {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(0,108,0,.08);
}

.mine-service-grid svg {
  width: 22px;
  height: 22px;
}

.mine-service-grid b {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
}

.mine-service-grid em {
  display: none;
  margin-top: -4px;
  color: var(--sub);
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
}

.mine-service-grid i {
  position: absolute;
  right: 4px;
  top: -5px;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #dc2626;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(220,38,38,.22);
}

.mine-workbench {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(190,202,182,.6);
}

.mine-workbench button {
  margin-top: 10px;
  width: 100%;
  min-height: 74px;
  border-radius: 18px;
  padding: 14px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
  color: #fff;
  background: linear-gradient(135deg, #123428, #0a6b42);
  box-shadow: 0 14px 26px rgba(13,74,31,.12);
}

.mine-workbench span {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #123428;
  background: #d7f5df;
  font-weight: 950;
}

.mine-workbench b,
.mine-workbench em {
  display: block;
}

.mine-workbench b {
  font-size: 16px;
}

.mine-workbench em {
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.settings-list {
  display: grid;
  gap: 10px;
}

.settings-list button {
  min-height: 70px;
  border-radius: 18px;
  padding: 13px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.8), 0 8px 18px rgba(13,74,31,.04);
}

.settings-list span {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-weight: 950;
}

.settings-list b,
.settings-list em {
  display: block;
}

.favorite-card {
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.75);
}

.favorite-card.disabled,
.shop-card.disabled {
  opacity: .68;
  filter: grayscale(.25);
}

.field-required-mark {
  color: #d64444;
  font-style: normal;
  margin-right: 3px;
}

.field-empty {
  color: #9aa69b !important;
  font-weight: 500 !important;
}

.btn.disabled {
  background: #aeb9ad;
  border-color: #aeb9ad;
  color: #fff;
}

.upload-preview {
  position: relative;
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4px;
  padding: 12px;
  border: 1px solid #b9d4bd;
  border-radius: 8px;
  background: #eff7ef;
  color: #165b27;
  text-align: left;
}

.upload-preview span,
.upload-preview em {
  font-size: 11px;
  font-style: normal;
  color: #5f7a64;
}

.upload-preview b {
  font-size: 13px;
}

.settings-list b {
  font-size: 15px;
}

.settings-list em {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
}

.shop-card {
  border-radius: 18px;
  padding: 13px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 11px;
  align-items: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.8), 0 8px 18px rgba(13,74,31,.04);
}

.shop-avatar {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #123428, #0a6b42);
  font-weight: 950;
}

.shop-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.shop-card-head b {
  font-size: 15px;
}

.vip-chip {
  color: #7b4b00;
  background: #fff4d5;
  border-color: #f2cf7f;
}

.shop-card p {
  margin: 5px 0 8px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.35;
}

.shop-card .btn {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
}

.shop-home-hero {
  border-radius: 22px;
  padding: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.8), 0 12px 28px rgba(13,74,31,.06);
}

.shop-home-hero.disabled {
  opacity: .76;
  filter: grayscale(.18);
}

.shop-home-main {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.shop-home-hero h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.shop-home-hero p {
  margin: 5px 0 9px;
  color: var(--sub);
  font-size: 12px;
}

.shop-home-info {
  min-width: 0;
}

.shop-home-info > p {
  margin: 5px 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shop-avatar.large {
  width: 62px;
  height: 62px;
  border-radius: 22px;
}

.shop-trust-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.trust-tag {
  min-height: 24px;
  border-radius: 999px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  color: #4e6356;
  background: #f5faf6;
  border: 1px solid #dfeae2;
  font-size: 11px;
  font-weight: 900;
}

.trust-tag.strong {
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-color: rgba(7,154,43,.22);
}

.trust-tag.vip {
  color: #7b4b00;
  background: #fff4d5;
  border-color: #f2cf7f;
}

.shop-fav-btn {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid rgba(7,154,43,.24);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.shop-fav-btn.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.shop-summary {
  margin: 12px 0 0 !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  line-height: 1.55;
}

.shop-meta-line {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.shop-meta-line span {
  color: var(--sub);
  font-size: 11px;
  font-weight: 820;
}

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

.shop-stat {
  min-height: 70px;
  border-radius: 16px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(227,236,230,.8);
}

.shop-stat b,
.shop-stat span {
  display: block;
  min-width: 0;
  text-align: center;
}

.shop-stat b {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.shop-stat span {
  margin-top: 5px;
  color: var(--sub);
  font-size: 11px;
  font-weight: 820;
}

.shop-business-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-business-tags.hero-tags {
  margin-top: 12px;
}

.shop-business-tags span {
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border: 1px solid rgba(7,154,43,.18);
  font-size: 12px;
  font-weight: 850;
}

.profile-summary {
  border-radius: 20px;
  padding: 16px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.8), 0 12px 28px rgba(13,74,31,.06);
}

.profile-avatar.big {
  width: 58px;
  height: 58px;
  border-radius: 20px;
}

.profile-summary b,
.profile-summary span,
.profile-summary em {
  display: block;
}

.profile-summary b {
  font-size: 18px;
}

.profile-summary span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
}

.profile-summary em {
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.member-manage-card {
  background: linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
}

.member-request-list {
  display: grid;
  gap: 10px;
}

.member-request-list article {
  min-height: 58px;
  border-radius: 15px;
  padding: 11px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82);
}

.member-request-list b,
.member-request-list span,
.member-request-list em {
  display: block;
}

.member-request-list b {
  font-size: 14px;
}

.member-request-list span,
.member-request-list em {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.member-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.section-mini-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.section-mini-head b {
  font-size: 14px;
}

.section-mini-head span {
  color: var(--sub);
  font-size: 11px;
}

.org-member-list {
  display: grid;
  gap: 8px;
}

.org-member-card {
  border-radius: 16px;
  padding: 11px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(219,232,222,.9);
}

.member-avatar {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #08763e, #64aa79);
  font-weight: 950;
}

.org-member-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.org-member-main > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.org-member-main b,
.org-member-main p,
.org-member-main em {
  margin: 0;
}

.org-member-main b {
  font-size: 13px;
}

.org-member-main p,
.org-member-main em {
  color: var(--sub);
  font-size: 11px;
  line-height: 1.35;
  font-style: normal;
}

.member-actions,
.request-actions {
  display: grid;
  gap: 6px;
}

.member-actions .btn {
  min-height: 30px;
  padding: 0 9px;
  font-size: 11px;
}

.member-remove-hero {
  display: grid;
  gap: 8px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf5 0%, #ffffff 100%);
}

.member-remove-hero h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.member-remove-hero p {
  margin: 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
}

.member-business-card .lead-actions .btn {
  justify-content: space-between;
}

.company-admin-list {
  display: grid;
  gap: 10px;
}

.company-admin-list button {
  min-height: 68px;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 11px;
  align-items: center;
  text-align: left;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.86);
}

.company-admin-list span {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-weight: 950;
}

.company-admin-list b,
.company-admin-list em {
  display: block;
}

.company-admin-list b {
  font-size: 15px;
}

.company-admin-list em {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
}

.company-admin-list strong {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.transfer-card {
  border-radius: 18px;
  padding: 14px;
  background: #f7fbf8;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.86);
}

.transfer-steps {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.transfer-steps div {
  min-height: 72px;
  border-radius: 14px;
  padding: 8px 5px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  text-align: center;
  background: #fff;
}

.transfer-steps b {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 12px;
}

.transfer-steps span {
  color: var(--ink);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 850;
}

.vip-open-hero {
  border-radius: 22px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(244,216,137,.25), transparent 34%),
    linear-gradient(135deg, #123428 0%, #0a5e33 72%, #08231c 100%);
  box-shadow: 0 18px 36px rgba(13,74,31,.16);
}

.vip-open-hero span {
  color: #f4d889;
  font-size: 12px;
  font-weight: 900;
}

.vip-open-hero h2 {
  margin: 10px 0 0;
  font-size: 28px;
  letter-spacing: 0;
}

.vip-open-hero p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.6;
}

.vip-plan-card {
  margin-top: 14px;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.8), 0 12px 28px rgba(13,74,31,.06);
}

.vip-plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.vip-plan-head b {
  font-size: 18px;
}

.vip-plan-head span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.vip-rights {
  display: grid;
  gap: 10px;
}

.vip-rights div {
  border-radius: 14px;
  padding: 12px;
  background: var(--soft);
  border: 1px solid rgba(190,202,182,.65);
}

.vip-rights b,
.vip-rights span {
  display: block;
}

.vip-rights b {
  font-size: 14px;
}

.vip-rights span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
}

/* Member pages: identity first, then a compact, scannable grouping of actual services. */
.member-showcase {
  margin: 0 16px;
  min-height: 148px;
  padding: 20px 18px 16px;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(135deg, #003c1b 0%, #005100 58%, #08743a 100%);
  box-shadow: 0 14px 26px rgba(0, 81, 0, .16);
}

.member-showcase::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  right: -74px;
  top: -82px;
  box-shadow: 0 0 0 20px rgba(255,255,255,.045), 0 0 0 42px rgba(255,255,255,.035);
}

.member-showcase-top { position: absolute; z-index: 1; top: 20px; right: 18px; display: flex; align-items: center; gap: 8px; }
.member-showcase-top em { font-style: normal; border: 1px solid rgba(255,255,255,.26); border-radius: 5px; padding: 4px 7px; font-size: 10px; font-weight: 800; color: #e6f7e8; background: rgba(255,255,255,.08); }
.member-showcase-top i { font-style: normal; color: #f3df9b; font-size: 13px; line-height: 1; font-weight: 900; letter-spacing: .4px; }
.member-showcase h2 { position: relative; z-index: 1; max-width: 215px; margin: 0; font-size: 23px; line-height: 1.25; letter-spacing: 0; }
.member-price { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 5px; margin-top: 24px; }
.member-price strong { color: #fff; font-size: 29px; line-height: 1; letter-spacing: 0; }
.member-price span { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
.member-apply-note { position: relative; z-index: 1; margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.35; }
.member-validity { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 7px; margin-top: 11px; }
.member-validity span { color: rgba(255,255,255,.74); font-size: 11px; }
.member-validity b { color: #fff; font-size: 14px; font-weight: 800; }

.member-perks { margin: 20px 16px 0; }
.member-perk-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #e0eae1; border-radius: 12px; overflow: hidden; background: #fff; }
.member-perk-item { min-width: 0; min-height: 113px; padding: 13px 7px 11px; text-align: center; position: relative; }
.member-perk-item:nth-child(3n+2) { border-left: 1px solid #edf1ee; border-right: 1px solid #edf1ee; }
.member-perk-item:nth-child(n+4) { border-top: 1px solid #edf1ee; }
.member-perk-item > i { width: 31px; height: 31px; margin: 0 auto 8px; display: grid; place-items: center; border-radius: 9px; color: var(--brand); background: #e9f4e9; font-style: normal; }
.member-perk-item > i svg { width: 18px; height: 18px; }
.member-perk-item b, .member-perk-item span { display: block; }
.member-perk-item b { color: var(--ink); font-size: 12px; font-weight: 850; white-space: nowrap; }
.member-perk-item span { margin: 4px auto 0; color: var(--sub); font-size: 9px; line-height: 1.35; white-space: nowrap; }

.member-benefits { margin: 20px 16px 0; }
.member-main-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 13px; }
.member-main-head h2 { margin: 0; color: var(--ink); font-size: 19px; letter-spacing: 0; }
.member-main-head p { margin: 5px 0 0; color: var(--sub); font-size: 11px; line-height: 1.4; }
.member-rule-head { margin-bottom: 10px; }
.member-rule-head h2 { font-size: 16px; }
.member-flat-right-list { overflow: hidden; border: 1px solid #e0e9e2; border-radius: 11px; background: #fff; }
.member-flat-right-row { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; padding: 13px; }
.member-flat-right-row + .member-flat-right-row { border-top: 1px solid #edf2ee; }
.member-flat-right-row i { align-self: start; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--brand); background: #eaf4e9; font-style: normal; font-size: 10px; font-weight: 900; }
.member-flat-right-row b { display: block; color: var(--ink); font-size: 13px; line-height: 1.35; }
.member-flat-right-row p { margin: 4px 0 0; color: var(--sub); font-size: 11px; line-height: 1.55; }
.member-cta { margin: 18px 16px 28px; padding: 13px; display: flex; align-items: center; gap: 12px; border: 1px solid #d9e7dc; border-radius: 12px; background: #f7fbf7; }
.member-cta > div { min-width: 0; flex: 1; }
.member-cta b, .member-cta span { display: block; }
.member-cta b { color: var(--ink); font-size: 13px; }
.member-cta span { margin-top: 4px; color: var(--sub); font-size: 10px; line-height: 1.4; }
.member-cta .btn { flex: 0 0 auto; min-width: 86px; height: 36px; padding: 0 12px; border-radius: 8px; font-size: 12px; }
.member-benefits-detail { margin-top: 19px; }
.member-perks-detail { margin-top: 20px; }
.member-cta-detail { margin-bottom: 30px; }

.vip-contact-card {
  margin-top: 14px;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  background: #f7fbf8;
  border: 1px solid rgba(190,202,182,.72);
}

.wechat-qr {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background:
    linear-gradient(90deg, rgba(0,108,0,.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,108,0,.12) 1px, transparent 1px),
    #fff;
  background-size: 12px 12px;
  font-size: 15px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(0,108,0,.16);
}

.wechat-qr.large {
  width: 156px;
  height: 156px;
  margin: 0 auto;
  border-radius: 22px;
  font-size: 24px;
  background-size: 16px 16px;
}

.vip-contact-modal {
  text-align: center;
  padding: 6px 6px 0;
}

.vip-contact-modal b,
.vip-contact-modal p {
  display: block;
}

.vip-contact-modal b {
  margin-top: 14px;
  font-size: 18px;
}

.vip-contact-modal p {
  margin: 8px 0 14px;
  color: var(--sub);
  font-size: 13px;
  line-height: 1.6;
}

.activity-contact-modal {
  padding: 2px 6px 0;
  text-align: center;
}

.activity-contact-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 11px 12px;
  text-align: left;
  border: 1px solid rgba(190,202,182,.76);
  border-radius: 12px;
  background: #f7fbf8;
}

.activity-contact-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: var(--brand-dark);
}

.activity-contact-profile b,
.activity-contact-profile span { display: block; }
.activity-contact-profile b { font-size: 14px; color: var(--ink); }
.activity-contact-profile span { margin-top: 3px; color: var(--sub); font-size: 12px; }
.activity-contact-title { display: block; margin-top: 14px; color: var(--ink); font-size: 17px; }
.activity-contact-modal p { margin: 8px 4px 15px; color: var(--sub); font-size: 12px; line-height: 1.65; }

.vip-contact-card b,
.vip-contact-card span,
.vip-contact-card em {
  display: block;
}

.vip-contact-card b {
  font-size: 15px;
}

.vip-contact-card span {
  margin-top: 4px;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
}

.vip-contact-card em {
  margin-top: 5px;
  color: var(--sub);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.message-tabs-wrap {
  padding-top: 0;
  padding-bottom: 4px;
}

.system-entry-wrap {
  padding-top: 0;
  padding-bottom: 4px;
}

.system-entry {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr auto 20px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #f4fbef 100%);
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.9), 0 10px 22px rgba(13,74,31,.045);
  font-size: 15px;
  font-weight: 950;
  text-align: left;
}

.system-entry em {
  min-height: 24px;
  border-radius: 999px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.system-entry i {
  color: var(--sub);
  font-size: 22px;
  font-style: normal;
  text-align: right;
}

.message-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding-bottom: 2px;
}

.message-tabs::-webkit-scrollbar {
  display: none;
}

.message-tabs button {
  position: relative;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--sub);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.9);
  font-size: 12px;
  font-weight: 900;
}

.message-scope-note {
  margin: 0 18px 10px;
  border-radius: 16px;
  padding: 10px 12px;
  color: var(--sub);
  background: rgba(246,250,247,.95);
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82);
  font-size: 12px;
  line-height: 1.5;
}

.message-tabs button.active {
  color: #fff;
  background: var(--brand);
  box-shadow: none;
}

.message-tabs em {
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e5484d;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
}

.message-tabs button.active em {
  color: var(--brand-dark);
  background: #fff;
}

.message-card {
  min-height: 76px;
  border-radius: 22px;
  padding: 14px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  text-align: left;
  background: #fff;
  box-shadow: 0 12px 28px rgba(13, 74, 31, .055);
}

.message-card.unread {
  box-shadow: 0 12px 28px rgba(13, 74, 31, .065);
}

.message-type {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 12px;
  font-weight: 950;
}

.message-main {
  min-width: 0;
}

.message-card b {
  font-size: 15px;
}

.message-card p {
  margin: 6px 0 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.45;
}

.message-side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.message-side span,
.message-side em {
  color: #8d9991;
  font-size: 11px;
  white-space: nowrap;
  font-style: normal;
}

.message-side em {
  color: var(--brand-dark);
  font-weight: 900;
}

.message-overview {
  display: none;
}

.lead-overview {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.lead-overview.compact {
  margin-top: 10px;
}

.inquiry-guide {
  margin-top: 10px;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 5px;
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(191,202,183,.62);
}

.inquiry-guide b {
  font-size: 15px;
  line-height: 20px;
  font-weight: 950;
}

.inquiry-guide span {
  color: var(--sub);
  font-size: 12px;
  line-height: 18px;
}

.inquiry-guide.compact {
  margin-top: 6px;
  border-radius: 12px;
  padding: 8px 10px;
  background: transparent;
  box-shadow: none;
}

.inquiry-guide.compact span {
  color: #6f7a69;
  font-size: 11px;
  line-height: 16px;
}

.lead-card {
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 9px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227, 236, 230, .78);
}

.lead-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.lead-card-head b {
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.lead-card p,
.lead-source {
  margin: 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.5;
}

.lead-source {
  border-radius: 12px;
  padding: 9px 10px;
  background: #f7fbf8;
}

.lead-origin {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #dfebe1;
  background: #fff;
}

.lead-origin > span { padding: 4px 6px; color: var(--brand); background: #e9f4e9; border-radius: 5px; font-size: 10px; font-weight: 850; }
.lead-origin div { min-width: 0; display: grid; gap: 2px; }
.lead-origin small { color: var(--sub); font-size: 10px; }
.lead-origin b { overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.lead-origin .btn { min-width: 46px; min-height: 30px; padding: 0 8px; border-radius: 7px; font-size: 11px; }
.lead-message, .lead-result { display: grid; gap: 4px; padding: 10px; border-radius: 10px; }
.lead-message { background: #f7fbf8; }
.lead-result { background: #eef7ee; border-left: 3px solid var(--brand); }
.lead-message b, .lead-result b { color: #5d715f; font-size: 11px; }
.lead-message span, .lead-result span { color: var(--ink); font-size: 12px; line-height: 1.55; }

.next-step-box {
  border-radius: 14px;
  padding: 11px 12px;
  display: grid;
  gap: 4px;
  background: var(--soft);
}

.next-step-box b {
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 18px;
  font-weight: 950;
}

.next-step-box span {
  color: var(--sub);
  font-size: 12px;
  line-height: 18px;
}

.lead-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
}

.lead-actions .btn {
  min-height: 38px;
  padding-inline: 8px;
}

.staff-account-list {
  gap: 8px;
}

.staff-account-card {
  padding: 11px 12px;
  border-radius: 13px;
}

.staff-account-card .lead-card-head {
  align-items: center;
}

.staff-account-card .lead-card-head b {
  font-size: 15px;
}

.staff-account-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 5px;
  color: var(--sub);
  font-size: 11px;
}

.staff-account-meta span:last-child {
  text-align: right;
}

.staff-account-card .lead-actions {
  margin-top: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.staff-account-card .lead-actions .btn {
  min-height: 34px;
  font-size: 13px;
}

.staff-account-sheet-head {
  margin-bottom: 10px;
}

.staff-account-sheet-head .eyebrow {
  font-size: 11px;
}

.staff-account-sheet-head h2 {
  font-size: 20px;
  line-height: 1.2;
}

.staff-account-form {
  padding: 12px;
}

.staff-account-form label {
  font-size: 12px;
  line-height: 16px;
}

.staff-account-form input:not([type="checkbox"]) {
  min-height: 42px;
  font-size: 14px;
}

.staff-account-form .form-hint {
  margin: 8px 0 0;
  color: #8a968b;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
}

.staff-account-permission {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  margin-top: 12px;
  padding: 9px 10px;
  border: 1px solid #e1ebe2;
  border-radius: 11px;
  background: #f8fbf8;
}

.staff-account-permission span {
  display: grid;
  gap: 3px;
}

.staff-account-permission b {
  color: var(--ink);
  font-size: 13px;
}

.staff-account-permission em {
  color: var(--sub);
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
}

.staff-account-permission input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.staff-account-permission i {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #cbd5cc;
  transition: .18s ease;
}

.staff-account-permission i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.18);
  transition: .18s ease;
}

.staff-account-permission input:checked + i {
  background: var(--brand-dark);
}

.staff-account-permission input:checked + i::after {
  transform: translateX(16px);
}

.staff-permission-list button {
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid #e1ebe2;
  border-radius: 11px;
  background: #fff;
}

.staff-permission-list button.active {
  border-color: #b9d8b8;
  background: #f3faf1;
}

.staff-permission-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.staff-permission-copy b {
  color: var(--ink);
  font-size: 14px;
}

.staff-permission-copy em {
  overflow: hidden;
  color: var(--sub);
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.staff-permission-action {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.staff-permission-action strong {
  color: var(--sub);
  font-size: 12px;
}

.staff-permission-list button.active .staff-permission-action strong {
  color: var(--brand-dark);
}

.staff-permission-list button.active .staff-permission-copy em {
  color: var(--sub);
}

.staff-permission-action i {
  color: #829184;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.admin-lead-actions {
  grid-template-columns: 1fr 1fr;
}

.admin-lead-actions .btn:last-child {
  grid-column: 1 / -1;
}

.admin-lead {
  background:
    linear-gradient(135deg, rgba(0,108,0,.045), rgba(255,255,255,1) 48%),
    #fff;
}

.admin-hero {
  margin-top: 8px;
  border-radius: 20px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(215,245,223,.18), transparent 32%),
    linear-gradient(135deg, #0b3024, #087044);
  box-shadow: 0 16px 32px rgba(13,74,31,.14);
}

.admin-hero span,
.admin-hero b,
.admin-hero em {
  display: block;
}

.admin-hero span {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.78);
}

.admin-hero b {
  margin-top: 4px;
  font-size: 36px;
  line-height: 1;
}

.admin-hero em {
  margin-top: 5px;
  max-width: 210px;
  color: rgba(255,255,255,.75);
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.admin-todo-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.admin-work-hero {
  margin: 4px 0 14px;
  padding: 17px 18px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #075632, #0b7546);
  box-shadow: 0 12px 26px rgba(6,81,45,.16);
}

.admin-dashboard-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 5px 0 14px;
  padding: 5px 2px 1px;
}
.admin-dashboard-intro span { display: block; color: var(--sub); font-size: 12px; font-weight: 750; }
.admin-dashboard-intro h2 { margin: 3px 0 0; color: var(--ink); font-size: 23px; line-height: 1.2; }
.admin-dashboard-intro > b { color: var(--brand-dark); font-size: 29px; line-height: 1; }
.admin-dashboard-intro > b em { margin-left: 2px; color: var(--sub); font-size: 12px; font-style: normal; }

.admin-pending-grid,
.admin-tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }

.admin-pending-card,
.admin-tool-card {
  position: relative;
  min-height: 86px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid #e0e9e1;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
}

.admin-pending-card > span,
.admin-tool-card > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--brand-dark);
  background: #eaf3e9;
}

.admin-pending-card svg,
.admin-tool-card svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.admin-pending-card b,
.admin-tool-card b { font-size: 12px; font-weight: 850; }
.admin-pending-card em,
.admin-tool-card em { position: absolute; top: 7px; right: 7px; min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #df4b3f; font-size: 10px; font-style: normal; font-weight: 900; }
.admin-pending-card.urgent { border-color: #f0c8c0; background: #fffdfc; }
.admin-pending-card.urgent > span { color: #b84236; background: #fff0ed; }
.admin-tool-card { min-height: 70px; border: 0; background: transparent; }
.admin-tool-card > span { width: 30px; height: 30px; background: #f1f6f0; box-shadow: none; }
.admin-tool-card b { font-size: 11px; white-space: nowrap; }

.admin-panel { padding: 15px; border: 1px solid #e0e9e1; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(13,74,31,.035); }
.admin-staff-header { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; margin: 4px 0 16px; }
.admin-staff-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--brand-dark); background: #eaf3e9; }
.admin-staff-avatar svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.admin-staff-header span, .admin-staff-header b { display: block; }
.admin-staff-header span { color: var(--sub); font-size: 11px; font-weight: 750; }
.admin-staff-header b { margin-top: 3px; color: var(--ink); font-size: 17px; }
.admin-staff-header em { padding: 7px 9px; border-radius: 9px; color: var(--brand-dark); background: #eef6ed; font-size: 11px; font-style: normal; font-weight: 850; white-space: nowrap; }

.admin-task-list { display: grid; }
.admin-work-task { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto auto; gap: 10px; align-items: center; min-height: 66px; padding: 11px 0; border-bottom: 1px solid #edf1ed; text-align: left; background: transparent; }
.admin-work-task:first-child { padding-top: 0; }
.admin-work-task:last-child { padding-bottom: 0; border-bottom: 0; }
.admin-work-task-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: var(--brand-dark); background: #eaf3e9; }
.admin-work-task-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.admin-work-task-copy { min-width: 0; }
.admin-work-task-copy b { display: block; overflow: hidden; color: var(--ink); font-size: 15px; line-height: 1.35; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.admin-work-task-copy span { display: block; overflow: hidden; margin-top: 3px; color: #8a968d; font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.admin-work-task-count { min-width: 20px; color: #c94c38; text-align: right; font-size: 17px; font-style: normal; font-weight: 850; line-height: 1; }
.admin-work-task i { color: #9aa59b; font-size: 20px; font-style: normal; font-weight: 500; line-height: 1; }
.admin-work-task.is-empty { opacity: .65; }
.admin-review-list .admin-work-task { min-height: 64px; }
.admin-car-review-summary { padding-bottom: 0; }
.car-review-status-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 14px 0 0; overflow: visible; border-bottom: 1px solid #e0e8df; }
.admin-filter-tabs.car-review-status-tabs button { position: relative; display: flex; align-items: center; justify-content: center; gap: 4px; min-width: 0; min-height: 43px; padding: 0 4px; border: 0; border-radius: 0; color: #6b786e; background: transparent; box-shadow: none; font-size: 13px; font-weight: 720; }
.admin-filter-tabs.car-review-status-tabs button em { min-width: 16px; color: #94a096; font-size: 11px; font-style: normal; font-weight: 700; line-height: 1; }
.admin-filter-tabs.car-review-status-tabs button.active { color: var(--brand-dark); background: transparent; }
.admin-filter-tabs.car-review-status-tabs button.active em { color: var(--brand-dark); }
.admin-filter-tabs.car-review-status-tabs button.active::after { position: absolute; bottom: -1px; left: 50%; width: 28px; height: 3px; border-radius: 3px 3px 0 0; background: var(--brand); content: ""; transform: translateX(-50%); }
.review-search-bar { display: flex; align-items: center; height: 44px; margin-top: 10px; padding: 0 5px 0 11px; overflow: hidden; border: 1px solid #dfe8dd; border-radius: 10px; background: #f6f8f5; }
.review-search-icon { display: grid; width: 19px; height: 100%; place-items: center; color: #758276; font-size: 19px; font-weight: 500; line-height: 1; }
.review-search-bar input { flex: 1; width: 100%; height: 42px; min-width: 0; padding: 0 8px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; line-height: 42px; }
.review-search-bar input::placeholder { color: #98a39a; }
.review-search-clear { display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 50%; color: #718073; background: transparent; font-size: 20px; line-height: 1; }
.review-search-submit { height: 32px; padding: 0 11px; border: 0; border-radius: 7px; color: #fff; background: var(--brand-dark); font-size: 12px; font-weight: 760; line-height: 32px; }
.review-filter-zone { margin-top: 12px; }
.review-inline-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0; }
.review-inline-filters button { display: flex; min-width: 0; height: 36px; align-items: center; justify-content: space-between; gap: 4px; padding: 0 9px; border: 1px solid #e0e8df; border-radius: 8px; color: #657169; background: #fff; text-align: left; }
.review-inline-filters button.selected { border-color: #b7d7ba; background: #edf7ec; }
.review-inline-filters b { display: block; min-width: 0; overflow: hidden; color: #4c5a50; font-size: 12px; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
.review-inline-filters i { flex: 0 0 auto; color: #8a978c; font-size: 11px; font-style: normal; line-height: 1; }
.review-inline-filters button.selected b { color: var(--brand-dark); }
.review-inline-filters button.selected i { color: var(--brand-dark); }
.review-single-filter-list { overflow: hidden; margin-top: 10px; border: 1px solid #e0e8df; border-radius: 10px; background: #fff; }
.review-single-filter-list button { display: flex; width: 100%; min-height: 51px; align-items: center; justify-content: space-between; padding: 0 14px; border: 0; border-bottom: 1px solid #edf1ec; color: #334239; background: #fff; font-size: 14px; text-align: left; }
.review-single-filter-list button:last-child { border-bottom: 0; }
.review-single-filter-list button.active { color: var(--brand-dark); background: #f1f9f0; font-weight: 800; }
.review-single-filter-list b { color: var(--brand-dark); font-size: 16px; }
.car-review-list { padding-top: 6px; }
.car-review-card { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid #e8eee7; cursor: pointer; }
.car-review-card:first-child { padding-top: 0; }
.car-review-card:last-child { border-bottom: 0; }
.car-review-card > img { width: 76px; height: 58px; border-radius: 8px; object-fit: cover; background: #edf3ec; }
.car-review-card-copy { min-width: 0; }
.car-review-card-head { display: flex; align-items: flex-start; gap: 7px; justify-content: space-between; }
.car-review-card-head b { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.car-review-card-head .chip { flex: 0 0 auto; font-size: 10px; }
.car-review-card-copy > p { overflow: hidden; margin: 4px 0 0; color: #7f8c82; font-size: 11px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.car-review-card-copy > div:last-child { display: flex; align-items: baseline; gap: 7px; overflow: hidden; margin-top: 7px; }
.car-review-card-copy em { flex: 0 0 auto; color: #c64e38; font-size: 12px; font-style: normal; font-weight: 850; }
.car-review-card-copy > div:last-child span { overflow: hidden; color: #89948c; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.car-review-card > i { color: #9ba59d; font-size: 20px; font-style: normal; }
.car-review-detail-page { padding-bottom: 142px; }
.review-car-hero { display: grid; grid-template-columns: 94px minmax(0, 1fr); gap: 12px; margin-bottom: 12px; padding: 12px; border: 1px solid #dce7dc; border-radius: 12px; background: #fff; }
.review-car-hero > img { width: 94px; height: 74px; border-radius: 9px; object-fit: cover; background: #edf3ec; }
.review-car-hero > div { min-width: 0; }
.review-car-hero .chips { margin-bottom: 6px; }
.review-car-hero b { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 16px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.review-car-hero p { margin: 5px 0 0; color: #839087; font-size: 11px; line-height: 1.35; }
.review-status-note { margin: 9px 0 0; font-size: 12px; line-height: 1.55; }
.review-status-note.warn { color: #7c5b16; }.review-status-note.hot { color: #a45e2b; }.review-status-note.muted { color: #7f6660; }.review-status-note.success { color: #347849; }
.review-car-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 10px; }
.review-car-images button { position: relative; overflow: hidden; height: 100px; border-radius: 9px; background: #eef3ed; text-align: left; }
.review-car-images img { width: 100%; height: 100%; object-fit: cover; }
.review-car-images span { position: absolute; right: 6px; bottom: 6px; padding: 3px 5px; border-radius: 4px; background: rgba(0,0,0,.6); color: #fff; font-size: 10px; }
.review-original-text { margin-top: 12px; padding: 10px; border-radius: 9px; background: #f6f9f5; }
.review-original-text b { color: #59665c; font-size: 11px; }.review-original-text p { margin: 5px 0 0; color: #3b493e; font-size: 12px; line-height: 1.5; }.review-original-text span { display: inline-block; margin-top: 7px; color: #23733d; font-size: 10px; }
.car-review-actions { position: fixed; z-index: 32; left: 50%; bottom: 76px; width: min(430px, 100vw); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 10px 16px; transform: translateX(-50%); border-top: 1px solid #e3e9e1; background: rgba(255,255,255,.97); box-shadow: 0 -8px 18px rgba(27,51,32,.08); }
.car-review-actions .btn { min-height: 42px; }
.admin-panel-tools .section-head { margin-bottom: 14px; }
.admin-panel-tools .admin-tool-grid { gap: 15px 8px; }

.admin-work-hero > span { display: block; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 800; }
.admin-work-hero > div { display: flex; align-items: baseline; gap: 4px; margin-top: 4px; }
.admin-work-hero b { font-size: 34px; line-height: 1; }
.admin-work-hero em { font-size: 13px; font-style: normal; font-weight: 800; }
.admin-work-hero p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.45; }
.admin-section-tight { margin-top: 18px; }

.admin-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.admin-work-grid .admin-module-card {
  min-height: 102px;
  padding: 12px;
  gap: 5px;
  border-radius: 12px;
}

.admin-work-grid .admin-module-card span { width: 31px; height: 31px; border-radius: 9px; }

.admin-todo {
  min-height: 88px;
  border-radius: 16px;
  padding: 10px 6px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82);
}

.admin-todo b,
.admin-todo span,
.admin-todo em {
  display: block;
}

.admin-todo b {
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1;
}

.admin-todo.warn b {
  color: #d97706;
}

.admin-todo.hot b {
  color: #dc2626;
}

.admin-todo.ok b {
  color: var(--brand);
}

.admin-todo span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.admin-todo em {
  max-width: 72px;
  color: var(--sub);
  font-size: 10px;
  line-height: 1.25;
  font-style: normal;
}

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

.admin-module-card {
  position: relative;
  min-height: 112px;
  border-radius: 18px;
  padding: 13px;
  display: grid;
  align-content: start;
  gap: 7px;
  text-align: left;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82), 0 10px 22px rgba(13,74,31,.045);
}

.admin-module-card span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 13px;
  font-weight: 950;
}

.admin-module-card b {
  font-size: 15px;
}

.admin-module-card em {
  max-width: 130px;
  color: var(--sub);
  font-size: 11px;
  line-height: 1.35;
  font-style: normal;
}

.admin-module-card i {
  position: absolute;
  right: 12px;
  top: 12px;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 7px;
  color: #fff;
  background: #dc2626;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.admin-priority-list {
  display: grid;
  gap: 9px;
}

.priority-item {
  min-height: 62px;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  text-align: left;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82);
}

.priority-item b,
.priority-item span,
.priority-item em {
  display: block;
}

.priority-item b {
  font-size: 14px;
}

.priority-item span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.35;
}

.priority-item em {
  color: var(--brand-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.admin-home-link {
  width: 100%;
  min-height: 38px;
  margin: -4px 0 12px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: #eef8f0;
  font-size: 13px;
  font-weight: 900;
}

.admin-shortcuts {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.admin-shortcuts button {
  min-height: 82px;
  border-radius: 16px;
  padding: 10px 8px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82);
}

.admin-shortcuts span {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 13px;
  font-weight: 950;
}

.admin-shortcuts b {
  font-size: 12px;
}

.admin-shortcuts em {
  color: var(--sub);
  font-size: 10px;
  font-style: normal;
}

.admin-filter-tabs {
  margin: 8px 0 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.admin-filter-tabs.two {
  grid-template-columns: repeat(2, 1fr);
}

.admin-filter-tabs button {
  min-height: 34px;
  border-radius: 999px;
  color: var(--sub);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.82);
  font-size: 12px;
  font-weight: 850;
}

.admin-filter-tabs button.active {
  color: #fff;
  background: var(--brand);
}

.admin-onboarding-summary { padding-bottom: 0; }
.onboarding-queue-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.onboarding-queue-switch button { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 8px; min-height: 70px; padding: 10px; border: 1px solid #dfe9df; border-radius: 11px; background: #fff; text-align: left; }
.onboarding-queue-switch button.active { border-color: #187438; background: #f1f8ef; box-shadow: inset 0 0 0 1px rgba(24,116,56,.08); }
.onboarding-queue-switch i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: #edf3eb; color: #43734f; font-size: 12px; font-style: normal; font-weight: 800; }
.onboarding-queue-switch button.active i { background: #dcefdc; color: var(--brand-dark); }
.onboarding-queue-switch span { min-width: 0; }
.onboarding-queue-switch b,.onboarding-queue-switch em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.onboarding-queue-switch b { color: var(--ink); font-size: 13px; line-height: 1.35; }
.onboarding-queue-switch em { margin-top: 4px; color: var(--sub); font-size: 10px; font-style: normal; }
.onboarding-queue-switch strong { color: var(--brand-dark); font-size: 19px; line-height: 1; }
.admin-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #e3ece1; border-radius: 12px; background: #fff; }
.admin-summary-grid button { min-height: 62px; padding: 9px 5px; border-right: 1px solid #e8eee6; background: #fff; text-align: center; }
.admin-summary-grid button:last-child { border-right: 0; }
.admin-summary-grid b, .admin-summary-grid span { display: block; }
.admin-summary-grid b { color: var(--brand-dark); font-size: 21px; line-height: 1.1; }
.admin-summary-grid span { margin-top: 5px; color: var(--sub); font-size: 11px; }
.onboarding-review-search { margin-top: 12px; }
.admin-filter-tabs.onboarding-status-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 10px; padding: 3px; border: 1px solid #e0e8df; border-radius: 9px; background: #f4f7f3; }
.admin-filter-tabs.onboarding-status-tabs button { display: flex; min-width: 0; min-height: 31px; align-items: center; justify-content: center; gap: 3px; padding: 0 3px; border: 0; border-radius: 6px; color: #748177; background: transparent; font-size: 11px; font-weight: 720; }
.admin-filter-tabs.onboarding-status-tabs button em { color: #92a096; font-size: 10px; font-style: normal; font-weight: 700; }
.admin-filter-tabs.onboarding-status-tabs button.active { color: var(--brand-dark); background: #fff; box-shadow: 0 1px 3px rgba(32,54,35,.1); }
.admin-filter-tabs.onboarding-status-tabs button.active em { color: var(--brand-dark); }
.onboarding-review-list { padding-top: 4px; }
.onboarding-review-card { cursor: pointer; }
.onboarding-review-card .lead-actions { margin-top: 10px; }
.onboarding-detail-page { padding-bottom: 142px; }
.onboarding-applicant-card { margin-bottom: 12px; padding: 13px 14px 11px; border: 1px solid #dfe9df; border-radius: 12px; background: #fff; }
.onboarding-applicant-main { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.onboarding-applicant-avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #e8f1e6; color: var(--brand-dark); font-size: 15px; font-weight: 800; }
.onboarding-applicant-main b { display: block; overflow: hidden; color: var(--ink); font-size: 15px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.onboarding-applicant-main div span { display: block; margin-top: 2px; color: var(--sub); font-size: 12px; line-height: 1.35; }
.onboarding-applicant-main .chip { justify-self: end; margin: 0; font-size: 11px; white-space: nowrap; }
.onboarding-applicant-card > p { margin: 10px 0 0 48px; color: #829084; font-size: 11px; line-height: 1.3; }
.onboarding-application-note { margin-top: 9px; color: #909a92; font-size: 10px; line-height: 1.45; }
.onboarding-actions { position: fixed; z-index: 32; left: 50%; bottom: 76px; width: min(430px, 100vw); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 10px 16px; transform: translateX(-50%); border-top: 1px solid #e3e9e1; background: rgba(255,255,255,.97); box-shadow: 0 -8px 18px rgba(27,51,32,.08); }
.onboarding-actions .btn { min-height: 42px; }
.text-action { padding: 6px 0; background: transparent; font-size: 13px; font-weight: 800; }
.text-action.danger { color: #b64737; }
.review-material-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 12px; }
.review-material-grid > div,
.review-material-grid > button { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; column-gap: 8px; min-height: 54px; padding: 9px; border: 1px solid #e2ebe0; border-radius: 10px; background: #fbfdf9; text-align: left; }
.review-material-grid > button { cursor: pointer; }
.review-material-grid span { grid-row: span 2; width: 28px; height: 32px; display: grid; place-items: center; border-radius: 7px; background: #e8f2e7; color: var(--brand-dark); font-size: 12px; font-weight: 800; }
.review-material-grid b { display: block; overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.review-material-grid em { display: block; margin-top: 2px; color: var(--sub); font-size: 10px; font-style: normal; }
.review-material-grid i { color: #849286; font-size: 19px; font-style: normal; }
.review-material-grid b { color: var(--ink); font-size: 12px; }
.review-material-grid em { color: var(--sub); font-size: 10px; font-style: normal; }
.review-result-note { margin: 10px 0 0; color: var(--ink); font-size: 13px; line-height: 1.6; }
.review-decision-copy { margin: 0 0 12px; color: var(--sub); font-size: 13px; line-height: 1.55; }

.admin-user-card {
  border-radius: 18px;
  padding: 13px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

.admin-user-avatar {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0a7a45, #54a56a);
  font-weight: 950;
}

.admin-user-avatar.large {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  font-size: 20px;
}

.admin-user-main {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.admin-user-main p {
  margin: 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.4;
}

.admin-user-card .btn {
  min-height: 36px;
  padding-inline: 10px;
}

.admin-user-detail {
  display: grid;
  gap: 12px;
}

.admin-user-detail-head {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 12px;
}

.admin-user-detail-head b,
.admin-user-detail-head span {
  display: block;
}

.admin-user-detail-head b {
  font-size: 18px;
}

.admin-user-detail-head span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
}

.admin-user-detail-head em {
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--sub);
  background: #f3f6f4;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.admin-user-detail-head em.vip {
  color: #7a4b00;
  background: #fff0c2;
}

.vip-offline-box {
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 8px;
  background: #fff8e1;
  border: 1px solid rgba(244,216,137,.7);
}

.vip-offline-box b,
.vip-offline-box p {
  margin: 0;
}

.vip-offline-box p {
  color: #7a5a18;
  font-size: 12px;
  line-height: 1.55;
}

.signup-tag-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 8px 0;
}

.signup-tag-row .chip {
  justify-content: center;
}

.activity-signup-card .lead-actions {
  grid-template-columns: repeat(2, 1fr);
}

.activity-signup-card .lead-actions .btn:last-child {
  grid-column: 1 / -1;
}

.activity-signup-review-card .lead-actions { margin-top: 12px; grid-template-columns: 1fr; }
.activity-review-tabs { margin-bottom: 10px; }
.activity-signup-review-list { gap: 9px; }
.activity-signup-review-card { padding: 12px; border-radius: 13px; }
.activity-signup-review-card .lead-card-head { align-items: center; }
.activity-signup-review-card .lead-card-head b { font-size: 15px; }
.activity-signup-review-event { display: grid; gap: 3px; margin-top: 8px; padding: 8px 9px; border-radius: 8px; background: #f4f7f3; }
.activity-signup-review-event span { color: var(--sub); font-size: 11px; }
.activity-signup-review-event b { color: var(--ink); font-size: 13px; line-height: 1.35; }
.activity-signup-review-card p { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; font-size: 12px; }
.activity-signup-review-card p em { flex: 0 0 auto; color: var(--sub); font-size: 11px; font-style: normal; white-space: nowrap; }
.signup-review-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; color: var(--sub); font-size: 11px; }
.signup-review-warning { margin-top: 8px; padding: 8px 9px; border-radius: 8px; background: #fff8e7; color: #8a6215; font-size: 11px; line-height: 1.45; }

.admin-activity {
  background:
    linear-gradient(135deg, rgba(19, 112, 78, .06), rgba(255,255,255,1) 52%),
    #fff;
}

.phone-confirm {
  display: grid;
  gap: 10px;
}

.phone-confirm b,
.phone-confirm span {
  display: block;
}

.phone-confirm b {
  font-size: 18px;
  color: var(--ink);
}

.phone-confirm span {
  color: var(--sub);
  font-size: 12px;
}

.phone-confirm p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.65;
}

.activity-signup-form label {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.activity-signup-form label i {
  color: #d54a3b;
  font-style: normal;
}

.activity-signup-form .two-col label { margin-bottom: 7px; }
.activity-signup-form textarea { margin-top: 7px; }
.activity-signup-form .form-hint { margin: 10px 0 0; color: var(--sub); font-size: 11px; line-height: 1.55; }

.dialer-panel {
  min-height: 100vh;
  padding: 26px 18px 24px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(165deg, #0b3024 0%, #103f30 48%, #061814 100%);
  border-radius: 0;
}

.dialer-status {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.12);
}

.dialer-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
  color: #0b3024;
  background: #eef9ef;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.dialer-panel h2 {
  margin: 6px 0 0;
  font-size: 22px;
  letter-spacing: 0;
}

.dialer-panel p {
  max-width: 280px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.5;
}

.dialer-panel strong {
  font-size: 24px;
  letter-spacing: 1px;
}

.dialer-actions {
  width: 100%;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dialer-round {
  width: 70px;
  height: 70px;
  justify-self: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.dialer-round.muted {
  background: rgba(255,255,255,.16);
}

.dialer-round.end {
  background: #e84a4a;
  box-shadow: 0 16px 30px rgba(232,74,74,.28);
}

.detail-head {
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(190,202,182,.78);
}

.detail-visual {
  height: 190px;
  margin-bottom: 12px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #17312b, #10241f);
}

.detail-visual .car-visual {
  transform: scale(1.18);
  right: 12px;
  bottom: 18px;
}

.detail-head h2 {
  margin: 10px 0 0;
  font-size: 21px;
  line-height: 1.25;
}

.detail-price {
  margin-top: 0;
  color: var(--price);
  font-size: 28px;
  font-weight: 950;
}

.detail-price span {
  margin-left: 8px;
  color: var(--sub);
  font-size: 13px;
  font-weight: 750;
}

.detail-head p {
  color: #94a3b8;
  margin: 8px 0 0;
  font-size: 13px;
}

.detail-keyfacts {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

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

.param-card {
  min-height: 78px;
  border-radius: 12px;
  padding: 13px;
  display: grid;
  align-content: center;
  gap: 5px;
  background: var(--soft);
  border: 1px solid rgba(190,202,182,.65);
}

.param-card span {
  color: var(--sub);
  font-size: 12px;
}

.param-card b {
  font-size: 16px;
}

.detail-info-list {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(190,202,182,.7);
}

.detail-info-row {
  min-height: 48px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(227,236,230,.9);
}

.detail-info-row:last-child {
  border-bottom: 0;
}

.detail-info-row span {
  color: var(--sub);
  font-size: 12px;
  font-weight: 760;
}

.detail-info-row b {
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.org-business-detail {
  padding-bottom: 6px;
}

.org-business-hero {
  margin: 10px 0 12px;
  padding: 16px 15px 14px;
  border: 1px solid rgba(190, 202, 182, .72);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(13, 74, 31, .04);
}

.org-business-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.org-business-status {
  color: #617066;
  font-size: 12px;
  font-weight: 760;
}

.org-business-status.live { color: var(--brand-dark); }
.org-business-status.ended { color: #8a9690; }

.org-business-hero h1 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: 0;
}

.org-business-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.4;
}

.org-business-hero-meta span:last-child {
  flex: 0 0 auto;
  text-align: right;
}

.org-business-detail .form-card {
  margin-top: 10px;
}

.org-business-detail .detail-info-list {
  border-radius: 10px;
}

.org-business-detail .detail-info-row {
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  padding: 11px 12px;
}

.org-business-detail .detail-info-row span {
  padding-top: 1px;
}

.org-business-detail .detail-info-row b {
  text-align: left;
  font-size: 13px;
}

.org-business-detail .sticky-actions {
  grid-template-columns: 1fr;
}

.detail-note {
  color: var(--sub);
  line-height: 1.65;
  margin: 10px 0 0;
  font-size: 14px;
}

.seller-card {
  margin-top: 12px;
  border-radius: 12px;
  padding: 13px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(190,202,182,.78);
}

.seller-card b,
.seller-card span {
  display: block;
}

.seller-card span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
}

.detail-actions,
.shop-detail-actions {
  position: fixed;
  left: 50%;
  bottom: 84px;
  transform: translateX(-50%);
  width: min(398px, calc(100vw - 32px));
  z-index: 18;
  display: grid;
  grid-template-columns: .75fr 1fr 1fr;
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(245,252,237,.88);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.detail-bottom-spacer {
  height: 110px;
}

.detail-actions .btn {
  min-height: 46px;
  padding-inline: 8px;
}

.detail-actions.single-action { grid-template-columns: 1fr; }
.detail-actions.single-action .btn { width: 100%; }

.shop-detail-actions .btn {
  min-height: 46px;
  padding-inline: 8px;
}

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

/* Institution profile: identity first, then the resource catalog. */
.shop-profile {
  padding: 18px 16px 0;
  background: #fff;
  border-bottom: 1px solid #e6ece7;
}

.shop-profile.disabled { opacity: .74; }

.shop-profile-main {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.shop-avatar.profile-mark {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #e9f4ea;
  color: #005100;
  font-size: 21px;
  font-weight: 900;
}

.shop-profile-copy { min-width: 0; }
.shop-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.shop-title-row h2 { margin: 0; color: #18251b; font-size: 18px; line-height: 24px; font-weight: 850; }
.shop-profile-copy > p { margin: 3px 0 5px; color: #778176; font-size: 11px; line-height: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shop-identity-line { display: flex; gap: 5px; color: #667568; font-size: 11px; line-height: 16px; }
.shop-identity-line span:first-child { color: #06722a; font-weight: 800; }

.identity-mark,
.vip-mark {
  height: 19px;
  padding: 0 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
}
.identity-mark { color: #087331; background: #edf8ef; border: 1px solid #b9ddbf; }
.vip-mark { color: #835500; background: #fff7df; border: 1px solid #f1d58d; }

.shop-follow-icon {
  min-width: 44px;
  height: 28px;
  padding: 0 7px;
  border: 1px solid #0a762f;
  border-radius: 7px;
  background: #fff;
  color: #076d2b;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.shop-follow-icon.active { background: #eef7ee; border-color: #c2ddc4; color: #55725b; }

.shop-profile .shop-summary {
  margin: 13px 0 10px !important;
  color: #405044 !important;
  font-size: 13px !important;
  line-height: 20px;
}

.shop-external-channels {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 4px 0 9px;
}
.shop-external-channels > span { padding-top: 5px; color: #7d887e; font-size: 11px; line-height: 20px; }
.shop-external-channels > div { display: flex; flex-wrap: wrap; gap: 6px; }
.shop-external-channels button {
  height: 27px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0 7px;
  border: 1px solid #dce8de;
  border-radius: 5px;
  background: #f8fbf8;
  color: #416247;
  font-size: 11px;
  font-weight: 750;
}
.shop-external-channels button i { color: #8fa193; font-size: 15px; font-style: normal; line-height: 1; }

.company-external-form { gap: 12px; }
.company-external-form label { display: grid; gap: 6px; color: #27362a; font-size: 13px; font-weight: 750; }
.company-external-form input { width: 100%; height: 43px; border: 1px solid #dce6dd; border-radius: 8px; padding: 0 11px; color: #243126; font: inherit; font-size: 13px; font-weight: 500; }
.field-help { margin: 10px 0 0; color: #839087; font-size: 11px; line-height: 17px; }
.external-channel-sheet { padding: 8px 0 2px; }
.external-channel-sheet b { display: block; color: #203124; font-size: 15px; line-height: 22px; overflow-wrap: anywhere; }
.external-channel-sheet p { margin: 8px 0 0; color: #758177; font-size: 13px; line-height: 20px; }

.shop-profile-link {
  width: 100%;
  min-height: 43px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 0;
  border-top: 1px solid #eef1ee;
  background: transparent;
  text-align: left;
}
.shop-profile-link > span:first-child { color: #243126; font-size: 13px; font-weight: 800; }
.shop-profile-link > span:nth-child(2) { color: #8a948c; font-size: 11px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.shop-profile-link i { color: #8a948c; font-size: 22px; font-style: normal; line-height: 1; }

.shop-summary-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 12px 16px;
  background: #fff;
  border-bottom: 8px solid #f6f8f6;
}
.shop-summary-stats > div { min-width: 0; display: grid; justify-items: center; gap: 3px; border-right: 1px solid #edf0ed; }
.shop-summary-stats > div:last-child { border-right: 0; }
.shop-summary-stats b { color: #1d2b20; font-size: 16px; line-height: 20px; font-weight: 850; white-space: nowrap; }
.shop-summary-stats span { color: #7c887e; font-size: 11px; line-height: 15px; white-space: nowrap; }

.shop-resource-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e7ece8;
}
.shop-resource-tabs button {
  height: 45px;
  position: relative;
  background: transparent;
  color: #718073;
  font-size: 14px;
  font-weight: 750;
}
.shop-resource-tabs button.active { color: #075d26; font-weight: 850; }
.shop-resource-tabs button.active::after { content: ""; position: absolute; left: 50%; bottom: -1px; width: 26px; height: 3px; transform: translateX(-50%); border-radius: 3px 3px 0 0; background: #005100; }
.shop-resource-tabs em { margin-left: 3px; color: #98a198; font-size: 11px; font-style: normal; font-weight: 700; }
.shop-list-head { padding-top: 14px; }

.tabbar {
  position: fixed; left: 50%; bottom: 0; transform: translateX(-50%);
  width: min(430px, 100vw); height: 76px; background: rgba(255,255,255,.94);
  border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  backdrop-filter: blur(18px); z-index: 20;
}
.tab { background: transparent; color: #778176; font-size: 11px; font-weight: 750; display: grid; place-items: center; align-content: center; gap: 4px; }
.tab i { width: 22px; height: 22px; display: grid; place-items: center; font-style: normal; }
.tab i svg { width: 20px; height: 20px; display: block; }
.tab.active { color: var(--brand); }
.tab.active span { font-weight: 900; }
.tab.plus i { width: 44px; height: 44px; border-radius: 14px; background: var(--brand); color: #fff; display: grid; place-items: center; margin-top: -20px; box-shadow: 0 8px 18px rgba(0,108,0,.22); }
.tab.plus i svg { width: 22px; height: 22px; }

.workstrip {
  min-height: 74px;
  border-radius: 24px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(13, 74, 31, .055);
}

.workstrip div {
  display: grid;
  align-content: center;
  padding: 12px;
  background: linear-gradient(180deg, #fff, #f8fcf9);
}

.workstrip b {
  font-size: 21px;
  color: var(--brand-dark);
}

.workstrip span {
  color: var(--sub);
  font-size: 11px;
  margin-top: 3px;
}

.sheet-mask { position: fixed; inset: 0; background: rgba(0,0,0,.42); opacity: 0; pointer-events: none; transition: .18s; z-index: 30; }
.sheet-mask.show { opacity: 1; pointer-events: auto; }
.sheet {
  position: fixed; left: 50%; bottom: 0; transform: translate(-50%, 102%);
  width: min(430px, 100vw); max-height: 86vh; overflow: auto; background: #fff;
  border-radius: 30px 30px 0 0; padding: 18px; z-index: 40; transition: .22s ease;
}
.sheet.show { transform: translate(-50%, 0); }
.sheet:has(.dialer-panel.fullscreen) {
  top: 0;
  bottom: 0;
  max-height: none;
  padding: 0;
  border-radius: 0;
  background: #061814;
}
.sheet:has(.material-preview-fullscreen) { top: 0; bottom: 0; max-height: none; padding: 0; border-radius: 0; background: #111714; }
.material-preview-fullscreen { display: grid; grid-template-rows: 60px minmax(0, 1fr) auto; min-height: 100vh; color: #fff; }
.material-preview-fullscreen header { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: center; padding: 8px 16px; }
.material-preview-fullscreen header .icon-btn { width: 36px; height: 36px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: #fff; }
.material-preview-fullscreen header b { overflow: hidden; text-align: center; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.material-preview-stage { display: grid; place-items: center; padding: 20px 26px; }
.material-preview-fullscreen > p { margin: 0; padding: 14px 24px 28px; color: rgba(255,255,255,.56); text-align: center; font-size: 11px; }
.sheet:has(.car-image-preview) { top: 0; bottom: 0; max-height: none; padding: 0; border-radius: 0; background: #111714; }
.car-image-preview { display: grid; grid-template-rows: 60px minmax(0, 1fr) 62px; min-height: 100vh; color: #fff; }
.car-image-preview header { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: center; padding: 8px 16px; }
.car-image-preview header .icon-btn { width: 36px; height: 36px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: #fff; }
.car-image-preview header b { overflow: hidden; text-align: center; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.car-image-preview header > span { color: rgba(255,255,255,.68); font-size: 11px; text-align: right; }
.car-image-preview-stage { display: grid; min-height: 0; place-items: center; padding: 12px 16px; }
.car-image-preview-stage img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 4px; box-shadow: 0 14px 34px rgba(0,0,0,.28); }
.car-image-preview footer { display: grid; grid-template-columns: 88px minmax(0, 1fr) 88px; align-items: center; gap: 8px; padding: 10px 16px 18px; }
.car-image-preview footer > span { overflow: hidden; color: rgba(255,255,255,.6); font-size: 11px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.image-preview-nav-btn { height: 36px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; font-size: 12px; }
.review-doc { width: min(100%, 360px); box-sizing: border-box; border-radius: 12px; box-shadow: 0 16px 30px rgba(0,0,0,.24); }
.identity-doc { padding: 17px; background: linear-gradient(140deg, #cce7ee, #dcebf5 50%, #c4dfed); color: #193b4d; }
.review-doc-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 11px; border-bottom: 1px solid rgba(25,59,77,.2); font-size: 17px; font-weight: 900; }
.review-doc-top em { font-size: 10px; font-style: normal; letter-spacing: 1px; }
.review-doc-body { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 14px; padding-top: 15px; }
.review-doc-photo { display: grid; height: 96px; place-items: center; border: 1px solid rgba(25,59,77,.25); background: #e8d9bf; color: #846c4f; font-size: 15px; }
.review-doc-body b { font-size: 17px; }
.review-doc-body p,.license-doc p { margin: 6px 0; font-size: 11px; line-height: 1.35; }
.review-doc-body strong { display: block; margin-top: 11px; font-size: 14px; letter-spacing: 1px; }
.basic-doc { padding: 28px 18px; background: #f7f9f7; color: #27372b; text-align: center; }
.basic-doc b { font-size: 16px; }.basic-doc p { color: #6d786f; font-size: 12px; }
.review-receipt-status { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #dfe8df; border-radius: 10px; background: #f8fbf7; }
.review-receipt-status > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: #147b2b; font-weight: 900; }
.review-receipt-status > span.warn { background: #b56b20; }
.review-receipt-status b { color: var(--ink); font-size: 14px; }
.review-receipt-status p { margin: 3px 0 0; color: #788579; font-size: 11px; }
.personal-auth-method-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 16px 13px; }
.personal-auth-method-tabs button { min-height: 60px; padding: 9px 8px; border: 1px solid #dbe5db; border-radius: 10px; color: #5b685e; background: #fff; text-align: left; }
.personal-auth-method-tabs button.active { border-color: #117326; color: #075b17; background: #f2f8f0; box-shadow: inset 0 0 0 1px #117326; }
.personal-auth-method-tabs b,.personal-auth-method-tabs span { display: block; }
.personal-auth-method-tabs b { font-size: 13px; }
.personal-auth-method-tabs span { margin-top: 4px; color: #8a968b; font-size: 11px; }
.personal-auth-method-tabs button.active span { color: #4b7f56; }
.personal-auth-error { margin: 2px 0 2px; padding: 10px; border: 1px solid #f0d2ca; border-radius: 9px; color: #9f4431; background: #fff8f6; }
.personal-auth-error b { font-size: 12px; }
.personal-auth-error p { margin: 4px 0 7px; color: #7e706a; font-size: 11px; line-height: 1.45; }
.personal-auth-error small { display: block; color: #90786f; font-size: 10px; }
.personal-auth-error .btn { min-height: 34px; padding: 0 9px; font-size: 11px; }
.personal-auth-success { margin: 2px 0; padding: 10px; border: 1px solid #b7dbbc; border-radius: 9px; background: #f4faf3; }
.personal-auth-success b { color: #075c20; font-size: 12px; }
.personal-auth-success p { margin: 4px 0 0; color: #69776c; font-size: 11px; line-height: 1.45; }
.auth-limit-hint { margin-top: 7px !important; color: #b3422e !important; font-weight: 700; }
.check-line { display: flex; align-items: flex-start; gap: 7px; color: #637166; font-size: 11px; line-height: 1.45; }
.check-line input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: #005100; }
.action-list { display: grid; gap: 8px; }
.action-list button { display: grid; gap: 3px; width: 100%; padding: 11px 12px; border: 1px solid #dce6dc; border-radius: 9px; background: #fff; text-align: left; }
.action-list button b { color: #29372c; font-size: 12px; }
.action-list button span { color: #77847a; font-size: 10px; }
.action-list .primary-row { border-color: #005100; background: #005100; }
.action-list .primary-row b, .action-list .primary-row span { color: #fff; }
.face-auth-stage { display: grid; justify-items: center; padding: 24px 20px 22px; text-align: center; }
.face-auth-frame { display: grid; width: 168px; height: 204px; place-items: center; margin-bottom: 18px; border: 2px solid #005100; border-radius: 50% 50% 44% 44%; background: #f1f7f1; }
.face-auth-frame span { width: 76px; height: 76px; border: 2px solid #75a27b; border-radius: 50%; position: relative; }
.face-auth-frame span::after { content: ""; position: absolute; width: 104px; height: 50px; left: -16px; top: 88px; border: 2px solid #75a27b; border-bottom: 0; border-radius: 60px 60px 0 0; }
.face-auth-stage b { color: #243328; font-size: 15px; }
.face-auth-stage p { margin: 7px 0 12px; color: #7c887e; font-size: 12px; }
.document-upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.document-upload-grid > div { display: grid; min-height: 126px; place-content: center; padding: 10px; border: 1px dashed #b5c8b7; border-radius: 10px; color: #58705c; background: #f9fbf8; text-align: center; }
.document-upload-grid span { color: #16752a; font-size: 22px; line-height: 1; }
.document-upload-grid b { margin-top: 8px; font-size: 12px; }
.document-upload-grid em { margin-top: 5px; color: #94a094; font-size: 10px; font-style: normal; }
.license-doc { position: relative; padding: 31px 22px 22px; background: #f8f2e4; color: #573e24; }
.license-doc b { display: block; margin-bottom: 18px; text-align: center; font-size: 20px; }.license-mark { position: absolute; top: 17px; left: 17px; display: grid; width: 25px; height: 25px; place-items: center; border: 2px solid #9c3028; border-radius: 50%; color: #9c3028; font-size: 12px; font-weight: 900; }
.grab { width: 44px; height: 5px; border-radius: 999px; background: #ddd8d2; margin: 0 auto 16px; }
.sheet-head {
  position: sticky;
  top: -18px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 0 -2px 14px;
  padding: 8px 2px 12px;
  background: linear-gradient(180deg, #fff 72%, rgba(255,255,255,.92));
}

.sheet-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}

.sheet-head .eyebrow { display: none; }

.demand-cta,
.ai-hero-card,
.demand-card,
.chat-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

.demand-cta {
  margin-top: 14px;
  padding: 14px;
  display: grid;
  gap: 12px;
}

.demand-cta b,
.ai-hero-card b,
.demand-card-head b {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.demand-cta span,
.ai-hero-card span,
.demand-meta,
.demand-owner {
  display: block;
  margin-top: 5px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.45;
}

.demand-cta-actions,
.dual-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.ai-hero-card {
  min-height: 128px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(0,108,0,.08), rgba(255,255,255,.98) 58%),
    #fff;
}

.prompt-list {
  display: grid;
  gap: 10px;
}

.prompt-list button {
  min-height: 54px;
  border-radius: 14px;
  padding: 12px;
  text-align: left;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

.chat-card {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.chat-row {
  max-width: 86%;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
}

.chat-row.bot {
  background: var(--soft);
  color: var(--sub);
}

.chat-row.user {
  justify-self: end;
  background: var(--brand);
  color: #fff;
}

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

.ai-agent-hero .btn {
  width: 100%;
}

.ai-capability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ai-capability-grid button {
  min-height: 88px;
  border-radius: 16px;
  padding: 13px;
  text-align: left;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

.ai-capability-grid b,
.ai-capability-grid span {
  display: block;
}

.ai-capability-grid b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.ai-capability-grid span {
  margin-top: 6px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.35;
}

.ai-task-steps {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ai-task-steps div {
  min-height: 54px;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(227,236,230,.78);
}

.ai-task-steps b,
.ai-task-steps span {
  display: block;
}

.ai-task-steps b {
  color: var(--brand);
  font-size: 14px;
}

.ai-task-steps span {
  margin-top: 3px;
  color: var(--sub);
  font-size: 11px;
  font-weight: 850;
}

.ai-task-steps .active {
  background: var(--brand-soft);
  border-color: rgba(7,154,43,.2);
}

.ai-field-hints {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.ai-field-hints span {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 11px;
  font-weight: 850;
}

.ai-chat-page {
  min-height: calc(100vh - 112px);
  margin: -16px -16px -112px;
  padding: 76px 16px 176px;
  background: linear-gradient(180deg, #f7faF5 0%, #f2f7ee 48%, #fff 100%);
}

.ai-chat-page.started { padding-top: 76px; }

.ai-chat-top {
  position: fixed;
  left: 50%;
  top: 0;
  width: min(430px, 100vw);
  min-height: 64px;
  transform: translateX(-50%);
  z-index: 15;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 6px 18px 10px;
  background: rgba(247,250,245,.96);
  backdrop-filter: blur(14px);
}

.ai-chat-top > div {
  min-width: 0;
  text-align: center;
}

.ai-chat-top span {
  color: var(--brand-dark);
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
}

.ai-chat-top h1 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 24px;
  font-weight: 950;
}

.ai-new-chat { color: var(--brand-dark); }

.ai-welcome {
  padding: 22px 10px 14px;
  text-align: center;
}

.ai-mark {
  width: 48px;
  height: 48px;
  margin: 0 auto 13px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand-dark);
  box-shadow: 0 12px 26px rgba(0,81,0,.18);
}

.ai-mark svg { width: 25px; height: 25px; }
.ai-welcome h2 { margin: 0; font-size: 22px; line-height: 29px; font-weight: 950; }
.ai-welcome p { margin: 7px auto 0; max-width: 280px; color: var(--sub); font-size: 13px; line-height: 19px; }

.ai-scene-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 138px;
  gap: 12px;
  margin: 12px -16px 0;
  padding: 0 16px 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ai-scene-scroll::-webkit-scrollbar { display: none; }

.ai-scene-scroll.initial {
  grid-auto-flow: row;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 0;
  padding: 0;
}

.ai-scene-card {
  min-height: 104px;
  border-radius: 14px;
  padding: 13px;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  text-align: left;
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(202,213,196,.78), 0 8px 20px rgba(28,50,20,.05);
}

.ai-scene-card i {
  width: 38px;
  height: 38px;
  grid-row: 1 / span 2;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-style: normal;
}

.ai-scene-card i svg { width: 21px; height: 21px; }

.ai-scene-card b,
.ai-scene-card span { display: block; }

.ai-scene-card b {
  align-self: end;
  font-size: 15px;
  line-height: 20px;
  font-weight: 950;
}

.ai-scene-card span {
  align-self: start;
  margin-top: 2px;
  color: var(--sub);
  font-size: 11px;
  line-height: 16px;
}

.ai-shortcut-title {
  margin-top: 14px;
  color: var(--sub);
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
}

.ai-tool-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.ai-tool-row button {
  min-height: 38px;
  border-radius: 12px;
  padding: 0 8px;
  color: var(--ink);
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 0 0 1px rgba(191,202,183,.66);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.ai-dialog-card {
  margin-top: 10px;
  min-height: 248px;
  padding: 4px 0 0;
  display: grid;
  align-content: start;
  gap: 10px;
  background: transparent;
  box-shadow: none;
}

.ai-chat-page:not(.started) .ai-dialog-card { min-height: 14px; }

.ai-bubble {
  max-width: 86%;
  border-radius: 18px;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
}

.ai-bubble.bot {
  justify-self: start;
  color: var(--ink);
  background: #eff6e7;
}

.ai-task-notice {
  justify-self: center;
  border-radius: 999px;
  padding: 6px 11px;
  color: #6f796a;
  background: rgba(222,232,215,.72);
  font-size: 11px;
  line-height: 15px;
}

.ai-result-card {
  width: 100%;
  border-radius: 16px;
  padding: 15px;
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(191,202,183,.72), 0 10px 24px rgba(28,50,20,.06);
}

.ai-result-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ai-result-head span { color: var(--brand-dark); font-size: 12px; font-weight: 900; }
.ai-result-head em { border-radius: 5px; padding: 4px 7px; color: #6d5a00; background: #fff5cb; font-size: 10px; font-style: normal; font-weight: 850; }
.ai-result-card h3 { margin: 9px 0 0; font-size: 16px; line-height: 22px; font-weight: 950; }
.ai-result-card > p { margin: 7px 0 12px; color: var(--sub); font-size: 13px; line-height: 19px; }
.ai-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 12px 0; }
.ai-result-grid span { min-width: 0; border-radius: 9px; padding: 9px; background: #f5f8f2; }
.ai-result-grid small, .ai-result-grid b { display: block; }
.ai-result-grid small { color: var(--sub); font-size: 10px; line-height: 14px; }
.ai-result-grid b { margin-top: 2px; overflow: hidden; color: var(--ink); font-size: 12px; line-height: 17px; text-overflow: ellipsis; white-space: nowrap; }
.ai-field-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 12px 0; }
.ai-field-list > span { min-width: 0; border-radius: 10px; padding: 9px 10px; background: #f5f8f2; }
.ai-field-list small, .ai-field-list b { display: block; }
.ai-field-list small { color: var(--sub); font-size: 10px; line-height: 14px; }
.ai-field-list b { margin-top: 3px; color: var(--ink); font-size: 12px; line-height: 17px; }
.ai-inline-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.ai-inline-actions button { min-height: 34px; border-radius: 9px; padding: 0 11px; color: var(--brand-dark); background: #f3f8ef; box-shadow: inset 0 0 0 1px #c8d9c2; font-size: 12px; font-weight: 850; }
.ai-car-results { display: grid; gap: 8px; margin: 10px 0 12px; }
.ai-car-results button { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; border: 1px solid #e0eadb; border-radius: 10px; padding: 10px 11px; text-align: left; background: #fff; }
.ai-car-results button:active { background: #f6faF3; transform: scale(.995); }
.ai-car-results div { min-width: 0; }
.ai-car-results b, .ai-car-results span { display: block; }
.ai-car-results b { overflow: hidden; font-size: 13px; line-height: 18px; text-overflow: ellipsis; white-space: nowrap; }
.ai-car-results span { margin-top: 2px; color: var(--sub); font-size: 11px; line-height: 16px; }
.ai-car-results strong { color: var(--brand-dark); font-size: 12px; white-space: nowrap; }
.ai-result-note { margin: -2px 0 11px !important; color: #7a8476 !important; font-size: 11px !important; line-height: 16px !important; }
.ai-entry-grid { display: grid; gap: 8px; margin-top: 10px; }
.ai-entry-grid button { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 10px; width: 100%; min-height: 62px; padding: 10px; border: 1px solid #dce8d6; border-radius: 12px; color: var(--ink); background: #fff; text-align: left; }
.ai-entry-grid i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: var(--brand-dark); background: var(--brand-soft); font-style: normal; }
.ai-entry-grid i svg { width: 20px; height: 20px; }
.ai-entry-grid span { min-width: 0; }
.ai-entry-grid b, .ai-entry-grid small { display: block; }
.ai-entry-grid b { font-size: 13px; line-height: 18px; }
.ai-entry-grid small { margin-top: 2px; overflow: hidden; color: var(--sub); font-size: 11px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; }
.ai-entry-grid em { color: var(--brand-dark); font-size: 21px; font-style: normal; line-height: 1; }
.ai-empty-result h3 { margin-bottom: 6px; }
.ai-activity-button { width: 100%; text-align: left; }
.ai-typing { display: flex; gap: 4px; align-items: center; min-height: 40px; }
.ai-typing i { width: 6px; height: 6px; border-radius: 50%; background: #82907c; animation: aiTyping 1s infinite ease-in-out; }
.ai-typing i:nth-child(2) { animation-delay: .14s; }
.ai-typing i:nth-child(3) { animation-delay: .28s; }
@keyframes aiTyping { 0%, 80%, 100% { opacity: .35; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
.ai-result-list { margin: 11px 0 10px; border-top: 1px solid #edf1e9; }
.ai-result-list > div { display: grid; gap: 2px; padding: 9px 0; border-bottom: 1px solid #edf1e9; }
.ai-result-list b { color: var(--ink); font-size: 13px; line-height: 18px; }
.ai-result-list span { overflow: hidden; color: var(--sub); font-size: 11px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; }
.ai-example-text { margin: 10px 0 12px; border-radius: 10px; padding: 10px; color: #5e6859; background: #f5f8f2; font-size: 12px; line-height: 18px; }
.ai-activity-mini { display: grid; gap: 2px; padding: 10px 0; border-bottom: 1px solid #edf1e9; }
.ai-activity-mini b { font-size: 13px; line-height: 18px; }
.ai-activity-mini span { color: var(--sub); font-size: 11px; line-height: 16px; }
.ai-activity-mini + .btn { margin-top: 12px; }

.ai-bubble.user {
  justify-self: end;
  color: #fff;
  background: var(--brand);
}

.ai-chat-action {
  justify-self: start;
  margin-top: 2px;
}

.ai-chat-action .btn {
  min-height: 38px;
  padding-inline: 16px;
  border-radius: 999px;
}

.ai-prompt-chips {
  position: fixed;
  left: 50%;
  bottom: 88px;
  width: min(430px, 100vw);
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 0 16px;
  overflow-x: auto;
  scrollbar-width: none;
  z-index: 12;
}

.ai-prompt-chips::-webkit-scrollbar { display: none; }

.ai-prompt-chips button {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 6px 18px rgba(28,50,20,.08), inset 0 0 0 1px rgba(191,202,183,.62);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.ai-prompt-chips.capability button {
  border-radius: 10px;
  color: var(--brand-dark);
  background: #f7fbf4;
  box-shadow: inset 0 0 0 1px #c9ddc4;
}

.ai-prompt-chips.capability button.active {
  color: #fff;
  background: var(--brand);
  box-shadow: none;
}

.ai-prompt-chips.examples button:first-child { color: var(--brand-dark); }

.ai-chat-input {
  position: fixed;
  left: 50%;
  bottom: 18px;
  width: min(398px, calc(100vw - 32px));
  min-height: 58px;
  transform: translateX(-50%);
  border-radius: 18px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28,50,20,.18), inset 0 0 0 1px rgba(191,202,183,.7);
  z-index: 13;
}

.ai-chat-input textarea {
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 96px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 4px;
  resize: none;
}

.ai-chat-input textarea::placeholder { color: #8a9384; }

.ai-send-btn {
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-weight: 950;
}

.ai-send-btn {
  color: #fff;
  background: var(--brand);
}

.ai-send-btn svg { width: 19px; height: 19px; fill: currentColor; }

.shop-list-summary {
  margin-top: 10px;
  border-radius: 18px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(227,236,230,.78);
}

.shop-list-summary b,
.shop-list-summary span {
  display: block;
}

.shop-list-summary b {
  color: var(--ink);
  font-size: 16px;
}

.shop-list-summary span {
  margin-top: 5px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.4;
}

.demand-card {
  padding: 14px;
}

.demand-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.demand-card-head span {
  flex: 0 0 auto;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 900;
}

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

.demand-fields label {
  min-height: 58px;
  border-radius: 12px;
  padding: 9px;
  text-align: left;
  background: #fbfdf9;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

.demand-fields span,
.demand-fields input {
  display: block;
}

.demand-fields span {
  color: var(--sub);
  font-size: 11px;
  font-weight: 800;
}

.demand-fields input {
  width: 100%;
  margin-top: 5px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.demand-card p {
  margin: 10px 0 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
}

.demand-plaza-card {
  cursor: pointer;
  padding: 15px;
  transition: transform .16s ease, box-shadow .16s ease;
}

.demand-plaza-card:active { transform: scale(.99); }

.demand-card-tags { display: flex; align-items: center; gap: 6px; }

.demand-kind-tag,
.demand-state-tag {
  display: inline-flex;
  min-height: 21px;
  align-items: center;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.demand-card-head .demand-kind-tag { min-height: 21px; padding: 0 7px; border-radius: 4px; background: #eaf5eb; color: #14652b; }
.demand-card-head .demand-state-tag { min-height: 21px; padding: 0 7px; border-radius: 4px; background: #f1f4f2; color: #536158; }

.demand-card-head em { color: #87938a; font-size: 11px; font-style: normal; }

.demand-card-title {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.demand-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid #e6eee7;
  border-radius: 8px;
  background: #e6eee7;
}

.demand-metric-grid div { min-width: 0; padding: 9px 10px; background: #f9fbf9; }

.demand-metric-grid span,
.demand-card-foot span { display: block; color: #87938a; font-size: 10px; }

.demand-metric-grid b {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #26352a;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demand-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.demand-card-foot > b { flex: 0 0 auto; color: var(--brand-dark); font-size: 20px; line-height: 1; }

.demand-card-foot .demand-publisher {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}

.demand-publisher b {
  overflow: hidden;
  color: #526157;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demand-publisher em {
  flex: 0 0 auto;
  padding: 2px 4px;
  border-radius: 3px;
  background: #eaf5eb;
  color: #19652d;
  font-size: 10px;
  font-style: normal;
}

.demand-publisher em.white-list { background: #e8f1ff; color: #2f5fa7; }
.demand-publisher em.vip { background: #fff2d7; color: #a86600; }

.demand-detail-hero > b {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.demand-detail-hero > span { display: block; margin-top: 8px; color: var(--sub); font-size: 12px; }

/* The screen already owns the 16px mobile gutter. Keep every demand-detail block on it. */
.demand-detail-top { margin: 10px 0 0; padding: 16px; border: 1px solid #dbe7dc; border-radius: 10px; background: #fff; }
.demand-detail-type { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.demand-detail-type b { color: var(--brand-dark); font-size: 15px; font-weight: 800; }
.demand-detail-type em { padding: 4px 7px; border-radius: 4px; background: #eaf6ec; color: #17652b; font-size: 11px; font-style: normal; font-weight: 700; }
.demand-detail-type em.closed { background: #f0f2f0; color: #748075; }
.demand-detail-top h1 { margin: 10px 0 0; color: var(--ink); font-size: 21px; font-weight: 800; line-height: 1.35; }
.demand-detail-top > p { margin: 7px 0 0; color: var(--sub); font-size: 11px; }
.demand-publisher-summary { display: flex; align-items: center; gap: 8px; margin-top: 15px; padding-top: 12px; border-top: 1px solid #edf1ed; }
.demand-publisher-avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 6px; background: #e8f3e9; color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.demand-publisher-summary > div:nth-child(2) { display: grid; gap: 2px; min-width: 0; }
.demand-publisher-summary b { overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.demand-publisher-summary small { color: var(--sub); font-size: 10px; }
.demand-publisher-summary .demand-detail-trust { margin: 0 0 0 auto; justify-content: flex-end; }

.demand-detail-trust { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.demand-detail-trust em { padding: 3px 6px; border-radius: 4px; background: #eaf5eb; color: #19652d; font-size: 10px; font-style: normal; }
.demand-detail-trust em.white-list { background: #e8f1ff; color: #2f5fa7; }
.demand-detail-trust em.vip { background: #fff2d7; color: #a86600; }

.demand-core-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid #e2e9e3; border-radius: 8px; background: #fff; }
.demand-core-grid > div { display: grid; gap: 5px; min-height: 66px; padding: 11px; border-right: 1px solid #edf1ed; border-bottom: 1px solid #edf1ed; }
.demand-core-grid > div:nth-child(2n) { border-right: 0; }
.demand-core-grid > div:nth-last-child(-n + 2) { border-bottom: 0; }
.demand-core-grid span { color: #77837a; font-size: 10px; }
.demand-core-grid b { color: var(--ink); font-size: 13px; line-height: 1.32; }

.demand-quote-summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 12px 0 0; padding: 11px 12px; border: 1px solid #dbe8dd; border-radius: 10px; background: #f6faf6; }
.demand-quote-summary span { color: #3e5543; font-size: 12px; }
.demand-quote-summary b { color: var(--brand-dark); font-size: 15px; }
.demand-quote-summary em { color: #76847a; font-size: 10px; font-style: normal; text-align: right; }

.quote-demand-summary { margin: 12px 0 0; padding: 14px; border: 1px solid #d9e7da; border-radius: 10px; background: #f4f9f4; }
.quote-demand-summary span, .quote-demand-summary em { display: block; color: #6c7d70; font-size: 11px; font-style: normal; }
.quote-demand-summary b { display: block; margin: 6px 0; color: var(--ink); font-size: 16px; line-height: 1.35; }
.quote-submit-success { display: flex; align-items: center; gap: 11px; margin-top: 12px; padding: 13px; border: 1px solid #b9dcbc; border-radius: 10px; background: #eff9ef; }
.quote-success-icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; font-size: 17px; font-weight: 900; }
.quote-submit-success > div:last-child { min-width: 0; display: grid; gap: 2px; }
.quote-submit-success span { color: #25602b; font-size: 12px; font-weight: 800; }
.quote-submit-success b { color: var(--ink); font-size: 15px; }
.quote-submit-success p { margin: 0; color: #66766a; font-size: 10px; line-height: 1.45; }
.quote-list-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 11px 12px; border: 1px solid #dbe8dd; border-radius: 10px; background: #f7fbf7; }
.quote-list-summary span { min-width: 0; color: #617164; font-size: 11px; line-height: 1.45; }
.quote-list-summary b { flex: 0 0 auto; color: var(--brand-dark); font-size: 12px; white-space: nowrap; }
.quote-status-tabs { margin-top: 12px; }
.demand-quote-card { display: grid; gap: 9px; padding: 13px; border: 1px solid #dfe8e0; border-radius: 10px; background: #fff; box-shadow: 0 2px 7px rgba(36, 58, 40, .04); }
.demand-quote-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.demand-quote-card-head > div { min-width: 0; display: grid; gap: 3px; }
.demand-quote-card-head b { overflow: hidden; color: var(--ink); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.demand-quote-card-head span { overflow: hidden; color: #718074; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.demand-quote-resource { overflow: hidden; color: #2f3d31; font-size: 13px; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.demand-quote-price { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.quote-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 2px; }
.quote-card-actions button { min-height: 28px; padding: 0 10px; border: 1px solid #b9cfb9; border-radius: 6px; color: var(--brand-dark); background: #fff; font-size: 11px; font-weight: 700; }
.quote-card-actions button.active { border-color: var(--brand-dark); color: #fff; background: var(--brand-dark); }
.quote-card-actions span { color: #748174; font-size: 11px; white-space: nowrap; }
.quote-state-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.chip.priority { border-color: #d6a23b; color: #815b12; background: #fff8e8; }
.demand-quote-price b { color: var(--price); font-size: 16px; }
.demand-quote-price span { color: #66766a; font-size: 10px; text-align: right; }
.demand-quote-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 8px; border-top: 1px solid #edf1ed; color: #78857b; font-size: 10px; }
.quote-detail-status { display: grid; gap: 7px; margin-top: 12px; padding: 16px; border: 1px solid #d8e7d9; border-radius: 10px; background: #f5faf5; }
.quote-detail-status-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.quote-detail-status b { display: block; color: var(--ink); font-size: 15px; line-height: 1.45; }
.quote-detail-status em { display: block; color: #6d7c70; font-size: 10px; font-style: normal; }
.quote-demand-summary { display: grid; gap: 9px; }
.quote-demand-summary-meta { display: flex; align-items: center; gap: 8px; min-width: 0; }
.quote-demand-summary-meta > span:last-child { overflow: hidden; color: var(--sub); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.quote-demand-summary > b { display: block; color: var(--ink); font-size: 18px; line-height: 1.4; }
.demand-work-quote { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 38px; margin-top: 10px; padding: 9px 10px; border-radius: 8px; background: #f5f8f5; }
.demand-work-quote b { color: var(--brand-dark); font-size: 13px; }
.demand-work-quote span { overflow: hidden; color: #718073; font-size: 10px; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.demand-work-quote.no-quote { background: #f7f8f7; }
.demand-work-quote.no-quote b { color: #617064; }
.demand-work-quote.expired { background: #fff8f6; }
.demand-work-quote.expired b { color: #9a654d; }
.quote-wait-card { display: grid; gap: 5px; padding: 13px; border: 1px solid #e1e8e2; border-radius: 10px; background: #fbfdfb; }
.quote-wait-card b { color: var(--ink); font-size: 13px; }
.quote-wait-card span { color: #69786c; font-size: 11px; line-height: 1.55; }
.quote-decision-card { display: grid; gap: 6px; padding: 13px; border: 1px solid #eadfda; border-radius: 10px; background: #fffafa; }
.quote-decision-card b { color: #5f3d37; font-size: 13px; }
.quote-decision-card span { color: #7c655f; font-size: 11px; line-height: 1.55; }
.quote-decision-card em { color: #9a8078; font-size: 10px; font-style: normal; }
.quote-detail-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 4; display: grid; gap: 8px; width: min(430px, 100vw); margin: auto; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #dce6dd; background: rgba(255,255,255,.97); box-shadow: 0 -4px 14px rgba(18, 35, 20, .08); }
.quote-secondary-action { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; padding: 2px 1px; background: transparent; color: #637366; font-size: 12px; text-align: left; }
.quote-secondary-action b { color: var(--brand-dark); font-size: 12px; }
.quote-section-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.quote-section-head .section-title { min-width: 0; }
.quote-inline-switch { flex: 0 0 auto; padding: 3px 0; background: transparent; color: var(--brand-dark); font-size: 12px; font-weight: 800; white-space: nowrap; }

.required-mark { color: #d64b4b; font-size: 12px; font-style: normal; }
.quote-input .field-required-mark,
.form-label .field-required-mark,
.field-row .field-required-mark,
.quote-input i,
.form-label .required-mark {
  display: inline-block;
  margin-right: 3px;
  color: #d64444;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.quote-subsection-title { margin-top: 4px; color: var(--sub); font-size: 11px; font-weight: 700; }
.quote-group-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 2px; }
.quote-group-title b { color: var(--ink); font-size: 13px; }
.quote-group-title span { padding: 2px 5px; border-radius: 3px; background: #fff1f1; color: #c94444; font-size: 10px; font-weight: 800; }
.quote-choice-field { display: grid; gap: 6px; }
.quote-choice-label { display: flex; align-items: center; gap: 3px; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1; }
.quote-choice-label .field-required-mark { margin: 0; }
.quote-optional-panel { border-top: 1px solid #e7eee8; padding-top: 11px; }
.quote-optional-panel summary { color: #748176; cursor: pointer; font-size: 12px; font-weight: 700; list-style: none; }
.quote-optional-panel summary::-webkit-details-marker { display: none; }
.quote-optional-panel summary::after { content: "⌄"; float: right; color: #879388; font-size: 13px; }
.quote-optional-panel[open] summary::after { content: "⌃"; }
.quote-model-choice { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 12px; border: 1px solid #d9e5db; border-radius: 9px; background: #fff; color: var(--ink); text-align: left; }
.quote-model-choice > div { min-width: 0; display: grid; gap: 4px; }
.quote-model-choice span { color: #66766a; font-size: 12px; font-weight: 700; }
.quote-model-choice span em { display: inline-block; margin-left: 5px; padding: 2px 5px; border-radius: 3px; background: #edf4ff; color: #386fa9; font-size: 10px; font-style: normal; font-weight: 800; }
.quote-model-choice b { overflow: hidden; color: var(--ink); font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.quote-model-choice small { color: var(--sub); font-size: 11px; line-height: 1.35; }
.quote-model-choice > strong { flex: 0 0 auto; color: var(--brand-dark); font-size: 12px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 6px; }
.segmented button { min-height: 38px; border: 1px solid #d9e5db; border-radius: 8px; background: #f8faf8; color: #596b5d; font-size: 13px; font-weight: 700; }
.segmented button.active { border-color: var(--brand); background: #edf7ed; color: var(--brand-dark); }
.response-mode { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.response-mode button { padding: 0 4px; font-size: 12px; }
.response-mode.service-response-mode { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 124px; gap: 8px; margin-top: 8px; }
.field-row.compact { min-height: 42px; padding: 0 11px; }

.demand-plaza-card { padding: 12px 13px; }
.demand-card-title { margin-top: 7px; font-size: 15px; }

.demand-keyline {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  margin-top: 7px;
  color: #536158;
  font-size: 12px;
  font-weight: 720;
  white-space: nowrap;
}

.demand-keyline span { overflow: hidden; text-overflow: ellipsis; }
.demand-keyline i { color: #a4b0a7; font-style: normal; }

.demand-plaza-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.demand-card-foot { margin-top: 9px; }
.demand-card-foot .demand-publisher { max-width: calc(100% - 114px); }

.demand-quote-count {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  color: #5b7260 !important;
  font-size: 10px !important;
  white-space: nowrap;
}

.admin-demand .dual-actions {
  margin-top: 12px;
}

.admin-demand-review-summary { padding-bottom: 0; }
.demand-review-search { margin-top: 0; }
.admin-filter-tabs.demand-review-status-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 14px 0 0; overflow: visible; border-bottom: 1px solid #e0e8df; }
.admin-filter-tabs.demand-review-status-tabs button { position: relative; display: flex; min-width: 0; min-height: 42px; align-items: center; justify-content: center; gap: 3px; padding: 0 3px; border: 0; border-radius: 0; color: #6b786e; background: transparent; box-shadow: none; font-size: 12px; font-weight: 720; }
.admin-filter-tabs.demand-review-status-tabs button em { color: #94a096; font-size: 10px; font-style: normal; font-weight: 700; }
.admin-filter-tabs.demand-review-status-tabs button.active { color: var(--brand-dark); background: transparent; }
.admin-filter-tabs.demand-review-status-tabs button.active em { color: var(--brand-dark); }
.admin-filter-tabs.demand-review-status-tabs button.active::after { position: absolute; bottom: -1px; left: 50%; width: 24px; height: 3px; border-radius: 3px 3px 0 0; background: var(--brand); content: ""; transform: translateX(-50%); }
.demand-review-filter-zone { margin-top: 12px; }
.demand-review-filter-zone .review-inline-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.demand-review-filter-zone .review-inline-filters button { min-width: 0; }
.market-picker-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 12px 16px 0; overflow: hidden; border: 1px solid #dce6db; border-radius: 9px; background: #f5f8f4; }
.market-picker-tabs button { min-height: 36px; border: 0; color: #6d796f; background: transparent; font-size: 13px; font-weight: 760; }
.market-picker-tabs button.active { margin: 3px; border-radius: 6px; color: var(--brand-dark); background: #fff; box-shadow: 0 1px 3px rgba(27, 51, 32, .08); }
.demand-review-region-search { margin: 12px 16px 0; }
.demand-review-region-search.brand-search { width: auto; }
.review-region-clear { margin: 12px 16px 0; }
.review-region-clear button { min-height: 32px; padding: 0 12px; border: 1px solid #dfe8dd; border-radius: 7px; color: #5e6b61; background: #fff; font-size: 12px; font-weight: 720; }
.review-region-clear button.active { border-color: #b7d7ba; color: var(--brand-dark); background: #edf7ec; }
.demand-review-region-content { max-height: 51vh; margin-top: 4px; padding: 0 16px 24px; overflow-y: auto; }
.demand-review-region-content .filter-section { margin-top: 16px; }
.demand-review-region-content .filter-title { margin-bottom: 8px; color: #536056; font-size: 12px; font-weight: 800; }
.demand-review-region-content .region-grid { margin-top: 0; }
.time-range-sheet { padding: 16px; }
.time-range-shortcuts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.time-range-shortcuts button { min-height: 36px; border: 1px solid #dfe8dd; border-radius: 8px; color: #58655a; background: #fff; font-size: 12px; font-weight: 760; }
.time-range-shortcuts button.active { border-color: #b7d7ba; color: var(--brand-dark); background: #edf7ec; }
.demand-review-time-summary { min-height: 20px; margin-top: 15px; color: #536056; font-size: 13px; font-weight: 760; text-align: center; }
.demand-review-calendar { margin-top: 10px; }
.calendar-month-nav { display: grid; grid-template-columns: 36px minmax(0, 1fr) 36px; align-items: center; min-height: 38px; }
.calendar-month-nav b { color: #253429; font-size: 14px; text-align: center; }
.calendar-nav-btn { width: 32px; min-width: 32px; height: 32px; margin: 0 auto; border-color: transparent; color: #425146; font-size: 26px; line-height: 1; }
.calendar-nav-btn:disabled { opacity: .28; }
.calendar-week, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-week { margin-top: 6px; }
.calendar-week span { height: 28px; color: #8a968d; font-size: 11px; line-height: 28px; text-align: center; }
.calendar-days { row-gap: 2px; }
.calendar-days > span, .calendar-days button { height: 38px; min-width: 0; border: 0; border-radius: 0; color: #314037; background: transparent; font-size: 13px; font-weight: 700; }
.calendar-days button { position: relative; z-index: 0; cursor: pointer; }
.calendar-days button.in-range { color: var(--brand-dark); background: #e8f3e6; }
.calendar-days button.endpoint { margin: 2px auto; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--brand-dark); }
.calendar-days button:disabled { color: #c6cec6; cursor: default; }
.demand-review-list { padding-top: 6px; }
.demand-review-card { padding: 13px 0; border-bottom: 1px solid #e8eee7; cursor: pointer; }
.demand-review-card:first-child { padding-top: 0; }
.demand-review-card:last-child { border-bottom: 0; }
.demand-review-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.demand-review-card-head > div { display: flex; min-width: 0; align-items: center; gap: 7px; }
.demand-review-card-head b { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 14px; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.demand-review-card-head .chip { flex: 0 0 auto; font-size: 10px; }
.demand-review-keyline { display: flex; align-items: center; gap: 5px; overflow: hidden; margin-top: 7px; color: #4d5b51; font-size: 11px; white-space: nowrap; }
.demand-review-keyline span { overflow: hidden; text-overflow: ellipsis; }
.demand-review-keyline i { flex: 0 0 auto; color: #abb5ac; font-style: normal; }
.demand-review-card > p { overflow: hidden; margin: 6px 0 0; color: #87938a; font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.demand-review-return { overflow: hidden; margin-top: 7px; color: #a4533a; font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.demand-review-detail-page { padding-bottom: 142px; }
.demand-review-hero { margin-bottom: 12px; padding: 14px; border: 1px solid #dce7dc; border-radius: 12px; background: #fff; }
.demand-review-hero .chips { margin-bottom: 8px; }
.demand-review-hero h2 { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.4; }
.demand-review-hero p { margin: 7px 0 0; color: #87938a; font-size: 11px; line-height: 1.35; }
.demand-review-actions { grid-template-columns: .82fr 1.18fr; }
.demand-review-return-sheet > p { margin: 7px 0 11px; color: #748177; font-size: 12px; line-height: 1.5; }
.demand-review-return-sheet .form-label { display: block; margin-top: 12px; }
.demand-review-return-sheet .form-label em { color: #c94c38; font-size: 11px; font-style: normal; }
.demand-review-return-help { margin-top: 10px; padding: 9px 10px; border-radius: 8px; color: #607064; background: #f4f7f3; font-size: 11px; line-height: 1.5; }

.timeline {
  display: grid;
  gap: 10px;
}

.timeline div {
  border-radius: 14px;
  padding: 12px;
  background: #fbfdf9;
  box-shadow: inset 0 0 0 1px rgba(227,236,230,.78);
}

.timeline b,
.timeline span {
  display: block;
}

.timeline b {
  font-size: 14px;
  color: var(--brand-dark);
}

.timeline span {
  margin-top: 4px;
  color: var(--sub);
  font-size: 12px;
}

.toast {
  position: fixed; left: 50%; bottom: 92px; transform: translate(-50%, 16px);
  width: min(360px, calc(100vw - 36px)); background: var(--ink); color: #fff;
  border-radius: 18px; padding: 12px 14px; font-size: 13px; text-align: center;
  opacity: 0; pointer-events: none; z-index: 60; transition: .18s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.empty { min-height: 180px; display: grid; place-items: center; text-align: center; color: var(--sub); }
.compact-empty { min-height: auto; padding: 16px; text-align: left; place-items: start; }
.compact-empty p { margin-bottom: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mt { margin-top: 14px; }
.hidden { display: none !important; }

@media (max-width: 360px) {
  .screen { padding-inline: 14px; }
  .status-row { grid-template-columns: repeat(2, 1fr); }
  .list-card { grid-template-columns: 1fr; }
  .thumb { height: 130px; }
}

/* Stitch reference: home-only visual language. Other pages retain the working demo UI. */
.stitch-home {
  margin: -16px -16px -112px;
  min-height: calc(100vh + 112px);
  padding-bottom: 112px;
  background: #f8faf8;
}

.stitch-home-top {
  position: sticky;
  top: -16px;
  z-index: 15;
  height: 56px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #bfcab7;
}

.stitch-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 92px;
  color: #005100;
  font-size: 11px;
  line-height: 13px;
  font-weight: 900;
}

.stitch-brand-mark {
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 7px;
  background: #005100;
  display: grid;
  place-items: center;
}

.stitch-brand-mark img { width: 100%; height: 100%; object-fit: cover; }

.stitch-search {
  min-width: 0;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: #687367;
  background: #eceeec;
  border-radius: 18px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}

.stitch-search b { color: #404a3b; font-size: 18px; line-height: 1; font-weight: 700; }
.stitch-search span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.stitch-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 24px 16px 0;
}

.stitch-quick-item {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: #191c1b;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}

.stitch-quick-item span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #005100;
  background: #e6e9e7;
  box-shadow: 0 2px 5px rgba(19, 41, 21, .08);
  font-size: 16px;
  font-weight: 900;
}

.stitch-quick-item span svg { width: 23px; height: 23px; }

.stitch-quick-item.service span { color: #286c1e; background: #eaf4e7; }
.stitch-quick-item.ai span { color: #a56600; background: #fff9e6; border: 1px solid rgba(245,166,35,.18); }
.stitch-quick-item.activity span { color: #3e4740; background: #e7ece7; }
.stitch-quick-item.member span { color: #095305; background: #dfeedd; }
.stitch-quick-item:active span { transform: scale(.91); }

.stitch-recommend { padding: 25px 16px 12px; }
.stitch-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.stitch-section-head h2 { margin: 0; color: #191c1b; font-size: 18px; line-height: 24px; font-weight: 900; }
.stitch-section-head button, .stitch-more-cars { color: #005100; background: transparent; font-size: 12px; font-weight: 900; }
.stitch-section-head i, .stitch-more-cars i { font-size: 18px; font-style: normal; vertical-align: -1px; }

.stitch-car-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.stitch-car-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e5e0;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 4px rgba(25, 45, 28, .05);
}

.stitch-car-card:active { background: #f2f4f2; }
.stitch-car-media {
  position: relative;
  height: 128px;
  overflow: hidden;
  background: #e6eee7;
}

.stitch-car-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.stitch-car-media > span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  max-width: calc(100% - 10px);
  padding: 3px 5px;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, .58);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stitch-car-body { display: grid; gap: 6px; padding: 9px; }
.stitch-car-tags { display: flex; gap: 4px; min-height: 16px; overflow: hidden; }
.stitch-car-tags em, .stitch-car-tags b { display: inline-flex; align-items: center; min-height: 16px; padding: 0 5px; border-radius: 4px; font-size: 10px; font-style: normal; font-weight: 800; white-space: nowrap; }
.stitch-car-tags em { color: #006c00; border: 1px solid rgba(0,108,0,.16); }
.stitch-car-tags b.new { color: #fff; background: #006c00; }
.stitch-car-tags b.used { color: #49584c; background: #e8ece8; }
.stitch-car-body h3 { overflow: hidden; margin: 0; color: #191c1b; font-size: 13px; line-height: 18px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.stitch-car-body p { display: flex; justify-content: space-between; gap: 8px; min-width: 0; margin: 0; color: #687367; font-size: 10px; line-height: 14px; }
.stitch-car-body p span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stitch-car-body p small { flex: 0 0 auto; color: #687367; font-size: 10px; }

.stitch-more-cars { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin-top: 14px; border: 1px solid #bfcab7; border-radius: 8px; background: #fff; }

/* Publish entry: one decision per row, built for quick scanning on mobile. */
.publish-choice-page { min-height: calc(100vh - 86px); padding: 18px 16px 28px; background: #f8fbf6; }
.publish-choice-header { padding: 10px 4px 22px; }
.publish-choice-header h1 { margin: 0; color: #162117; font-size: 22px; line-height: 30px; font-weight: 850; }
.publish-choice-header p { margin: 5px 0 0; color: #778277; font-size: 13px; line-height: 19px; }
.publish-choice-list { display: grid; gap: 12px; }
.publish-choice-card { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 20px; align-items: center; width: 100%; min-height: 94px; padding: 15px 13px; border: 1px solid #e2e9e1; border-radius: 10px; background: #fff; color: #172018; text-align: left; box-shadow: 0 2px 8px rgba(30, 55, 34, .045); }
.publish-choice-card:active { transform: scale(.987); background: #f8fbf7; }
.publish-choice-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; color: #006c00; background: #e6f3e4; }
.publish-choice-icon svg { width: 24px; height: 24px; }
.publish-choice-copy { display: grid; min-width: 0; gap: 4px; padding: 0 12px; }
.publish-choice-copy b { color: #172018; font-size: 16px; line-height: 22px; font-weight: 850; }
.publish-choice-copy em { overflow: hidden; color: #758075; font-size: 12px; font-style: normal; line-height: 17px; text-overflow: ellipsis; white-space: nowrap; }
.publish-choice-copy i { justify-self: start; margin-top: 2px; padding: 2px 6px; border-radius: 4px; color: #007000; background: #e9f5e7; font-size: 10px; font-style: normal; line-height: 15px; font-weight: 800; }
.publish-choice-arrow { color: #8b968b; font-size: 25px; line-height: 1; font-weight: 400; text-align: right; }
.publish-choice-card.demand .publish-choice-icon { color: #285b46; background: #e8f1eb; }
.publish-choice-card.service .publish-choice-icon { color: #355f2f; background: #edf3e8; }
.publish-choice-note { margin: 22px 4px 0; color: #8a9489; font-size: 11px; line-height: 17px; text-align: center; }

.inline-note { display: grid; gap: 4px; padding: 10px 11px; border: 1px solid #e0e8da; border-radius: 8px; background: #f7fbf5; }
.inline-note b { color: #334034; font-size: 12px; line-height: 17px; }
.inline-note span { color: #687367; font-size: 12px; line-height: 18px; }

/* Consultation sheets use a verified callback number, not the account login number. */
.inquiry-callback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #deebdf;
  border-radius: 11px;
  background: #fbfdfb;
}
.inquiry-callback > div { display: flex; align-items: center; gap: 7px; min-width: 0; }
.inquiry-callback span { color: var(--sub); font-size: 12px; }
.inquiry-callback b { color: var(--ink); font-size: 13px; }
.inquiry-callback em { padding: 2px 5px; border-radius: 4px; color: var(--brand); background: #e9f4e9; font-size: 10px; font-style: normal; font-weight: 800; }
.inquiry-callback .btn { min-width: 46px; min-height: 30px; padding: 0 8px; border-radius: 8px; font-size: 11px; }
.callback-phone-form input { width: 100%; box-sizing: border-box; }
.callback-choice-list { display: grid; gap: 10px; }
.callback-choice-list button { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 12px; border: 1px solid #dce8dd; border-radius: 11px; background: #fff; color: var(--ink); text-align: left; }
.callback-choice-list button > span { display: grid; gap: 4px; }
.callback-choice-list b { font-size: 14px; }
.callback-choice-list em { color: var(--sub); font-size: 12px; font-style: normal; }
.callback-choice-list i { color: var(--brand); font-size: 12px; font-style: normal; font-weight: 800; }
.callback-choice-list button.active { border-color: var(--brand); background: #eef8ef; }
.callback-choice-note { margin: 10px 2px 0; }
.phone-code-row { display: grid; grid-template-columns: minmax(0, 1fr) 96px; gap: 9px; }
.phone-code-row .btn { min-height: 42px; padding: 0 8px; border-radius: 8px; font-size: 12px; white-space: nowrap; }

.lead-result-context {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid #deebdf;
  border-radius: 11px;
  background: #f8fbf8;
}
.lead-result-context span { color: var(--brand); font-size: 11px; font-weight: 800; }
.lead-result-context b { color: var(--ink); font-size: 14px; line-height: 1.35; }
.lead-result-context em { color: var(--sub); font-size: 11px; font-style: normal; }
.lead-result-form { padding: 13px; border: 1px solid #e0ebe1; border-radius: 12px; background: #fff; }
.lead-result-form label { display: block; color: var(--ink); font-size: 13px; font-weight: 800; }
.lead-result-form label i { color: #d94b4b; font-style: normal; }
.lead-result-status-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.lead-result-status-choice button { display: grid; gap: 3px; min-height: 62px; padding: 10px; border: 1px solid #dbe8dc; border-radius: 10px; background: #fafdfb; color: var(--ink); text-align: left; }
.lead-result-status-choice button b { font-size: 13px; }
.lead-result-status-choice button span { color: var(--sub); font-size: 10px; }
.lead-result-status-choice button.active { border-color: var(--brand); background: #eef8ef; }
.lead-result-status-choice button.active b { color: var(--brand); }
.lead-result-textarea { min-height: 106px; margin-top: 9px; }

.province-picker-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-height: min(62vh, 520px); padding: 14px; overflow-y: auto; }
.province-picker-grid button { min-height: 42px; padding: 6px 5px; border: 1px solid #dfe9df; border-radius: 8px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 720; line-height: 1.25; }
.province-picker-grid button.active { border-color: var(--brand); color: var(--brand-dark); background: #edf7ed; }
.company-business-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 8px; }
.company-business-picker button { min-height: 39px; padding: 6px 8px; border: 1px solid #dfe9df; border-radius: 8px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 720; }
.company-business-picker button.active { border-color: var(--brand); color: var(--brand-dark); background: #edf7ed; }
.org-filter-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 2px 0 13px; }
.org-filter-row button { display: flex; min-width: 0; min-height: 38px; align-items: center; justify-content: space-between; gap: 5px; padding: 0 11px; border: 1px solid #dfe9df; border-radius: 8px; color: #526055; background: #fff; font-size: 12px; font-weight: 720; text-align: left; }
.org-filter-row button.selected { border-color: #afd0b2; color: var(--brand-dark); background: #f0f8f0; }
.org-filter-row button i { flex: 0 0 auto; color: #7e8b81; font-size: 12px; font-style: normal; }

@media (max-width: 360px) {
  .stitch-home { margin-inline: -14px; }
  .stitch-home-top { top: -16px; padding-inline: 14px; gap: 8px; }
  .stitch-brand { min-width: 82px; font-size: 10px; }
  .stitch-quick-grid, .stitch-recommend { padding-inline: 14px; }
  .stitch-car-media { height: 114px; }
}
