/* ../../packages/decision-desk-ui/styles/tokens.css */
.yy-decision-desk {
  color-scheme: light;
  --yy-canvas: #fff8f4;
  --yy-surface: #ffffff;
  --yy-surface-subtle: #f5f1ed;
  --yy-mist: #e5ecf6;
  --yy-navy: #041e30;
  --yy-ink: #102535;
  --yy-ink-muted: #526472;
  --yy-ink-faint: #71808b;
  --yy-line: #ced7de;
  --yy-line-strong: #9eacb7;
  --yy-tangerine: #ff8a1f;
  --yy-tangerine-hover: #e8750b;
  --yy-tangerine-pressed: #c85e00;
  --yy-on-tangerine: #241000;
  --yy-success: #166847;
  --yy-success-soft: #e7f4ed;
  --yy-pass: #8a3040;
  --yy-pass-soft: #faecef;
  --yy-unknown: #76500a;
  --yy-unknown-soft: #fff0d2;
  --yy-danger: #a32632;
  --yy-danger-soft: #fbeaec;
  --yy-focus-inner: #041e30;
  --yy-focus-outer: rgb(255 138 31 / 38%);
  --yy-selection: #ffe2c8;
  --yy-shadow-slip: 0 18px 44px rgb(4 30 48 / 13%);
  min-width: 320px;
  min-height: 100dvh;
  overflow-x: clip;
  background: var(--yy-canvas);
  color: var(--yy-ink);
  caret-color: var(--yy-tangerine);
  font-family:
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI Variable",
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgb(255 138 31 / 16%);
}
.yy-decision-desk[data-theme=dark] {
  color-scheme: dark;
  --yy-canvas: #071722;
  --yy-surface: #0d2432;
  --yy-surface-subtle: #123040;
  --yy-mist: #1b394a;
  --yy-navy: #f3f7f9;
  --yy-ink: #f3f7f9;
  --yy-ink-muted: #b9c5cc;
  --yy-ink-faint: #8fa0aa;
  --yy-line: #365160;
  --yy-line-strong: #59717e;
  --yy-tangerine: #ff9d45;
  --yy-tangerine-hover: #ffaf68;
  --yy-tangerine-pressed: #f18320;
  --yy-on-tangerine: #231000;
  --yy-success: #83d7ad;
  --yy-success-soft: #12382a;
  --yy-pass: #ffacb9;
  --yy-pass-soft: #401c25;
  --yy-unknown: #ffd487;
  --yy-unknown-soft: #3d2e10;
  --yy-danger: #ff9fab;
  --yy-danger-soft: #421c24;
  --yy-focus-inner: #ffffff;
  --yy-focus-outer: rgb(255 157 69 / 46%);
  --yy-selection: #5b3a14;
  --yy-shadow-slip: 0 20px 48px rgb(0 0 0 / 34%);
}
@media (prefers-color-scheme: dark) {
  .yy-decision-desk:not([data-theme=light]) {
    color-scheme: dark;
    --yy-canvas: #071722;
    --yy-surface: #0d2432;
    --yy-surface-subtle: #123040;
    --yy-mist: #1b394a;
    --yy-navy: #f3f7f9;
    --yy-ink: #f3f7f9;
    --yy-ink-muted: #b9c5cc;
    --yy-ink-faint: #8fa0aa;
    --yy-line: #365160;
    --yy-line-strong: #59717e;
    --yy-tangerine: #ff9d45;
    --yy-tangerine-hover: #ffaf68;
    --yy-tangerine-pressed: #f18320;
    --yy-on-tangerine: #231000;
    --yy-success: #83d7ad;
    --yy-success-soft: #12382a;
    --yy-pass: #ffacb9;
    --yy-pass-soft: #401c25;
    --yy-unknown: #ffd487;
    --yy-unknown-soft: #3d2e10;
    --yy-danger: #ff9fab;
    --yy-danger-soft: #421c24;
    --yy-focus-inner: #ffffff;
    --yy-focus-outer: rgb(255 157 69 / 46%);
    --yy-selection: #5b3a14;
    --yy-shadow-slip: 0 20px 48px rgb(0 0 0 / 34%);
  }
}

/* ../../packages/decision-desk-ui/styles/foundation.css */
.yy-decision-desk,
.yy-decision-desk *,
.yy-decision-desk *::before,
.yy-decision-desk *::after {
  box-sizing: border-box;
}
.yy-decision-desk ::selection {
  background: var(--yy-selection);
  color: var(--yy-ink);
}
.yy-decision-desk * {
  scrollbar-color: var(--yy-line-strong) transparent;
  scrollbar-width: thin;
}
.yy-decision-desk *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.yy-decision-desk *::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: var(--yy-line-strong);
  background-clip: padding-box;
}
.yy-decision-desk *::-webkit-scrollbar-track {
  background: transparent;
}
.yy-decision-desk button,
.yy-decision-desk input,
.yy-decision-desk select,
.yy-decision-desk summary {
  font: inherit;
}
.yy-decision-desk button,
.yy-decision-desk summary,
.yy-decision-desk .yy-dd-file-label {
  touch-action: manipulation;
}
.yy-decision-desk button:focus-visible,
.yy-decision-desk input:focus-visible,
.yy-decision-desk select:focus-visible,
.yy-decision-desk summary:focus-visible,
.yy-decision-desk a:focus-visible,
.yy-decision-desk [tabindex]:focus-visible {
  outline: 2px solid var(--yy-focus-inner);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--yy-focus-outer);
}
.yy-decision-desk button:disabled,
.yy-decision-desk input:disabled,
.yy-decision-desk select:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}
.yy-decision-desk h1,
.yy-decision-desk h2,
.yy-decision-desk h3,
.yy-decision-desk p,
.yy-decision-desk dd,
.yy-decision-desk td,
.yy-decision-desk th {
  overflow-wrap: anywhere;
}
.yy-decision-desk h1,
.yy-decision-desk h2,
.yy-decision-desk h3 {
  color: var(--yy-ink);
  text-wrap: balance;
  scroll-margin-top: 84px;
}
.yy-decision-desk p,
.yy-decision-desk li,
.yy-decision-desk dd {
  text-wrap: pretty;
}
.yy-dd-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-140%);
  border: 1px solid var(--yy-navy);
  border-radius: 6px;
  background: var(--yy-surface);
  color: var(--yy-ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform 140ms ease-out;
}
.yy-dd-skip-link:focus {
  transform: translateY(0);
}
.yy-dd-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.yy-dd-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(260px, 1.5fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 62px;
  padding: 10px max(24px, env(safe-area-inset-right)) 10px max(24px, env(safe-area-inset-left));
  border-bottom: 1px solid var(--yy-line);
  background: var(--yy-surface);
}
.yy-dd-topbar > div:first-child,
.yy-dd-truth,
.yy-dd-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.yy-dd-topbar > div:first-child {
  flex-wrap: wrap;
}
.yy-dd-wordmark {
  color: var(--yy-tangerine);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -0.035em;
}
.yy-dd-topbar > div:first-child > span {
  color: var(--yy-ink);
  font-size: 14px;
  font-weight: 700;
}
.yy-dd-truth {
  flex-wrap: wrap;
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 560;
}
.yy-dd-truth span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.yy-dd-truth span + span::before {
  content: "\b7";
  margin-right: 10px;
  color: var(--yy-line-strong);
}
.yy-dd-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.yy-dd-button,
.yy-dd-nav-button,
.yy-dd-link-button,
.yy-dd-file-label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--yy-line-strong);
  border-radius: 6px;
  background: var(--yy-surface);
  color: var(--yy-ink);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 140ms ease-out,
    border-color 140ms ease-out,
    color 140ms ease-out,
    transform 100ms ease-out;
}
.yy-dd-button:hover:not(:disabled),
.yy-dd-nav-button:hover:not(:disabled),
.yy-dd-file-label:hover {
  border-color: var(--yy-navy);
  background: var(--yy-surface-subtle);
}
.yy-dd-button:active:not(:disabled),
.yy-dd-nav-button:active:not(:disabled),
.yy-dd-file-label:active {
  transform: translateY(1px);
}
.yy-dd-button--primary {
  border-color: var(--yy-tangerine);
  background: var(--yy-tangerine);
  color: var(--yy-on-tangerine);
}
.yy-dd-button--primary:hover:not(:disabled) {
  border-color: var(--yy-tangerine-hover);
  background: var(--yy-tangerine-hover);
}
.yy-dd-button--primary:active:not(:disabled) {
  border-color: var(--yy-tangerine-pressed);
  background: var(--yy-tangerine-pressed);
}
.yy-dd-button--secondary {
  border-color: var(--yy-line-strong);
  background: transparent;
}
.yy-dd-link-button {
  min-width: 44px;
  min-height: 44px;
  padding: 4px 7px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--yy-navy);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}
.yy-dd-link-button:hover:not(:disabled) {
  background: var(--yy-mist);
  text-decoration-color: currentColor;
}
.yy-dd-storage {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px max(24px, env(safe-area-inset-right)) 7px max(24px, env(safe-area-inset-left));
  border-bottom: 1px solid var(--yy-line);
  background: var(--yy-surface-subtle);
  color: var(--yy-ink-muted);
  font-size: 12px;
}
.yy-dd-storage p {
  margin: 0;
}
.yy-dd-storage--unavailable,
.yy-dd-storage--quota_exceeded {
  border-bottom-color: var(--yy-danger);
  background: var(--yy-danger-soft);
  color: var(--yy-ink);
}
.yy-dd-live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.yy-dd-main {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 32px max(24px, env(safe-area-inset-right)) 56px max(24px, env(safe-area-inset-left));
}
.yy-dd-main--home,
.yy-dd-main--receipt {
  max-width: 1040px;
}
.yy-dd-main--home {
  display: grid;
  gap: 0;
}
.yy-dd-hero {
  display: flex;
  max-width: 780px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 0 36px;
  border-bottom: 1px solid var(--yy-line);
}
.yy-dd-hero h1 {
  order: 1;
  max-width: 20ch;
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.yy-dd-hero .yy-dd-eyebrow {
  order: 2;
}
.yy-dd-hero > p:not(.yy-dd-eyebrow) {
  order: 3;
}
.yy-dd-hero > .yy-dd-button {
  order: 4;
  margin-top: 18px;
}
.yy-dd-eyebrow {
  margin: 0 0 8px;
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}
.yy-dd-hero p,
.yy-dd-panel > p,
.yy-dd-draft > p {
  max-width: 70ch;
  margin: 0;
  color: var(--yy-ink-muted);
}
.yy-dd-panel {
  padding: 28px 0;
  border-bottom: 1px solid var(--yy-line);
}
.yy-dd-panel:last-child {
  border-bottom: 0;
}
.yy-dd-panel h2,
.yy-dd-draft h2,
.yy-dd-editor > h2,
.yy-dd-readonly + h1 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 730;
  line-height: 1.25;
  letter-spacing: -0.015em;
}
.yy-dd-panel h3,
.yy-dd-record h3,
.yy-dd-photo-card h3,
.yy-dd-suggestion-panel h3,
.yy-dd-contract-audit h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.35;
}
.yy-dd-draft {
  display: grid;
  gap: 5px;
  margin-bottom: 22px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--yy-line);
}
.yy-dd-draft h2 {
  margin-bottom: 0;
}

/* ../../packages/decision-desk-ui/styles/workbench.css */
.yy-dd-workspace {
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr) 344px;
  grid-template-areas: "nav editor summary";
  gap: 24px;
  align-items: start;
}
.yy-dd-nav {
  grid-area: nav;
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid #0d344d;
  border-radius: 10px;
  background: #041e30;
  color: #ffffff;
}
.yy-dd-nav-button {
  position: relative;
  justify-content: flex-start;
  width: 100%;
  min-height: 42px;
  padding: 9px 11px 9px 14px;
  border-color: transparent;
  background: transparent;
  color: rgb(255 255 255 / 78%);
  text-align: left;
}
.yy-dd-nav-button:hover:not(:disabled) {
  border-color: rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 7%);
  color: #ffffff;
}
.yy-dd-nav-button[aria-current=step] {
  border-color: rgb(255 138 31 / 58%);
  background: rgb(255 138 31 / 12%);
  color: #ffffff;
}
.yy-dd-nav-button[aria-current=step]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff8a1f;
}
.yy-dd-editor {
  grid-area: editor;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--yy-line);
  border-radius: 10px;
  background: var(--yy-surface);
}
.yy-dd-editor > :first-child,
.yy-dd-summary > :first-child,
.yy-dd-result > :first-child,
.yy-dd-panel > :first-child,
.yy-dd-readonly > :first-child {
  margin-top: 0;
}
.yy-dd-summary {
  grid-area: summary;
  position: sticky;
  top: 84px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--yy-line-strong);
  border-radius: 10px;
  background: var(--yy-surface);
  box-shadow: var(--yy-shadow-slip);
}
.yy-dd-summary > h1,
.yy-dd-summary > p,
.yy-dd-summary > .yy-dd-unresolved,
.yy-dd-summary > .yy-dd-button {
  margin-right: 22px;
  margin-left: 22px;
}
.yy-dd-summary > h1 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.yy-dd-summary > p {
  color: var(--yy-ink-muted);
}
.yy-dd-summary > .yy-dd-button {
  margin-bottom: 22px;
}
.yy-dd-summary > .yy-dd-result {
  border: 0;
  border-radius: 0;
}
.yy-dd-result {
  padding: 22px;
  border-top: 4px solid var(--yy-line-strong);
  background: var(--yy-surface);
}
.yy-dd-result--direct_flip {
  border-top-color: var(--yy-success);
}
.yy-dd-result--pass {
  border-top-color: var(--yy-pass);
}
.yy-dd-result--unknown {
  border-top-color: var(--yy-unknown);
}
.yy-dd-action {
  display: inline-flex;
  margin: 0 0 10px;
  align-items: center;
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 760;
}
.yy-dd-result--direct_flip .yy-dd-action {
  color: var(--yy-success);
}
.yy-dd-result--pass .yy-dd-action {
  color: var(--yy-pass);
}
.yy-dd-result--unknown .yy-dd-action {
  color: var(--yy-unknown);
}
.yy-dd-result__title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.yy-dd-result__reason {
  margin: 0;
  color: var(--yy-ink-muted);
}
.yy-dd-stale {
  margin: 16px 0 0;
  padding: 9px 10px;
  border: 1px solid var(--yy-unknown);
  border-radius: 6px;
  background: var(--yy-unknown-soft);
  color: var(--yy-ink);
  font-weight: 720;
}
.yy-dd-metrics {
  display: grid;
  margin: 22px 0 0;
  border-top: 1px solid var(--yy-line);
}
.yy-dd-metric {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--yy-line);
}
.yy-dd-metric dt {
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 620;
}
.yy-dd-metric dd {
  margin: 0;
  color: var(--yy-ink);
  font-family:
    ui-monospace,
    "SFMono-Regular",
    "Roboto Mono",
    Consolas,
    "Liberation Mono",
    monospace;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
  letter-spacing: -0.02em;
  text-align: right;
}
.yy-dd-metric--primary {
  padding: 17px 0 15px;
}
.yy-dd-metric--primary dt {
  color: var(--yy-ink);
  font-size: 13px;
  font-weight: 720;
}
.yy-dd-metric--primary dd {
  color: var(--yy-navy);
  font-size: 24px;
  font-weight: 780;
}
.yy-dd-metric--primary:first-child dd {
  font-size: 30px;
}
.yy-dd-quality,
.yy-dd-contract-audit {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--yy-line);
}
.yy-dd-quality h2,
.yy-dd-result--unknown h2,
.yy-dd-contract-audit h2 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.35;
}
.yy-dd-quality p {
  margin: 0;
  color: var(--yy-ink-muted);
}
.yy-dd-list,
.yy-dd-unresolved,
.yy-dd-records {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.yy-dd-list li {
  padding: 7px 0 7px 16px;
  border-top: 1px solid var(--yy-line);
  color: var(--yy-ink-muted);
}
.yy-dd-list li::before {
  content: "\2013";
  margin-left: -16px;
  padding-right: 8px;
  color: var(--yy-line-strong);
}
.yy-dd-unresolved li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--yy-line);
}
.yy-dd-unresolved strong {
  font-weight: 720;
}
.yy-dd-unresolved p {
  margin: 3px 0 0;
  color: var(--yy-ink-muted);
}

/* ../../packages/decision-desk-ui/styles/controls.css */
.yy-dd-fieldset {
  margin: 22px 0 0;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--yy-line);
}
.yy-dd-fieldset:first-of-type {
  margin-top: 18px;
}
.yy-dd-fieldset legend {
  padding: 0 10px 0 0;
  color: var(--yy-ink);
  font-size: 15px;
  font-weight: 720;
}
.yy-dd-field-grid,
.yy-dd-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.yy-dd-field {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 6px;
  align-content: start;
}
.yy-dd-field > label {
  color: var(--yy-ink);
  font-size: 13px;
  font-weight: 680;
}
.yy-dd-field-state {
  display: grid;
  gap: 4px;
}
.yy-dd-field-state label {
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 680;
}
.yy-dd-field-state select {
  width: 100%;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--yy-line-strong);
  border-radius: 6px;
  background: var(--yy-surface-subtle);
  color: var(--yy-ink);
}
.yy-dd-field input,
.yy-dd-field select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid var(--yy-line-strong);
  border-radius: 6px;
  background: var(--yy-surface);
  color: var(--yy-ink);
  transition:
    border-color 140ms ease-out,
    background-color 140ms ease-out,
    box-shadow 140ms ease-out;
}
.yy-dd-field .yy-dd-field-state select {
  min-height: 40px;
  padding: 7px 10px;
  background: var(--yy-surface-subtle);
}
.yy-dd-field input:hover:not(:disabled),
.yy-dd-field select:hover:not(:disabled) {
  border-color: var(--yy-navy);
}
.yy-dd-field input[aria-invalid=true],
.yy-dd-field select[aria-invalid=true] {
  border-color: var(--yy-danger);
  background: var(--yy-danger-soft);
}
.yy-dd-field:has(> .yy-dd-unit) {
  grid-template-columns: minmax(0, 1fr) auto;
}
.yy-dd-field:has(> .yy-dd-unit) > label,
.yy-dd-field:has(> .yy-dd-unit) > .yy-dd-authority,
.yy-dd-field:has(> .yy-dd-unit) > .yy-dd-help,
.yy-dd-field:has(> .yy-dd-unit) > .yy-dd-error,
.yy-dd-field:has(> .yy-dd-unit) > .yy-dd-suggestion {
  grid-column: 1 / -1;
}
.yy-dd-field:has(> .yy-dd-unit) > input,
.yy-dd-field:has(> .yy-dd-unit) > select {
  grid-column: 1 / -1;
  grid-row: 2;
  padding-right: 54px;
}
.yy-dd-unit {
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  margin-right: 10px;
  color: var(--yy-ink-faint);
  font-family:
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    monospace;
  font-size: 11px;
  font-weight: 650;
  pointer-events: none;
}
.yy-dd-authority,
.yy-dd-help,
.yy-dd-boundary,
.yy-dd-empty {
  margin: 0;
  color: var(--yy-ink-muted);
  font-size: 12px;
}
.yy-dd-error {
  margin: 0;
  color: var(--yy-danger);
  font-size: 12px;
  font-weight: 700;
}
.yy-dd-boundary,
.yy-dd-suggestion,
.yy-dd-suggestion-panel,
.yy-dd-save,
.yy-dd-error-box,
.yy-dd-success {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--yy-line);
  border-radius: 8px;
  background: var(--yy-surface-subtle);
}
.yy-dd-boundary {
  border-color: var(--yy-line-strong);
  background: var(--yy-mist);
  color: var(--yy-ink);
}
.yy-dd-suggestion {
  padding: 10px;
  background: var(--yy-mist);
}
.yy-dd-suggestion p,
.yy-dd-suggestion-panel p,
.yy-dd-error-box p {
  margin: 0 0 10px;
  color: var(--yy-ink-muted);
}
.yy-dd-photo-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--yy-line);
  border-radius: 8px;
  background: var(--yy-surface-subtle);
}
.yy-dd-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 12px;
  object-fit: contain;
  border: 1px solid var(--yy-line);
  border-radius: 6px;
  background: var(--yy-surface);
}
.yy-dd-photo-card input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.yy-dd-file-label {
  margin-top: 8px;
}

/* ../../packages/decision-desk-ui/styles/ledger.css */
.yy-dd-table {
  display: block;
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border-collapse: collapse;
  border-top: 1px solid var(--yy-line-strong);
  background: var(--yy-surface);
}
.yy-dd-table caption {
  padding: 10px 0;
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 650;
  text-align: left;
}
.yy-dd-table thead,
.yy-dd-table tbody,
.yy-dd-table tr {
  min-width: 1040px;
}
.yy-dd-table th,
.yy-dd-table td {
  min-width: 96px;
  padding: 11px 10px;
  border-bottom: 1px solid var(--yy-line);
  text-align: left;
  vertical-align: top;
}
.yy-dd-table th {
  background: var(--yy-surface-subtle);
  color: var(--yy-ink-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.025em;
}
.yy-dd-table th:nth-child(6),
.yy-dd-table td:nth-child(6) {
  min-width: 320px;
  max-width: 420px;
}
.yy-dd-table th:nth-child(7),
.yy-dd-table td:nth-child(7) {
  min-width: 150px;
}
.yy-dd-table td:nth-child(3),
.yy-dd-table td:nth-child(4) {
  font-family:
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    monospace;
  font-variant-numeric: tabular-nums;
}
.yy-dd-checkbox-label {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.yy-dd-checkbox-label input {
  width: 18px;
  height: 18px;
  accent-color: var(--yy-tangerine);
}
.yy-dd-meta {
  display: grid;
  gap: 0;
  margin: 14px 0;
  border-top: 1px solid var(--yy-line);
}
.yy-dd-meta div {
  display: grid;
  grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid var(--yy-line);
}
.yy-dd-meta dt {
  color: var(--yy-ink-muted);
  font-size: 12px;
  font-weight: 620;
}
.yy-dd-meta dd {
  min-width: 0;
  margin: 0;
  color: var(--yy-ink);
  font-variant-numeric: tabular-nums;
}
.yy-dd-records {
  border-top: 1px solid var(--yy-line-strong);
}
.yy-dd-record {
  padding: 18px 0;
  border-bottom: 1px solid var(--yy-line);
}
.yy-dd-record--corrupt {
  padding: 18px;
  border: 1px solid var(--yy-danger);
  border-radius: 8px;
  background: var(--yy-danger-soft);
}
.yy-dd-error-box {
  border-color: var(--yy-danger);
  background: var(--yy-danger-soft);
}
.yy-dd-success {
  border-color: var(--yy-success);
  background: var(--yy-success-soft);
  color: var(--yy-ink);
}
.yy-dd-readonly {
  margin-bottom: 24px;
  padding: 16px;
  border-top: 4px solid var(--yy-navy);
  border-bottom: 1px solid var(--yy-line);
  background: var(--yy-mist);
}
.yy-dd-readonly p {
  margin: 5px 0 0;
  color: var(--yy-ink-muted);
}
.yy-dd-main--receipt > .yy-dd-result {
  margin-top: 24px;
  border-right: 1px solid var(--yy-line);
  border-bottom: 1px solid var(--yy-line);
  border-left: 1px solid var(--yy-line);
  border-radius: 0 0 10px 10px;
}
.yy-dd-main--receipt > .yy-dd-button {
  margin: 4px 0 8px;
}
.yy-dd-footer {
  padding: 18px max(24px, env(safe-area-inset-right)) 32px max(24px, env(safe-area-inset-left));
  border-top: 1px solid var(--yy-line);
  color: var(--yy-ink-faint);
  font-size: 11px;
  text-align: center;
}
.yy-decision-desk details {
  margin-top: 20px;
  border-top: 1px solid var(--yy-line);
}
.yy-decision-desk details > summary {
  padding: 14px 0;
  color: var(--yy-navy);
  font-weight: 700;
  cursor: pointer;
}
.yy-decision-desk details[open] > summary {
  border-bottom: 1px solid var(--yy-line);
}
.yy-decision-desk details .yy-dd-result {
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
}

/* ../../packages/decision-desk-ui/styles/responsive.css */
@media (max-width: 1119px) {
  .yy-dd-topbar {
    grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 1fr) auto;
  }
  .yy-dd-main {
    padding-top: 24px;
  }
  .yy-dd-workspace {
    grid-template-columns: 190px minmax(0, 1fr);
    grid-template-areas: "summary summary" "nav editor";
  }
  .yy-dd-summary {
    position: static;
  }
}
@media (max-width: 820px) {
  .yy-dd-topbar {
    position: static;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .yy-dd-actions {
    justify-content: flex-start;
  }
  .yy-dd-storage {
    align-items: flex-start;
    flex-direction: column;
  }
  .yy-dd-workspace {
    display: flex;
    flex-direction: column;
  }
  .yy-dd-summary {
    order: 1;
    width: 100%;
  }
  .yy-dd-editor {
    order: 2;
    width: 100%;
  }
  .yy-dd-nav {
    order: 3;
    width: 100%;
  }
  .yy-dd-field-grid,
  .yy-dd-photo-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .yy-dd-main {
    padding: 18px max(14px, env(safe-area-inset-right)) 40px max(14px, env(safe-area-inset-left));
  }
  .yy-dd-topbar,
  .yy-dd-storage,
  .yy-dd-footer {
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
  }
  .yy-dd-topbar > div:first-child,
  .yy-dd-truth,
  .yy-dd-actions {
    gap: 8px;
  }
  .yy-dd-actions .yy-dd-button {
    flex: 1 1 150px;
  }
  .yy-dd-editor {
    padding: 18px;
  }
  .yy-dd-result {
    padding: 18px;
  }
  .yy-dd-result__title {
    font-size: 26px;
  }
  .yy-dd-metric--primary dd {
    font-size: 26px;
  }
  .yy-dd-unresolved li {
    grid-template-columns: 1fr;
  }
  .yy-dd-unresolved .yy-dd-button {
    width: 100%;
  }
  .yy-dd-meta div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .yy-dd-button,
  .yy-dd-file-label {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yy-decision-desk *,
  .yy-decision-desk *::before,
  .yy-decision-desk *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (prefers-contrast: more) {
  .yy-decision-desk {
    --yy-line: currentColor;
    --yy-line-strong: currentColor;
  }
  .yy-dd-button,
  .yy-dd-nav-button,
  .yy-dd-editor,
  .yy-dd-summary,
  .yy-dd-field input,
  .yy-dd-field select,
  .yy-dd-photo-card,
  .yy-dd-table,
  .yy-dd-result {
    border-width: 2px;
  }
}
@media (forced-colors: active) {
  .yy-decision-desk {
    --yy-canvas: Canvas;
    --yy-surface: Canvas;
    --yy-surface-subtle: Canvas;
    --yy-mist: Canvas;
    --yy-ink: CanvasText;
    --yy-ink-muted: CanvasText;
    --yy-ink-faint: GrayText;
    --yy-line: CanvasText;
    --yy-line-strong: CanvasText;
    --yy-tangerine: Highlight;
    --yy-on-tangerine: HighlightText;
    --yy-success: CanvasText;
    --yy-pass: CanvasText;
    --yy-unknown: CanvasText;
    --yy-danger: CanvasText;
    --yy-shadow-slip: none;
  }
  .yy-dd-button,
  .yy-dd-nav-button,
  .yy-dd-file-label,
  .yy-dd-editor,
  .yy-dd-summary,
  .yy-dd-result,
  .yy-dd-storage,
  .yy-dd-error-box,
  .yy-dd-success,
  .yy-dd-photo-card,
  .yy-dd-readonly {
    forced-color-adjust: auto;
    border-color: CanvasText;
  }
  .yy-dd-button--primary {
    background: ButtonFace;
    color: ButtonText;
    border-color: ButtonText;
  }
  .yy-dd-nav-button[aria-current=step] {
    background: Highlight;
    color: HighlightText;
  }
  .yy-dd-nav {
    background: Canvas;
    color: CanvasText;
  }
  .yy-dd-nav-button {
    color: CanvasText;
  }
}
@media print {
  .yy-decision-desk {
    --yy-canvas: #ffffff;
    --yy-surface: #ffffff;
    --yy-ink: #000000;
    --yy-ink-muted: #222222;
    --yy-line: #777777;
    --yy-line-strong: #333333;
    background: #ffffff;
    color: #000000;
  }
  .yy-dd-topbar,
  .yy-dd-storage,
  .yy-dd-footer,
  .yy-dd-nav,
  .yy-dd-button,
  .yy-dd-file-label {
    display: none !important;
  }
  .yy-dd-main {
    width: 100%;
    padding: 0;
  }
  .yy-dd-summary,
  .yy-dd-result,
  .yy-dd-editor {
    box-shadow: none;
  }
}

/* ../../packages/decision-desk-ui/styles/decision-desk.css */

/* src/inventory-automation.css */
.inventory-automation {
  box-sizing: border-box;
  font-family:
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI Variable",
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0 auto;
  max-width: 980px;
  padding: 1.5rem 1rem 3rem;
}
.inventory-automation__header {
  border-bottom: 1px solid #d7dde7;
  margin-bottom: 1rem;
}
.inventory-automation__eyebrow {
  color: #3559a8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.inventory-automation__panel,
.inventory-automation__result {
  border: 1px solid #d7dde7;
  border-radius: 0.75rem;
  margin: 1rem 0;
  padding: 1rem;
}
.inventory-automation__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0;
}
.inventory-automation button,
.inventory-automation input,
.inventory-automation select {
  font: inherit;
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem;
}
.inventory-automation input {
  box-sizing: border-box;
  margin: 0.25rem 0.25rem 0.25rem 0;
  max-width: 22rem;
  width: 100%;
}
.inventory-automation input[type=checkbox] {
  min-height: auto;
  width: auto;
}
.inventory-automation__setup {
  display: grid;
  gap: 0.75rem;
}
.inventory-automation__setup label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
}
.inventory-automation__setup select {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.inventory-automation__status {
  background: #eef4ff;
  border-radius: 0.5rem;
  min-height: 1.3rem;
  padding: 0.7rem;
}
.inventory-automation__cards,
.inventory-automation__comps {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
}
.inventory-automation__cards {
  max-height: 24rem;
  overflow-y: auto;
}
.inventory-automation__cards li {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.inventory-automation__value,
.inventory-automation__specifics {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) minmax(0, 2fr);
  gap: 0.35rem 0.75rem;
}
.inventory-automation__value dt,
.inventory-automation__specifics dt {
  font-weight: 700;
}
.inventory-automation__value dd,
.inventory-automation__specifics dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.inventory-automation__exception {
  color: #8b1d1d;
}
.inventory-automation__photos {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.inventory-automation__photos figure {
  margin: 0;
}
.inventory-automation__photos img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 580px) {
  .inventory-automation__value,
  .inventory-automation__specifics {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .inventory-automation button {
    width: 100%;
  }
  .inventory-automation__setup label {
    min-width: 0;
  }
  .inventory-automation__photos {
    grid-template-columns: 1fr;
  }
}

/* src/app.css */
body {
  margin: 0;
}
.listing-author {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 760px;
  padding: 2rem 1rem 4rem;
}
.listing-author form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.listing-author label {
  display: grid;
  gap: 0.4rem;
  font-weight: 650;
}
.listing-author input,
.listing-author textarea {
  box-sizing: border-box;
  font: inherit;
  padding: 0.6rem;
  width: 100%;
}
.yy-dd-evidence-dialog {
  border: 0;
  border-radius: 0.9rem;
  box-shadow: 0 1.25rem 4rem rgb(0 0 0 / 30%);
  max-width: min(34rem, calc(100vw - 2rem));
  padding: 1.25rem;
}
.yy-dd-evidence-dialog::backdrop {
  background: rgb(10 16 28 / 56%);
}
.yy-dd-evidence-dialog form {
  display: grid;
  gap: 0.8rem;
}
.yy-dd-evidence-dialog label {
  display: grid;
  font-weight: 650;
  gap: 0.35rem;
}
.yy-dd-evidence-dialog input,
.yy-dd-evidence-dialog select {
  box-sizing: border-box;
  font: inherit;
  padding: 0.55rem;
  width: 100%;
}

/* src/listing-review.css */
.listing-factory {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 3rem);
  color: var(--yy-ink, CanvasText);
  font: 16px/1.45 system-ui, sans-serif;
}
.listing-factory *,
.listing-factory *::before,
.listing-factory *::after {
  box-sizing: inherit;
}
.lf-header,
.lf-actions,
.lf-card header,
.lf-card footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lf-header {
  border-bottom: 1px solid var(--yy-line, CanvasText);
  padding-bottom: 1rem;
}
.lf-eyebrow {
  color: var(--yy-ink-muted, CanvasText);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lf-actions {
  margin: 1.25rem 0;
  padding: 1rem;
  border: 1px solid var(--yy-line, CanvasText);
  border-radius: 0.5rem;
}
.lf-actions label {
  display: grid;
  gap: 0.25rem;
  font-weight: 700;
}
.lf-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
}
.lf-card {
  min-width: 0;
  overflow-wrap: anywhere;
  border: 1px solid var(--yy-line, CanvasText);
  border-radius: 0.5rem;
  padding: 1rem;
}
.lf-card header {
  align-items: baseline;
}
.lf-public-draft {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--yy-line, CanvasText);
  border-radius: 0.25rem;
}
.lf-public-draft h2 {
  margin-top: 0;
}
.lf-state {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.lf-package-id {
  max-width: 100%;
  color: var(--yy-ink-muted, CanvasText);
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}
.lf-state[data-state=BLOCKED],
.lf-state[data-state=STALE],
.lf-state[data-state=DRAFT_FAILED] {
  color: var(--yy-danger, CanvasText);
}
.lf-private {
  font-weight: 800;
}
.lf-media {
  display: grid;
  gap: 0.5rem;
  margin: 0.75rem 0;
  padding: 0;
  list-style: none;
}
.lf-media-slot {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.5rem;
  border: 1px solid var(--yy-line, CanvasText);
}
.lf-media-slot[data-media-status=MISSING],
.lf-media-slot[data-media-status=CORRUPT] {
  border-inline-start-width: 0.25rem;
  color: var(--yy-danger, CanvasText);
}
.lf-media img {
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
  border: 1px solid var(--yy-line, CanvasText);
}
.lf-card dl {
  display: grid;
  grid-template-columns: minmax(8rem, 35%) 1fr;
  gap: 0.4rem 0.8rem;
}
.lf-card dt {
  font-weight: 700;
}
.lf-card dd {
  margin: 0;
}
.lf-description {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.lf-specifics {
  display: grid;
  grid-template-columns: minmax(8rem, 35%) minmax(0, 1fr);
  gap: 0.4rem 0.8rem;
  margin: 0;
}
.lf-specifics dd {
  min-width: 0;
  overflow-wrap: anywhere;
}
.lf-flags {
  margin: 0;
  padding-inline-start: 1.25rem;
}
.lf-card input {
  max-width: 100%;
}
.lf-failures {
  border-inline-start: 0.25rem solid var(--yy-danger, CanvasText);
  padding-inline-start: 1rem;
}
.lf-muted,
.lf-summary,
.lf-empty {
  color: var(--yy-ink-muted, CanvasText);
}
.lf-member-list {
  display: grid;
  gap: 1rem;
}
.lf-card-by-card {
  margin-block-start: 1rem;
}
.lf-member-facts {
  padding: 0.75rem;
  border-inline-start: 0.25rem solid var(--yy-line, CanvasText);
}
.lf-member-facts h4 {
  margin: 0 0 0.75rem;
}
.lf-member-facts[data-member-status=UNAVAILABLE],
.lf-member-facts[data-member-status="REVISION MISMATCH"],
.lf-action-blocker {
  color: var(--yy-danger, CanvasText);
}
.lf-action-blocker {
  width: 100%;
  margin: 0;
  font-weight: 700;
}
.listing-factory button,
.listing-factory input,
.listing-factory a {
  min-height: 44px;
}
.listing-factory button {
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--yy-line, CanvasText);
  border-radius: 0.25rem;
  background: var(--yy-surface, Canvas);
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.listing-factory button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.listing-factory :focus-visible {
  outline: 3px solid var(--yy-focus-outer, Highlight);
  outline-offset: 3px;
}
@media (max-width: 520px) {
  .listing-factory {
    padding: 1rem;
  }
  .lf-card dl {
    grid-template-columns: 1fr;
  }
  .lf-specifics {
    grid-template-columns: 1fr;
  }
  .lf-card dt {
    margin-top: 0.45rem;
  }
  .lf-actions label {
    min-width: 0;
    width: 100%;
  }
  .lf-actions label input {
    display: block;
    width: 100%;
  }
  .lf-card footer label {
    min-width: 0;
    width: 100%;
  }
  .lf-card footer label input {
    display: block;
    width: 100%;
  }
  .lf-media img {
    max-height: 180px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .listing-factory *,
  .listing-factory *::before,
  .listing-factory *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
@media (prefers-contrast: more) {
  .listing-factory {
    color: CanvasText;
    background: Canvas;
  }
  .lf-card,
  .lf-actions {
    border-width: 2px;
  }
}
@media (forced-colors: active) {
  .listing-factory button,
  .lf-card,
  .lf-actions,
  .lf-state {
    forced-color-adjust: auto;
    border-color: CanvasText;
  }
}

/* src/listing-author.css */
.listing-author {
  --ink: #102535;
  --muted: #526472;
  --canvas: #fff8f4;
  --surface: #fff;
  --line: #ced7de;
  --orange: #ff8a1f;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px 56px;
  color: var(--ink);
  background: var(--canvas);
  font:
    14px/1.5 ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
}
.listing-author a {
  color: var(--ink);
  font-weight: 700;
}
.listing-author h1,
.listing-author h2 {
  line-height: 1.15;
}
.listing-author form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.listing-author fieldset {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  background: var(--surface);
}
.listing-author fieldset:nth-of-type(1),
.listing-author fieldset:nth-of-type(3),
.listing-author__confirm,
.listing-author button,
.listing-author #listing-author-status {
  grid-column: 1/-1;
}
.listing-author label {
  display: grid;
  gap: 5px;
  font-weight: 700;
}
.listing-author input,
.listing-author textarea,
.listing-author select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9eacb7;
  border-radius: 6px;
  padding: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
.listing-author textarea {
  min-height: 92px;
  resize: vertical;
}
.listing-author button {
  min-height: 44px;
  border: 1px solid var(--orange);
  border-radius: 6px;
  padding: 9px 14px;
  background: var(--orange);
  color: #241000;
  font: 700 14px/1.2 inherit;
  cursor: pointer;
}
.listing-author__confirm {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.listing-author__confirm input {
  width: auto;
  margin-top: 4px;
}
.listing-author__warning {
  color: #8a2d0a;
  font-weight: 700;
}
.listing-author__facts {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.listing-author__facts dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 14px;
}
.listing-author__facts dt {
  font-weight: 700;
}
.listing-author__facts dd {
  margin: 0;
  color: var(--muted);
}
.listing-author__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.listing-author__photos figure {
  margin: 0;
}
.listing-author__photos img {
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  background: #f5f1ed;
}
.listing-author__photos figcaption {
  color: var(--muted);
  margin-top: 4px;
}
#listing-author-net {
  color: var(--muted);
  font-weight: 700;
}
@media (max-width: 620px) {
  .listing-author {
    padding: 22px 14px 40px;
  }
  .listing-author form {
    grid-template-columns: 1fr;
  }
  .listing-author fieldset,
  .listing-author__confirm,
  .listing-author button,
  .listing-author #listing-author-status {
    grid-column: auto;
  }
  .listing-author__photos {
    grid-template-columns: 1fr;
  }
}
