:root {
  --blue-950: #102c5a;
  --blue-900: #153b78;
  --blue-700: #185adb;
  --blue-600: #2f72e8;
  --blue-100: #eaf1ff;
  --ink: #172b4d;
  --muted: #7889a6;
  --line: #e9eef7;
  --surface: #ffffff;
  --canvas: #f5f8fd;
  --teal: #16a6a0;
  --orange: #ef9d45;
  --rose: #e46779;
  --shadow: 0 18px 40px rgba(42, 76, 133, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #e9eff8;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; border: 0; cursor: pointer; }
button:focus-visible { outline: 3px solid rgba(24, 90, 219, .28); outline-offset: 3px; }
.app-shell { width: min(100%, 480px); min-height: 100vh; margin: 0 auto; background: var(--canvas); position: relative; overflow: hidden; }
.page-view { display: none; min-height: calc(100vh - 84px); animation: page-in .28s ease both; }
.page-view.is-active { display: block; }
@keyframes page-in { from { opacity: .5; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.topbar { padding: calc(18px + env(safe-area-inset-top)) 22px 16px; display: flex; justify-content: space-between; align-items: center; background: var(--surface); }
.brand-lockup { display: flex; gap: 10px; align-items: center; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: #dfeaff; color: var(--blue-700); }
.brand-mark svg { width: 20px; height: 20px; stroke-width: 2.4; }
.eyebrow { margin: 0 0 1px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.brand-lockup h1 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.icon-button { width: 40px; height: 40px; border-radius: 13px; background: #f2f6fc; color: var(--blue-900); display: grid; place-items: center; position: relative; }
.icon-button svg { width: 20px; height: 20px; }
.notification-dot { width: 7px; height: 7px; border-radius: 99px; background: #ec6c77; position: absolute; top: 9px; right: 10px; border: 2px solid #f2f6fc; }

.hero { margin: 0 16px; border-radius: 24px; overflow: hidden; position: relative; color: white; box-shadow: var(--shadow); }
.hero-track { height: 260px; position: relative; }
.hero-slide { inset: 0; position: absolute; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 35, 78, .87) 0%, rgba(10, 35, 78, .54) 48%, rgba(10, 35, 78, .08) 100%); }
.hero-copy { position: absolute; inset: 0; padding: 28px 24px 36px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-tag { display: inline-flex; padding: 5px 9px; border-radius: 8px; background: rgba(255, 255, 255, .18); font-size: 11px; letter-spacing: .03em; }
.hero-copy h2 { margin: 12px 0 8px; font-size: 29px; line-height: 1.2; letter-spacing: -.045em; }
.hero-copy p { max-width: 235px; margin: 0; font-size: 12px; line-height: 1.6; color: rgba(255, 255, 255, .78); }
.primary-button { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 11px; background: white; color: var(--blue-900); font-size: 12px; font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.primary-button svg { width: 15px; height: 15px; }
.hero-controls { position: absolute; left: 24px; right: 20px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.slide-dots { display: flex; gap: 6px; }
.slide-dot { width: 18px; height: 4px; padding: 0; border-radius: 6px; background: rgba(255,255,255,.4); transition: width .25s, background .25s; }
.slide-dot.is-active { width: 28px; background: white; }
.hero-count { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .08em; }

.notice-strip { margin: 16px 16px 0; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid #e6ecf5; background: white; border-radius: 15px; cursor: pointer; }
.notice-icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: #df7d39; background: #fff1e4; flex: 0 0 auto; }
.notice-icon svg { width: 16px; height: 16px; }
.notice-text { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 2px; }
.notice-text span { color: #db7a38; font-size: 10px; font-weight: 700; }
.notice-text strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notice-arrow { width: 16px; color: #a2b0c6; }

.section-block { padding: 26px 20px 0; }
.page-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 28px 20px 18px; background: white; }
.page-header h2 { margin: 0; color: var(--ink); font-size: 25px; letter-spacing: -.05em; }
.page-header p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.merchant-feature { margin: 12px 20px 18px; padding: 18px; min-height: 128px; display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden; border-radius: 20px; color: white; background: #214f9f; position: relative; }
.merchant-feature::after { content: ""; width: 142px; height: 142px; position: absolute; right: -28px; bottom: -49px; border-radius: 50%; border: 22px solid rgba(255,255,255,.12); }
.merchant-feature h3 { margin: 13px 0 6px; font-size: 20px; letter-spacing: -.04em; }
.merchant-feature p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.merchant-feature > svg { width: 30px; height: 30px; position: relative; z-index: 1; margin: 5px 2px 0 0; color: #d6e5ff; }
.merchant-searchbar { display: flex; align-items: center; gap: 8px; margin: 0 20px 14px; padding: 11px 13px; border-radius: 12px; background: white; border: 1px solid #e7edf6; color: #94a2b9; }
.merchant-searchbar svg { width: 16px; flex: 0 0 auto; }.merchant-searchbar input { width: 100%; padding: 0; border: 0; outline: none; color: var(--ink); background: transparent; font: inherit; font-size: 12px; }.merchant-searchbar input::placeholder { color: #9caac0; }
.page-filter { margin: 0 20px 16px; }.merchant-page-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0 20px; }.merchant-page-list .merchant-card { min-width: 0; }
.page-subsection { padding: 28px 20px 0; }.subsection-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }.subsection-heading h3 { margin: 0; font-size: 16px; }.subsection-heading span { color: var(--muted); font-size: 10px; }.info-chip-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.info-chip { min-width: 0; padding: 13px 11px; display: flex; align-items: center; gap: 8px; border-radius: 14px; color: var(--ink); background: white; border: 1px solid #ebeff5; text-align: left; }.info-chip > svg:first-child { width: 19px; color: var(--blue-700); flex: 0 0 auto; }.info-chip > svg:last-child { width: 14px; color: #a1afc4; margin-left: auto; flex: 0 0 auto; }.info-chip span { min-width: 0; }.info-chip strong, .info-chip small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.info-chip strong { font-size: 11px; }.info-chip small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.activity-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 20px 18px; overflow: hidden; border-radius: 15px; background: #e7edf6; }.activity-summary > div { padding: 15px 8px; background: white; text-align: center; }.activity-summary span, .activity-summary strong { display: block; }.activity-summary span { color: var(--muted); font-size: 10px; }.activity-summary strong { margin-top: 5px; color: var(--blue-700); font-size: 22px; letter-spacing: -.04em; }.activity-tabs { display: flex; gap: 9px; padding: 0 20px 15px; overflow-x: auto; scrollbar-width: none; }.activity-tabs::-webkit-scrollbar { display: none; }.activity-tab { padding: 7px 15px; border-radius: 10px; color: #8090a8; background: white; font-size: 11px; }.activity-tab.is-active { color: var(--blue-700); background: #eaf1ff; font-weight: 700; }.page-activity-list { padding: 0 20px; }.date-violet { color: #6d64cc; background: #ecebff; }
.profile-header { align-items: center; }.profile-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: white; background: #2f72e8; font-size: 18px; font-weight: 700; box-shadow: 0 10px 20px rgba(24,90,219,.2); }.profile-card { margin: 0 20px 18px; padding: 18px; border-radius: 20px; color: white; background: #1d4b98; box-shadow: 0 14px 28px rgba(24,67,137,.18); }.profile-card-top { display: flex; justify-content: space-between; align-items: flex-start; }.profile-card-top span { display: block; color: rgba(255,255,255,.65); font-size: 10px; }.profile-card-top strong { display: block; margin-top: 5px; font-size: 21px; }.profile-badge { display: flex !important; align-items: center; gap: 4px; padding: 6px 8px; border-radius: 8px; color: #dceaff !important; background: rgba(255,255,255,.12); font-weight: 600; }.profile-badge svg { width: 13px; }.profile-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); }.profile-stats strong, .profile-stats span { display: block; }.profile-stats strong { font-size: 17px; }.profile-stats span { margin-top: 4px; color: rgba(255,255,255,.6); font-size: 10px; }.profile-list { margin: 0 20px; display: flex; flex-direction: column; gap: 1px; overflow: hidden; border-radius: 16px; background: #e9eef6; }.profile-list button { display: flex; align-items: center; gap: 10px; padding: 13px 12px; color: var(--ink); background: white; text-align: left; }.profile-list button > svg { width: 15px; margin-left: auto; color: #a0afc4; }.profile-list button > span:nth-child(2) { min-width: 0; }.profile-list strong, .profile-list small { display: block; }.profile-list strong { font-size: 12px; }.profile-list small { margin-top: 3px; color: var(--muted); font-size: 10px; }.profile-list-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--blue-700); background: #e9f1ff; }.profile-list-icon svg { width: 17px; }.profile-list-icon.icon-teal { color: var(--teal); background: #e3f7f3; }.profile-list-icon.icon-rose { color: var(--rose); background: #ffedf0; }.profile-list-icon.icon-green { color: #5d9b63; background: #e8f5e8; }.profile-support { display: flex; align-items: center; gap: 10px; margin: 18px 20px 0; padding: 14px; width: calc(100% - 40px); border-radius: 15px; color: var(--ink); background: white; text-align: left; }.profile-support .support-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #df8632; background: #fff1e3; }.profile-support .support-icon svg { width: 17px; }.profile-support strong, .profile-support small { display: block; }.profile-support strong { font-size: 12px; }.profile-support small { margin-top: 3px; color: var(--muted); font-size: 10px; }.profile-support > svg { width: 15px; margin-left: auto; color: #a0afc4; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
.section-kicker { display: block; color: #8ba0be; font-size: 9px; font-weight: 700; letter-spacing: .13em; margin-bottom: 4px; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: 19px; letter-spacing: -.035em; }
.text-button { display: inline-flex; align-items: center; gap: 4px; color: var(--blue-700); background: transparent; font-size: 11px; font-weight: 700; padding: 5px 0; }
.text-button svg { width: 14px; height: 14px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 10px; }
.quick-item { min-height: 82px; padding: 12px 6px 10px; background: white; border: 1px solid #edf1f7; border-radius: 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 600; box-shadow: 0 8px 18px rgba(34, 67, 111, .04); }
.quick-icon { width: 35px; height: 35px; border-radius: 12px; display: grid; place-items: center; }
.quick-icon svg { width: 18px; height: 18px; stroke-width: 2.1; }
.quick-blue { background: #e8f0ff; color: #2b68d8; }.quick-teal { background: #e0f7f2; color: #169c91; }.quick-orange { background: #fff0de; color: #e08734; }.quick-indigo { background: #ecebff; color: #6d64cc; }.quick-rose { background: #ffeaee; color: #db5e74; }.quick-green { background: #e6f5e6; color: #5d9b63; }

.filter-row { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; margin: -2px 0 15px; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-pill { flex: 0 0 auto; padding: 7px 14px; border-radius: 30px; color: #7384a0; background: white; border: 1px solid #e5ebf5; font-size: 11px; }
.filter-pill.is-active { color: white; background: var(--blue-700); border-color: var(--blue-700); box-shadow: 0 8px 16px rgba(24, 90, 219, .2); }
.merchant-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.merchant-card { background: white; border-radius: 18px; overflow: hidden; border: 1px solid #ebeff5; box-shadow: 0 8px 18px rgba(34, 67, 111, .04); cursor: pointer; }
.merchant-photo { height: 115px; position: relative; overflow: hidden; }
.merchant-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.merchant-card:hover .merchant-photo img { transform: scale(1.04); }
.merchant-badge { position: absolute; left: 9px; top: 9px; padding: 4px 7px; border-radius: 7px; color: #19467c; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 700; }
.merchant-body { padding: 11px 11px 12px; }
.merchant-body h3 { margin: 0 0 4px; font-size: 14px; }
.merchant-meta { display: flex; align-items: center; gap: 4px; color: #8595ae; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.merchant-meta svg { width: 12px; height: 12px; color: var(--blue-600); flex: 0 0 auto; }
.merchant-service { margin: 9px 0 0; color: #5d6d87; font-size: 10px; line-height: 1.5; }
.merchant-empty { grid-column: 1 / -1; background: white; border-radius: 16px; padding: 24px; color: var(--muted); text-align: center; font-size: 12px; }

.activity-list { display: flex; flex-direction: column; gap: 11px; }
.activity-card { display: flex; align-items: center; gap: 11px; padding: 12px; border-radius: 17px; background: white; border: 1px solid #ebeff5; }
.date-tile { width: 48px; height: 54px; border-radius: 13px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #2a69da; background: #eaf1ff; flex: 0 0 auto; }.date-tile strong { font-size: 20px; line-height: 1; }.date-tile span { margin-top: 4px; font-size: 9px; text-transform: uppercase; font-weight: 700; }.date-teal { color: #14978f; background: #e1f7f2; }.date-orange { color: #dc8635; background: #fff0df; }
.activity-info { min-width: 0; flex: 1; }.activity-meta { display: flex; align-items: center; gap: 8px; color: #90a0b7; font-size: 10px; }.status-tag { padding: 4px 6px; border-radius: 6px; font-size: 9px; font-weight: 700; }.tag-blue { color: #2b68d8; background: #eaf1ff; }.tag-teal { color: #168f89; background: #e5f8f2; }.tag-orange { color: #d27c2e; background: #fff0df; }
.activity-info h3 { overflow: hidden; margin: 7px 0 6px; font-size: 12px; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }.activity-info p { display: flex; align-items: center; gap: 4px; margin: 0; color: #8a9bb2; font-size: 10px; }.activity-info p svg { width: 12px; height: 12px; color: var(--blue-600); }
.round-arrow { width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue-700); background: #eef4ff; border-radius: 10px; flex: 0 0 auto; }.round-arrow svg { width: 15px; height: 15px; }
.bottom-space { height: 88px; }
.bottom-nav { position: fixed; z-index: 30; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 480px); display: grid; grid-template-columns: repeat(5, 1fr); padding: 11px 14px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid #ebeff5; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #99a7bc; background: transparent; font-size: 10px; font-weight: 600; }.nav-item svg { width: 19px; height: 19px; }.nav-item.is-active { color: var(--blue-700); }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: flex; align-items: flex-end; justify-content: center; background: rgba(14, 29, 57, .42); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }.modal-backdrop.is-open { opacity: 1; visibility: visible; }.modal-sheet { width: min(100%, 480px); max-height: 84vh; overflow-y: auto; padding: 22px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; background: white; transform: translateY(30px); transition: transform .28s ease; position: relative; }.modal-backdrop.is-open .modal-sheet { transform: translateY(0); }.modal-close { position: absolute; z-index: 1; right: 16px; top: 15px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #7587a2; background: #f3f6fb; }.modal-close svg { width: 17px; }.modal-content { padding-top: 8px; }.modal-content h2 { margin: 0 32px 8px 0; font-size: 21px; letter-spacing: -.03em; }.modal-content > p { margin: 0 0 18px; color: #7a8ba4; font-size: 12px; line-height: 1.7; }.modal-lead { display: flex; gap: 12px; padding: 13px; border-radius: 15px; background: #f5f8fd; margin-bottom: 14px; }.modal-lead-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue-700); background: #e6efff; border-radius: 11px; flex: 0 0 auto; }.modal-lead h3 { margin: 0 0 4px; font-size: 13px; }.modal-lead p { margin: 0; color: #7d8da6; font-size: 11px; line-height: 1.5; }.detail-image { width: 100%; height: 160px; object-fit: cover; border-radius: 16px; display: block; margin-bottom: 14px; }.detail-row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #edf1f7; color: #53657f; font-size: 12px; }.detail-row svg { width: 16px; color: var(--blue-700); }.detail-row strong { color: var(--ink); margin-right: auto; }.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }.modal-button { padding: 12px; border-radius: 12px; color: var(--blue-700); background: #eaf1ff; font-size: 12px; font-weight: 700; }.modal-button.primary { color: white; background: var(--blue-700); }.modal-tabs { display: flex; gap: 8px; margin: 16px 0; }.modal-tab { padding: 8px 12px; border-radius: 9px; color: #7e8da4; background: #f2f5fa; font-size: 11px; }.modal-tab.is-active { color: var(--blue-700); background: #eaf1ff; font-weight: 700; }.mini-list { display: flex; flex-direction: column; gap: 9px; }.mini-list-item { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 13px; background: #f7f9fc; }.mini-list-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--blue-700); background: #e8f0ff; }.mini-list-icon svg { width: 15px; }.mini-list-copy { min-width: 0; flex: 1; }.mini-list-copy strong { display: block; overflow: hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }.mini-list-copy span { display: block; margin-top: 3px; color: #8b9ab0; font-size: 10px; }.mini-list-arrow { width: 15px; color: #9aabc2; }.form-field { display: flex; flex-direction: column; gap: 7px; margin: 14px 0; }.form-field label { color: #63758f; font-size: 11px; font-weight: 700; }.form-field input, .form-field textarea { width: 100%; padding: 12px; border: 1px solid #e1e8f2; border-radius: 11px; color: var(--ink); background: #fbfcfe; font: inherit; font-size: 12px; outline: none; }.form-field textarea { min-height: 90px; resize: vertical; }.form-field input:focus, .form-field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(47,114,232,.11); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 90px; transform: translate(-50%, 12px); padding: 11px 16px; border-radius: 12px; color: white; background: rgba(16, 44, 90, .93); font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; white-space: nowrap; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 700px) {
  .app-shell { margin: 28px auto; min-height: calc(100vh - 56px); border-radius: 28px; box-shadow: 0 30px 70px rgba(31, 66, 122, .16); }
  .bottom-nav { position: fixed; bottom: 0; }
  .bottom-space { height: 92px; }
}

.app-shell.subpage-open .bottom-nav { display: none; }
.subpage { padding-bottom: 30px; }
.page-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px 0; background: white; }
.back-button { display: inline-flex; align-items: center; gap: 5px; padding: 5px 0; color: var(--blue-700); background: transparent; font-size: 12px; font-weight: 700; }
.back-button svg { width: 16px; }
.page-toolbar-kicker { color: #9aabc2; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.subpage-header { padding-top: 16px; padding-bottom: 22px; }
.subpage-list { display: flex; flex-direction: column; gap: 9px; padding: 0 20px; }
.detail-image { width: calc(100% - 40px); height: 190px; object-fit: cover; margin: 0 20px 14px; border-radius: 18px; display: block; }
.detail-intro { padding: 0 20px 12px; }.detail-intro h3 { margin: 9px 0 5px; font-size: 18px; }.detail-intro p { margin: 0; color: var(--muted); font-size: 11px; }
.detail-row { display: flex; align-items: center; gap: 10px; margin: 0 20px; padding: 13px 0; border-bottom: 1px solid #edf1f7; color: #596b85; font-size: 12px; }.detail-row svg { width: 16px; color: var(--blue-700); }.detail-row strong { color: var(--ink); margin-right: auto; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 20px 0; }.detail-actions .modal-button { display: flex; align-items: center; justify-content: center; gap: 6px; }.detail-actions .modal-button svg { width: 15px; }
.detail-highlight { display: flex; gap: 11px; margin: 0 20px 14px; padding: 14px; border-radius: 15px; background: #f4f7fc; }.detail-highlight > div { min-width: 0; }.detail-highlight strong { display: block; font-size: 13px; }.detail-highlight p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.wide-primary-button, .wide-secondary-button { width: calc(100% - 40px); margin: 20px 20px 0; padding: 13px 16px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 13px; font-size: 12px; font-weight: 700; }.wide-primary-button { color: white; background: var(--blue-700); box-shadow: 0 9px 20px rgba(24,90,219,.18); }.wide-secondary-button { color: var(--blue-700); background: #eaf1ff; }.wide-primary-button svg, .wide-secondary-button svg { width: 16px; }
.service-menu { display: flex; flex-direction: column; gap: 1px; margin: 0 20px; overflow: hidden; border-radius: 16px; background: #e8edf5; }.service-menu button { display: flex; align-items: center; gap: 11px; padding: 14px 13px; background: white; color: var(--ink); text-align: left; }.service-menu button > svg:first-child { width: 18px; color: var(--blue-700); }.service-menu button > svg:last-child { width: 15px; margin-left: auto; color: #9cacbf; }.service-menu button span { min-width: 0; }.service-menu strong, .service-menu small { display: block; }.service-menu strong { font-size: 12px; }.service-menu small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.small-call-button { padding: 7px 10px; border-radius: 9px; color: var(--blue-700); background: #eaf1ff; font-size: 10px; font-weight: 700; }
.job-list-card { display: flex; align-items: center; gap: 10px; width: 100%; padding: 14px; border: 1px solid #e7edf5; border-radius: 15px; color: var(--ink); background: white; text-align: left; }.job-list-card > span:nth-child(2) { min-width: 0; flex: 1; }.job-list-card strong, .job-list-card small { display: block; }.job-list-card strong { font-size: 12px; }.job-list-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }.job-list-card > svg { width: 15px; color: #9cabbe; }.job-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: #df8632; background: #fff0df; flex: 0 0 auto; }.job-icon svg { width: 17px; }.job-detail-card { margin: 0 20px; padding: 16px; border: 1px solid #e6edf6; border-radius: 18px; background: white; }.job-title-row { display: flex; align-items: center; gap: 10px; }.job-title-row > div { min-width: 0; flex: 1; }.job-title-row h3 { margin: 0; font-size: 18px; }.job-title-row p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }.job-title-row .merchant-badge { position: static; flex: 0 0 auto; }.job-salary { margin: 17px 0 6px; color: #dd7f2d; font-size: 24px; font-weight: 800; }.job-salary span { color: var(--muted); font-size: 10px; font-weight: 500; }.job-detail-row { display: flex; gap: 14px; padding: 12px 0; border-top: 1px solid #edf1f6; color: #61728b; font-size: 11px; line-height: 1.55; }.job-detail-row strong { width: 60px; color: var(--ink); flex: 0 0 auto; }.job-detail-row span { flex: 1; }
.form-page { padding: 0 20px; }.form-field { display: flex; flex-direction: column; gap: 7px; margin: 15px 0; }.form-field label { color: #63758f; font-size: 11px; font-weight: 700; }.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 12px; border: 1px solid #e1e8f2; border-radius: 11px; color: var(--ink); background: #fbfcfe; font: inherit; font-size: 12px; outline: none; }.form-field textarea { min-height: 96px; resize: vertical; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(47,114,232,.11); }.form-hint { color: #94a3b8; font-size: 10px; }.photo-preview { display: flex; gap: 8px; margin-top: 3px; }.photo-preview span { width: 64px; height: 64px; overflow: hidden; border-radius: 10px; background: #eef3fb; }.photo-preview img { width: 100%; height: 100%; object-fit: cover; }.form-status { margin-top: 13px; padding: 11px 12px; border-radius: 11px; color: #247249; background: #eaf7ef; font-size: 11px; line-height: 1.55; }.form-status:empty { display: none; }.form-status.is-error { color: #b74656; background: #ffedf0; }
.volunteer-actions { padding: 0 0 4px; }.volunteer-actions .wide-primary-button, .volunteer-actions .wide-secondary-button { margin-top: 0; }.volunteer-actions .wide-secondary-button { margin-top: 10px; }.subpage-section-title { display: flex; align-items: center; justify-content: space-between; padding: 28px 20px 12px; }.subpage-section-title h3 { margin: 0; font-size: 16px; }.subpage-section-title span { color: var(--muted); font-size: 10px; }.volunteer-list { display: flex; flex-direction: column; gap: 10px; padding: 0 20px; }.volunteer-card { padding: 14px; border: 1px solid #e7edf5; border-radius: 16px; background: white; }.volunteer-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; }.volunteer-card h3 { margin: 10px 0 9px; font-size: 14px; }.volunteer-card p { display: flex; align-items: center; gap: 5px; margin: 5px 0; color: #8291a7; font-size: 10px; }.volunteer-card p svg { width: 13px; color: var(--blue-700); }.volunteer-card .text-button { margin-top: 8px; }
.check-row { display: flex; align-items: flex-start; gap: 9px; margin-top: 17px; padding: 12px; border-radius: 12px; color: var(--ink); background: #f4f7fc; font-size: 11px; }.check-row input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--blue-700); }.check-row strong, .check-row small { display: block; }.check-row small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.quick-violet { background: #eeeaff; color: #6d64cc; }
.service-page-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--blue-700); background: #eaf1ff; }.service-page-mark svg { width: 21px; }
.service-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px 20px 0; }.service-feature-card { min-height: 118px; padding: 14px; display: flex; flex-direction: column; align-items: flex-start; border-radius: 16px; color: var(--ink); background: white; border: 1px solid #e7edf5; text-align: left; position: relative; }.service-feature-card > svg:first-child { width: 20px; margin-bottom: 16px; }.service-feature-card strong { font-size: 13px; }.service-feature-card span { margin-top: 4px; color: var(--muted); font-size: 10px; }.service-feature-card .feature-arrow { width: 15px; position: absolute; right: 12px; bottom: 13px; }.jobs-feature > svg:first-child { color: #e08734; }.transfer-feature > svg:first-child { color: #6d64cc; }.template-note { display: flex; align-items: center; gap: 8px; margin: 14px 20px 0; padding: 11px 12px; border-radius: 12px; color: #416a9d; background: #edf4ff; font-size: 10px; line-height: 1.45; }.template-note svg { width: 16px; color: var(--blue-700); flex: 0 0 auto; }
.service-hub-grid { padding-top: 0; }

/* 2026-09 refresh: compact blue community service interface */
body, body * { letter-spacing: 0 !important; }
.topbar { padding: calc(14px + env(safe-area-inset-top)) 20px 12px; }
.brand-mark, .icon-button, .service-page-mark { border-radius: 8px; }
.hero { margin: 0 14px; border-radius: 10px; box-shadow: 0 10px 26px rgba(30, 64, 120, .14); }
.hero-track { height: 202px; }
.hero-copy { padding: 18px 18px 28px; }
.hero-copy h2 { margin: 8px 0 5px; font-size: 23px; line-height: 1.18; }
.hero-copy p { max-width: 245px; font-size: 10px; line-height: 1.45; }
.hero-tag { padding: 4px 7px; border-radius: 5px; font-size: 9px; }
.hero-action { padding: 8px 11px; border-radius: 7px; font-size: 10px; }
.hero-controls { left: 18px; right: 16px; bottom: 10px; }
.notice-strip { margin: 12px 14px 0; border-radius: 8px; }
.section-block { padding-left: 14px; padding-right: 14px; }
.section-heading { margin-bottom: 12px; }
.section-heading h2 { font-size: 18px; }
.quick-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.quick-item { min-height: 72px; padding: 9px 3px 7px; border-radius: 8px; gap: 6px; font-size: 10px; box-shadow: none; }
.quick-icon { width: 32px; height: 32px; border-radius: 8px; }
.quick-icon svg { width: 16px; height: 16px; }
.quick-red { color: #cf3347; background: #ffe7eb; }
.merchant-card, .activity-card, .job-list-card, .volunteer-card, .job-detail-card { border-radius: 8px; }
.merchant-photo { height: 108px; }
.merchant-badge { border-radius: 4px; }
.date-tile, .round-arrow, .status-tag { border-radius: 6px; }
.merchant-feature::after { display: none; }
.service-menu, .profile-list { border-radius: 8px; }
.service-menu button { padding: 13px 12px; }
.form-field input, .form-field select, .form-field textarea { border-radius: 7px; }
.form-page .wide-primary-button { width: 100%; margin-left: 0; margin-right: 0; }
.wide-primary-button, .wide-secondary-button { border-radius: 8px; }
.detail-image, .detail-highlight, .contact-card, .lost-detail-card { border-radius: 8px; }

.party-section { padding-top: 4px; }
.party-feature {
  min-height: 156px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  border-radius: 8px;
  background: linear-gradient(120deg, #9f1733 0%, #d2384c 48%, #174fa8 100%);
  box-shadow: 0 12px 26px rgba(135, 35, 60, .18);
  cursor: pointer;
}
.party-feature-copy h3 { margin: 10px 0 5px; font-size: 20px; line-height: 1.25; }
.party-feature-copy p { margin: 0; color: rgba(255,255,255,.75); font-size: 10px; }
.party-label { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border-radius: 4px; color: white; background: rgba(255,255,255,.16); font-size: 9px; font-weight: 700; }
.party-label svg { width: 12px; }
.party-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; font-size: 10px; font-weight: 700; }
.party-link svg { width: 13px; }
.party-date { width: 54px; height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.28); background: rgba(14,40,90,.25); }
.party-date strong { font-size: 24px; line-height: 1; }
.party-date span { margin-top: 5px; font-size: 8px; font-weight: 700; }
.party-page-lead { display: flex; align-items: center; gap: 12px; margin: 0 20px 14px; padding: 14px; color: white; border-radius: 8px; background: linear-gradient(120deg, #ad203a, #1a57b5); }
.party-page-lead > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; background: rgba(255,255,255,.14); border-radius: 7px; }
.party-page-lead svg { width: 19px; }
.party-page-lead strong { display: block; font-size: 13px; }
.party-page-lead p { margin: 4px 0 0; color: rgba(255,255,255,.75); font-size: 10px; }
.party-list-card { width: 100%; display: flex; align-items: center; gap: 11px; padding: 13px; text-align: left; color: var(--ink); background: white; border: 1px solid #e7edf5; border-radius: 8px; }
.party-list-card > span:nth-child(2) { min-width: 0; flex: 1; }
.party-list-card em, .party-list-card strong, .party-list-card small { display: block; font-style: normal; }
.party-list-card em { margin-bottom: 5px; color: #c83248; font-size: 9px; font-weight: 700; }
.party-list-card strong { font-size: 12px; }
.party-list-card small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.party-list-card > svg { width: 15px; color: #a2afc2; }
.party-list-mark { width: 36px; height: 36px; display: grid; place-items: center; color: #c83248; background: #ffe9ed; border-radius: 7px; }
.party-list-mark svg { width: 17px; }
.party-detail-hero { margin: 0 20px 14px; padding: 18px; color: white; border-radius: 8px; background: linear-gradient(120deg, #a11a36, #1b58b7); }
.party-detail-hero h3 { margin: 12px 0 6px; font-size: 19px; }
.party-detail-hero p { margin: 0; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.65; }

.service-highlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 0 20px 16px; }
.service-highlight-grid button { min-width: 0; padding: 12px 6px 10px; display: flex; flex-direction: column; align-items: center; color: var(--ink); background: white; border: 1px solid #e3eaf4; border-radius: 8px; }
.service-highlight-grid strong { margin-top: 7px; font-size: 11px; white-space: nowrap; }
.service-highlight-grid small { margin-top: 3px; color: var(--muted); font-size: 8px; white-space: nowrap; }
.service-highlight-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #1d64d8; background: #e8f0ff; border-radius: 8px; }
.service-highlight-icon.legal { color: #7b60bc; background: #eee9ff; }
.service-highlight-icon.found { color: #168c82; background: #e1f6f1; }
.service-highlight-icon svg { width: 17px; }

.contact-card { margin: 0 20px; padding: 22px 18px; color: white; background: #175bb8; box-shadow: 0 12px 24px rgba(23,91,184,.2); }
.contact-card.legal-card { background: #244c8f; }
.contact-card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; color: #174f9d; background: white; border-radius: 8px; }
.contact-card-icon svg { width: 21px; }
.contact-eyebrow { display: block; color: rgba(255,255,255,.72); font-size: 10px; }
.contact-card > strong { display: block; margin-top: 5px; font-size: 25px; }
.contact-time { display: flex; align-items: center; gap: 7px; margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); font-size: 11px; }
.contact-time svg { width: 15px; }
.contact-card p { margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.6; }

.lost-found-tabs { display: flex; gap: 7px; padding: 0 20px 13px; overflow-x: auto; }
.lost-found-tabs button { padding: 7px 11px; color: #7384a0; background: white; border: 1px solid #e1e8f2; border-radius: 6px; font-size: 10px; white-space: nowrap; }
.lost-found-tabs button.is-active { color: white; border-color: var(--blue-700); background: var(--blue-700); }
.lost-found-list { display: flex; flex-direction: column; gap: 9px; padding: 0 20px; }
.lost-found-card { width: 100%; display: flex; align-items: center; gap: 10px; padding: 12px; text-align: left; color: var(--ink); background: white; border: 1px solid #e6edf5; border-radius: 8px; }
.lost-found-card > span:nth-child(2) { min-width: 0; flex: 1; }
.lost-found-card strong, .lost-found-card small { display: block; }
.lost-found-card strong { margin-top: 5px; font-size: 12px; }
.lost-found-card small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.lost-found-card > svg { width: 15px; color: #a0aec1; }
.lost-found-thumb { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #1b68d5; background: #e8f1ff; border-radius: 7px; }
.lost-found-thumb.lost { color: #d1702e; background: #fff0df; }
.lost-found-thumb.found { color: #168c82; background: #e2f6f1; }
.lost-found-thumb svg { width: 19px; }
.lost-status { display: inline-block !important; width: fit-content; padding: 3px 5px; color: #c2692d; background: #fff0df; border-radius: 4px; font-size: 8px; font-style: normal; font-weight: 700; }
.lost-status.found { color: #14867d; background: #e1f6f1; }
.lost-detail-card { margin: 0 20px 14px; padding: 18px; background: white; border: 1px solid #e5ebf4; }
.lost-detail-card h3 { margin: 12px 0 7px; font-size: 18px; }
.lost-detail-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.cert-type-control { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 16px 0 7px; padding: 4px; background: #eaf0f8; border-radius: 8px; }
.cert-type-control button { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 6px; color: #70819a; background: transparent; border-radius: 6px; font-size: 11px; font-weight: 700; }
.cert-type-control button.is-active { color: var(--blue-700); background: white; box-shadow: 0 3px 10px rgba(31,69,120,.1); }
.cert-type-control svg { width: 15px; }
.cert-fields.is-hidden { display: none; }
.profile-cert-button.is-certified { color: #dfffea; background: rgba(31,158,98,.25); }

.community-copy { padding: 0 20px 20px; }
.community-copy h3 { margin: 8px 0; font-size: 18px; }
.community-copy > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.community-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.community-facts span { padding: 11px 7px; text-align: center; background: white; border: 1px solid #e5ebf4; border-radius: 7px; }
.community-facts strong, .community-facts small { display: block; }
.community-facts strong { color: var(--blue-700); font-size: 13px; }
.community-facts small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.inspection-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 20px 14px; }
.inspection-summary span { padding: 12px 6px; text-align: center; background: white; border-radius: 7px; border: 1px solid #e5ebf4; }
.inspection-summary strong, .inspection-summary small { display: block; }
.inspection-summary strong { color: var(--blue-700); font-size: 18px; }
.inspection-summary small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.inspection-card { display: grid; grid-template-columns: auto 1fr auto; gap: 4px 9px; align-items: center; padding: 13px; color: var(--ink); text-align: left; background: white; border: 1px solid #e6edf5; border-radius: 8px; }
.inspection-card .inspection-state { grid-row: 1 / span 2; }
.inspection-card strong, .inspection-card small { grid-column: 2; }
.inspection-card strong { font-size: 12px; }
.inspection-card small { color: var(--muted); font-size: 9px; }
.inspection-card > svg { grid-column: 3; grid-row: 1 / span 2; width: 15px; color: #a0aec1; }
.inspection-state { padding: 4px 5px; border-radius: 4px; font-size: 8px; font-weight: 700; }
.state-pending { color: #c36929; background: #fff0df; }
.state-review { color: #735bbb; background: #efeaff; }
.conditional-fields { display: none; }
.conditional-fields.is-visible { display: block; padding: 1px 12px 5px; background: #fff6f7; border-left: 3px solid #d54b5c; }
.certification-note { display: flex; align-items: center; gap: 9px; padding: 11px; color: #416a9d; background: #edf4ff; border-radius: 7px; font-size: 10px; line-height: 1.45; }
.certification-note svg { width: 17px; flex: 0 0 auto; }
.profile-list-icon.icon-violet { color: #735bbb; background: #efeaff; }

@media (max-width: 350px) {
  .quick-grid { gap: 6px; }
  .quick-item { font-size: 9px; }
  .service-highlight-grid { gap: 5px; padding-left: 14px; padding-right: 14px; }
  .service-highlight-grid strong { font-size: 10px; }
  .contact-card > strong { font-size: 22px; }
}

/* 2026-09-19 government community visual refresh */
:root {
  --blue-950: #123943;
  --blue-900: #174f5f;
  --blue-700: #176b72;
  --blue-600: #25838a;
  --blue-100: #e6f1f0;
  --ink: #17343d;
  --muted: #6f8387;
  --line: #dce7e6;
  --canvas: #f3f7f6;
  --teal: #1f8b76;
  --orange: #b88743;
  --rose: #a74d57;
  --shadow: 0 14px 32px rgba(20, 73, 78, .10);
}
body { background: #e8efed; font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; }
button:focus-visible { outline-color: rgba(23, 107, 114, .32); }
.app-shell { background: var(--canvas); }
.topbar { border-bottom: 1px solid #e6eeec; }
.brand-lockup { gap: 9px; }
.brand-mark { position: relative; width: 39px; height: 39px; color: white; background: #174f5f; border: 1px solid #174f5f; }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.34); border-radius: 5px; pointer-events: none; }
.brand-mark svg { width: 19px; position: relative; z-index: 1; }
.brand-lockup h1 { max-width: none; color: #17343d; font-size: 14px; font-weight: 800; }
.brand-lockup p { margin: 2px 0 0; color: #718588; font-family: "STKaiti", "KaiTi", serif; font-size: 9px; }
.icon-button { color: #174f5f; background: #edf4f2; }
.notification-dot { background: #b34d55; border-color: #edf4f2; }
.hero { box-shadow: 0 12px 28px rgba(21, 65, 73, .18); }
.hero-shade { background: linear-gradient(90deg, rgba(12,48,57,.92) 0%, rgba(15,68,75,.62) 56%, rgba(12,48,57,.12) 100%); }
.hero-copy h2, .section-heading h2, .page-header h2, .activity-detail-visual strong, .community-copy h3 { font-family: "STZhongsong", "Songti SC", "SimSun", serif; font-weight: 700; }
.hero-copy h2 { letter-spacing: 0 !important; }
.hero-tag { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); }
.primary-button { color: #174f5f; }
.notice-strip { border-color: #dfe9e7; box-shadow: 0 5px 16px rgba(31, 83, 83, .05); }
.notice-icon { color: #176b72; background: #e4f0ee; }
.notice-text span { color: #176b72; }
.section-kicker { color: #6e918e; }
.section-heading h2 { font-size: 20px; letter-spacing: 0 !important; }
.text-button, .back-button { color: #176b72; }

.good-section-featured { margin: 16px 14px 0; padding: 18px 14px 15px; background: #174f5f; border-radius: 8px; box-shadow: 0 12px 26px rgba(19,73,80,.16); }
.good-section-featured .section-heading { align-items: center; margin-bottom: 10px; }
.good-section-featured .section-kicker { color: #9ed1c5; }
.good-section-featured .section-heading h2 { color: white; font-size: 22px; }
.good-section-featured .text-button { color: #d9eee9; }
.good-feature-intro { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; padding: 9px 10px; color: #dcebe8; background: rgba(255,255,255,.08); border-left: 2px solid #d4af68; }
.good-feature-intro > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: #f2d79f; }
.good-feature-intro svg { width: 16px; }
.good-feature-intro p { margin: 0; font-size: 9px; line-height: 1.55; }
.good-feature-intro strong { display: block; margin-bottom: 1px; color: white; font-size: 10px; }
.good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.good-list .good-card { border-color: rgba(255,255,255,.16); }
.good-list .good-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 43% 1fr; min-height: 137px; }
.good-list .good-card:first-child .good-card-image { height: 100%; }
.good-list .good-card:first-child .good-card-copy { padding: 13px; align-self: center; }
.good-card-image em { background: rgba(19,79,95,.84); }
.good-card-price { color: #a45d2f; }
.good-progress i { background: #1f8b76; }
.good-card-meta { color: #657e7d; }

.quick-section { padding-top: 23px; }
.quick-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px 6px; }
.quick-item { min-height: 67px; padding: 5px 2px; gap: 6px; color: #38555b; background: transparent; border: 0; box-shadow: none; }
.quick-icon, .quick-blue, .quick-red, .quick-orange, .quick-indigo, .quick-rose, .quick-green, .quick-violet { width: 38px; height: 38px; color: #176b72; background: #ffffff; border: 1px solid #cfe0dd; border-radius: 50%; box-shadow: 0 5px 13px rgba(24, 76, 78, .08); }
.quick-icon svg { width: 17px; height: 17px; stroke-width: 1.8; }
.quick-item:nth-child(2) .quick-icon { color: #a6454e; border-color: #e6cdd0; }
.quick-item:nth-child(5) .quick-icon { color: #9a6b2e; border-color: #e5dac9; }
.quick-item span:last-child { font-size: 10px; font-weight: 600; }

.party-section { padding-top: 22px; }
.merchant-event-feature { background: linear-gradient(90deg, rgba(18,57,67,.94) 0%, rgba(23,107,114,.78) 58%, rgba(18,57,67,.32) 100%), url("assets/hero-shops.jpg") center/cover; }
.party-label { border: 1px solid rgba(255,255,255,.22); }
.party-feature-copy h3 { font-family: "STZhongsong", "Songti SC", "SimSun", serif; letter-spacing: 0 !important; }
.party-date { border-color: rgba(255,255,255,.35); background: rgba(18,57,67,.48); }
.activity-card { border-color: #dce7e5; box-shadow: 0 5px 14px rgba(27,77,77,.04); }
.date-tile, .date-teal, .date-orange, .date-violet { color: #176b72; background: #e6f1ef; }
.tag-blue, .tag-teal { color: #176b72; background: #e2f0ed; }
.tag-orange { color: #8e642c; background: #f4ecdf; }
.round-arrow { color: #176b72; background: #e7f1ef; }
.activity-info p svg, .merchant-meta svg { color: #25838a; }
.filter-pill.is-active { background: #176b72; border-color: #176b72; box-shadow: 0 7px 15px rgba(23,107,114,.18); }
.merchant-card { border-color: #dce7e5; box-shadow: 0 6px 16px rgba(27,77,77,.05); }
.merchant-badge { color: #174f5f; }
.bottom-nav { border-top-color: #dce7e5; }
.nav-item.is-active { color: #176b72; }
.wide-primary-button { background: #176b72; box-shadow: 0 8px 18px rgba(23,107,114,.18); }
.wide-secondary-button { color: #176b72; background: #e5f0ee; }

.community-cover { object-position: center 42%; }
.community-method-tag { display: inline-block; padding: 5px 8px; color: #176b72; background: #e5f0ee; border-left: 2px solid #b58a48; font-family: "STKaiti", "KaiTi", serif; font-size: 10px; }
.community-copy h3 { margin-top: 12px; font-size: 21px; }
.community-copy > p { color: #52696d; font-size: 11px; line-height: 1.8; }
.community-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 15px; }
.community-stat-grid span { padding: 10px 5px; text-align: center; background: white; border-top: 2px solid #d4af68; }
.community-stat-grid strong, .community-stat-grid small { display: block; }
.community-stat-grid strong { color: #174f5f; font-family: Georgia, serif; font-size: 18px; }
.community-stat-grid small { margin-top: 3px; color: #72868a; font-size: 8px; }
.community-work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 20px; }
.community-work-grid article { padding: 13px; background: white; border: 1px solid #dce7e5; border-top: 2px solid #176b72; border-radius: 6px; }
.community-work-grid article:last-child { grid-column: 1 / -1; }
.community-work-grid svg { width: 18px; color: #176b72; }
.community-work-grid strong { display: block; margin-top: 7px; color: #17343d; font-size: 12px; }
.community-work-grid p { margin: 5px 0 0; color: #687d80; font-size: 9px; line-height: 1.6; }
.community-achievements { margin: 18px 20px 0; padding: 16px; color: white; background: #174f5f; border-radius: 7px; }
.community-achievements h3 { margin: 0 0 8px; font-family: "STZhongsong", "Songti SC", serif; font-size: 16px; }
.community-achievements p { margin: 0; color: #d3e4e1; font-size: 10px; line-height: 1.75; }
.community-achievements blockquote { margin: 14px 0 0; padding: 10px 0 0 12px; color: #f2dbad; border-top: 1px solid rgba(255,255,255,.18); border-left: 2px solid #d4af68; font-family: "STKaiti", "KaiTi", serif; font-size: 12px; }

.activity-detail-visual { position: relative; height: 235px; margin: 0 20px 14px; overflow: hidden; color: white; border-radius: 8px; }
.activity-detail-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,45,52,.92) 0%, rgba(12,45,52,.18) 67%); }
.activity-detail-visual img { width: 100%; height: 100%; object-fit: cover; }
.activity-detail-visual > span { position: absolute; z-index: 1; top: 13px; left: 13px; padding: 5px 7px; background: #176b72; border-left: 2px solid #d4af68; font-size: 9px; }
.activity-detail-visual > div { position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 15px; }
.activity-detail-visual strong, .activity-detail-visual small { display: block; }
.activity-detail-visual strong { font-size: 19px; line-height: 1.38; }
.activity-detail-visual small { margin-top: 6px; color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.55; }
.activity-detail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 20px; }
.activity-detail-meta > div { display: flex; align-items: center; gap: 8px; padding: 11px; background: white; border: 1px solid #dce7e5; border-radius: 7px; }
.activity-detail-meta svg { width: 16px; color: #176b72; flex: 0 0 auto; }
.activity-detail-meta small, .activity-detail-meta strong { display: block; }
.activity-detail-meta small { color: #819294; font-size: 8px; }
.activity-detail-meta strong { margin-top: 3px; color: #29484d; font-size: 9px; line-height: 1.4; }
.activity-story { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin: 19px 20px 0; padding: 16px 0; border-top: 1px solid #ccdcd9; border-bottom: 1px solid #ccdcd9; }
.story-index { color: #b48a49; font-family: Georgia, serif; font-size: 20px; }
.activity-story h3 { margin: 0 0 7px; font-family: "STZhongsong", "Songti SC", serif; font-size: 16px; }
.activity-story p { margin: 0; color: #5f7478; font-size: 10px; line-height: 1.8; }
.activity-highlight-title { padding-top: 22px; }
.activity-highlight-list { display: flex; flex-direction: column; gap: 7px; padding: 0 20px; }
.activity-highlight-list > div { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: white; border-left: 2px solid #176b72; }
.activity-highlight-list span { color: #b48a49; font-family: Georgia, serif; font-size: 11px; }
.activity-highlight-list p { margin: 0; color: #3e595e; font-size: 10px; }
.activity-source-note { display: flex; align-items: flex-start; gap: 8px; margin: 14px 20px 0; padding: 10px 11px; color: #718587; background: #e9f0ee; font-size: 9px; line-height: 1.55; }
.activity-source-note svg { width: 15px; color: #176b72; flex: 0 0 auto; }

.inspection-flow { display: grid; grid-template-columns: 1fr 18px 1fr; align-items: center; gap: 5px; margin: 0 20px; padding: 14px; color: white; background: #174f5f; border-radius: 8px; }
.inspection-flow > div { min-width: 0; }
.inspection-flow > svg { width: 16px; color: #9bc8c0; }
.inspection-flow span { display: inline-block; color: #f0d59e; font-family: Georgia, serif; font-size: 10px; }
.inspection-flow strong, .inspection-flow small { display: block; }
.inspection-flow strong { margin-top: 4px; font-size: 11px; }
.inspection-flow small { margin-top: 3px; color: #c4d9d5; font-size: 8px; line-height: 1.45; }
.inspection-list-title { padding-top: 22px; }
.inspection-notice-only { display: flex; align-items: flex-start; gap: 10px; margin: 17px 20px 0; padding: 13px; color: #385d61; background: #e5f0ee; border-left: 3px solid #176b72; }
.inspection-notice-only > svg { width: 18px; color: #176b72; flex: 0 0 auto; }
.inspection-notice-only strong { font-size: 11px; }
.inspection-notice-only p { margin: 5px 0 0; font-size: 9px; line-height: 1.65; }
.inspection-detail-hero { background: #174f5f; }
.inspection-camera-note { color: #385d61; background: #e5f0ee; }
.state-pending { color: #176b72; background: #e4f0ee; }
.state-review { color: #8c622d; background: #f3eadb; }

/* Larger, more readable typography and two-item featured goods layout. */
body { font-size: 15px; }
.brand-lockup { min-width: 0; }
.brand-lockup > div:last-child { min-width: 0; max-width: 226px; }
.brand-lockup h1 { max-width: none; font-size: 16px; line-height: 1.3; }
.brand-lockup p { margin-top: 3px; font-size: 10px; line-height: 1.35; }
.hero-copy h2 { font-size: 25px; }
.hero-copy p { font-size: 12px; line-height: 1.55; }
.hero-tag, .hero-action, .hero-count { font-size: 11px; }
.notice-text span { font-size: 11px; }
.notice-text strong { font-size: 13px; }
.section-kicker, .page-toolbar-kicker { font-size: 10px; }
.section-heading h2 { font-size: 21px; }
.text-button, .back-button { font-size: 12px; }
.good-feature-intro p { font-size: 11px; line-height: 1.6; }
.good-feature-intro strong { font-size: 12px; }
.good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.good-list .good-card:first-child { grid-column: auto; display: block; }
.good-card-image { height: 128px; }
.good-card-image em { font-size: 10px; }
.good-card-copy { padding: 11px; }
.good-card-copy strong { min-height: 38px; overflow: visible; font-size: 13px; line-height: 1.45; white-space: normal; text-overflow: clip; }
.good-card-copy small { margin-top: 5px; font-size: 10px; line-height: 1.45; }
.good-card-price { font-size: 17px; }
.good-card-meta { font-size: 10px; line-height: 1.45; white-space: normal; }
.quick-item { min-height: 78px; font-size: 12px; line-height: 1.25; }
.page-header h2 { font-size: 27px; }
.page-header p { font-size: 13px; line-height: 1.55; }
.filter-pill, .activity-tab, .nav-item { font-size: 12px; }
.merchant-body h3 { font-size: 15px; }
.merchant-meta, .merchant-service { font-size: 11px; }
.activity-meta, .activity-info p { font-size: 11px; }
.activity-info h3 { font-size: 14px; }
.status-tag, .merchant-badge { font-size: 10px; }
.party-feature-copy h3 { font-size: 22px; }
.party-feature-copy p, .party-label, .party-link { font-size: 11px; }
.merchant-event-card strong, .notification-list-card strong { font-size: 14px; }
.merchant-event-card small, .notification-list-card small, .merchant-event-card em { font-size: 11px; line-height: 1.45; }
.detail-intro p, .good-detail-intro p, .merchant-item-detail p, .notification-detail-card p, .merchant-event-detail-hero p, .venue-intro > p { font-size: 13px; }
.detail-row { font-size: 13px; }
.wide-primary-button, .wide-secondary-button, .modal-button { font-size: 14px; }
.subpage-section-title h3 { font-size: 18px; }
.subpage-section-title span { font-size: 11px; }
.goods-note, .goods-process-note, .good-progress-panel span, .good-progress-panel p { font-size: 12px; }
.good-progress-panel em, .good-detail-intro > small { font-size: 11px; }
.service-menu strong, .profile-list strong, .profile-support strong, .job-list-card strong { font-size: 14px; }
.service-menu small, .profile-list small, .profile-support small, .job-list-card small { font-size: 11px; }
.form-field label { font-size: 13px; }
.form-field input, .form-field select, .form-field textarea { font-size: 14px; }
.form-hint, .form-status { font-size: 11px; }
.community-copy > p, .community-work-grid p, .community-achievements p { font-size: 12px; }
.community-stat-grid small { font-size: 10px; }
.community-work-grid strong { font-size: 14px; }
.activity-detail-visual small, .activity-story p, .activity-highlight-list p, .activity-source-note { font-size: 11px; }
.activity-detail-meta small, .inspection-detail-meta small { font-size: 10px; }
.activity-detail-meta strong, .inspection-detail-meta strong { font-size: 12px; }
.inspection-flow strong, .inspection-notice-only strong { font-size: 13px; }
.inspection-flow small, .inspection-notice-only p, .inspection-detail-hero p, .inspection-requirement-list p, .inspection-camera-note { font-size: 11px; }
.inspection-state, .inspection-card small, .inspection-requirement-list strong { font-size: 10px; }
.inspection-card strong { font-size: 13px; }
.venue-gallery-single { display: block; height: 220px; }
.venue-gallery-single .venue-gallery-main { width: 100%; height: 100%; object-position: center; }
.venue-gallery-count, .venue-facility-row span { font-size: 11px; }

@media (max-width: 370px) {
  .brand-lockup > div:last-child { max-width: 190px; }
  .brand-lockup h1 { font-size: 15px; }
  .brand-lockup p { font-size: 10px; }
  .good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .good-list .good-card, .good-list .good-card:first-child { display: block; }
  .good-list .good-card-image { height: 116px; }
  .good-card-copy { padding: 9px; }
  .good-card-copy strong { min-height: 40px; font-size: 12px; }
  .quick-item { font-size: 11px; }
}

/* Product detail gallery and expanded description */
body.lightbox-open { overflow: hidden; }
.good-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .95fr);
  gap: 4px;
  height: 238px;
  margin: 0 20px 14px;
  overflow: hidden;
  border: 1px solid #d7e5ed;
  border-radius: 8px;
  background: #dce9f0;
}
.good-gallery-lead,
.good-gallery-thumbs { min-width: 0; min-height: 0; }
.good-gallery-thumbs {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
}
.good-gallery-thumbs-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.good-gallery-item {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #e5edf1;
  cursor: zoom-in;
}
.good-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}
.good-gallery-item:active img { transform: scale(1.025); }
.good-gallery-item:focus-visible { position: relative; z-index: 2; outline: 3px solid #26a2de; outline-offset: -3px; }
.good-gallery-count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  color: #ffffff;
  border-radius: 5px;
  background: rgba(35, 48, 56, .76);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.good-gallery-count svg { width: 13px; height: 13px; }
.good-description-title { padding-top: 22px; }
.good-description {
  margin: 0 20px;
  padding: 2px 14px;
  border: 1px solid #dce6eb;
  border-radius: 8px;
  background: #ffffff;
}
.good-description-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  padding: 14px 0;
  border-bottom: 1px solid #e7edf0;
}
.good-description-row:last-child { border-bottom: 0; }
.good-description-row > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #1478a8;
  border-radius: 7px;
  background: #e4f2fb;
}
.good-description-row svg { width: 17px; height: 17px; }
.good-description-row strong { display: block; color: #354047; font-size: 14px; line-height: 1.4; }
.good-description-row p { margin: 5px 0 0; color: #69767e; font-size: 12px; line-height: 1.7; }
.good-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 56px 20px 24px;
  background: rgba(18, 25, 30, .95);
}
.good-lightbox[hidden] { display: none; }
.good-lightbox figure {
  display: flex;
  width: min(100%, 760px);
  max-height: calc(100vh - 92px);
  margin: 0;
  flex-direction: column;
  align-items: center;
}
.good-lightbox figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  border-radius: 6px;
  object-fit: contain;
  background: #222a2f;
}
.good-lightbox figcaption {
  display: flex;
  width: 100%;
  max-width: 560px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  color: #f6f8f9;
  font-size: 13px;
  line-height: 1.4;
}
.good-lightbox figcaption small { flex: 0 0 auto; color: #b8c4ca; font-size: 11px; }
.good-lightbox-close,
.good-lightbox-nav {
  position: fixed;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}
.good-lightbox-close { top: 14px; right: 14px; }
.good-lightbox-nav { top: 50%; transform: translateY(-50%); }
.good-lightbox-prev { left: 12px; }
.good-lightbox-next { right: 12px; }
.good-lightbox-close svg,
.good-lightbox-nav svg { width: 22px; height: 22px; }
.good-lightbox-close:focus-visible,
.good-lightbox-nav:focus-visible { outline: 3px solid #26a2de; outline-offset: 2px; }

@media (max-width: 370px) {
  .good-gallery { height: 218px; }
  .good-lightbox { padding-right: 14px; padding-left: 14px; }
  .good-lightbox-nav { top: auto; bottom: 24px; }
  .good-lightbox-prev { left: 14px; }
  .good-lightbox-next { right: 14px; }
  .good-lightbox figure { max-height: calc(100vh - 118px); }
  .good-lightbox figure img { max-height: calc(100vh - 182px); }
  .good-lightbox figcaption { padding-right: 54px; padding-left: 54px; }
}

/* Livelier community palette: clear blue foundation with warm civic accents. */
:root {
  --blue-950: #173f5b;
  --blue-900: #1f5f88;
  --blue-700: #247eae;
  --blue-600: #3b94c3;
  --blue-100: #e6f3f9;
  --ink: #1e4056;
  --muted: #647f90;
  --line: #cfe1eb;
  --canvas: #f6fafc;
  --teal: #22988d;
  --orange: #d98a32;
  --rose: #cc5d6b;
  --shadow: 0 14px 32px rgba(30, 91, 126, .12);
}
body { background: #e8f2f7; }
.app-shell { background: #f7fbfd; }
.topbar { background: #ffffff; border-bottom-color: #d6e6ee; }
.brand-mark { color: white; background: #277fae; border-color: #277fae; box-shadow: 0 6px 14px rgba(39, 127, 174, .22); }
.brand-lockup h1 { color: #173f5b; }
.brand-lockup p { color: #607f91; }
.icon-button { color: #cf6168; background: #fff0f0; }
.notification-dot { background: #df8b32; border-color: #fff0f0; }
.hero { box-shadow: 0 12px 30px rgba(29, 83, 119, .24); }
.hero-shade { background: linear-gradient(90deg, rgba(18,62,88,.92) 0%, rgba(34,112,139,.64) 58%, rgba(22,68,91,.12) 100%); }
.hero-tag { background: rgba(255,255,255,.24); border-left: 2px solid #f1bd58; }
.primary-button { color: #1d6489; box-shadow: 0 7px 18px rgba(12, 52, 76, .18); }

.notice-strip { border-color: #d4e5ec; box-shadow: 0 6px 16px rgba(40, 100, 132, .07); }
.notice-icon { color: #cf684b; background: #fff0e8; }
.notice-text span { color: #c95e4f; }
.notice-text strong { color: #284b60; }
.section-kicker { color: #5c8da6; }
.section-heading h2 { color: #1d4861; }
.text-button, .back-button { color: #247eae; }

.good-section-featured { background: #dff3f0; border-top: 3px solid #299990; box-shadow: 0 12px 28px rgba(38, 126, 124, .15); }
.good-section-featured .section-kicker { color: #30847e; }
.good-section-featured .section-heading h2 { color: #155f62; }
.good-section-featured .text-button { color: #167b80; }
.good-feature-intro { color: #3e6970; background: rgba(255,255,255,.72); border-left-color: #e0a43d; }
.good-feature-intro > span { color: #c98723; }
.good-feature-intro strong { color: #176c6a; }
.good-list .good-card { border-color: #b9ddd7; box-shadow: 0 7px 17px rgba(30, 111, 108, .11); }
.good-card-image em { background: rgba(25, 122, 116, .88); }
.good-card-price { color: #d55f3f; }
.good-progress { background: #d9ebe7; }
.good-progress i { background: #28a58f; }
.good-card-meta { color: #627f82; }

.quick-item { color: #2d5267; }
.quick-item:nth-child(1) .quick-icon { color: #2677ad; background: #e4f2fb; border-color: #bcddec; }
.quick-item:nth-child(2) .quick-icon { color: #bd4d5e; background: #fdecef; border-color: #efc8cf; }
.quick-item:nth-child(3) .quick-icon { color: #b97824; background: #fff2dc; border-color: #ecd5ad; }
.quick-item:nth-child(4) .quick-icon { color: #5868b3; background: #ecefff; border-color: #cfd5f2; }
.quick-item:nth-child(5) .quick-icon { color: #bd7628; background: #fff0df; border-color: #ead0ad; }
.quick-item:nth-child(6) .quick-icon { color: #c25d72; background: #fdebf0; border-color: #eec8d1; }
.quick-item:nth-child(7) .quick-icon { color: #238c82; background: #e2f5f1; border-color: #bde1da; }
.quick-item:nth-child(8) .quick-icon { color: #765da9; background: #f0ebfa; border-color: #d9cdec; }

.merchant-event-feature { background: linear-gradient(90deg, rgba(27,76,103,.94) 0%, rgba(34,125,130,.78) 60%, rgba(28,82,103,.24) 100%), url("assets/hero-shops.jpg") center/cover; box-shadow: 0 12px 28px rgba(30, 96, 112, .20); }
.party-label { background: rgba(239, 183, 71, .24); border-left: 2px solid #efb747; }
.party-date { background: rgba(193, 80, 73, .66); border-color: rgba(255,255,255,.42); }
.merchant-event-lead, .merchant-event-detail-hero { background: #26788d; }

.date-tile { color: #277caf; background: #e4f2fa; }
.date-teal { color: #1c8e80; background: #def4ef; }
.date-orange { color: #c67925; background: #fff0dc; }
.date-violet { color: #715ba6; background: #eee9f8; }
.tag-blue { color: #2479aa; background: #e4f2fa; }
.tag-teal { color: #1c867c; background: #e1f4ef; }
.tag-orange { color: #b96f25; background: #fff0dc; }
.round-arrow { color: #277eae; background: #e5f2f8; }
.activity-card, .merchant-card { border-color: #d0e1e9; box-shadow: 0 6px 16px rgba(34, 89, 119, .07); }
.filter-pill { color: #607d8f; border-color: #d1e1ea; }
.filter-pill.is-active { background: #247eae; border-color: #247eae; box-shadow: 0 7px 16px rgba(36, 126, 174, .22); }

.wide-primary-button { background: #247eae; box-shadow: 0 8px 18px rgba(36, 126, 174, .22); }
.wide-secondary-button { color: #247eae; background: #e4f2f8; }
.bottom-nav { border-top-color: #cfe1eb; box-shadow: 0 -5px 18px rgba(36, 88, 115, .06); }
.nav-item { color: #8ca1ae; }
.nav-item.is-active { color: #1878ad; }

.goods-note, .goods-process-note, .inspection-camera-note, .inspection-notice-only { color: #346876; background: #e2f2f3; }
.good-progress-panel { background: #e8f7f2; border-color: #c4e6dc; }
.good-progress-panel strong { color: #208f7e; }
.good-want-button.is-wanted { color: #177b6c; background: #d9f1e9; }
.profile-card { background: #226f94; }
.profile-avatar { background: #d06168; }
.service-highlight-icon { color: #247eae; background: #e4f2fa; }
.service-highlight-icon.legal { color: #b77625; background: #fff0dc; }
.service-highlight-icon.found { color: #238b80; background: #e0f4ef; }

@media (max-width: 370px) {
  .brand-lockup p { font-size: 10px; }
}

@media (max-width: 350px) {
  .good-list { grid-template-columns: 1fr 1fr; }
  .good-list .good-card { display: block; }
  .good-list .good-card:first-child { display: grid; grid-template-columns: 42% 1fr; }
  .brand-lockup h1 { font-size: 12px; }
  .brand-lockup p { font-size: 8px; }
}

.merchant-card { width: 100%; color: var(--ink); text-align: left; }
.merchant-title-row { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.merchant-title-row h3 { min-width: 0; margin: 0 0 4px; }
.merchant-title-row > span { display: inline-flex; align-items: center; gap: 1px; flex: 0 0 auto; color: var(--blue-700); font-size: 8px; font-weight: 700; }
.merchant-title-row > span svg { width: 11px; }
.merchant-detail-cover { height: 210px; }
.merchant-detail-intro { padding-bottom: 16px; }
.merchant-detail-intro .merchant-badge { position: static; display: inline-block; }
.merchant-detail-intro p { line-height: 1.7; }
.merchant-info-panel { margin: 0 20px; padding: 0 13px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.merchant-info-panel .detail-row { margin: 0; }
.merchant-info-panel .detail-row:last-child { border-bottom: 0; }
.merchant-detail-section { margin-top: 7px; }
.merchant-detail-section .subpage-section-title { padding-top: 23px; }
.merchant-package-list { display: flex; flex-direction: column; gap: 8px; padding: 0 20px; }
.merchant-package-card { width: 100%; display: flex; align-items: center; gap: 10px; padding: 13px; color: var(--ink); text-align: left; background: white; border: 1px solid #e3eaf4; border-radius: 8px; }
.merchant-package-card > span:first-child { min-width: 0; flex: 1; }
.merchant-package-card em, .merchant-package-card strong, .merchant-package-card small { display: block; font-style: normal; }
.merchant-package-card em { width: fit-content; padding: 3px 5px; color: #b76829; background: #fff0df; border-radius: 4px; font-size: 8px; font-weight: 700; }
.merchant-package-card strong { margin-top: 6px; font-size: 12px; }
.merchant-package-card small { display: -webkit-box; overflow: hidden; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.merchant-item-price { display: flex; align-items: center; gap: 3px; flex: 0 0 auto; color: #d36f2a; font-size: 14px; font-weight: 800; }
.merchant-item-price svg { width: 14px; color: #9aa9bc; }
.merchant-item-more { display: inline-flex; align-items: center; gap: 2px; flex: 0 0 auto; color: var(--blue-700); font-size: 9px; font-weight: 700; }
.merchant-item-more svg { width: 14px; color: #9aa9bc; }
.merchant-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 0 20px; }
.merchant-product-card { min-width: 0; overflow: hidden; color: var(--ink); text-align: left; background: white; border: 1px solid #e3eaf4; border-radius: 8px; }
.merchant-product-image { display: block; width: 100%; height: 92px; overflow: hidden; background: #edf2f8; }
.merchant-product-image img { width: 100%; height: 100%; object-fit: cover; }
.merchant-product-copy { display: block; padding: 10px; }
.merchant-product-copy em, .merchant-product-copy strong, .merchant-product-copy small { display: block; font-style: normal; }
.merchant-product-copy em { color: var(--blue-700); font-size: 8px; font-weight: 700; }
.merchant-product-copy strong { overflow: hidden; margin-top: 5px; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.merchant-product-copy small { margin-top: 5px; color: #d36f2a; font-size: 13px; font-weight: 800; }
.merchant-item-cover { height: 220px; }
.merchant-item-detail { margin: 0 20px 14px; padding: 15px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.merchant-item-detail h3 { margin: 10px 0 4px; font-size: 18px; }
.merchant-item-detail > strong { color: #d36f2a; font-size: 24px; }
.merchant-item-detail p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.brand-lockup h1 { max-width: 215px; font-size: 14px; line-height: 1.25; letter-spacing: 0 !important; }
.good-section { padding-top: 4px; }
.section-description { margin: -5px 0 12px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.good-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.good-card { min-width: 0; overflow: hidden; padding: 0; color: var(--ink); text-align: left; background: white; border: 1px solid #e3eaf4; border-radius: 8px; }
.good-card-image { position: relative; display: block; height: 92px; overflow: hidden; background: #edf2f8; }
.good-card-image img { width: 100%; height: 100%; object-fit: cover; }
.good-card-image em { position: absolute; left: 6px; bottom: 6px; padding: 3px 5px; color: white; background: rgba(18, 55, 105, .75); border-radius: 4px; font-size: 8px; font-style: normal; }
.good-card-copy { display: block; padding: 9px; }
.good-card-copy strong, .good-card-copy small, .good-card-meta { display: block; }
.good-card-copy strong { overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.good-card-copy small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.good-card-price { display: block; margin-top: 7px; color: #d36f2a; font-size: 14px; font-weight: 800; }
.good-progress { display: block; height: 4px; margin-top: 7px; overflow: hidden; background: #e8eef6; border-radius: 99px; }
.good-progress i { display: block; height: 100%; background: #1c9b84; border-radius: inherit; }
.good-card-meta { margin-top: 5px; color: #7387a1; font-size: 8px; white-space: nowrap; }
.goods-note, .goods-process-note { display: flex; align-items: flex-start; gap: 8px; margin: 0 20px 14px; padding: 11px 12px; color: #416a9d; background: #edf4ff; border-radius: 8px; font-size: 10px; line-height: 1.5; }
.goods-note svg, .goods-process-note svg { width: 16px; flex: 0 0 auto; }
.goods-page-list { display: flex; flex-direction: column; gap: 9px; padding: 0 20px; }
.goods-page-list .good-card { display: grid; grid-template-columns: 112px 1fr; }
.goods-page-list .good-card-image { height: 142px; }
.goods-page-list .good-card-copy { padding: 12px; }
.good-detail-cover { height: 205px; }
.good-detail-intro { margin: 0 20px 14px; padding: 15px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.good-detail-intro h3 { margin: 10px 0 3px; font-size: 18px; }
.good-detail-intro > strong { color: #d36f2a; font-size: 24px; }
.good-detail-intro > small { margin-left: 5px; color: var(--muted); font-size: 10px; }
.good-detail-intro p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.good-progress-panel { margin: 0 20px; padding: 13px; background: #f3faf7; border: 1px solid #d8eee7; border-radius: 8px; }
.good-progress-panel > div:first-child { display: flex; align-items: baseline; gap: 5px; }
.good-progress-panel strong { color: #168b79; font-size: 24px; }
.good-progress-panel span { color: #4c776d; font-size: 10px; }
.good-progress-panel em { margin-left: auto; color: #688d84; font-size: 9px; font-style: normal; }
.good-progress.large { height: 7px; margin-top: 8px; }
.good-progress-panel p { margin: 7px 0 0; color: #4c776d; font-size: 10px; }
.good-params-title { padding-top: 22px; }
.good-params { margin: 0 20px; padding: 0 13px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.good-params .detail-row { margin: 0; }
.good-params .detail-row:last-child { border-bottom: 0; }
.good-params .detail-row span { max-width: 65%; text-align: right; line-height: 1.5; }
.goods-process-note { margin-top: 14px; margin-bottom: 0; }
.good-want-button.is-wanted { color: #168b79; background: #ddf4ed; box-shadow: none; }
.merchant-event-feature { background: linear-gradient(90deg, rgba(13,57,109,.94) 0%, rgba(15,97,120,.78) 55%, rgba(18,65,102,.38) 100%), url("assets/hero-shops.jpg") center/cover; box-shadow: 0 12px 26px rgba(24, 90, 140, .18); }
.merchant-event-lead { display: flex; align-items: center; gap: 10px; margin: 0 20px 14px; padding: 14px; color: white; background: linear-gradient(120deg, #1553a6, #198b9d); border-radius: 8px; }
.merchant-event-lead > svg { width: 22px; flex: 0 0 auto; }
.merchant-event-lead strong { display: block; font-size: 13px; }
.merchant-event-lead p { margin: 4px 0 0; color: rgba(255,255,255,.78); font-size: 10px; }
.merchant-event-card, .notification-list-card { width: 100%; display: flex; align-items: center; gap: 10px; padding: 13px; color: var(--ink); text-align: left; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.merchant-event-card > span:nth-child(2), .notification-list-card > span:nth-child(2) { min-width: 0; flex: 1; }
.merchant-event-card em { display: block; margin-bottom: 5px; color: #168b79; font-size: 9px; font-style: normal; font-weight: 700; }
.merchant-event-card strong, .merchant-event-card small, .notification-list-card strong, .notification-list-card small { display: block; }
.merchant-event-card strong, .notification-list-card strong { font-size: 12px; }
.merchant-event-card small, .notification-list-card small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.merchant-event-card > svg, .notification-list-card > svg { width: 15px; color: #a2afc2; }
.merchant-event-mark { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: #168b79; background: #e1f6f1; border-radius: 7px; }
.merchant-event-mark svg { width: 17px; }
.notification-list-card .mini-list-icon { flex: 0 0 auto; }
.notification-detail-card { margin: 0 20px 14px; padding: 17px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.notification-detail-card h3 { margin: 11px 0 7px; font-size: 18px; }
.notification-detail-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.merchant-event-detail-hero { margin: 0 20px 14px; padding: 18px; color: white; border-radius: 8px; background: linear-gradient(120deg, #1553a6, #198b9d); }
.merchant-event-detail-hero h3 { margin: 12px 0 6px; font-size: 19px; }
.merchant-event-detail-hero p { margin: 0; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.65; }

@media (max-width: 370px) {
  .good-list { grid-template-columns: 1fr; }
  .good-list .good-card { display: grid; grid-template-columns: 92px 1fr; }
  .good-list .good-card-image { height: 128px; }
  .brand-lockup h1 { max-width: 175px; font-size: 13px; }
}

.inspection-detail-hero { margin: 0 20px 12px; padding: 17px; color: white; background: #1a5db9; border-radius: 8px; }
.inspection-detail-hero .inspection-state { display: inline-block; }
.inspection-detail-hero h3 { margin: 12px 0 6px; font-size: 18px; }
.inspection-detail-hero p { margin: 0; color: rgba(255,255,255,.76); font-size: 10px; line-height: 1.65; }
.inspection-detail-meta { display: grid; gap: 8px; margin: 0 20px; }
.inspection-detail-meta > div { display: flex; align-items: center; gap: 10px; padding: 12px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.inspection-detail-meta > div > svg { width: 18px; color: var(--blue-700); flex: 0 0 auto; }
.inspection-detail-meta span { min-width: 0; }
.inspection-detail-meta small, .inspection-detail-meta strong { display: block; }
.inspection-detail-meta small { color: var(--muted); font-size: 8px; }
.inspection-detail-meta strong { margin-top: 3px; font-size: 10px; line-height: 1.45; }
.inspection-section-heading { padding-top: 24px; padding-bottom: 10px; }
.inspection-requirement-list { display: flex; flex-direction: column; gap: 7px; padding: 0 20px; }
.inspection-requirement-list > div { display: grid; grid-template-columns: 30px 22px 1fr; align-items: center; gap: 7px; padding: 10px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.inspection-requirement-list > div > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue-700); background: #e9f1ff; border-radius: 6px; }
.inspection-requirement-list svg { width: 15px; }
.inspection-requirement-list strong { color: #9aa9bd; font-size: 9px; }
.inspection-requirement-list p { margin: 0; color: #53657f; font-size: 10px; line-height: 1.5; }
.inspection-form { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e2e9f2; }
.inspection-camera-note { display: flex; align-items: flex-start; gap: 8px; padding: 11px; color: #416a9d; background: #edf4ff; border-radius: 7px; font-size: 10px; line-height: 1.55; }
.inspection-camera-note svg { width: 17px; flex: 0 0 auto; }
.inspection-upload-field { padding: 11px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }

.venue-gallery { position: relative; display: grid; grid-template-columns: 1.65fr .85fr; gap: 5px; height: 205px; margin: 0 20px 14px; overflow: hidden; border-radius: 8px; background: #e8edf5; }
.venue-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.venue-gallery > div { display: grid; grid-template-rows: 1fr 1fr; gap: 5px; min-width: 0; }
.venue-gallery-count { position: absolute; right: 8px; bottom: 8px; display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; color: white; background: rgba(18,42,78,.72); border-radius: 5px; font-size: 9px; font-weight: 700; }
.venue-gallery-count svg { width: 12px; }
.venue-intro { margin: 0 20px 13px; }
.venue-intro h3 { margin: 9px 0 6px; font-size: 19px; }
.venue-intro > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.venue-facility-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.venue-facility-row span { display: inline-flex; align-items: center; gap: 4px; padding: 6px 8px; color: #42658e; background: #edf4ff; border-radius: 5px; font-size: 9px; }
.venue-facility-row svg { width: 13px; }
.venue-info-panel { margin: 0 20px; padding: 0 13px; background: white; border: 1px solid #e5ebf4; border-radius: 8px; }
.venue-info-panel .detail-row { margin: 0; align-items: flex-start; }
.venue-info-panel .detail-row:last-child { border-bottom: 0; }
.venue-info-panel .detail-row span { max-width: 58%; text-align: right; line-height: 1.5; }
.venue-booking-title { padding-top: 26px; }
.venue-booking-form { padding-bottom: 6px; }

/* Cascade anchors for the unified palette and featured home layout. */
.brand-lockup h1 { max-width: none; color: #17343d; font-size: 14px; }
.good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.good-list .good-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 43% 1fr; }
.merchant-event-feature { background: linear-gradient(90deg, rgba(18,57,67,.94) 0%, rgba(23,107,114,.78) 58%, rgba(18,57,67,.32) 100%), url("assets/hero-shops.jpg") center/cover; box-shadow: 0 12px 26px rgba(19,73,80,.16); }
.merchant-event-lead, .merchant-event-detail-hero { background: #174f5f; }
.inspection-detail-hero { background: #174f5f; }
.inspection-camera-note { color: #385d61; background: #e5f0ee; }
.inspection-requirement-list > div > span { color: #176b72; background: #e5f0ee; }

@media (max-width: 370px) {
  .good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .good-list .good-card { display: block; }
  .good-list .good-card:first-child { display: grid; grid-template-columns: 42% 1fr; }
  .brand-lockup h1 { max-width: none; font-size: 12px; }
}

/* Light blue government palette */
:root {
  --blue-950: #244b6b;
  --blue-900: #2b5f89;
  --blue-700: #397daf;
  --blue-600: #5b9bc8;
  --blue-100: #e8f3fa;
  --ink: #23445c;
  --muted: #70889a;
  --line: #d5e5ef;
  --canvas: #f4f9fc;
  --teal: #4b93b8;
  --shadow: 0 14px 32px rgba(55, 111, 151, .10);
}
body { background: #eaf3f8; }
.app-shell { background: #f4f9fc; }
.topbar { background: #fbfdff; border-bottom-color: #dceaf2; }
.brand-mark { color: white; background: #4e8fbd; border-color: #4e8fbd; }
.brand-lockup h1 { color: #23445c; }
.brand-lockup p { color: #7790a2; }
.icon-button { color: #397daf; background: #eaf4fa; }
.notification-dot { background: #c45f6a; border-color: #eaf4fa; }
.hero { box-shadow: 0 12px 28px rgba(45, 96, 136, .16); }
.hero-shade { background: linear-gradient(90deg, rgba(35,75,107,.90) 0%, rgba(55,118,164,.58) 58%, rgba(35,75,107,.10) 100%); }
.primary-button { color: #2b5f89; }
.notice-strip { border-color: #d8e7f0; box-shadow: 0 5px 16px rgba(55,111,151,.05); }
.notice-icon { color: #397daf; background: #e7f2f9; }
.notice-text span, .text-button, .back-button { color: #397daf; }
.section-kicker { color: #7398b0; }

.good-section-featured { background: #dceef9; box-shadow: 0 12px 26px rgba(55,111,151,.13); }
.good-section-featured .section-kicker { color: #5683a2; }
.good-section-featured .section-heading h2 { color: #234b68; }
.good-section-featured .text-button { color: #3977a4; }
.good-feature-intro { color: #476b82; background: rgba(255,255,255,.62); border-left-color: #c09a58; }
.good-feature-intro > span { color: #9b7337; }
.good-feature-intro strong { color: #2b5977; }
.good-list .good-card { border-color: #c6ddea; box-shadow: 0 5px 14px rgba(55,111,151,.07); }
.good-card-image em { background: rgba(43,95,137,.86); }
.good-progress i { background: #5b9bc8; }
.good-card-meta { color: #70899a; }

.quick-icon, .quick-blue, .quick-red, .quick-orange, .quick-indigo, .quick-rose, .quick-green, .quick-violet { color: #397daf; background: white; border-color: #c9deeb; box-shadow: 0 5px 13px rgba(55,111,151,.08); }
.quick-item:nth-child(2) .quick-icon { color: #a44d57; border-color: #e5cfd2; }
.quick-item:nth-child(5) .quick-icon { color: #98713a; border-color: #e4d8c6; }
.quick-item { color: #385a70; }

.merchant-event-feature { background: linear-gradient(90deg, rgba(37,83,118,.92) 0%, rgba(74,143,186,.70) 60%, rgba(37,83,118,.22) 100%), url("assets/hero-shops.jpg") center/cover; box-shadow: 0 12px 26px rgba(55,111,151,.15); }
.merchant-event-lead, .merchant-event-detail-hero { background: #4d89b3; }
.party-date { background: rgba(38,83,117,.46); }
.activity-card, .merchant-card { border-color: #d5e5ef; box-shadow: 0 5px 14px rgba(55,111,151,.05); }
.date-tile, .date-teal, .date-orange, .date-violet { color: #397daf; background: #e7f2f9; }
.tag-blue, .tag-teal { color: #397daf; background: #e5f1f8; }
.round-arrow { color: #397daf; background: #e7f2f9; }
.activity-info p svg, .merchant-meta svg { color: #5b9bc8; }
.filter-pill.is-active { background: #4d89b3; border-color: #4d89b3; box-shadow: 0 7px 15px rgba(55,111,151,.16); }
.bottom-nav { border-top-color: #d5e5ef; }
.nav-item.is-active { color: #397daf; }
.wide-primary-button { background: #4d89b3; box-shadow: 0 8px 18px rgba(55,111,151,.18); }
.wide-secondary-button { color: #397daf; background: #e5f1f8; }

.community-method-tag { color: #397daf; background: #e5f1f8; }
.community-stat-grid span { background: white; }
.community-stat-grid strong { color: #2b5f89; }
.community-work-grid article { border-color: #d5e5ef; border-top-color: #5b9bc8; }
.community-work-grid svg { color: #397daf; }
.community-achievements { color: #284b63; background: #dceef9; border: 1px solid #c5ddeb; }
.community-achievements p { color: #526f82; }
.community-achievements blockquote { color: #7b5d2c; border-top-color: #bfd5e3; }
.activity-detail-visual::after { background: linear-gradient(0deg, rgba(35,75,107,.92) 0%, rgba(35,75,107,.16) 67%); }
.activity-detail-visual > span { background: #4d89b3; }
.activity-detail-meta > div { border-color: #d5e5ef; }
.activity-detail-meta svg, .activity-source-note svg { color: #397daf; }
.activity-story { border-color: #ccdee9; }
.activity-highlight-list > div { border-left-color: #5b9bc8; }
.activity-source-note { color: #6e8493; background: #e8f2f8; }

.inspection-flow { color: #2c536d; background: #dceef9; border: 1px solid #c5ddeb; }
.inspection-flow > svg { color: #6f9dbb; }
.inspection-flow span { color: #8e682f; }
.inspection-flow small { color: #658094; }
.inspection-notice-only { color: #42677e; background: #e5f1f8; border-left-color: #5b9bc8; }
.inspection-notice-only > svg { color: #397daf; }
.inspection-detail-hero { background: #4d89b3; }
.inspection-camera-note { color: #42677e; background: #e5f1f8; }
.inspection-requirement-list > div > span { color: #397daf; background: #e5f1f8; }
.state-pending { color: #397daf; background: #e5f1f8; }
.state-review { color: #8c622d; background: #f3eadb; }

/* Final readable type scale and featured-goods cascade. */
/* Warm civic palette: warm white, cinnabar, pine green and restrained gold. */
:root {
  --blue-950: #4b3936 !important;
  --blue-900: #74373b !important;
  --blue-700: #93464b !important;
  --blue-600: #aa5b5e !important;
  --blue-100: #f5e9e8 !important;
  --ink: #403a35 !important;
  --muted: #756f67 !important;
  --line: #ded8ce !important;
  --canvas: #f8f7f3 !important;
  --teal: #667a58 !important;
  --orange: #c99242 !important;
  --rose: #aa5058 !important;
  --shadow: 0 14px 32px rgba(88, 65, 53, .12) !important;
}
body { background: #ecece6 !important; color: #403a35 !important; }
.app-shell { background: #f8f7f3 !important; }
.topbar { background: #fffefa !important; border-bottom-color: #e3ddd4 !important; }
.brand-mark { color: white !important; background: #93464b !important; border-color: #93464b !important; box-shadow: 0 6px 14px rgba(147, 70, 75, .22) !important; }
.brand-lockup h1 { color: #4b3936 !important; }
.brand-lockup p { color: #756f67 !important; }
.icon-button { color: #647858 !important; background: #edf2e9 !important; }
.notification-dot { background: #c99342 !important; border-color: #edf2e9 !important; }
.hero { box-shadow: 0 12px 28px rgba(72, 56, 47, .20) !important; }
.hero-copy { display: none !important; }
.hero-shade { background: linear-gradient(0deg, rgba(47,38,33,.28) 0%, rgba(47,38,33,0) 48%) !important; }
.hero-slide img { filter: none !important; }
.notice-strip { border-color: #e1d9cf !important; box-shadow: 0 6px 16px rgba(88, 65, 53, .07) !important; }
.notice-icon { color: #b47b2f !important; background: #fbf0dc !important; }
.notice-text span { color: #93464b !important; }
.notice-text strong { color: #4b4038 !important; }
.section-kicker { color: #8a6a4f !important; }
.section-heading h2 { color: #493d36 !important; }
.text-button, .back-button { color: #93464b !important; }

.good-section-featured { background: #e8eee3 !important; border-top: 3px solid #6b7e5e !important; box-shadow: 0 12px 28px rgba(88, 109, 71, .14) !important; }
.good-section-featured .section-kicker { color: #69795d !important; }
.good-section-featured .section-heading h2 { color: #4f6246 !important; }
.good-section-featured .text-button { color: #647858 !important; }
.good-feature-intro { color: #625f54 !important; background: rgba(255,255,252,.78) !important; border-left-color: #c99442 !important; }
.good-feature-intro > span { color: #b47a2f !important; }
.good-feature-intro strong { color: #596b4f !important; }
.good-list .good-card { border-color: #cbd5c4 !important; box-shadow: 0 7px 17px rgba(83, 104, 68, .11) !important; }
.good-card-image em { background: rgba(89, 107, 78, .90) !important; }
.good-card-price { color: #aa4d45 !important; }
.good-progress { background: #dfe6da !important; }
.good-progress i { background: #718663 !important; }
.good-card-meta { color: #746f66 !important; }

.quick-item { color: #514942 !important; }
.quick-item:nth-child(1) .quick-icon { color: #647858 !important; background: #eaf0e6 !important; border-color: #ccd8c5 !important; }
.quick-item:nth-child(2) .quick-icon { color: #9f474f !important; background: #f6e7e8 !important; border-color: #e5c6c9 !important; }
.quick-item:nth-child(3) .quick-icon { color: #ae762c !important; background: #fbf0dc !important; border-color: #e7d2aa !important; }
.quick-item:nth-child(4) .quick-icon { color: #765b75 !important; background: #f0e8ef !important; border-color: #dacbda !important; }
.quick-item:nth-child(5) .quick-icon { color: #a7702f !important; background: #f8ecdc !important; border-color: #e4cfb2 !important; }
.quick-item:nth-child(6) .quick-icon { color: #a94f59 !important; background: #f7e7e9 !important; border-color: #e5c6cb !important; }
.quick-item:nth-child(7) .quick-icon { color: #5f7652 !important; background: #e8efe4 !important; border-color: #c9d7c2 !important; }
.quick-item:nth-child(8) .quick-icon { color: #765b75 !important; background: #eee7ef !important; border-color: #d8cad9 !important; }

.merchant-event-feature { background: linear-gradient(90deg, rgba(92,49,50,.94) 0%, rgba(99,113,77,.78) 62%, rgba(63,55,45,.20) 100%), url("assets/hero-shops.jpg") center/cover !important; box-shadow: 0 12px 28px rgba(91, 64, 53, .20) !important; }
.party-label { background: rgba(210, 160, 72, .24) !important; border-left: 2px solid #d4a44d !important; }
.party-date { background: rgba(139, 58, 61, .78) !important; border-color: rgba(255,255,255,.40) !important; }
.merchant-event-lead, .merchant-event-detail-hero { background: #7d4a46 !important; }
.date-tile { color: #91434a !important; background: #f4e7e7 !important; }
.date-teal { color: #607653 !important; background: #e7eee3 !important; }
.date-orange { color: #a9712c !important; background: #faefdc !important; }
.date-violet { color: #765b75 !important; background: #eee7ef !important; }
.tag-blue { color: #8c4248 !important; background: #f3e5e6 !important; }
.tag-teal { color: #607653 !important; background: #e7eee3 !important; }
.tag-orange { color: #a66e2b !important; background: #faefdc !important; }
.round-arrow { color: #8f444a !important; background: #f4e7e7 !important; }
.activity-card, .merchant-card { border-color: #dfd8ce !important; box-shadow: 0 6px 16px rgba(88, 65, 53, .07) !important; }
.filter-pill { color: #756e65 !important; border-color: #ddd6cd !important; }
.filter-pill.is-active { background: #93464b !important; border-color: #93464b !important; box-shadow: 0 7px 16px rgba(147, 70, 75, .22) !important; }
.wide-primary-button { background: #93464b !important; box-shadow: 0 8px 18px rgba(147, 70, 75, .22) !important; }
.wide-secondary-button { color: #6a7d5c !important; background: #e9efe5 !important; }
.bottom-nav { border-top-color: #ddd7ce !important; box-shadow: 0 -5px 18px rgba(85, 66, 55, .06) !important; }
.nav-item { color: #9a948b !important; }
.nav-item.is-active { color: #93464b !important; }
.goods-note, .goods-process-note, .inspection-camera-note, .inspection-notice-only { color: #596651 !important; background: #e9efe5 !important; }
.good-progress-panel { background: #edf3e9 !important; border-color: #d1ddca !important; }
.good-progress-panel strong { color: #657a57 !important; }
.good-want-button.is-wanted { color: #5f7452 !important; background: #e3ebdf !important; }
.profile-card { background: #7d4548 !important; }
.profile-avatar { background: #657958 !important; }
.service-highlight-icon { color: #657958 !important; background: #e8eee4 !important; }
.service-highlight-icon.legal { color: #a9722f !important; background: #faf0dd !important; }
.service-highlight-icon.found { color: #93464b !important; background: #f4e6e7 !important; }
.hero-shade { display: none !important; }
.hero-controls { left: auto; right: 12px; bottom: 10px; width: auto; gap: 9px; padding: 5px 7px; background: rgba(45, 39, 34, .42); border-radius: 6px; }
.slide-dots { gap: 4px; }
.slide-dot { width: 13px; height: 3px; background: rgba(255,255,255,.58); }
.slide-dot.is-active { width: 22px; background: white; }
.hero-count { color: white; }

.quick-grid { gap: 9px; }
.quick-item {
  min-height: 82px;
  padding: 10px 4px 9px;
  gap: 7px;
  color: #514942 !important;
  background: #fffefa !important;
  border: 1px solid #dfd8ce !important;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(83, 65, 54, .07) !important;
}
.quick-icon,
.quick-item:nth-child(1) .quick-icon,
.quick-item:nth-child(2) .quick-icon,
.quick-item:nth-child(3) .quick-icon,
.quick-item:nth-child(4) .quick-icon,
.quick-item:nth-child(5) .quick-icon,
.quick-item:nth-child(6) .quick-icon,
.quick-item:nth-child(7) .quick-icon,
.quick-item:nth-child(8) .quick-icon {
  width: 34px;
  height: 34px;
  color: #657958 !important;
  background: #f1f3ed !important;
  border: 0 !important;
  border-radius: 7px;
  box-shadow: none !important;
}
.quick-item:nth-child(2) .quick-icon,
.quick-item:nth-child(6) .quick-icon,
.quick-item:nth-child(8) .quick-icon { color: #93464b !important; background: #f6eceb !important; }
.quick-item:nth-child(3) .quick-icon,
.quick-item:nth-child(5) .quick-icon { color: #a9722f !important; background: #faf1e3 !important; }

/* Refined neutral palette: terracotta and plum accents without the red-green clash. */
:root {
  --blue-950: #423936 !important;
  --blue-900: #6d5148 !important;
  --blue-700: #b86f52 !important;
  --blue-600: #ce8a68 !important;
  --blue-100: #f6e9e1 !important;
  --ink: #423936 !important;
  --muted: #786e67 !important;
  --line: #e3d9d1 !important;
  --canvas: #fbfaf7 !important;
  --teal: #8b6571 !important;
  --orange: #c48a48 !important;
  --rose: #9a6070 !important;
  --shadow: 0 14px 32px rgba(90, 65, 54, .10) !important;
}
body { background: #eeeae5 !important; color: #423936 !important; }
.app-shell { background: #fbfaf7 !important; }
.topbar { background: #fffdf9 !important; border-bottom-color: #e7ddd5 !important; }
.brand-mark { background: #b86f52 !important; border-color: #b86f52 !important; box-shadow: 0 6px 14px rgba(184, 111, 82, .22) !important; }
.brand-lockup h1 { color: #423936 !important; }
.brand-lockup p { color: #81746b !important; }
.icon-button { color: #8b6571 !important; background: #f3eaf0 !important; }
.notification-dot { background: #c48a48 !important; border-color: #f3eaf0 !important; }
.hero { box-shadow: 0 12px 28px rgba(78, 57, 48, .18) !important; }
.notice-strip { border-color: #e5dbd3 !important; box-shadow: 0 6px 16px rgba(90, 65, 54, .06) !important; }
.notice-icon { color: #b86f52 !important; background: #f8e9e1 !important; }
.notice-text span { color: #a8624d !important; }
.notice-text strong { color: #4d413c !important; }
.section-kicker { color: #9b7866 !important; }
.section-heading h2 { color: #4a3d37 !important; }
.text-button, .back-button { color: #a8624d !important; }

.good-section-featured { background: #f3ebe4 !important; border-top: 3px solid #c27b5e !important; box-shadow: 0 12px 28px rgba(132, 91, 70, .12) !important; }
.good-section-featured .section-kicker { color: #a86f5a !important; }
.good-section-featured .section-heading h2 { color: #704d43 !important; }
.good-section-featured .text-button { color: #a8624d !important; }
.good-feature-intro { color: #6b5c54 !important; background: rgba(255,255,252,.84) !important; border-left-color: #c48a48 !important; }
.good-feature-intro > span { color: #b6783d !important; }
.good-feature-intro strong { color: #79594d !important; }
.good-list .good-card { border-color: #e0cec3 !important; box-shadow: 0 7px 17px rgba(112, 79, 63, .10) !important; }
.good-card-image em { background: rgba(112, 80, 69, .88) !important; }
.good-card-price { color: #b65d47 !important; }
.good-progress { background: #eaded6 !important; }
.good-progress i { background: #c27b5e !important; }
.good-card-meta { color: #7d7068 !important; }

.quick-item { color: #574942 !important; background: #fffdf9 !important; border-color: #e4dbd3 !important; box-shadow: 0 4px 12px rgba(89, 65, 53, .06) !important; }
.quick-icon,
.quick-item:nth-child(1) .quick-icon,
.quick-item:nth-child(2) .quick-icon,
.quick-item:nth-child(3) .quick-icon,
.quick-item:nth-child(4) .quick-icon,
.quick-item:nth-child(5) .quick-icon,
.quick-item:nth-child(6) .quick-icon,
.quick-item:nth-child(7) .quick-icon,
.quick-item:nth-child(8) .quick-icon { color: #a8624d !important; background: #f8eae2 !important; border: 0 !important; }
.quick-item:nth-child(2) .quick-icon, .quick-item:nth-child(6) .quick-icon, .quick-item:nth-child(8) .quick-icon { color: #8b6571 !important; background: #f2e9ef !important; }
.quick-item:nth-child(3) .quick-icon, .quick-item:nth-child(5) .quick-icon { color: #b67b3e !important; background: #f8efdf !important; }
.quick-item:nth-child(4) .quick-icon { color: #7d665d !important; background: #eee9e4 !important; }

.merchant-event-feature { background: linear-gradient(90deg, rgba(86,57,50,.90) 0%, rgba(128,83,68,.72) 62%, rgba(73,54,49,.18) 100%), url("assets/hero-shops.jpg") center/cover !important; box-shadow: 0 12px 28px rgba(91, 64, 53, .18) !important; }
.party-label { background: rgba(196, 138, 72, .22) !important; border-left-color: #c48a48 !important; }
.party-date { background: rgba(130, 75, 68, .78) !important; }
.merchant-event-lead, .merchant-event-detail-hero { background: #8b5c50 !important; }
.date-tile { color: #a8624d !important; background: #f6e9e2 !important; }
.date-teal { color: #8b6571 !important; background: #f1e9ef !important; }
.date-orange { color: #b6783d !important; background: #f8efdf !important; }
.date-violet { color: #8b6571 !important; background: #f1e9ef !important; }
.tag-blue { color: #a8624d !important; background: #f6e9e2 !important; }
.tag-teal { color: #8b6571 !important; background: #f1e9ef !important; }
.tag-orange { color: #b6783d !important; background: #f8efdf !important; }
.round-arrow { color: #a8624d !important; background: #f6e9e2 !important; }
.activity-card, .merchant-card { border-color: #e2d9d0 !important; box-shadow: 0 6px 16px rgba(89, 65, 53, .06) !important; }
.filter-pill { color: #786e67 !important; border-color: #ded6cf !important; }
.filter-pill.is-active { background: #b86f52 !important; border-color: #b86f52 !important; box-shadow: 0 7px 16px rgba(184, 111, 82, .20) !important; }
.wide-primary-button { background: #b86f52 !important; box-shadow: 0 8px 18px rgba(184, 111, 82, .20) !important; }
.wide-secondary-button { color: #8b6571 !important; background: #f1e9ef !important; }
.bottom-nav { border-top-color: #dfd7cf !important; box-shadow: 0 -5px 18px rgba(85, 66, 55, .05) !important; }
.nav-item { color: #9b928b !important; }
.nav-item.is-active { color: #a8624d !important; }
.goods-note, .goods-process-note, .inspection-camera-note, .inspection-notice-only { color: #765f56 !important; background: #f1e9e3 !important; }
.good-progress-panel { background: #f5ece6 !important; border-color: #e2d1c7 !important; }
.good-progress-panel strong { color: #a8624d !important; }
.good-want-button.is-wanted { color: #8b6571 !important; background: #f0e8ed !important; }
.profile-card { background: #8b5c50 !important; }
.profile-avatar { background: #8b6571 !important; }
.service-highlight-icon { color: #a8624d !important; background: #f6e9e2 !important; }
.service-highlight-icon.legal { color: #b6783d !important; background: #f8efdf !important; }
.service-highlight-icon.found { color: #8b6571 !important; background: #f1e9ef !important; }

/* Calm civic palette: neutral base, one muted indigo accent, restrained ochre. */
:root {
  --blue-950: #343843 !important;
  --blue-900: #4f5565 !important;
  --blue-700: #6d7185 !important;
  --blue-600: #85899b !important;
  --blue-100: #edeef2 !important;
  --ink: #34363b !important;
  --muted: #74777f !important;
  --line: #dededb !important;
  --canvas: #f7f7f4 !important;
  --teal: #777b8e !important;
  --orange: #b28a45 !important;
  --rose: #777b8e !important;
  --shadow: 0 14px 32px rgba(67, 68, 75, .09) !important;
}
body { background: #e9e9e5 !important; color: #34363b !important; }
.app-shell { background: #f7f7f4 !important; }
.topbar { background: #fcfcf9 !important; border-bottom-color: #e1e1dd !important; }
.brand-mark { background: #6d7185 !important; border-color: #6d7185 !important; box-shadow: 0 6px 14px rgba(82, 84, 99, .20) !important; }
.brand-lockup h1 { color: #343843 !important; }
.brand-lockup p { color: #7b7d82 !important; }
.icon-button { color: #6d7185 !important; background: #eeeff2 !important; }
.notification-dot { background: #b28a45 !important; border-color: #eeeff2 !important; }
.hero { box-shadow: 0 12px 28px rgba(58, 59, 66, .16) !important; }
.notice-strip { border-color: #dfdfdc !important; box-shadow: 0 6px 16px rgba(67, 68, 75, .05) !important; }
.notice-icon { color: #9a783d !important; background: #f4efe3 !important; }
.notice-text span { color: #777b8e !important; }
.notice-text strong { color: #41444b !important; }
.section-kicker { color: #7a7e8e !important; }
.section-heading h2 { color: #383a42 !important; }
.text-button, .back-button { color: #6d7185 !important; }

.good-section-featured { background: #eeeee9 !important; border-top: 3px solid #777b8e !important; box-shadow: 0 12px 28px rgba(84, 85, 91, .10) !important; }
.good-section-featured .section-kicker { color: #767b8d !important; }
.good-section-featured .section-heading h2 { color: #505567 !important; }
.good-section-featured .text-button { color: #6d7185 !important; }
.good-feature-intro { color: #64666d !important; background: rgba(255,255,252,.86) !important; border-left-color: #b28a45 !important; }
.good-feature-intro > span { color: #a37d3f !important; }
.good-feature-intro strong { color: #575b6a !important; }
.good-list .good-card { border-color: #d9d9d5 !important; box-shadow: 0 7px 17px rgba(70, 71, 77, .08) !important; }
.good-card-image em { background: rgba(81, 84, 99, .86) !important; }
.good-card-price { color: #a37d3f !important; }
.good-progress { background: #e0e0dc !important; }
.good-progress i { background: #7a7e8e !important; }
.good-card-meta { color: #777a80 !important; }

.quick-item { color: #4c4f57 !important; background: #fcfcf9 !important; border-color: #dededb !important; box-shadow: 0 4px 12px rgba(70, 71, 77, .05) !important; }
.quick-icon,
.quick-item:nth-child(1) .quick-icon,
.quick-item:nth-child(2) .quick-icon,
.quick-item:nth-child(3) .quick-icon,
.quick-item:nth-child(4) .quick-icon,
.quick-item:nth-child(5) .quick-icon,
.quick-item:nth-child(6) .quick-icon,
.quick-item:nth-child(7) .quick-icon,
.quick-item:nth-child(8) .quick-icon { color: #6d7185 !important; background: #eeeff2 !important; border: 0 !important; }
.quick-item:nth-child(3) .quick-icon, .quick-item:nth-child(5) .quick-icon { color: #9a783d !important; background: #f4efe3 !important; }

.merchant-event-feature { background: linear-gradient(90deg, rgba(62,64,75,.90) 0%, rgba(91,94,112,.70) 62%, rgba(54,56,63,.16) 100%), url("assets/hero-shops.jpg") center/cover !important; box-shadow: 0 12px 28px rgba(61, 62, 72, .16) !important; }
.party-label { background: rgba(178, 138, 69, .20) !important; border-left-color: #b28a45 !important; }
.party-date { background: rgba(79, 83, 101, .78) !important; }
.merchant-event-lead, .merchant-event-detail-hero { background: #62677a !important; }
.date-tile, .date-teal, .date-orange, .date-violet { color: #6d7185 !important; background: #eeeff2 !important; }
.tag-blue, .tag-teal, .tag-orange { color: #6d7185 !important; background: #eeeff2 !important; }
.round-arrow { color: #6d7185 !important; background: #eeeff2 !important; }
.activity-card, .merchant-card { border-color: #dededb !important; box-shadow: 0 6px 16px rgba(70, 71, 77, .05) !important; }
.filter-pill { color: #74777f !important; border-color: #dededb !important; }
.filter-pill.is-active { background: #6d7185 !important; border-color: #6d7185 !important; box-shadow: 0 7px 16px rgba(91, 94, 112, .18) !important; }
.wide-primary-button { background: #6d7185 !important; box-shadow: 0 8px 18px rgba(91, 94, 112, .18) !important; }
.wide-secondary-button { color: #6d7185 !important; background: #eeeff2 !important; }
.bottom-nav { border-top-color: #dededb !important; box-shadow: 0 -5px 18px rgba(70, 71, 77, .04) !important; }
.nav-item { color: #a0a2a8 !important; }
.nav-item.is-active { color: #6d7185 !important; }
.goods-note, .goods-process-note, .inspection-camera-note, .inspection-notice-only { color: #656973 !important; background: #eeeff2 !important; }
.good-progress-panel { background: #f0f0ed !important; border-color: #dadad5 !important; }
.good-progress-panel strong { color: #6d7185 !important; }
.good-want-button.is-wanted { color: #6d7185 !important; background: #e6e7eb !important; }
.profile-card { background: #5d6274 !important; }
.profile-avatar { background: #7a7e8e !important; }
.service-highlight-icon, .service-highlight-icon.legal, .service-highlight-icon.found { color: #6d7185 !important; background: #eeeff2 !important; }
.party-page-lead, .party-detail-hero, .inspection-detail-hero { background: #62677a !important; }
.party-list-card em, .merchant-event-card em { color: #6d7185 !important; }
.party-list-mark, .merchant-event-mark { color: #6d7185 !important; background: #eeeff2 !important; }
.community-method-tag { color: #6d7185 !important; background: #eeeff2 !important; border-left-color: #b28a45 !important; }
.community-stat-grid span { border-top-color: #777b8e !important; }
.community-stat-grid strong { color: #5d6274 !important; }
.community-work-grid article { border-color: #dededb !important; border-top-color: #777b8e !important; }
.community-work-grid svg { color: #6d7185 !important; }
.community-achievements { color: #3e4149 !important; background: #eeeff2 !important; border-color: #d9dae0 !important; }
.community-achievements p { color: #696c74 !important; }
.community-achievements blockquote { color: #8f6d35 !important; border-top-color: #d8d9de !important; border-left-color: #b28a45 !important; }
.activity-detail-visual::after { background: linear-gradient(0deg, rgba(50,52,61,.88) 0%, rgba(50,52,61,.08) 67%) !important; }
.activity-detail-visual > span { background: #6d7185 !important; border-left-color: #b28a45 !important; }
.activity-detail-meta svg, .activity-source-note svg { color: #6d7185 !important; }
.activity-highlight-list > div { border-left-color: #777b8e !important; }
.activity-highlight-list span { color: #9a783d !important; }
.activity-source-note { color: #6d7078 !important; background: #eeeff2 !important; }
.inspection-flow { color: #4f5360 !important; background: #eeeff2 !important; border-color: #d8d9de !important; }
.inspection-flow > svg { color: #8b8e9d !important; }
.inspection-flow span { color: #9a783d !important; }
.inspection-flow small { color: #737681 !important; }
.inspection-notice-only { border-left-color: #777b8e !important; }
.inspection-notice-only > svg { color: #6d7185 !important; }
.inspection-requirement-list > div > span { color: #6d7185 !important; background: #eeeff2 !important; }
.state-pending, .state-review { color: #6d7185 !important; background: #eeeff2 !important; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #777b8e !important; box-shadow: 0 0 0 3px rgba(109,113,133,.12) !important; }

/* Final palette: neutral surfaces with sky-blue accents only. */
:root {
  --blue-950: #2f3940 !important;
  --blue-900: #15536f !important;
  --blue-700: #26a2de !important;
  --blue-600: #49b4e6 !important;
  --blue-100: #e8f6fc !important;
  --ink: #30363b !important;
  --muted: #747d83 !important;
  --line: #dce3e7 !important;
  --canvas: #fafbfb !important;
  --teal: #26a2de !important;
  --orange: #26a2de !important;
  --rose: #26a2de !important;
  --shadow: 0 14px 32px rgba(48, 71, 84, .09) !important;
}
body { background: #edf1f3 !important; color: #30363b !important; }
.app-shell { background: #fafbfb !important; }
.topbar { background: #ffffff !important; border-bottom-color: #e0e6e9 !important; }
.brand-mark { background: #26a2de !important; border-color: #26a2de !important; box-shadow: 0 6px 14px rgba(38,162,222,.25) !important; }
.brand-lockup h1 { color: #30363b !important; }
.brand-lockup p { color: #778087 !important; }
.icon-button { color: #1478a8 !important; background: #e8f6fc !important; }
.notification-dot { background: #26a2de !important; border-color: #e8f6fc !important; }
.hero { box-shadow: 0 12px 28px rgba(44, 67, 80, .15) !important; }
.hero-slide img { object-position: center center; }
.hero-slide:first-child img { object-position: center 18%; }
.notice-strip { border-color: #dce4e8 !important; box-shadow: 0 6px 16px rgba(48, 71, 84, .05) !important; }
.notice-icon { color: #1478a8 !important; background: #e8f6fc !important; }
.notice-text span { color: #1478a8 !important; }
.notice-text strong { color: #394148 !important; }
.section-kicker { color: #356f91 !important; }
.section-heading h2 { color: #333b40 !important; }
.text-button, .back-button { color: #1478a8 !important; }

.good-section-featured { background: #e8f6fc !important; border-top: 3px solid #26a2de !important; box-shadow: 0 12px 28px rgba(38,162,222,.15) !important; }
.good-section-featured .section-kicker { color: #2d6f96 !important; }
.good-section-featured .section-heading h2 { color: #25546f !important; }
.good-section-featured .text-button { color: #1478a8 !important; }
.good-feature-intro { color: #536e7d !important; background: rgba(255,255,255,.88) !important; border-left-color: #26a2de !important; }
.good-feature-intro > span { color: #1478a8 !important; }
.good-feature-intro strong { color: #275a76 !important; }
.good-list .good-card { border-color: #d3e6f0 !important; box-shadow: 0 7px 17px rgba(71,135,172,.09) !important; }
.good-card-image em { background: rgba(61,112,141,.88) !important; }
.good-card-price { color: #1478a8 !important; }
.good-detail-intro > strong { color: #1478a8 !important; }
.good-progress { background: #dcebf3 !important; }
.good-progress i { background: #26a2de !important; }
.good-card-meta { color: #6f7e86 !important; }

.quick-item { color: #465058 !important; background: #ffffff !important; border-color: #dce3e7 !important; box-shadow: 0 4px 12px rgba(48,71,84,.05) !important; }
.quick-icon,
.quick-item:nth-child(1) .quick-icon,
.quick-item:nth-child(2) .quick-icon,
.quick-item:nth-child(3) .quick-icon,
.quick-item:nth-child(4) .quick-icon,
.quick-item:nth-child(5) .quick-icon,
.quick-item:nth-child(6) .quick-icon,
.quick-item:nth-child(7) .quick-icon,
.quick-item:nth-child(8) .quick-icon { color: #1478a8 !important; background: #e8f6fc !important; border: 0 !important; }

.merchant-event-feature { background: linear-gradient(90deg, rgba(45,53,59,.88) 0%, rgba(66,77,84,.62) 62%, rgba(45,53,59,.12) 100%), url("assets/hero-shops.jpg") center/cover !important; box-shadow: 0 12px 28px rgba(48,62,70,.15) !important; }
.party-label { background: rgba(38,162,222,.20) !important; border-left-color: #26a2de !important; }
.party-date { background: rgba(63,117,150,.82) !important; }
.merchant-event-lead, .merchant-event-detail-hero { background: #26a2de !important; }
.date-tile, .date-teal, .date-orange, .date-violet { color: #1478a8 !important; background: #e8f6fc !important; }
.tag-blue, .tag-teal, .tag-orange { color: #1478a8 !important; background: #e8f6fc !important; }
.round-arrow { color: #1478a8 !important; background: #e8f6fc !important; }
.activity-card, .merchant-card { border-color: #dce3e7 !important; box-shadow: 0 6px 16px rgba(48,71,84,.05) !important; }
.filter-pill { color: #747d83 !important; border-color: #dce3e7 !important; }
.filter-pill.is-active { background: #26a2de !important; border-color: #26a2de !important; box-shadow: 0 7px 16px rgba(38,162,222,.23) !important; }
.wide-primary-button { background: #26a2de !important; box-shadow: 0 8px 18px rgba(38,162,222,.23) !important; }
.wide-secondary-button { color: #1478a8 !important; background: #e8f6fc !important; }
.bottom-nav { border-top-color: #dce3e7 !important; box-shadow: 0 -5px 18px rgba(48,71,84,.04) !important; }
.nav-item { color: #9aa3a9 !important; }
.nav-item.is-active { color: #1478a8 !important; }
.goods-note, .goods-process-note, .inspection-camera-note, .inspection-notice-only { color: #446b82 !important; background: #e4f2fb !important; }
.good-progress-panel { background: #f0f8fc !important; border-color: #d6eaf5 !important; }
.good-progress-panel strong { color: #1478a8 !important; }
.good-want-button.is-wanted { color: #1478a8 !important; background: #dff2fb !important; }
.profile-card { background: #26a2de !important; }
.profile-avatar { background: #26a2de !important; }
.service-highlight-icon, .service-highlight-icon.legal, .service-highlight-icon.found { color: #1478a8 !important; background: #e8f6fc !important; }
.party-page-lead, .party-detail-hero, .inspection-detail-hero { background: #26a2de !important; }
.party-list-card em, .merchant-event-card em { color: #1478a8 !important; }
.party-list-mark, .merchant-event-mark { color: #1478a8 !important; background: #e8f6fc !important; }
.community-method-tag { color: #1478a8 !important; background: #e8f6fc !important; border-left-color: #26a2de !important; }
.community-stat-grid span { border-top-color: #26a2de !important; }
.community-stat-grid strong { color: #1478a8 !important; }
.community-work-grid article { border-color: #dce3e7 !important; border-top-color: #26a2de !important; }
.community-work-grid svg { color: #1478a8 !important; }
.community-achievements { color: #35444d !important; background: #edf7fd !important; border-color: #d5e9f4 !important; }
.community-achievements p { color: #61737d !important; }
.community-achievements blockquote { color: #1478a8 !important; border-top-color: #d5e9f4 !important; border-left-color: #26a2de !important; }
.activity-detail-visual > span { background: #26a2de !important; border-left-color: #26a2de !important; }
.activity-detail-meta svg, .activity-source-note svg { color: #1478a8 !important; }
.activity-highlight-list > div { border-left-color: #26a2de !important; }
.activity-highlight-list span { color: #1478a8 !important; }
.activity-source-note { color: #516f80 !important; background: #e4f2fb !important; }
.inspection-flow { color: #475d69 !important; background: #edf7fd !important; border-color: #d5e9f4 !important; }
.inspection-flow > svg, .inspection-flow span { color: #1478a8 !important; }
.inspection-flow small { color: #6b7e88 !important; }
.inspection-notice-only { border-left-color: #26a2de !important; }
.inspection-notice-only > svg { color: #1478a8 !important; }
.inspection-requirement-list > div > span { color: #1478a8 !important; background: #e8f6fc !important; }
.state-pending, .state-review { color: #1478a8 !important; background: #e8f6fc !important; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #26a2de !important; box-shadow: 0 0 0 3px rgba(38,162,222,.17) !important; }
:root {
  --blue-950: #173f5b;
  --blue-900: #1f5f88;
  --blue-700: #247eae;
  --blue-600: #3b94c3;
  --blue-100: #e6f3f9;
  --ink: #1e4056;
  --muted: #647f90;
  --line: #cfe1eb;
  --canvas: #f6fafc;
  --teal: #22988d;
  --orange: #d98a32;
  --rose: #cc5d6b;
  --shadow: 0 14px 32px rgba(30, 91, 126, .12);
}
body { background: #e8f2f7; }
.app-shell { background: #f7fbfd; }
.topbar { background: #ffffff; border-bottom-color: #d6e6ee; }
.brand-mark { color: white; background: #277fae; border-color: #277fae; box-shadow: 0 6px 14px rgba(39, 127, 174, .22); }
.brand-lockup h1 { color: #173f5b; }
.brand-lockup p { color: #607f91; }
.icon-button { color: #cf6168; background: #fff0f0; }
.notification-dot { background: #df8b32; border-color: #fff0f0; }
.hero { box-shadow: 0 12px 30px rgba(29, 83, 119, .24); }
.hero-shade { background: linear-gradient(90deg, rgba(18,62,88,.92) 0%, rgba(34,112,139,.64) 58%, rgba(22,68,91,.12) 100%); }
.hero-tag { background: rgba(255,255,255,.24); border-left: 2px solid #f1bd58; }
.primary-button { color: #1d6489; box-shadow: 0 7px 18px rgba(12, 52, 76, .18); }
.notice-strip { border-color: #d4e5ec; box-shadow: 0 6px 16px rgba(40, 100, 132, .07); }
.notice-icon { color: #cf684b; background: #fff0e8; }
.notice-text span { color: #c95e4f; }
.notice-text strong { color: #284b60; }
.section-kicker { color: #5c8da6; }
.section-heading h2 { color: #1d4861; }
.text-button, .back-button { color: #247eae; }
.good-section-featured { background: #dff3f0; border-top: 3px solid #299990; box-shadow: 0 12px 28px rgba(38, 126, 124, .15); }
.good-section-featured .section-kicker { color: #30847e; }
.good-section-featured .section-heading h2 { color: #155f62; }
.good-section-featured .text-button { color: #167b80; }
.good-feature-intro { color: #3e6970; background: rgba(255,255,255,.72); border-left-color: #e0a43d; }
.good-feature-intro > span { color: #c98723; }
.good-feature-intro strong { color: #176c6a; }
.good-list .good-card { border-color: #b9ddd7; box-shadow: 0 7px 17px rgba(30, 111, 108, .11); }
.good-card-image em { background: rgba(25, 122, 116, .88); }
.good-card-price { color: #d55f3f; }
.good-progress { background: #d9ebe7; }
.good-progress i { background: #28a58f; }
.good-card-meta { color: #627f82; }
.quick-item { color: #2d5267; }
.quick-item:nth-child(1) .quick-icon { color: #2677ad; background: #e4f2fb; border-color: #bcddec; }
.quick-item:nth-child(2) .quick-icon { color: #bd4d5e; background: #fdecef; border-color: #efc8cf; }
.quick-item:nth-child(3) .quick-icon { color: #b97824; background: #fff2dc; border-color: #ecd5ad; }
.quick-item:nth-child(4) .quick-icon { color: #5868b3; background: #ecefff; border-color: #cfd5f2; }
.quick-item:nth-child(5) .quick-icon { color: #bd7628; background: #fff0df; border-color: #ead0ad; }
.quick-item:nth-child(6) .quick-icon { color: #c25d72; background: #fdebf0; border-color: #eec8d1; }
.quick-item:nth-child(7) .quick-icon { color: #238c82; background: #e2f5f1; border-color: #bde1da; }
.quick-item:nth-child(8) .quick-icon { color: #765da9; background: #f0ebfa; border-color: #d9cdec; }
.merchant-event-feature { background: linear-gradient(90deg, rgba(27,76,103,.94) 0%, rgba(34,125,130,.78) 60%, rgba(28,82,103,.24) 100%), url("assets/hero-shops.jpg") center/cover; box-shadow: 0 12px 28px rgba(30, 96, 112, .20); }
.party-label { background: rgba(239, 183, 71, .24); border-left: 2px solid #efb747; }
.party-date { background: rgba(193, 80, 73, .66); border-color: rgba(255,255,255,.42); }
.merchant-event-lead, .merchant-event-detail-hero { background: #26788d; }
.date-tile { color: #277caf; background: #e4f2fa; }
.date-teal { color: #1c8e80; background: #def4ef; }
.date-orange { color: #c67925; background: #fff0dc; }
.date-violet { color: #715ba6; background: #eee9f8; }
.tag-blue { color: #2479aa; background: #e4f2fa; }
.tag-teal { color: #1c867c; background: #e1f4ef; }
.tag-orange { color: #b96f25; background: #fff0dc; }
.round-arrow { color: #277eae; background: #e5f2f8; }
.activity-card, .merchant-card { border-color: #d0e1e9; box-shadow: 0 6px 16px rgba(34, 89, 119, .07); }
.filter-pill { color: #607d8f; border-color: #d1e1ea; }
.filter-pill.is-active { background: #247eae; border-color: #247eae; box-shadow: 0 7px 16px rgba(36, 126, 174, .22); }
.wide-primary-button { background: #247eae; box-shadow: 0 8px 18px rgba(36, 126, 174, .22); }
.wide-secondary-button { color: #247eae; background: #e4f2f8; }
.bottom-nav { border-top-color: #cfe1eb; box-shadow: 0 -5px 18px rgba(36, 88, 115, .06); }
.nav-item { color: #8ca1ae; }
.nav-item.is-active { color: #1878ad; }
.goods-note, .goods-process-note, .inspection-camera-note, .inspection-notice-only { color: #346876; background: #e2f2f3; }
.good-progress-panel { background: #e8f7f2; border-color: #c4e6dc; }
.good-progress-panel strong { color: #208f7e; }
.good-want-button.is-wanted { color: #177b6c; background: #d9f1e9; }
.profile-card { background: #226f94; }
.profile-avatar { background: #d06168; }
.service-highlight-icon { color: #247eae; background: #e4f2fa; }
.service-highlight-icon.legal { color: #b77625; background: #fff0dc; }
.service-highlight-icon.found { color: #238b80; background: #e0f4ef; }
body { font-size: 15px; }
.brand-lockup { min-width: 0; }
.brand-lockup > div:last-child { min-width: 0; max-width: 226px; }
.brand-lockup h1 { max-width: none; font-size: 16px; line-height: 1.3; }
.brand-lockup p { margin-top: 3px; font-size: 10px; line-height: 1.35; }
.hero-copy h2 { font-size: 25px; }
.hero-copy p { font-size: 12px; line-height: 1.55; }
.hero-tag, .hero-action, .hero-count { font-size: 11px; }
.notice-text span { font-size: 11px; }
.notice-text strong { font-size: 13px; }
.section-kicker, .page-toolbar-kicker { font-size: 10px; }
.section-heading h2 { font-size: 21px; }
.text-button, .back-button { font-size: 12px; }
.good-feature-intro p { font-size: 11px; line-height: 1.6; }
.good-feature-intro strong { font-size: 12px; }
.good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.good-list .good-card:first-child { grid-column: auto; display: block; min-height: 0; }
.good-list .good-card:first-child .good-card-image { height: 128px; }
.good-list .good-card:first-child .good-card-copy { padding: 11px; }
.good-card-image { height: 128px; }
.good-card-image em { font-size: 10px; }
.good-card-copy { padding: 11px; }
.good-card-copy strong { min-height: 38px; overflow: visible; font-size: 13px; line-height: 1.45; white-space: normal; text-overflow: clip; }
.good-card-copy small { margin-top: 5px; font-size: 10px; line-height: 1.45; }
.good-card-price { font-size: 17px; }
.good-card-meta { font-size: 10px; line-height: 1.45; white-space: normal; }
.quick-item { min-height: 78px; font-size: 12px; line-height: 1.25; }
.page-header h2 { font-size: 27px; }
.page-header p { font-size: 13px; line-height: 1.55; }
.filter-pill, .activity-tab, .nav-item { font-size: 12px; }
.merchant-body h3 { font-size: 15px; }
.merchant-meta, .merchant-service { font-size: 11px; }
.activity-meta, .activity-info p { font-size: 11px; }
.activity-info h3 { font-size: 14px; }
.status-tag, .merchant-badge { font-size: 10px; }
.party-feature-copy h3 { font-size: 22px; }
.party-feature-copy p, .party-label, .party-link { font-size: 11px; }
.merchant-event-card strong, .notification-list-card strong { font-size: 14px; }
.merchant-event-card small, .notification-list-card small, .merchant-event-card em { font-size: 11px; line-height: 1.45; }
.detail-intro p, .good-detail-intro p, .merchant-item-detail p, .notification-detail-card p, .merchant-event-detail-hero p, .venue-intro > p { font-size: 13px; }
.detail-row { font-size: 13px; }
.wide-primary-button, .wide-secondary-button, .modal-button { font-size: 14px; }
.subpage-section-title h3 { font-size: 18px; }
.subpage-section-title span { font-size: 11px; }
.goods-note, .goods-process-note, .good-progress-panel span, .good-progress-panel p { font-size: 12px; }
.good-progress-panel em, .good-detail-intro > small { font-size: 11px; }
.service-menu strong, .profile-list strong, .profile-support strong, .job-list-card strong { font-size: 14px; }
.service-menu small, .profile-list small, .profile-support small, .job-list-card small { font-size: 11px; }
.form-field label { font-size: 13px; }
.form-field input, .form-field select, .form-field textarea { font-size: 14px; }
.form-hint, .form-status { font-size: 11px; }
.community-copy > p, .community-work-grid p, .community-achievements p { font-size: 12px; }
.community-stat-grid small { font-size: 10px; }
.community-work-grid strong { font-size: 14px; }
.activity-detail-visual small, .activity-story p, .activity-highlight-list p, .activity-source-note { font-size: 11px; }
.activity-detail-meta small, .inspection-detail-meta small { font-size: 10px; }
.activity-detail-meta strong, .inspection-detail-meta strong { font-size: 12px; }
.inspection-flow strong, .inspection-notice-only strong { font-size: 13px; }
.inspection-flow small, .inspection-notice-only p, .inspection-detail-hero p, .inspection-requirement-list p, .inspection-camera-note { font-size: 11px; }
.inspection-state, .inspection-card small, .inspection-requirement-list strong { font-size: 10px; }
.inspection-card strong { font-size: 13px; }
.venue-gallery-single { display: block; height: 220px; }
.venue-gallery-single .venue-gallery-main { width: 100%; height: 100%; object-position: center; }
.venue-gallery-count, .venue-facility-row span { font-size: 11px; }

@media (max-width: 370px) {
  .brand-lockup > div:last-child { max-width: 190px; }
  .brand-lockup h1 { font-size: 15px; }
  .brand-lockup p { font-size: 10px; }
  .good-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .good-list .good-card, .good-list .good-card:first-child { display: block; }
  .good-list .good-card-image, .good-list .good-card:first-child .good-card-image { height: 116px; }
  .good-card-copy, .good-list .good-card:first-child .good-card-copy { padding: 9px; }
  .good-card-copy strong { min-height: 40px; font-size: 12px; }
  .quick-item { font-size: 11px; }
}
