body.editor-home-page,
body.editor-workspace-page {
  background: #f6f8fb;
}

body.editor-home-page .publisher-inner,
body.editor-home-page .main-inner.no-sidebar,
body.editor-workspace-page .publisher-inner,
body.editor-workspace-page .main-inner.no-sidebar {
  max-width: 1440px;
}

body.editor-home-page .journal-header,
body.editor-home-page .journal-nav,
body.editor-home-page .journal-footer,
body.editor-workspace-page .journal-header,
body.editor-workspace-page .journal-nav,
body.editor-workspace-page .journal-footer {
  display: none;
}

body.editor-home-page .publisher-bar,
body.editor-workspace-page .publisher-bar {
  background: #ffffff;
  border-bottom: 1px solid #e3e8f0;
}

body.editor-home-page .publisher-inner,
body.editor-workspace-page .publisher-inner {
  padding: 10px 28px;
}

body.editor-home-page .brand-lockup img,
body.editor-workspace-page .brand-lockup img {
  width: 34px;
  height: 34px;
}

body.editor-home-page .brand-text .sub,
body.editor-workspace-page .brand-text .sub {
  display: none;
}

body.editor-home-page .brand-text .top,
body.editor-workspace-page .brand-text .top {
  font-size: 13px;
  letter-spacing: 0.04em;
}

body.editor-portal-page #editorToolsLink,
body.editor-portal-page #editorHomeLink {
  display: none !important;
}

body.editor-home-page .main-left,
body.editor-workspace-page .main-left {
  background: transparent;
  border: none;
  padding: 0;
}

body.editor-home-page .portal-layout,
body.editor-workspace-page .portal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.editor-home-page .portal-aside,
body.editor-workspace-page .portal-aside {
  position: sticky;
  top: 16px;
}

body.editor-home-page .portal-nav-card,
body.editor-workspace-page .portal-nav-card {
  border: 1px solid #d7dee9;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
  overflow: hidden;
  max-height: none;
}

body.editor-home-page .portal-nav,
body.editor-workspace-page .portal-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
}

body.editor-home-page .portal-nav-link,
body.editor-workspace-page .portal-nav-link,
body.editor-home-page .portal-nav-toggle,
body.editor-workspace-page .portal-nav-toggle {
  padding: 10px 12px;
  border-radius: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  background: transparent;
}

body.editor-home-page .portal-nav-link:hover,
body.editor-workspace-page .portal-nav-link:hover,
body.editor-home-page .portal-nav-toggle:hover,
body.editor-workspace-page .portal-nav-toggle:hover {
  background: #f8fafc;
  color: #0b4d87;
}

body.editor-home-page .portal-nav-link.active,
body.editor-workspace-page .portal-nav-link.active,
body.editor-home-page .portal-nav-toggle.active,
body.editor-workspace-page .portal-nav-toggle.active {
  background: #eff6ff;
  color: #0b4d87;
  border-color: transparent;
}

body.editor-home-page .portal-subnav,
body.editor-workspace-page .portal-subnav {
  margin: 2px 0 4px 10px;
  padding-left: 10px;
  border-left: 1px solid #d7dee9;
}

body.editor-home-page .portal-subnav .portal-nav-link,
body.editor-workspace-page .portal-subnav .portal-nav-link {
  font-size: 12px;
}

.editor-dashboard-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.editor-page-title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0b4d87;
  font-family: "Georgia", "Times New Roman", serif;
}

.editor-page-copy {
  margin: 8px 0 0;
  max-width: 780px;
  color: #667085;
  font-size: 13px;
  line-height: 1.65;
}

.editor-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.workspace-panel {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
  padding: 20px 22px;
}

.workspace-panel + .workspace-panel {
  margin-top: 14px;
}

.editor-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.editor-stat-card {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  padding: 14px 16px;
}

.editor-stat-card.pending {
  background: #f7fbff;
  border-color: #cfe1f7;
}

.editor-stat-card.alert {
  background: #fff7ed;
  border-color: #fed7aa;
}

.editor-stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #667085;
  font-weight: 800;
}

.editor-stat-value {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1;
  color: #0b4d87;
  font-weight: 800;
}

.editor-stat-note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
  color: #667085;
}

.editor-intro-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.editor-section-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #101828;
}

.editor-section-copy {
  margin: 6px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

.editor-actions-inline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.editor-filter-preset-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e3e8f0;
}

.editor-people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.editor-people-card {
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  background: #fbfcfe;
  padding: 16px;
}

.editor-role-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.editor-role-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d7dee9;
  background: #ffffff;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.editor-role-pill.editor {
  background: #eff6ff;
  border-color: #cfe1f7;
  color: #0b4d87;
}

.editor-role-pill.reviewer {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #b54708;
}

.editor-role-pill.author {
  background: #f8fafc;
  border-color: #d7dee9;
  color: #475467;
}

.editor-access-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.editor-submission {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 260px;
}

.editor-submission-id {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #667085;
  font-weight: 800;
}

.editor-submission-title {
  font-size: 14px;
  line-height: 1.55;
  color: #101828;
  font-weight: 700;
}

.editor-submission-meta {
  color: #667085;
  font-size: 12px;
  line-height: 1.6;
}

.editor-desktop-table {
  display: block;
}

.editor-mobile-stack {
  display: none;
}

.editor-mobile-card {
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}

.editor-mobile-card + .editor-mobile-card {
  margin-top: 12px;
}

.editor-mobile-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.editor-mobile-card-title {
  margin-top: 12px;
  color: #101828;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.editor-mobile-line {
  margin-top: 6px;
  color: #475467;
  font-size: 13px;
  line-height: 1.6;
}

.editor-mobile-line strong {
  color: #101828;
}

.editor-mobile-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.editor-mobile-meta-card {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 10px 12px;
}

.editor-mobile-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #667085;
  font-weight: 800;
}

.editor-mobile-value {
  margin-top: 6px;
  color: #101828;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.editor-mobile-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.editor-mobile-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.editor-filter-chip-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.editor-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 10px;
  border-radius: 999px;
  border: 1px solid #d7dee9;
  background: #ffffff;
}

.editor-filter-chip-label {
  border: none;
  background: transparent;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.editor-filter-chip-delete {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #d7dee9;
  background: #f8fafc;
  color: #667085;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.editor-filters {
  margin-top: 14px;
}

.editor-meta-line {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.editor-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.editor-muted-sm {
  color: #667085;
  font-size: 12px;
}

.editor-table-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.editor-primary-link {
  text-decoration: none;
}

.editor-next-step {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #d7dee9;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.editor-priority-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d7dee9;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.editor-priority-pill.critical {
  background: #fef3f2;
  border-color: #fecdca;
  color: #b42318;
}

.editor-priority-pill.high {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #b54708;
}

.editor-priority-pill.medium {
  background: #eff6ff;
  border-color: #cfe1f7;
  color: #0b4d87;
}

.editor-priority-pill.low {
  background: #f8fafc;
  border-color: #d7dee9;
  color: #475467;
}

.editor-workspace-hero {
  border: 1px solid #d7dee9;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 60%, #f5f8fc 100%);
  padding: 22px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}

.editor-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.editor-badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.editor-sid-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d7dee9;
  background: #ffffff;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.editor-manuscript-title {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #101828;
}

.editor-manuscript-subtitle {
  margin: 8px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

.editor-kv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.editor-kv-card {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
}

.editor-kv-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #667085;
  font-weight: 800;
}

.editor-kv-value {
  margin-top: 8px;
  color: #101828;
  font-size: 14px;
  line-height: 1.55;
}

.editor-2col {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 16px;
}

.editor-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.editor-card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #101828;
}

.editor-card-copy {
  margin: 6px 0 0;
  font-size: 13px;
  color: #667085;
  line-height: 1.6;
}

.editor-author-list,
.editor-file-list,
.editor-history-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.editor-list-card {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 12px 14px;
}

.editor-list-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.editor-review-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.editor-overview-card {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 14px;
}

.editor-overview-card.pending {
  background: #f7fbff;
  border-color: #cfe1f7;
}

.editor-overview-card.alert {
  background: #fff7ed;
  border-color: #fed7aa;
}

.editor-reviewer-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 16px;
}

.editor-selection-box {
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 12px 14px;
  background: #f8fafc;
}

.editor-selection-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.editor-selection-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d7dee9;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.editor-note-panel {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 14px;
}

.editor-note-panel strong {
  color: #101828;
}

.editor-step-list {
  margin: 12px 0 0 18px;
  padding: 0;
  color: #475467;
}

.editor-status-panel {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 14px;
}

.editor-status-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.editor-history-item {
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
}

.editor-history-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  color: #667085;
  font-size: 12px;
}

.editor-history-item.timeline {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.editor-timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  background: #0b4d87;
  box-shadow: 0 0 0 3px #eff6ff;
}

.editor-timeline-dot.workflow {
  background: #0b4d87;
  box-shadow: 0 0 0 3px #eff6ff;
}

.editor-timeline-dot.reviewer {
  background: #b54708;
  box-shadow: 0 0 0 3px #fff7ed;
}

.editor-timeline-dot.email {
  background: #067647;
  box-shadow: 0 0 0 3px #ecfdf3;
}

.editor-timeline-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.editor-timeline-title {
  color: #101828;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.editor-timeline-note {
  color: #475467;
  font-size: 13px;
  line-height: 1.6;
}

.editor-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.editor-check-item {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
}

.editor-check-item.pass {
  background: #f6fef9;
  border-color: #abefc6;
}

.editor-check-item.warn {
  background: #fffaf0;
  border-color: #fedf89;
}

.editor-check-item.fail {
  background: #fef3f2;
  border-color: #fecdca;
}

.editor-check-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  background: #0b4d87;
  box-shadow: 0 0 0 3px #eff6ff;
}

.editor-check-item.pass .editor-check-dot {
  background: #067647;
  box-shadow: 0 0 0 3px #ecfdf3;
}

.editor-check-item.warn .editor-check-dot {
  background: #b54708;
  box-shadow: 0 0 0 3px #fff7ed;
}

.editor-check-item.fail .editor-check-dot {
  background: #b42318;
  box-shadow: 0 0 0 3px #fef3f2;
}

.editor-check-title {
  color: #101828;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.editor-check-note {
  margin-top: 6px;
  color: #475467;
  font-size: 13px;
  line-height: 1.6;
}

.editor-empty {
  border: 1px dashed #d7dee9;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 14px;
  color: #667085;
  font-size: 13px;
}

body.editor-home-page .btn-ghost,
body.editor-workspace-page .btn-ghost {
  background: #ffffff;
  border: 1px solid #d0d7e2;
  color: #344054;
}

body.editor-home-page .btn,
body.editor-workspace-page .btn {
  white-space: nowrap;
}

body.editor-home-page .btn-sm,
body.editor-workspace-page .btn-sm {
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 10px;
}

body.editor-home-page .btn-ghost:hover,
body.editor-workspace-page .btn-ghost:hover {
  background: #f8fafc;
}

body.editor-home-page .btn-blue,
body.editor-workspace-page .btn-blue {
  background: #0b4d87;
  color: #ffffff;
  border: 1px solid #0b4d87;
}

body.editor-home-page .btn-blue:hover,
body.editor-workspace-page .btn-blue:hover {
  opacity: 0.92;
}

/* Home portal readability refresh */
body.editor-home-page .publisher-inner,
body.editor-home-page .main-inner.no-sidebar {
  max-width: 1520px;
}

body.editor-home-page .publisher-inner {
  padding: 12px 28px;
}

body.editor-home-page .brand-lockup {
  gap: 12px;
}

body.editor-home-page .brand-lockup img {
  width: 36px;
  height: 36px;
}

body.editor-home-page .brand-text .top {
  font-size: 14px;
  letter-spacing: 0.03em;
}

body.editor-home-page .publisher-right {
  gap: 12px;
  align-items: center;
}

body.editor-home-page .btn {
  font-size: 13px;
  padding: 9px 15px;
}

body.editor-home-page .btn-sm {
  padding: 6px 11px;
  font-size: 13px;
}

body.editor-home-page .lang-switch {
  gap: 8px;
}

body.editor-home-page .lang-switch span,
body.editor-home-page .lang-switch select,
body.editor-home-page .lang-switch .lang-toggle-btn {
  font-size: 13px;
}

body.editor-home-page .lang-switch select,
body.editor-home-page .lang-switch .lang-toggle-btn {
  padding: 7px 11px;
}

body.editor-home-page .notice {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.65;
}

body.editor-home-page .portal-layout {
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 28px;
}

body.editor-home-page .portal-aside {
  top: 20px;
}

body.editor-home-page .portal-nav-card {
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

body.editor-home-page .portal-nav {
  gap: 6px;
  padding: 12px;
}

body.editor-home-page .portal-nav-link,
body.editor-home-page .portal-nav-toggle {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.35;
}

body.editor-home-page .portal-subnav .portal-nav-link {
  font-size: 13px;
}

body.editor-home-page .editor-dashboard-head {
  gap: 20px;
  margin-bottom: 18px;
}

body.editor-home-page .editor-page-title {
  font-size: 34px;
  line-height: 1.12;
}

body.editor-home-page .editor-page-copy {
  margin-top: 10px;
  max-width: 840px;
  font-size: 14px;
  line-height: 1.8;
}

body.editor-home-page .workspace-panel {
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

body.editor-home-page .workspace-panel + .workspace-panel {
  margin-top: 18px;
}

body.editor-home-page .editor-stats-grid {
  gap: 14px;
}

body.editor-home-page .editor-stat-card {
  border-radius: 16px;
  padding: 16px 18px;
}

body.editor-home-page .editor-stat-label {
  font-size: 12px;
}

body.editor-home-page .editor-stat-value {
  font-size: 31px;
}

body.editor-home-page .editor-stat-note {
  font-size: 13px;
  line-height: 1.65;
}

body.editor-home-page .editor-section-title {
  font-size: 18px;
}

body.editor-home-page .editor-section-copy {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.75;
}

body.editor-home-page .editor-people-card,
body.editor-home-page .editor-list-card,
body.editor-home-page .editor-overview-card,
body.editor-home-page .editor-note-panel,
body.editor-home-page .editor-status-panel,
body.editor-home-page .editor-history-item,
body.editor-home-page .editor-check-item,
body.editor-home-page .editor-selection-box,
body.editor-home-page .editor-kv-card {
  border-radius: 14px;
  padding: 16px;
}

body.editor-home-page .editor-card-title {
  font-size: 15px;
}

body.editor-home-page .editor-card-copy,
body.editor-home-page .editor-empty,
body.editor-home-page .editor-timeline-note,
body.editor-home-page .editor-check-note,
body.editor-home-page .editor-muted-sm {
  font-size: 13px;
  line-height: 1.7;
}

body.editor-home-page .editor-submission {
  gap: 8px;
}

body.editor-home-page .editor-submission-id {
  font-size: 12px;
}

body.editor-home-page .editor-submission-title {
  font-size: 16px;
  line-height: 1.6;
}

body.editor-home-page .editor-submission-meta {
  font-size: 13px;
}

body.editor-home-page .editor-table-actions,
body.editor-home-page .editor-actions-inline,
body.editor-home-page .editor-toolbar {
  gap: 12px;
}

body.editor-home-page .editor-filter-chip {
  padding: 8px 10px 8px 12px;
}

body.editor-home-page .editor-filter-chip-label,
body.editor-home-page .editor-filter-chip-delete,
body.editor-home-page .editor-next-step,
body.editor-home-page .editor-priority-pill,
body.editor-home-page .editor-role-pill {
  font-size: 12px;
}

body.editor-home-page .editor-mobile-card {
  border-radius: 16px;
  padding: 16px;
}

body.editor-home-page .editor-mobile-card-title {
  font-size: 17px;
}

body.editor-home-page .editor-mobile-line,
body.editor-home-page .editor-mobile-value,
body.editor-home-page .editor-mobile-check {
  font-size: 13px;
}

body.editor-home-page .editor-mobile-label {
  font-size: 12px;
}

body.editor-home-page .form-field label {
  font-size: 13px;
  margin-bottom: 8px;
}

body.editor-home-page .form-field input[type="text"],
body.editor-home-page .form-field input[type="email"],
body.editor-home-page .form-field input[type="password"],
body.editor-home-page .form-field input[type="number"],
body.editor-home-page .form-field textarea,
body.editor-home-page .form-field select {
  border-radius: 12px;
  padding: 11px 13px;
  font-size: 14px;
}

body.editor-home-page .form-field textarea {
  min-height: 132px;
}

body.editor-home-page .table {
  font-size: 13px;
}

body.editor-home-page .table th,
body.editor-home-page .table td {
  padding: 13px 15px;
}

@media (max-width: 1180px) {
  .editor-stats-grid,
  .editor-review-overview,
  .editor-kv-grid,
  .editor-checklist,
  .editor-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editor-2col,
  .editor-reviewer-select {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.editor-home-page .portal-layout,
  body.editor-workspace-page .portal-layout {
    grid-template-columns: 1fr;
  }

  body.editor-home-page .portal-aside,
  body.editor-workspace-page .portal-aside {
    position: relative;
    top: auto;
  }

  body.editor-home-page .portal-nav,
  body.editor-workspace-page .portal-nav {
    flex-direction: row;
    overflow: auto;
    padding-bottom: 6px;
  }

  body.editor-home-page .portal-nav-link,
  body.editor-workspace-page .portal-nav-link,
  body.editor-home-page .portal-nav-toggle,
  body.editor-workspace-page .portal-nav-toggle {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  body.editor-home-page .publisher-right,
  body.editor-workspace-page .publisher-right {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  body.editor-home-page .publisher-right > *,
  body.editor-workspace-page .publisher-right > * {
    flex: 0 0 auto;
  }

  body.editor-home-page .editor-toolbar {
    display: none;
  }

  body.editor-home-page .portal-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  body.editor-home-page .portal-nav-link {
    text-align: center;
  }

  body.editor-home-page .publisher-inner,
  body.editor-workspace-page .publisher-inner,
  body.editor-home-page .main-inner,
  body.editor-workspace-page .main-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.editor-home-page .workspace-panel {
    padding: 17px;
  }

  body.editor-workspace-page .workspace-panel,
  .editor-workspace-hero {
    padding: 16px;
  }

  body.editor-home-page .editor-page-title {
    font-size: 28px;
  }

  body.editor-workspace-page .editor-page-title {
    font-size: 26px;
  }

  .editor-stats-grid,
  .editor-review-overview,
  .editor-kv-grid,
  .editor-checklist,
  .editor-people-grid {
    grid-template-columns: 1fr;
  }

  .editor-desktop-table {
    display: none;
  }

  .editor-mobile-stack {
    display: block;
    margin-top: 14px;
  }

  .editor-mobile-meta-grid {
    grid-template-columns: 1fr;
  }

  .editor-access-actions,
  .editor-mobile-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
