﻿body.production-step-mock {
  --mock-bg: #f3f5f8;
  --mock-card: #ffffff;
  --mock-card-soft: #f8fafc;
  --mock-ink: #111827;
  --mock-muted: #667085;
  --mock-line: #dbe4ee;
  --mock-accent: #2563eb;
  --mock-accent-soft: #dbeafe;
  --mock-success: #16a34a;
  --mock-success-soft: #dcfce7;
  --mock-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  background: var(--mock-bg);
  color: var(--mock-ink);
}

body.production-mock-intake {
  --mock-bg: #eff3f7;
  --mock-accent: #0f9f6e;
  --mock-accent-soft: #d1fae5;
  --mock-success: #0f9f6e;
  --mock-success-soft: #d1fae5;
}

body.production-mock-review {
  --mock-bg: #f4f6fb;
  --mock-accent: #4f46e5;
  --mock-accent-soft: #e0e7ff;
  --mock-success: #4f46e5;
  --mock-success-soft: #e0e7ff;
}

body.production-mock-doi {
  --mock-bg: #f3f6f6;
  --mock-accent: #0f9f6e;
  --mock-accent-soft: #d1fae5;
  --mock-success: #0f9f6e;
  --mock-success-soft: #d1fae5;
}

body.production-mock-publish {
  --mock-bg: #f3f4f6;
  --mock-accent: #2563eb;
  --mock-accent-soft: #dbeafe;
  --mock-success: #16a34a;
  --mock-success-soft: #dcfce7;
}

body.production-mock-results {
  --mock-bg: #f4f5f7;
  --mock-accent: #1d4ed8;
  --mock-accent-soft: #dbeafe;
  --mock-success: #16a34a;
  --mock-success-soft: #dcfce7;
}

body.production-step-mock .helper-text,
body.production-step-mock .small,
body.production-step-mock .top-note {
  color: var(--mock-muted);
}

body.production-step-mock .mock-shell {
  max-width: 1540px;
  margin: 0 auto;
  padding: 20px 28px 36px;
}

body.production-step-mock .mock-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7dee7;
}

body.production-step-mock .mock-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

body.production-step-mock .mock-brand-link {
  color: inherit;
  text-decoration: none;
  border-radius: 18px;
  transition: transform .16s ease, opacity .16s ease, box-shadow .16s ease;
}

body.production-step-mock .mock-brand-link:hover {
  opacity: .96;
  transform: translateY(-1px);
}

body.production-step-mock .mock-brand-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, .18);
}

body.production-step-mock .mock-brand h1 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  color: #0f172a;
}

body.production-step-mock .mock-brand p {
  margin: 4px 0 0;
  color: var(--mock-muted);
  font-size: 0.98rem;
}

body.production-step-mock .mock-brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.65rem;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

body.production-step-mock .mock-brand-mark-book { background: linear-gradient(180deg, #0f172a, #020617); }
body.production-step-mock .mock-brand-mark-indigo { background: linear-gradient(180deg, #4f46e5, #3730a3); }
body.production-step-mock .mock-brand-mark-green { background: linear-gradient(180deg, #10b981, #047857); }
body.production-step-mock .mock-brand-mark-blue { background: linear-gradient(180deg, #2563eb, #1d4ed8); }
body.production-step-mock .mock-brand-mark-navy { background: linear-gradient(180deg, #1e3a8a, #1e40af); }

body.production-step-mock .mock-topbar-actions,
body.production-step-mock .mock-button-row,
body.production-step-mock .mock-footer-actions,
body.production-step-mock .mock-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.production-step-mock .mock-topbar-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

body.production-step-mock .mock-style-pill,
body.production-step-mock .mock-status-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--mock-success-soft);
  background: #eefbf4;
  color: #166534;
  font-weight: 600;
}

body.production-step-mock .mock-project-id,
body.production-step-mock .mock-icon-link {
  color: #475467;
  font-size: 0.96rem;
  text-decoration: none;
}

body.production-step-mock button.mock-icon-link {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

body.production-step-mock .mock-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  color: #334155;
  font-weight: 800;
}

body.production-step-mock #notice-host {
  margin-top: 18px;
}

body.production-step-mock .mock-card,
body.production-step-mock .mock-assets-card,
body.production-step-mock .mock-launch-panel,
body.production-step-mock .mock-tip-card {
  background: var(--mock-card);
  border: 1px solid var(--mock-line);
  border-radius: 24px;
  box-shadow: var(--mock-shadow);
}

body.production-step-mock .mock-card,
body.production-step-mock .mock-assets-card {
  padding: 28px 30px;
}

body.production-step-mock .mock-section-label,
body.production-step-mock .mock-page-eyebrow,
body.production-step-mock .mock-summary-label,
body.production-step-mock .result-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

body.production-step-mock .mock-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

body.production-step-mock .mock-card-header h2,
body.production-step-mock .mock-results-hero h2,
body.production-step-mock .mock-page-copy h2 {
  margin: 8px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  line-height: 1.12;
  color: #0f172a;
}

body.production-step-mock .mock-card-header p,
body.production-step-mock .mock-results-hero p,
body.production-step-mock .mock-page-copy p {
  margin: 10px 0 0;
  color: var(--mock-muted);
  line-height: 1.6;
  font-size: 1rem;
}

body.production-step-mock .mock-status-stack {
  display: grid;
  gap: 10px;
  text-align: right;
}

body.production-step-mock .mock-meta-line {
  color: #64748b;
  font-size: 0.94rem;
}

body.production-step-mock .mock-divider {
  height: 1px;
  margin: 28px 0;
  background: #e6ebf1;
}

body.production-step-mock .mock-page-grid {
  display: grid;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}

body.production-step-mock .mock-review-grid,
body.production-step-mock .mock-doi-grid,
body.production-step-mock .mock-results-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.78fr);
}

body.production-step-mock .mock-publish-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.68fr);
}

body.production-step-mock .mock-sidebar-stack {
  display: grid;
  gap: 24px;
}

body.production-step-mock .mock-stepper-band {
  margin-top: 26px;
}

body.production-step-mock .mock-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.production-step-mock .mock-stepper li {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #94a3b8;
}

body.production-step-mock .mock-stepper li::after {
  content: "";
  position: absolute;
  top: 21px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 3px;
  border-radius: 999px;
  background: #d8dee7;
}

body.production-step-mock .mock-stepper li:last-child::after {
  display: none;
}

body.production-step-mock .mock-step-circle {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid #cfd8e3;
  background: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  color: #94a3b8;
  position: relative;
  z-index: 1;
}

body.production-step-mock .mock-step-label {
  font-size: 0.95rem;
  line-height: 1.4;
  color: inherit;
  font-weight: 600;
}

body.production-step-mock .mock-stepper li.complete {
  color: var(--mock-success);
}

body.production-step-mock .mock-stepper li.complete .mock-step-circle {
  border-color: var(--mock-success);
  background: var(--mock-success);
  color: #ffffff;
}

body.production-step-mock .mock-stepper li.complete::after {
  background: var(--mock-success);
}

body.production-step-mock .mock-stepper li.active {
  color: var(--mock-accent);
}

body.production-step-mock .mock-stepper li.active .mock-step-circle {
  border-color: var(--mock-accent);
  color: var(--mock-accent);
  box-shadow: 0 0 0 4px var(--mock-accent-soft);
}

body.production-step-mock .mock-stepper li.is-clickable {
  cursor: pointer;
}

body.production-step-mock .mock-stepper li.is-clickable:hover .mock-step-label,
body.production-step-mock .mock-stepper li.is-clickable:focus-within .mock-step-label {
  text-decoration: underline;
}

body.production-step-mock input[aria-invalid="true"],
body.production-step-mock textarea[aria-invalid="true"],
body.production-step-mock select[aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
  background: #fff7f7;
}

body.production-step-mock .status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--mock-accent-soft);
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: var(--mock-accent);
  font-weight: 700;
  text-transform: none;
}

body.production-step-mock .field {
  display: grid;
  gap: 10px;
}

body.production-step-mock .field label {
  color: #1e293b;
  font-size: 0.98rem;
  font-weight: 700;
}

body.production-step-mock .field input,
body.production-step-mock .field textarea,
body.production-step-mock .field select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #cfd8e3;
  background: #ffffff;
  color: #0f172a;
  padding: 14px 16px;
  outline: none;
  box-shadow: none;
}

body.production-step-mock .field input:focus,
body.production-step-mock .field textarea:focus,
body.production-step-mock .field select:focus {
  border-color: var(--mock-accent);
  box-shadow: 0 0 0 3px var(--mock-accent-soft);
}

body.production-step-mock .field textarea {
  min-height: 150px;
  resize: vertical;
}

body.production-step-mock .mock-compact-area {
  min-height: 72px;
}

body.production-step-mock .mock-large-area {
  min-height: 220px;
}

body.production-step-mock .mock-example-copy {
  margin: 8px 0 18px;
  color: #94a3b8;
  font-style: italic;
}

body.production-step-mock .mock-primary-button,
body.production-step-mock .mock-outline-button,
body.production-step-mock .mock-secondary-button,
body.production-step-mock .mock-ghost-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  border: 1px solid transparent;
}

body.production-step-mock .mock-primary-button:hover,
body.production-step-mock .mock-outline-button:hover,
body.production-step-mock .mock-secondary-button:hover,
body.production-step-mock .mock-ghost-light-button:hover {
  transform: translateY(-1px);
}

body.production-step-mock .mock-primary-button {
  background: var(--mock-accent);
  color: #ffffff;
}

body.production-step-mock .mock-primary-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

body.production-step-mock .mock-outline-button,
body.production-step-mock .mock-secondary-button {
  background: #ffffff;
  border-color: #cfd8e3;
  color: #334155;
}

body.production-step-mock .mock-secondary-button {
  background: #f8fafc;
}

body.production-step-mock .mock-text-link {
  color: #475467;
  font-weight: 600;
  text-decoration: none;
}

body.production-step-mock .mock-full-width {
  width: 100%;
}

body.production-step-mock .mock-form-actions {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.production-step-mock .mock-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.production-step-mock .mock-inline-editorial-card {
  display: grid;
  gap: 14px;
}

body.production-step-mock .mock-page-footer,
body.production-step-mock .mock-results-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #d9e0e8;
  color: #7b8794;
}

body.production-step-mock .file-item,
body.production-step-mock .file-link-item {
  background: #f8fafc;
  border: 1px solid #dbe4ee;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: none;
  color: #0f172a;
}

body.production-step-mock .file-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.production-step-mock .file-link-item code,
body.production-step-mock .file-item strong {
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
}

body.production-step-mock .link-btn {
  background: transparent;
  border: none;
  color: var(--mock-accent);
  padding: 0;
  font-weight: 700;
  text-decoration: none;
}

body.production-step-mock .mock-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e7edf4;
}

body.production-step-mock .mock-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

body.production-step-mock .mock-info-row span {
  color: #667085;
}

body.production-step-mock .mock-info-row strong {
  color: #111827;
  font-weight: 700;
  text-align: right;
}

body.production-mock-review .mock-info-card .field {
  margin-bottom: 14px;
}

body.production-mock-review .mock-sidebar-actions {
  margin: 4px 0 18px;
}

body.production-mock-review .mock-sidebar-actions > * {
  flex: 1 1 0;
}

body.production-mock-review .mock-inline-style-preview {
  margin: 0 0 12px;
  padding-top: 16px;
  border-top: 1px solid #e7edf4;
}

body.production-mock-review .mock-section-label-inline {
  margin-bottom: 10px;
}

body.production-mock-review #detail-style-chips {
  margin-bottom: 10px;
}

body.production-mock-review #detail-style-preview {
  display: grid;
  gap: 12px;
}

body.production-mock-review .mock-info-card input,
body.production-mock-review .mock-info-card select {
  width: 100%;
}

body.production-step-mock .mock-source-chip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-bottom: 18px;
}

body.production-step-mock .mock-file-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fee2e2;
  color: #dc2626;
  font-size: 0.9rem;
  font-weight: 800;
}

body.production-step-mock .mock-source-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

body.production-step-mock [aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.56;
}

body.production-step-mock .mock-tip-card {
  padding: 28px 30px;
  color: #ffffff;
}

body.production-step-mock .mock-tip-card h3 {
  margin: 0 0 10px;
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
}

body.production-step-mock .mock-tip-card p {
  margin: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

body.production-step-mock .mock-tip-purple {
  background: linear-gradient(135deg, #6366f1 0%, #9333ea 100%);
  border-color: transparent;
}

body.production-step-mock .mock-tip-green {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%);
  border-color: transparent;
}

body.production-mock-intake .mock-intake-shell {
  max-width: 1600px;
}

body.production-mock-intake .mock-intake-layout {
  display: grid;
  gap: 18px;
  margin-top: 0;
}

body.production-mock-intake .mock-intake-main {
  display: grid;
  gap: 14px;
  padding-left: 0;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

body.production-mock-intake .mock-defaults-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.production-mock-intake .mock-field-span-2 {
  grid-column: 1 / -1;
}

body.production-mock-intake .mock-intake-defaults-card textarea {
  min-height: 118px;
}

body.production-mock-intake .mock-profile-list {
  max-height: 290px;
  overflow: auto;
  padding-right: 4px;
}

body.production-mock-intake .mock-stepper-band {
  margin-top: 0;
  padding: 10px 12px 6px;
}

body.production-mock-intake .mock-page-copy {
  max-width: 520px;
  margin: 0 auto 10px;
  text-align: center;
}

body.production-mock-intake .mock-page-copy-simple h2 {
  max-width: none;
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  line-height: 1.04;
}

body.production-mock-intake .mock-page-copy-simple p {
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.4;
}

body.production-mock-intake .mock-intake-upload-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 24px 18px;
  background:
    radial-gradient(circle at 50% -10%, rgba(15, 159, 110, 0.08), rgba(15, 159, 110, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

body.production-mock-intake .mock-upload-zone {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px 20px;
  border-radius: 24px;
  border: 2px dashed #cbd5e1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 100%),
    linear-gradient(135deg, rgba(15, 159, 110, 0.03), rgba(37, 99, 235, 0.04));
  text-align: center;
  align-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.production-mock-intake .mock-upload-zone-simple {
  max-width: 700px;
  margin: 0 auto;
}

body.production-mock-intake .mock-upload-symbol {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(180deg, #eff6ff, #e2e8f0);
  color: #64748b;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.production-mock-intake .mock-upload-zone h3 {
  margin: 2px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.65rem, 2.6vw, 2.05rem);
  line-height: 1.08;
}

body.production-mock-intake .mock-upload-zone p {
  margin: 0;
  color: #7b8794;
  font-size: 0.98rem;
}

body.production-mock-intake .mock-upload-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

body.production-mock-intake .mock-upload-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 30px;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid #dbe4ee;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 0.85rem;
}

body.production-mock-intake .mock-intake-inline-note {
  display: none;
}

body.production-mock-intake .mock-note-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid #dbe4ee;
  background: #f8fafc;
  color: #64748b;
  line-height: 1.6;
}

body.production-mock-intake .mock-note-warn {
  border-color: #fde68a;
  background: #fffbeb;
  color: #b45309;
}

body.production-mock-intake .mock-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
}

body.production-mock-intake .mock-footer-bar-simple {
  justify-content: flex-end;
  padding-top: 4px;
  border-top: none;
}

body.production-mock-intake .mock-intake-utility-toggle {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

body.production-mock-intake .mock-intake-utility-summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
}

body.production-mock-intake .mock-intake-utility-summary::-webkit-details-marker {
  display: none;
}

body.production-mock-intake .mock-intake-utility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  padding: 0 20px 20px;
  border-top: 1px solid #e2e8f0;
}

body.production-mock-intake .mock-intake-recent-compact,
body.production-mock-intake .mock-intake-advanced-panel {
  padding-top: 18px;
}

body.production-mock-intake .mock-intake-recent-compact {
  min-width: 0;
}

body.production-mock-intake .mock-intake-advanced-panel {
  min-width: 0;
}

body.production-mock-intake .mock-footer-copy {
  display: grid;
  gap: 6px;
}

body.production-mock-intake .mock-footer-label {
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.production-mock-intake .mock-progress-card {
  padding: 24px 26px;
}

body.production-mock-intake .mock-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

body.production-mock-intake .mock-progress-head h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
}

body.production-mock-intake .mock-progress-head p {
  margin: 8px 0 0;
}

body.production-mock-intake .mock-progress-track {
  margin-top: 16px;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

body.production-mock-intake .mock-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981 0%, #0f9f6e 100%);
}

body.production-mock-intake .mock-inline-helper {
  margin-top: 10px;
}

body.production-mock-intake .mock-profile-list,
body.production-mock-intake .mock-chip-row {
  margin-top: 14px;
}

body.production-mock-intake .mock-light-file-list {
  display: grid;
  gap: 14px;
}

body.production-mock-intake .mock-intake-secondary-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: start;
}

body.production-mock-intake .mock-intake-recent-compact,
body.production-mock-intake .mock-intake-advanced-card {
  min-height: 100%;
}

body.production-mock-intake .mock-intake-advanced-card {
  padding: 0;
  overflow: hidden;
}

body.production-mock-intake .mock-advanced-summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 22px 24px;
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
}

body.production-mock-intake .mock-advanced-summary::-webkit-details-marker {
  display: none;
}

body.production-mock-intake .mock-advanced-summary-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #64748b;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

body.production-mock-intake .mock-advanced-body {
  padding: 0 24px 24px;
}

body.production-mock-intake .mock-intake-advanced-divider {
  height: 1px;
  margin: 22px 0 20px;
  background: #e2e8f0;
}

body.production-mock-intake .mock-recent-list {
  display: grid;
  gap: 12px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

body.production-mock-intake .mock-recent-link {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #dbe4ee;
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.production-mock-intake .mock-recent-link:hover,
body.production-mock-intake .mock-recent-link:focus-visible {
  border-color: #93c5fd;
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
  outline: none;
}

body.production-mock-intake .mock-recent-head,
body.production-mock-intake .mock-recent-meta,
body.production-mock-intake .mock-recent-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

body.production-mock-intake .mock-recent-title {
  flex: 1 1 220px;
  line-height: 1.5;
  font-size: 0.96rem;
}

body.production-mock-intake .mock-recent-meta {
  color: #64748b;
  font-size: 0.88rem;
}

body.production-mock-intake .mock-recent-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-weight: 700;
}

body.production-mock-intake .mock-recent-footer {
  margin-top: 6px;
}

body.production-mock-review .mock-main-card,
body.production-mock-doi .mock-main-card,
body.production-mock-publish .mock-main-card {
  padding: 34px 30px 30px;
}

body.production-mock-review .mock-tip-card {
  border-radius: 20px;
}

body.production-mock-doi .mock-readonly-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #dbe4ee;
}

body.production-mock-doi .mock-two-column,
body.production-mock-publish .mock-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}

body.production-mock-doi .mock-plain-input {
  width: 100%;
  border: none;
  background: transparent;
  color: #111827;
  padding: 0;
  outline: none;
  font-size: 1rem;
  font-weight: 600;
}

body.production-mock-doi .mock-plain-title {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 14px;
}

body.production-mock-doi .mock-inline-plain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.production-mock-doi .mock-doi-readout {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #dbe4ee;
  color: #0f766e;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 700;
  word-break: break-word;
}

body.production-mock-doi .mock-doi-readout-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.production-mock-doi .mock-doi-readout-row .mock-doi-readout {
  flex: 1 1 auto;
}

body.production-mock-doi .mock-doi-copy-button {
  flex: 0 0 auto;
  min-width: 116px;
  white-space: nowrap;
}

body.production-mock-doi .mock-profile-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e7edf4;
}

body.production-mock-doi .mock-profile-mark {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #e8f7ef;
  color: #0f9f6e;
  font-size: 1.8rem;
  font-weight: 800;
}

body.production-mock-doi .mock-profile-head h3 {
  margin: 0 0 8px;
  font-family: 'Sora', sans-serif;
  font-size: 1.8rem;
}

body.production-mock-doi .mock-verified-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 10px;
  background: #dbeafe;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 0.9rem;
}

body.production-mock-doi .mock-plain-inline {
  text-align: right;
}

body.production-mock-doi .mock-inline-subcard {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
}

body.production-mock-doi .mock-upload-handoff {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: start;
}

body.production-mock-doi .mock-subsection-title {
  margin: 8px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.55rem;
  color: #0f172a;
}

body.production-mock-doi .mock-upload-handoff-actions {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #dbe4ee;
}

body.production-mock-doi .mock-upload-status-line {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  color: #334155;
  line-height: 1.5;
}

body.production-mock-doi .mock-subcard-label {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

body.production-mock-doi .mock-subcard-value {
  margin-top: 10px;
  color: #111827;
  font-size: 1rem;
  line-height: 1.6;
}

body.production-mock-doi .mock-green-button {
  background: #0f9f6e;
}

body.production-mock-publish .mock-summary-block h3 {
  margin: 10px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.9rem;
  line-height: 1.25;
}

body.production-mock-publish .mock-summary-meta {
  margin-top: 24px;
}

body.production-mock-publish .mock-summary-value {
  margin-top: 10px;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.6;
}

body.production-mock-publish .mock-abstract-panel {
  margin-top: 12px;
  color: #475467;
  font-size: 1.06rem;
  line-height: 1.8;
  font-style: italic;
}

body.production-mock-publish .mock-checkpoint-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

body.production-mock-publish .mock-checkpoint-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #effaf3;
  border: 1px solid #d1fae5;
  color: #166534;
  line-height: 1.6;
}

body.production-mock-publish .mock-checkpoint-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #16a34a;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

body.production-mock-publish .mock-upload-panel {
  display: grid;
  gap: 18px;
}

body.production-mock-publish .mock-upload-drop {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px 24px;
  border-radius: 18px;
  border: 2px dashed #cbd5e1;
  background: #fbfdff;
  text-align: center;
  color: #475467;
  cursor: pointer;
}

body.production-mock-publish .mock-upload-drop strong {
  color: #2563eb;
  font-size: 1.05rem;
}

body.production-mock-publish .mock-upload-drop-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 800;
}

body.production-mock-publish .mock-upload-state,
body.production-mock-publish .mock-mini-meta {
  padding: 14px 16px;
  border-radius: 14px;
  background: #eef2f7;
  color: #334155;
  line-height: 1.5;
}

body.production-mock-publish .mock-launch-panel {
  padding: 30px;
  background: linear-gradient(180deg, #1f3c9f 0%, #1e3a8a 100%);
  border-color: transparent;
  color: #ffffff;
}

body.production-mock-publish .mock-launch-panel h3 {
  margin: 0 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
}

body.production-mock-publish .mock-launch-panel p {
  margin: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

body.production-mock-publish .mock-checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  font-size: 1rem;
}

body.production-mock-publish .mock-checkbox-row input {
  width: 20px;
  height: 20px;
  accent-color: #ffffff;
}

body.production-mock-publish .mock-launch-button {
  width: 100%;
  margin-top: 20px;
  min-height: 74px;
  font-size: 1.3rem;
  background: #ffffff;
  color: #1d4ed8;
}

body.production-mock-publish .mock-ghost-light-button {
  width: 100%;
  margin-top: 18px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

body.production-mock-results .mock-results-hero {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
  margin-top: 34px;
}

body.production-mock-results .mock-success-badge {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: #10b981;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
}

body.production-mock-results .mock-assets-card {
  padding: 26px;
  background: linear-gradient(180deg, #23408f 0%, #274197 100%);
  border-color: transparent;
  color: #ffffff;
}

body.production-mock-results .mock-assets-header {
  font-family: 'Sora', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 18px;
}

body.production-mock-results .mock-asset-files {
  display: grid;
  gap: 14px;
}

body.production-mock-results .mock-assets-card .file-link-item {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.production-mock-results .mock-assets-card .file-link-item code {
  color: #ffffff;
}

body.production-mock-results .mock-assets-card .link-btn {
  color: #ffffff;
}

body.production-mock-results #certificate-files .file-link-item {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #172554;
}

body.production-mock-results #certificate-files .file-link-item code,
body.production-mock-results #certificate-files .file-link-item .link-btn {
  color: #172554;
}

body.production-mock-results .mock-next-steps-card {
  border-style: dashed;
  box-shadow: none;
}

body.production-mock-results .mock-results-center-stack {
  width: min(100%, 760px);
  margin: 34px auto 0;
  display: grid;
  gap: 18px;
}

body.production-mock-results .mock-delivery-quick-card {
  display: grid;
  gap: 14px;
}

body.production-mock-results .mock-quick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #475467;
  line-height: 1.6;
}

body.production-mock-results .mock-quick-meta > div {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

body.production-mock-results .mock-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.production-mock-results .mock-quick-actions .mock-primary-button,
body.production-mock-results .mock-quick-actions .mock-outline-button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
}

body.production-mock-results .mock-quick-actions .mock-full-width {
  width: 100%;
}

body.production-mock-results .mock-next-meta {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #475467;
  line-height: 1.6;
}

body.production-mock-results .mock-publication-grid {
  gap: 18px;
  margin-top: 22px;
}

body.production-mock-results #publication-results .result-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "head action"
    "value action";
  gap: 8px 18px;
  padding: 22px 24px 22px 96px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}

body.production-mock-results #publication-results .result-card::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #e2e8f0;
}

body.production-mock-results #publication-results .result-card:nth-child(1)::before {
  background: linear-gradient(180deg, #dbeafe, #bfdbfe);
}

body.production-mock-results #publication-results .result-card:nth-child(2)::before {
  background: linear-gradient(180deg, #e0e7ff, #c7d2fe);
}

body.production-mock-results #publication-results .result-card:nth-child(3)::before {
  background: linear-gradient(180deg, #e0f2fe, #bae6fd);
}

body.production-mock-results #publication-results .result-card:nth-child(4) {
  display: none;
}

body.production-mock-results #publication-results .result-head {
  grid-area: head;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

body.production-mock-results #publication-results .result-state {
  color: #64748b;
}

body.production-mock-results #publication-results .result-value {
  grid-area: value;
  margin-top: 0;
  font-size: 1.1rem;
  color: #111827;
}

body.production-mock-results #publication-results .result-actions {
  grid-area: action;
  margin-top: 0;
  align-items: center;
}

body.production-mock-results #publication-results .link-btn {
  color: #1d4ed8;
}

body.production-mock-results .mock-delivery-card {
  margin-top: 34px;
}

body.production-mock-results .mock-delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  gap: 24px;
  margin-top: 22px;
}

body.production-mock-results .mock-delivery-assets {
  display: grid;
  gap: 20px;
}

body.production-mock-results .mock-delivery-form {
  display: grid;
  gap: 18px;
}

body.production-mock-results .mock-delivery-form .mock-form-actions {
  gap: 16px;
}

body.production-mock-results .mock-delivery-form .mock-form-actions .mock-primary-button {
  min-width: 150px;
}

body.production-mock-results .mock-upload-card {
  padding: 22px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

body.production-mock-results .mock-upload-card p {
  margin: 10px 0 18px;
  color: #64748b;
  line-height: 1.6;
}

body.production-mock-results .mock-upload-card .mock-outline-button,
body.production-mock-results .mock-upload-card .mock-primary-button {
  min-height: 46px;
  border-radius: 14px;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
}

body.production-mock-results .mock-toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #20304a;
  font-size: 14px;
  font-weight: 600;
}

body.production-mock-results .mock-toggle-row input {
  width: 16px;
  height: 16px;
  accent-color: #23409a;
}

body.production-mock-results .mock-delivery-summary {
  padding: 18px 20px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-top: 20px;
}

body.production-mock-results .mock-author-card {
  margin-top: 24px;
}

body.production-step-mock .profile-card,
body.production-step-mock .timeline-card,
body.production-step-mock .result-card {
  box-shadow: none;
}

@media (max-width: 1100px) {
  body.production-step-mock .mock-page-grid,
  body.production-step-mock .mock-results-grid,
  body.production-step-mock .mock-review-grid,
  body.production-step-mock .mock-doi-grid,
  body.production-step-mock .mock-publish-grid,
  body.production-mock-results .mock-delivery-grid,
  body.production-mock-intake .mock-intake-layout {
    grid-template-columns: 1fr;
  }

  body.production-mock-intake .mock-intake-main {
    padding-left: 0;
  }

  body.production-mock-intake .mock-intake-secondary-grid,
  body.production-mock-intake .mock-note-grid,
  body.production-mock-intake .mock-intake-utility-grid {
    grid-template-columns: 1fr;
  }

  body.production-mock-results .mock-quick-actions {
    grid-template-columns: 1fr;
  }

  body.production-mock-intake .mock-profile-list {
    max-height: none;
  }

  body.production-step-mock .mock-stepper {
    gap: 8px;
  }

  body.production-step-mock .mock-step-label {
    font-size: 0.84rem;
  }
}

@media (max-width: 820px) {
  body.production-step-mock .mock-shell {
    padding: 16px 14px 28px;
  }

  body.production-step-mock .mock-topbar,
  body.production-step-mock .mock-card-header,
  body.production-step-mock .mock-page-footer,
  body.production-step-mock .mock-results-footer,
  body.production-step-mock .mock-form-actions,
  body.production-mock-intake .mock-footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  body.production-step-mock .mock-status-stack {
    text-align: left;
  }

  body.production-step-mock .mock-stepper {
    flex-direction: column;
    gap: 16px;
  }

  body.production-step-mock .mock-stepper li {
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
  }

  body.production-step-mock .mock-stepper li::after {
    display: none;
  }

  body.production-step-mock .mock-two-column,
  body.production-step-mock .mock-mini-grid,
  body.production-mock-intake .mock-note-grid,
  body.production-mock-doi .mock-inline-plain-grid,
  body.production-mock-doi .mock-upload-handoff {
    grid-template-columns: 1fr;
  }

  body.production-step-mock .mock-card,
  body.production-step-mock .mock-assets-card,
  body.production-step-mock .mock-launch-panel,
  body.production-step-mock .mock-tip-card {
    padding: 22px 18px;
  }

  body.production-mock-intake .mock-defaults-grid {
    grid-template-columns: 1fr;
  }

  body.production-mock-intake .mock-field-span-2 {
    grid-column: auto;
  }

  body.production-mock-intake .mock-advanced-body,
  body.production-mock-intake .mock-advanced-summary {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.production-mock-results #publication-results .result-card {
    padding: 22px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "value"
      "action";
  }

  body.production-mock-results #publication-results .result-card::before {
    display: none;
  }
}

body.production-login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(30, 194, 139, 0.12), transparent 28%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
}

body.production-login-page .production-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 20px;
}

body.production-login-page .production-login-card {
  width: min(100%, 540px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d6e0ef;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
  padding: 34px 34px 30px;
}

body.production-login-page .production-login-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

body.production-login-page .production-login-brand h1 {
  margin: 0;
  font-size: 1.7rem;
  color: #0f172a;
}

body.production-login-page .production-login-brand p,
body.production-login-page .production-login-copy p,
body.production-login-page .production-login-note {
  margin: 6px 0 0;
  color: #64748b;
}

body.production-login-page .production-login-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(35, 64, 154, 0.08);
  color: #23409a;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.production-login-page .production-login-copy h2 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 5vw, 2.7rem);
  line-height: 1;
  color: #0f172a;
}

body.production-login-page .production-login-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

body.production-login-page .production-login-form .field {
  display: grid;
  gap: 8px;
}

body.production-login-page .production-login-form label {
  font-weight: 700;
  color: #1e293b;
}

body.production-login-page .production-login-form input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  color: #0f172a;
}

body.production-login-page .production-login-button {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

body.production-login-page #notice-host {
  margin-top: 22px;
}

body.production-login-page .production-login-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.95rem;
}

