:root {
  color-scheme: light;
  --buyer-bg: #ffffff;
  --buyer-panel: #ffffff;
  --buyer-panel-raised: #ffffff;
  --buyer-panel-hover: #f8fafc;
  --buyer-border: #e5e7eb;
  --buyer-border-strong: #cbd5e1;
  --buyer-text: #111827;
  --buyer-muted: #64748b;
  --buyer-faint: #94a3b8;
  --buyer-accent: #2563eb;
  --buyer-accent-strong: #1d4ed8;
  --buyer-danger: #dc2626;
}

* { box-sizing: border-box; }

html,
body { min-width: 320px; min-height: 100%; margin: 0; }

body {
  overflow: hidden;
  background: var(--buyer-bg);
  color: var(--buyer-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

button,
select,
textarea { font: inherit; }

button { cursor: pointer; }

.buyer-show-shell { display: flex; width: 100vw; height: 100vh; min-height: 540px; overflow: hidden; }

.buyer-show-nav {
  display: flex;
  flex: 0 0 132px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  min-height: 0;
  padding: 24px 12px 18px;
  border-right: 1px solid var(--buyer-border);
  background: #ffffff;
}

.buyer-show-logo {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #2563eb;
  border-radius: 13px;
  background: #2563eb;
  color: white;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.18);
}

.buyer-show-nav-items,
.buyer-show-nav-bottom { width: 100%; }

.buyer-show-nav-items { display: grid; gap: 8px; }

.buyer-show-nav-bottom { margin-top: auto; }

.buyer-show-nav-item {
  display: grid;
  width: 100%;
  place-items: center;
  gap: 5px;
  padding: 10px 4px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--buyer-muted);
  font-size: 11px;
  line-height: 1.1;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.buyer-show-nav-item:hover,
.buyer-show-nav-item.is-active { color: #1d4ed8; background: #eff6ff; border-color: #bfdbfe; }

.buyer-show-nav-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 7px;
  background: #eff6ff;
  font-size: 10px;
  font-weight: 800;
}

.buyer-show-logout { color: #475569; }
.buyer-show-logout:hover { color: var(--buyer-danger); background: #fef2f2; border-color: #fecaca; }

.buyer-show-controls {
  display: flex;
  flex: 0 0 380px;
  flex-direction: column;
  min-width: 0;
  border-right: 1px solid var(--buyer-border);
  background: var(--buyer-panel);
}

.buyer-show-control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 20px 24px 17px;
  border-bottom: 1px solid var(--buyer-border);
}

.buyer-show-control-head p { margin: 0 0 5px; color: #2563eb; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.buyer-show-control-head h1 { margin: 0; font-size: 22px; line-height: 1; letter-spacing: 0; }

.buyer-show-user { max-width: 112px; overflow: hidden; color: var(--buyer-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }

.buyer-show-account { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 9px; }
.buyer-show-account .auth-balance-row { display: flex; align-items: center; gap: 8px; padding: 0; margin: 0; border: 0; }
.buyer-show-account .auth-balance-meta { display: flex; min-width: 0; align-items: center; gap: 5px; }
.buyer-show-account .auth-balance-meta small,
.buyer-show-account .auth-balance-hint,
.buyer-show-account .auth-balance-price { display: none; }
.buyer-show-account .auth-balance-value { color: var(--buyer-text); font-size: 13px; font-weight: 800; white-space: nowrap; }
.buyer-show-account .auth-balance-actions { display: flex; align-items: center; gap: 0; }
.buyer-show-account #authBalanceRechargeButton { min-height: 30px; padding: 0 10px; border: 1px solid #bfdbfe; border-radius: 7px; background: #eff6ff; color: #1d4ed8; font-size: 12px; font-weight: 800; }
.buyer-show-account #authBalanceRechargeButton:hover { border-color: #60a5fa; background: #dbeafe; }

.buyer-show-control-scroll { flex: 1 1 auto; min-height: 0; overflow: auto; padding: 20px 24px 30px; }
.buyer-show-control-scroll::-webkit-scrollbar { width: 5px; }
.buyer-show-control-scroll::-webkit-scrollbar-thumb { border-radius: 99px; background: #cbd5e1; }

.buyer-show-field-group,
.buyer-show-upload-section,
.buyer-show-prompt-section { margin-bottom: 22px; }

.buyer-show-section-label,
.buyer-show-field > span { display: block; margin-bottom: 8px; color: #475569; font-size: 11px; font-weight: 700; }

.buyer-show-model-buttons { display: grid; grid-template-columns: 1fr; gap: 8px; }

.buyer-show-model-button {
  height: 40px;
  border: 1px solid var(--buyer-border);
  border-radius: 9px;
  background: var(--buyer-panel-raised);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.buyer-show-model-button:hover { border-color: #60a5fa; color: #1d4ed8; }
.buyer-show-model-button.is-active { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; }
.buyer-show-model-button:disabled { cursor: not-allowed; opacity: .4; }

.buyer-show-settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.buyer-show-field-wide { grid-column: 1 / -1; }

.buyer-show-field select {
  width: 100%;
  height: 37px;
  padding: 0 10px;
  border: 1px solid var(--buyer-border);
  border-radius: 8px;
  outline: none;
  background: #ffffff;
  color: var(--buyer-text);
  font-size: 12px;
}

.buyer-show-field select:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); }
.buyer-show-field select:disabled { opacity: .45; cursor: not-allowed; }

.buyer-show-upload-section { padding-top: 1px; }

.buyer-show-upload-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.buyer-show-upload-head strong { display: block; font-size: 13px; line-height: 1.2; }
.buyer-show-upload-head span { display: block; margin-top: 4px; color: var(--buyer-faint); font-size: 11px; line-height: 1.35; }
.buyer-show-count { flex: 0 0 auto; margin-top: 0 !important; padding: 3px 6px; border-radius: 5px; background: #eff6ff; color: #2563eb !important; }

.buyer-show-dropzone {
  display: grid;
  width: 100%;
  min-height: 75px;
  place-content: center;
  gap: 3px;
  border: 1px dashed #cbd5e1;
  border-radius: 9px;
  background: #ffffff;
  color: #334155;
  transition: border-color .18s ease, background .18s ease;
}

.buyer-show-dropzone:hover,
.buyer-show-dropzone.is-dragging { border-color: #60a5fa; background: #eff6ff; }
.buyer-show-dropzone-mark { margin: auto; color: #2563eb; font-size: 21px; font-weight: 300; line-height: .9; }
.buyer-show-dropzone > span:not(.buyer-show-dropzone-mark) { font-size: 12px; font-weight: 600; }
.buyer-show-dropzone small { color: var(--buyer-faint); font-size: 10px; }
.buyer-show-scene-dropzone { min-height: 63px; }

.buyer-show-product-slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.buyer-show-product-slot { position: relative; min-width: 0; aspect-ratio: 1; }
.buyer-show-product-slot-upload {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  place-content: center;
  gap: 4px;
  overflow: hidden;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  font-size: 11px;
  font-weight: 600;
  transition: border-color .18s ease, background .18s ease;
}
.buyer-show-product-slot-upload:hover:not(:disabled) { border-color: #60a5fa; background: #eff6ff; }
.buyer-show-product-slot-upload:disabled { cursor: not-allowed; }
.buyer-show-product-slot.has-image .buyer-show-product-slot-upload { border-style: solid; border-color: var(--buyer-border); background: #ffffff; }
.buyer-show-product-slot-upload img { display: block; width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.buyer-show-product-slot-upload > span:last-child { position: absolute; right: 4px; bottom: 4px; left: 4px; overflow: hidden; color: #ffffff; font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; text-shadow: 0 1px 2px rgba(15, 23, 42, .72); }
.buyer-show-product-slot:not(.has-image) .buyer-show-product-slot-upload > span:last-child { position: static; color: #a1a1aa; text-shadow: none; }
.buyer-show-product-slot-remove { position: absolute; top: 4px; right: 4px; z-index: 1; width: 20px; height: 20px; padding: 0; border: 1px solid #e2e8f0; border-radius: 6px; background: rgba(255, 255, 255, .94); color: #475569; font-size: 16px; line-height: 1; }
.buyer-show-product-slot-remove:hover:not(:disabled) { background: #7f1d1d; }
.buyer-show-product-slot-remove:disabled { cursor: not-allowed; opacity: .55; }
.buyer-show-product-slot-lock { position: absolute; top: 4px; left: 4px; z-index: 1; height: 20px; padding: 0 5px; border: 1px solid #bfdbfe; border-radius: 5px; background: rgba(239, 246, 255, .96); color: #1d4ed8; font-size: 9px; line-height: 18px; }
.buyer-show-product-slot-lock:hover:not(:disabled) { border-color: #2563eb; background: #dbeafe; }
.buyer-show-product-slot-lock:disabled { cursor: not-allowed; opacity: .55; }
.buyer-show-product-slot-lock.is-locked { border-color: #2563eb; background: #2563eb; color: #ffffff; }

.buyer-show-upload-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 8px; }

.buyer-show-upload-thumb { position: relative; min-width: 0; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--buyer-border); border-radius: 7px; background: #ffffff; }
.buyer-show-upload-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.buyer-show-upload-thumb button { position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; padding: 0; border: 1px solid #e2e8f0; border-radius: 6px; background: rgba(255, 255, 255, .94); color: #475569; font-size: 14px; line-height: 1; }
.buyer-show-upload-thumb span { position: absolute; right: 4px; bottom: 4px; left: 4px; overflow: hidden; color: #f4f4f5; font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; text-shadow: 0 1px 2px #000; }

.buyer-show-prompt-section { margin-bottom: 0; }
.buyer-show-text-button { padding: 2px 0; border: 0; background: transparent; color: #2563eb; font-size: 11px; }
.buyer-show-text-button:hover { color: #1d4ed8; }

.buyer-show-prompt-section textarea {
  display: block;
  width: 100%;
  min-height: 108px;
  resize: vertical;
  padding: 10px 11px 26px;
  border: 1px solid var(--buyer-border);
  border-radius: 9px;
  outline: none;
  background: #ffffff;
  color: var(--buyer-text);
  font-size: 12px;
  line-height: 1.55;
}

.buyer-show-prompt-section textarea::placeholder { color: #94a3b8; }
.buyer-show-prompt-section textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); }
.buyer-show-prompt-foot { margin-top: -21px; padding-right: 10px; color: #94a3b8; font-size: 10px; text-align: right; pointer-events: none; }
.buyer-show-prompt-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 26px; margin-top: 8px; }
.buyer-show-prompt-actions > div { display: flex; align-items: center; gap: 12px; }
.buyer-show-prompt-actions .buyer-show-text-button { padding: 2px 0; font-weight: 700; }
.buyer-show-active-preset { min-width: 0; overflow: hidden; color: #475569; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.buyer-show-active-preset::before { content: "已加载："; color: #94a3b8; }

.buyer-show-generate-panel { flex: 0 0 auto; padding: 13px 24px 18px; border-top: 1px solid var(--buyer-border); background: #ffffff; }
.buyer-show-status { min-height: 17px; overflow: hidden; color: var(--buyer-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.buyer-show-status.is-error { color: #dc2626; }
.buyer-show-status.is-success { color: #16a34a; }
.buyer-show-progress { height: 3px; margin: 7px 0 9px; overflow: hidden; border-radius: 99px; background: #dbeafe; }
.buyer-show-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: #2563eb; transition: width .3s ease; }

.buyer-show-generate {
  width: 100%;
  height: 43px;
  border: 0;
  border-radius: 9px;
  background: #2563eb;
  color: white;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(37, 99, 235, .18);
  transition: filter .18s ease, transform .18s ease, opacity .18s ease;
}

.buyer-show-generate:hover { filter: brightness(1.11); transform: translateY(-1px); }
.buyer-show-generate:disabled { cursor: not-allowed; opacity: .55; transform: none; }

.buyer-show-workspace { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; min-height: 0; background: #ffffff; }

.buyer-show-workspace-head { display: flex; align-items: center; justify-content: space-between; flex: 0 0 72px; padding: 0 32px; border-bottom: 1px solid var(--buyer-border); background: #ffffff; }
.buyer-show-tabs { display: inline-flex; gap: 3px; padding: 4px; border: 1px solid var(--buyer-border); border-radius: 9px; background: #f8fafc; }
.buyer-show-tab { height: 29px; padding: 0 15px; border: 0; border-radius: 6px; background: transparent; color: var(--buyer-muted); font-size: 12px; font-weight: 700; }
.buyer-show-tab.is-active { background: #ffffff; color: #111827; box-shadow: 0 1px 3px rgba(15, 23, 42, .12); }
.buyer-show-refresh { padding: 7px 11px; border: 1px solid var(--buyer-border); border-radius: 7px; background: #ffffff; color: #334155; font-size: 11px; font-weight: 700; }
.buyer-show-refresh:hover { border-color: #93c5fd; color: #1d4ed8; }

.buyer-show-results { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); align-content: start; gap: 20px; flex: 1 1 auto; min-height: 0; overflow: auto; padding: 34px 40px; }
.buyer-show-results::-webkit-scrollbar { width: 7px; }
.buyer-show-results::-webkit-scrollbar-thumb { border-radius: 99px; background: #cbd5e1; }

.buyer-show-empty { display: grid; grid-column: 1 / -1; min-height: 280px; place-content: center; gap: 8px; color: var(--buyer-muted); text-align: center; }
.buyer-show-empty strong { color: #334155; font-size: 14px; }
.buyer-show-empty span { color: #94a3b8; font-size: 12px; }

.buyer-show-result-card { position: relative; min-width: 0; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--buyer-border); border-radius: 11px; background: var(--buyer-panel); transition: border-color .2s ease, transform .2s ease; }
.buyer-show-result-card:hover { border-color: #93c5fd; transform: translateY(-2px); }
.buyer-show-result-image { display: block; width: 100%; height: 100%; object-fit: cover; background: #f8fafc; cursor: zoom-in; }
.buyer-show-result-body { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-rows: minmax(42px, 1fr) auto; gap: 6px; min-height: 76px; padding: 9px 11px; border-top: 1px solid rgba(203, 213, 225, .88); background: rgba(255, 255, 255, .96); }
.buyer-show-result-body p { display: block; max-height: 42px; margin: 0; overflow: hidden; color: #1e293b; font-size: 12px; line-height: 1.45; }
.buyer-show-result-prompt-label { display: block; margin-bottom: 2px; color: #64748b; font-size: 10px; line-height: 1.2; font-weight: 700; }
.buyer-show-result-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #64748b; font-size: 10px; }
.buyer-show-result-meta > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.buyer-show-result-meta > span:last-child { flex: 0 0 auto; }
.buyer-show-result-actions { position: absolute; top: 8px; right: 8px; display: flex; gap: 5px; opacity: 0; transition: opacity .18s ease; }
.buyer-show-result-card:hover .buyer-show-result-actions { opacity: 1; }
.buyer-show-result-actions button,
.buyer-show-result-actions a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #e2e8f0; border-radius: 7px; background: rgba(255,255,255,.94); color: #334155; font-size: 11px; text-decoration: none; backdrop-filter: blur(8px); }
.buyer-show-result-actions button:hover,
.buyer-show-result-actions a:hover { border-color: #93c5fd; background: #eff6ff; color: #1d4ed8; }

.buyer-show-detail-lock { width: min(92vw, 1080px); max-width: none; padding: 0; overflow: hidden; border: 1px solid var(--buyer-border-strong); border-radius: 10px; background: #ffffff; color: #111827; box-shadow: 0 28px 90px rgba(15, 23, 42, .22); }
.buyer-show-detail-lock::backdrop { background: rgba(0, 0, 0, .72); }
.buyer-show-detail-lock-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; padding: 0 12px; border-bottom: 1px solid var(--buyer-border); }
.buyer-show-detail-lock-toolbar strong { font-size: 13px; }
.buyer-show-detail-lock-toolbar > div { display: flex; gap: 7px; }
.buyer-show-detail-lock-toolbar button { height: 27px; padding: 0 9px; border: 1px solid var(--buyer-border-strong); border-radius: 5px; background: #ffffff; color: #334155; font-size: 11px; }
.buyer-show-detail-lock-toolbar button:last-child { border-color: #2563eb; background: #2563eb; color: #ffffff; }
.buyer-show-detail-lock canvas { display: block; max-width: 100%; max-height: calc(88vh - 48px); margin: 0 auto; cursor: crosshair; touch-action: none; }

.buyer-show-preview { width: min(92vw, 1100px); max-width: none; max-height: 92vh; padding: 42px 14px 14px; overflow: hidden; border: 1px solid var(--buyer-border-strong); border-radius: 12px; background: #ffffff; color: #111827; box-shadow: 0 28px 90px rgba(15, 23, 42, .22); }
.buyer-show-preview::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
.buyer-show-preview img { display: block; max-width: 100%; max-height: calc(92vh - 58px); margin: 0 auto; object-fit: contain; }
.buyer-show-preview-close,
.buyer-show-preview-download { position: absolute; top: 10px; height: 25px; padding: 0 9px; border: 1px solid var(--buyer-border-strong); border-radius: 6px; background: #ffffff; color: #334155; font-size: 11px; line-height: 23px; text-decoration: none; }
.buyer-show-preview-close { right: 10px; }
.buyer-show-preview-download { right: 66px; }

.buyer-show-prompt-presets { width: min(92vw, 620px); max-width: none; max-height: min(76vh, 650px); padding: 0; overflow: hidden; border: 1px solid var(--buyer-border-strong); border-radius: 10px; background: #ffffff; color: #111827; box-shadow: 0 28px 90px rgba(15, 23, 42, .22); }
.buyer-show-prompt-presets::backdrop { background: rgba(15, 23, 42, .38); }
.buyer-show-prompt-presets-head { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px; border-bottom: 1px solid var(--buyer-border); }
.buyer-show-prompt-presets-head strong { font-size: 13px; }
.buyer-show-prompt-presets-head button { height: 27px; padding: 0 9px; border: 1px solid var(--buyer-border-strong); border-radius: 5px; background: #ffffff; color: #334155; font-size: 11px; }
.buyer-show-prompt-preset-list { display: grid; gap: 8px; max-height: calc(min(76vh, 650px) - 49px); overflow: auto; padding: 12px; }
.buyer-show-prompt-preset-empty { min-height: 130px; display: grid; place-items: center; color: #94a3b8; font-size: 12px; text-align: center; }
.buyer-show-prompt-preset-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 10px; border: 1px solid var(--buyer-border); border-radius: 7px; background: #ffffff; }
.buyer-show-prompt-preset-copy { min-width: 0; }
.buyer-show-prompt-preset-copy strong { display: block; overflow: hidden; color: #1e293b; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.buyer-show-prompt-preset-copy p { display: -webkit-box; margin: 5px 0 0; overflow: hidden; color: #64748b; font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.buyer-show-prompt-preset-actions { display: flex; align-items: flex-start; gap: 6px; }
.buyer-show-prompt-preset-actions button { height: 27px; padding: 0 9px; border: 1px solid var(--buyer-border-strong); border-radius: 5px; background: #ffffff; color: #334155; font-size: 11px; }
.buyer-show-prompt-preset-actions button[data-load-preset-id] { border-color: #2563eb; background: #2563eb; color: #ffffff; }
.buyer-show-prompt-preset-actions button[data-delete-preset-id] { color: #b91c1c; }

@media (max-width: 900px) {
  body { overflow: auto; }
  .buyer-show-shell { display: grid; grid-template-columns: 74px minmax(0, 1fr); height: auto; min-height: 100vh; overflow: visible; }
  .buyer-show-nav { grid-row: 1 / span 2; flex-basis: 74px; padding-right: 8px; padding-left: 8px; }
  .buyer-show-nav-item { font-size: 0; }
  .buyer-show-controls { grid-column: 2; flex-basis: auto; border-right: 0; border-bottom: 1px solid var(--buyer-border); }
  .buyer-show-control-scroll { overflow: visible; }
  .buyer-show-workspace { grid-column: 2; min-height: 570px; }
  .buyer-show-results { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); padding: 20px; }
}

@media (max-width: 580px) {
  .buyer-show-shell { grid-template-columns: 1fr; }
  .buyer-show-nav { position: sticky; top: 0; z-index: 3; grid-row: auto; flex: 0 0 auto; flex-direction: row; justify-content: space-between; width: 100%; height: 61px; padding: 9px 12px; border-right: 0; border-bottom: 1px solid var(--buyer-border); }
  .buyer-show-logo { width: 36px; height: 36px; border-radius: 10px; }
  .buyer-show-nav-items { display: flex; width: auto; gap: 6px; }
  .buyer-show-nav-bottom { width: auto; margin: 0; }
  .buyer-show-nav-item { display: flex; width: 38px; height: 38px; padding: 0; font-size: 0; }
  .buyer-show-controls,
  .buyer-show-workspace { grid-column: 1; }
  .buyer-show-control-head { min-height: 74px; padding: 16px; }
  .buyer-show-control-scroll { padding: 16px; }
  .buyer-show-generate-panel { padding: 12px 16px 16px; }
  .buyer-show-prompt-presets { width: calc(100vw - 28px); }
  .buyer-show-workspace-head { flex-basis: 60px; padding: 0 16px; }
  .buyer-show-results { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 14px; }
  .buyer-show-result-body { grid-template-rows: minmax(40px, 1fr) auto; min-height: 68px; padding: 7px 8px; }
}
