:root {
  color-scheme: light;
  --paper: #faf9f6;
  --surface: #ffffff;
  --ink: #161817;
  --muted: #8d8f88;
  --line: #eceae3;
  --sage: #8a9568;
  --sage-soft: #eef0e8;
  --coral: #ee8a73;
  --coral-soft: #fff2ed;
  --shadow: 0 9px 28px rgba(35, 36, 30, 0.055);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
button:focus-visible, label:focus-visible { outline: 3px solid rgba(138,149,104,.35); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }

.app-shell { width: min(100%, 920px); margin: 0 auto; padding: 0 26px 92px; }
.app-header { min-height: 160px; padding: 42px 0 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.brand-lockup h1 { margin: 0; font-size: clamp(30px, 4vw, 42px); font-weight: 800; line-height: 1.05; letter-spacing: 0; }
.brand-lockup p { margin: 13px 0 0; color: var(--muted); font-size: 16px; }
.history-button { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--ink); font-size: 14px; text-decoration: none; }
.history-button svg { width: 17px; }
.history-button:hover { background: var(--surface); }
.brand-link { color: inherit; text-decoration: none; }
.page-header { min-height: 135px; }
.page-main { display: grid; gap: 20px; }
.page-intro { padding: 3px 0 0; }
.page-intro h2 { max-width: 620px; }
.standalone-feature { margin-top: 0; }
.feature-points { margin-top: 17px; display: grid; gap: 9px; color: #6e7468; font-size: 12px; }
.feature-points span { display: inline-flex; align-items: center; gap: 7px; }
.feature-points svg { width: 15px; color: var(--sage); }
.standalone-routes { margin-top: 0; }
.style-route.is-selected { border-color: rgba(138,149,104,.75); background: var(--sage-soft); box-shadow: inset 0 0 0 1px rgba(138,149,104,.18); }
.fullbody-card { padding: 28px 34px 30px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.fullbody-heading { margin-top: 12px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.fullbody-heading h2 { font-size: 24px; }
.fullbody-heading p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.credit-chip { flex: 0 0 auto; min-height: 32px; padding: 0 11px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #f1d9d2; border-radius: 999px; background: #fff8f4; color: #9b5f4e; font-size: 11px; font-weight: 750; }
.credit-chip svg { width: 15px; }
.fullbody-form-grid { margin-top: 20px; display: grid; grid-template-columns: 42% 1fr; gap: 20px; align-items: stretch; }
.fullbody-upload { position: relative; min-height: 260px; overflow: hidden; display: grid; place-items: center; border: 1px dashed #d8d7cf; border-radius: 12px; background: #f2f1ec; cursor: pointer; }
.fullbody-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.fullbody-upload img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.fullbody-upload img[hidden] { display: none; }
.fullbody-upload span { display: grid; justify-items: center; gap: 8px; color: #a3a59c; text-align: center; }
.fullbody-upload span svg { width: 28px; }
.fullbody-upload strong { color: #64685f; font-size: 14px; }
.fullbody-upload small { max-width: 155px; font-size: 11px; line-height: 1.5; }
.body-measures { display: grid; align-content: center; gap: 14px; }
.body-measures label { display: grid; gap: 7px; color: #6a6e65; font-size: 12px; }
.body-measures label > div { position: relative; }
.body-measures input { width: 100%; min-height: 46px; padding: 0 46px 0 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); outline: none; }
.body-measures input:focus { border-color: rgba(138,149,104,.8); box-shadow: 0 0 0 3px rgba(138,149,104,.12); }
.body-measures em { position: absolute; top: 15px; right: 13px; color: var(--muted); font-size: 12px; font-style: normal; }
.measure-note { margin: 4px 0 0; display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.measure-note svg { width: 14px; color: var(--sage); }
.queue-status { min-height: 18px; margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.page-privacy { margin-top: 0; }
.page-cta { margin: 0 auto; text-decoration: none; }
.standalone-history { margin-top: 0; }

.main-content { display: grid; gap: 20px; }
.eyebrow { margin: 0 0 9px; color: var(--sage); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
h2 { margin-bottom: 0; font-size: clamp(20px, 3vw, 26px); line-height: 1.25; }
.proof-section { padding: 4px 0 0; }
.proof-heading { margin-bottom: 15px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.section-lede { max-width: 480px; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.proof-badge { flex: 0 0 auto; min-height: 32px; padding: 0 11px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e1e5d8; border-radius: 999px; background: var(--sage-soft); color: #66724c; font-size: 12px; font-weight: 750; }
.proof-badge svg { width: 14px; }
.proof-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.proof-visuals { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.proof-figure { min-width: 0; margin: 0; background: #eceee9; }
.proof-image-wrap { aspect-ratio: 1 / 1; overflow: hidden; background: #e7e9e5; }
.proof-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }
.proof-figure figcaption { min-height: 58px; padding: 10px 14px 11px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; background: var(--surface); }
.proof-figure figcaption span { color: var(--muted); font-size: 12px; }
.proof-figure figcaption strong { color: var(--ink); font-size: 13px; }
.proof-figure.is-result figcaption strong { color: #68744e; }
.proof-arrow { position: absolute; top: 50%; left: 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 3px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--ink); color: var(--surface); box-shadow: 0 4px 12px rgba(0,0,0,.14); }
.proof-arrow svg { width: 16px; }
.proof-takeaways { min-height: 50px; padding: 11px 15px; display: flex; align-items: center; justify-content: space-around; gap: 10px; border-top: 1px solid var(--line); }
.proof-takeaways span { display: inline-flex; align-items: center; gap: 6px; color: #6e7468; font-size: 12px; white-space: nowrap; }
.proof-takeaways svg { width: 15px; color: var(--sage); }
.model-strip { padding: 21px 23px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #e4e8dc; border-radius: 14px; background: var(--sage-soft); }
.model-copy h2 { font-size: 19px; }
.model-copy p:last-child { max-width: 380px; margin: 8px 0 0; color: #737a6d; font-size: 13px; line-height: 1.6; }
.model-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.model-pills span { padding: 7px 10px; border: 1px solid rgba(138,149,104,.22); border-radius: 999px; background: rgba(255,255,255,.66); color: #68724f; font-size: 11px; white-space: nowrap; }
.inspiration-panel { padding: 25px 26px 27px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.inspiration-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.inspiration-heading h2 { font-size: 22px; }
.inspiration-feature { margin-top: 19px; display: grid; grid-template-columns: 46% 1fr; gap: 24px; align-items: center; padding: 14px; border-radius: 12px; background: #f4f4ee; }
.inspiration-feature-images { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; overflow: hidden; border-radius: 9px; background: var(--line); }
.inspiration-feature-images img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.inspiration-feature-images span { position: absolute; z-index: 1; top: 50%; left: 50%; width: 28px; height: 28px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--ink); color: #fff; font-size: 14px; }
.inspiration-feature-copy h3 { margin-bottom: 9px; font-size: 19px; line-height: 1.35; }
.inspiration-feature-copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.inspiration-cta { min-height: 42px; margin-top: 17px; padding: 0 16px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 750; }
.inspiration-cta svg { width: 16px; }
.style-route-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.style-route { min-height: 105px; padding: 13px; display: grid; grid-template-columns: 29px 1fr; grid-template-rows: auto auto; gap: 3px 9px; text-align: left; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.style-route:hover { border-color: rgba(138,149,104,.6); background: var(--sage-soft); }
.route-icon { width: 29px; height: 29px; display: grid; place-items: center; grid-row: 1 / span 2; border-radius: 8px; background: var(--sage-soft); color: var(--sage); font-size: 10px; font-weight: 800; }
.style-route strong { align-self: end; font-size: 13px; }
.style-route small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.history-panel { padding: 25px 26px 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.history-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.history-panel-head .eyebrow { margin-bottom: 7px; }
.history-panel-head h2 { font-size: 21px; }
.history-stats { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.history-stats > div { min-height: 70px; padding: 11px 12px; display: grid; align-content: center; gap: 3px; border-radius: 10px; background: #f6f5ef; }
.history-stats strong { color: var(--ink); font-size: 18px; line-height: 1.1; }
.history-stats span { color: var(--muted); font-size: 11px; }
.history-list { display: grid; gap: 11px; margin-top: 18px; }
.history-record { display: flex; align-items: center; gap: 13px; padding: 11px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.history-record-images { display: grid; grid-template-columns: 42px 16px 42px; align-items: center; gap: 5px; color: var(--sage); font-size: 14px; }
.history-record-images img { width: 42px; height: 42px; object-fit: cover; border-radius: 8px; background: #eceee9; }
.history-record-copy { min-width: 0; display: grid; gap: 4px; }
.history-record-copy strong { overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.history-record-copy small { color: var(--muted); font-size: 11px; }
.history-empty { margin: 20px 0 5px; color: var(--muted); font-size: 13px; text-align: center; }
.privacy-card { margin-top: 19px; padding: 13px 14px; display: grid; grid-template-columns: 22px 1fr; gap: 9px; border: 1px solid #e1e5d8; border-radius: 10px; background: var(--sage-soft); }
.privacy-card > svg { width: 18px; margin-top: 1px; color: var(--sage); }
.privacy-card strong { display: block; color: #5e6947; font-size: 12px; }
.privacy-card p { margin: 4px 0 0; color: #737a6d; font-size: 11px; line-height: 1.6; }
.privacy-card small { display: block; margin-top: 5px; color: #7d836f; font-size: 10px; line-height: 1.5; }
.upload-card, .progress-panel, .start-panel, .result-section { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.upload-card { min-height: 294px; padding: 34px 34px 32px; display: grid; grid-template-columns: minmax(0, 1fr) 40%; gap: 25px; align-items: center; }
.upload-copy h2 { max-width: 320px; font-size: clamp(21px, 3vw, 30px); }
.helper-copy { max-width: 320px; margin: 13px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
#photo-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.primary-button { min-height: 50px; width: fit-content; padding: 0 26px; display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; background: var(--ink); color: var(--surface); font-size: 15px; font-weight: 750; cursor: pointer; }
.primary-button:hover { background: #333832; }
.primary-button svg { width: 19px; }
.source-preview { position: relative; min-height: 220px; overflow: hidden; display: grid; place-items: center; border-radius: 12px; background: #edece8; cursor: pointer; }
.source-preview img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.source-preview.is-empty img { display: none; }
.source-preview.is-empty span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; background: rgba(255,255,255,.6); color: #afb1aa; }
.source-preview.is-empty svg { width: 24px; }

.progress-panel { padding: 27px 34px 25px; }
.progress-header { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.progress-header h2 { font-size: 21px; }
.progress-header > strong { color: var(--ink); font-size: 20px; }
.progress-track { height: 9px; margin: 21px 0 25px; overflow: hidden; border-radius: 99px; background: #eeede6; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--sage); transition: width 700ms ease; }
.progress-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.progress-step { position: relative; display: grid; justify-items: center; gap: 5px; color: #aaa99f; text-align: center; }
.progress-step::after { content: ""; position: absolute; top: 15px; left: calc(50% + 22px); width: calc(100% - 44px); height: 1px; background: #ebe9e1; }
.progress-step:last-child::after { display: none; }
.progress-step b { z-index: 1; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #f1efe9; color: #767870; font-size: 13px; }
.progress-step strong { font-size: 13px; font-weight: 750; }
.progress-step small { font-size: 11px; }
.progress-step.is-active { color: var(--ink); }
.progress-step.is-active b { outline: 3px solid rgba(138,149,104,.24); background: var(--sage); color: var(--surface); }
.progress-step.is-done { color: #777b6e; }
.progress-step.is-done b { background: var(--sage-soft); color: var(--sage); }
.progress-tip { margin: 20px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.start-panel { padding: 28px 34px 27px; }
.section-label { display: flex; align-items: center; gap: 12px; }
.section-label > span { color: var(--coral); font-size: 12px; font-weight: 800; }
.section-label .eyebrow { margin-bottom: 0; }
.start-panel h2 { margin-top: 12px; }
.start-panel > p:not(.privacy-note) { margin: 10px 0 21px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.generate-button { min-height: 52px; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; background: var(--ink); color: var(--surface); font-weight: 750; transition: background 160ms ease, opacity 160ms ease; }
.generate-button:hover { background: #333832; }
.generate-button:disabled { cursor: wait; opacity: .66; }
.generate-button svg { width: 19px; }
.unlock-hint { margin: 11px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #9b6a58; font-size: 11px; line-height: 1.5; text-align: center; }
.unlock-hint svg { width: 14px; }
.is-spinning { animation: spin 900ms linear infinite; }
.privacy-note { margin: 13px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 11px; }
.privacy-note svg { width: 14px; color: var(--sage); }
.analytics-consent { margin: 11px auto 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 11px; line-height: 1.4; cursor: pointer; }
.analytics-consent input { width: 14px; height: 14px; accent-color: var(--sage); }
.form-error { margin: 0; padding: 12px 14px; border-left: 3px solid var(--coral); background: var(--coral-soft); color: #843829; font-size: 14px; }

.result-section { padding: 29px 34px 30px; }
.section-heading-row { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.section-heading-row .eyebrow { margin-bottom: 7px; }
.text-button { display: inline-flex; align-items: center; gap: 4px; padding: 5px 0; background: transparent; color: var(--muted); font-size: 13px; }
.text-button svg { width: 15px; }
.compare-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; border-radius: 13px; background: #e6e7e3; }
.compare-item { position: relative; min-height: 320px; overflow: hidden; }
.compare-item + .compare-item { border-left: 1px solid rgba(255,255,255,.55); }
.compare-item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.compare-item > span { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 4px 8px; border-radius: 6px; background: rgba(65,68,64,.68); color: var(--surface); font-size: 12px; }
.compare-arrow { position: absolute; top: 50%; left: 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--surface); color: var(--ink); box-shadow: 0 3px 12px rgba(0,0,0,.12); }
.compare-arrow svg { width: 18px; }
.advice-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 0; padding: 0 14px; }
.advice-tab { min-height: 42px; border-radius: 999px; background: #f8f6f0; color: var(--ink); font-size: 14px; }
.advice-tab.is-active { background: var(--sage); color: var(--surface); }
.advice-panels { margin-top: 17px; }
.advice-panel { display: none; grid-template-columns: 30px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid var(--line); }
.advice-panel.is-active { display: grid; }
.advice-panel > svg, .analysis-summary article > svg { width: 19px; margin-top: 2px; color: var(--sage); }
.advice-panel h3, .analysis-summary h3 { margin-bottom: 7px; font-size: 15px; }
.advice-panel p, .analysis-summary p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.analysis-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 5px; }
.analysis-summary article { display: grid; grid-template-columns: 25px 1fr; gap: 9px; padding-top: 18px; border-top: 1px solid var(--line); }
.analysis-summary h3 { font-size: 14px; }
.analysis-summary p { font-size: 13px; line-height: 1.65; }
.unlock-row { margin-top: 25px; padding: 16px; display: flex; align-items: center; gap: 13px; border: 1px solid #f1d9d2; border-radius: 12px; background: #fff8f4; }
.unlock-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: #f0eee8; color: var(--ink); }
.unlock-icon svg { width: 19px; }
.unlock-row strong { display: block; font-size: 14px; }
.unlock-row p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.unlock-button { min-height: 43px; margin-left: auto; padding: 0 18px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; background: var(--coral); color: var(--surface); font-size: 13px; font-weight: 750; white-space: nowrap; }
.unlock-button:hover { background: #df725c; }
.unlock-button svg { width: 16px; }

.bottom-nav { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; min-height: 72px; padding: 8px max(22px, calc((100vw - 920px) / 2 + 22px)) max(8px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.nav-item { display: grid; justify-items: center; gap: 5px; background: transparent; color: #8e8e86; font-size: 11px; text-decoration: none; }
.nav-item svg { width: 21px; height: 21px; }
.nav-item.is-active { color: var(--sage); }
footer { padding: 23px 18px 90px; color: var(--muted); font-size: 10px; text-align: center; }

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

@media (min-width: 760px) {
  .app-shell { padding-top: 20px; }
  .main-content { grid-template-columns: 1fr 1fr; align-items: start; }
  .proof-section, .model-strip, .inspiration-panel, .upload-card, .progress-panel, .result-section, .history-panel, .form-error { grid-column: 1 / -1; }
  .start-panel { grid-column: 1 / -1; }
  .page-main { grid-template-columns: 1fr 1fr; align-items: start; }
  .page-intro, .standalone-feature, .standalone-routes, .fullbody-card, .page-privacy, .page-cta, .standalone-history { grid-column: 1 / -1; }
  .result-section { max-width: 760px; width: 100%; justify-self: center; }
  .bottom-nav { left: 50%; width: min(100%, 920px); transform: translateX(-50%); border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .app-shell { padding: 0 18px 88px; }
  .app-header { min-height: 150px; padding-top: 30px; }
  .brand-lockup h1 { font-size: 31px; }
  .brand-lockup p { margin-top: 11px; font-size: 15px; }
  .history-button { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .history-button span { display: none; }
  .proof-heading { align-items: flex-start; }
  .proof-heading h2 { font-size: 20px; }
  .section-lede { margin-top: 8px; font-size: 13px; line-height: 1.6; }
  .proof-badge { min-height: 29px; padding: 0 9px; font-size: 11px; }
  .proof-figure figcaption { min-height: 52px; padding: 9px 10px; display: block; }
  .proof-figure figcaption span, .proof-figure figcaption strong { display: block; }
  .proof-figure figcaption strong { margin-top: 3px; font-size: 12px; }
  .proof-takeaways { justify-content: space-between; padding: 10px 12px; }
  .proof-takeaways span { gap: 4px; font-size: 10px; }
  .proof-takeaways svg { width: 13px; }
  .model-strip { display: block; padding: 18px 18px 17px; }
  .model-copy h2 { font-size: 18px; }
  .model-copy p:last-child { margin-top: 6px; font-size: 12px; }
  .model-pills { justify-content: flex-start; margin-top: 13px; }
  .model-pills span { padding: 6px 8px; font-size: 10px; }
  .inspiration-panel { padding: 21px 20px 22px; }
  .inspiration-heading { align-items: flex-start; }
  .inspiration-heading h2 { font-size: 19px; }
  .inspiration-feature { grid-template-columns: 1fr; gap: 14px; padding: 10px; }
  .inspiration-feature-copy h3 { font-size: 17px; }
  .style-route-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .style-route { min-height: 97px; padding: 10px; }
  .style-route small { font-size: 10px; }
  .history-panel { padding: 21px 20px 22px; }
  .history-panel-head h2 { font-size: 19px; }
  .history-record { padding: 9px; }
  .history-stats > div { min-height: 64px; padding: 9px 8px; }
  .history-stats strong { font-size: 16px; }
  .history-stats span { font-size: 10px; }
  .upload-card { min-height: 260px; padding: 24px 20px; grid-template-columns: minmax(0, 1fr) 40%; gap: 11px; }
  .upload-copy h2 { font-size: 18px; line-height: 1.3; }
  .helper-copy { margin: 10px 0 17px; font-size: 12px; line-height: 1.55; }
  .primary-button { min-height: 44px; padding: 0 18px; font-size: 13px; }
  .primary-button svg { width: 17px; }
  .source-preview, .source-preview img { min-height: 185px; }
  .progress-panel, .start-panel, .result-section { padding-left: 20px; padding-right: 20px; }
  .progress-header h2 { font-size: 18px; }
  .progress-header > strong { font-size: 18px; }
  .progress-steps { gap: 2px; }
  .progress-step small { display: none; }
  .progress-step strong { font-size: 11px; }
  .compare-item { min-height: 218px; }
  .compare-item > span { top: 8px; left: 8px; font-size: 11px; }
  .advice-tabs { padding: 0; gap: 7px; }
  .advice-tab { min-height: 39px; font-size: 13px; }
  .analysis-summary { grid-template-columns: 1fr; gap: 0; }
  .analysis-summary article { grid-template-columns: 25px 1fr; }
  .unlock-row { align-items: flex-start; flex-wrap: wrap; }
  .unlock-button { margin-left: 55px; }
  .fullbody-card { padding: 22px 20px 23px; }
  .fullbody-heading { align-items: flex-start; display: block; }
  .credit-chip { margin-top: 13px; }
  .fullbody-form-grid { grid-template-columns: 1fr; }
  .fullbody-upload, .fullbody-upload img { min-height: 230px; }
}
