html[data-ui="classic"] #view-processes .table-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html[data-ui="classic"] #processTable .process-sort-button {
  all: unset;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

html[data-ui="v2"] #view-processes {
  --danger: var(--v2-color-danger);
  --warning: var(--v2-color-warning);
  --success: var(--v2-color-success);
  --gold: var(--v2-color-gold);
  --gold-soft: var(--v2-color-gold);
  --muted: var(--v2-color-foreground-secondary);
  --text: var(--v2-color-foreground);
  --ivory: var(--v2-color-foreground);
  --panel: var(--v2-color-surface);
  --panel-soft: var(--v2-color-surface-secondary);
  --panel-hover: var(--v2-color-surface-hover);
  --line: var(--v2-color-border);
  padding: var(--v2-space-5) var(--v2-space-6) var(--v2-space-12);
  font-family: var(--v2-font-interface);
}

html[data-ui="v2"] #view-processes > .section-toolbar {
  min-height: 64px;
  align-items: end;
  gap: var(--v2-space-4);
  margin: 0 0 var(--v2-space-4);
}

html[data-ui="v2"] .v2-process-heading {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  align-items: baseline;
  column-gap: var(--v2-space-3);
}

html[data-ui="v2"] .v2-process-heading p {
  grid-column: 1 / -1;
  margin: 0 0 var(--v2-space-1);
  color: var(--v2-color-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-ui="v2"] .v2-process-heading h2 {
  margin: 0;
  color: var(--v2-color-foreground);
  font: 600 32px/38px var(--v2-font-editorial);
  letter-spacing: -.02em;
}

html[data-ui="v2"] .v2-process-heading span {
  color: var(--v2-color-foreground-secondary);
  font-size: 12px;
  white-space: nowrap;
}

html[data-ui="v2"] #view-processes .toolbar-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--v2-space-2);
}

html[data-ui="v2"] #view-processes :where(.button, .v2-button, .icon-button) {
  min-height: 40px;
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-md);
  box-shadow: none;
  font-family: var(--v2-font-interface);
  font-size: 13px;
  font-weight: 600;
  transition: background-color var(--v2-duration-base) var(--v2-ease-standard), border-color var(--v2-duration-base) var(--v2-ease-standard), box-shadow var(--v2-duration-base) var(--v2-ease-standard), color var(--v2-duration-base) var(--v2-ease-standard), transform var(--v2-duration-base) var(--v2-ease-standard);
}

html[data-ui="v2"] #view-processes :where(.button, .v2-button, .icon-button):hover {
  border-color: var(--v2-color-border-strong);
}

html[data-ui="v2"] #view-processes :where(.button.gold, .v2-button.is-primary) {
  color: var(--v2-color-on-primary);
  background: var(--v2-color-primary);
  border-color: var(--v2-color-primary);
}

html[data-ui="v2"] #view-processes :where(.button.ghost, .v2-button.is-secondary, .icon-button) {
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-secondary);
  border-color: var(--v2-color-border);
}

html[data-ui="v2"] #view-processes .table-card {
  overflow: hidden;
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-elevated);
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-xl);
  box-shadow: var(--v2-shadow-slate);
}

html[data-ui="v2"] #view-processes .table-search {
  display: grid;
  grid-template-columns: minmax(0, 440px);
  gap: var(--v2-space-1-5);
  padding: var(--v2-space-3) var(--v2-space-4);
  border-bottom: 1px solid var(--v2-color-border);
  background: color-mix(in srgb, var(--v2-color-surface-elevated) 92%, var(--v2-color-primary-subtle));
}

html[data-ui="v2"] #view-processes .table-search label {
  color: var(--v2-color-foreground-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[data-ui="v2"] #processSearch {
  width: 100%;
  min-height: 42px;
  padding: 0 var(--v2-space-3);
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-inset);
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-md);
}

html[data-ui="v2"] #view-processes .responsive-table {
  width: 100%;
  overflow: visible;
}

html[data-ui="v2"] #processTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--v2-color-foreground);
  font-family: var(--v2-font-interface);
}

html[data-ui="v2"] #processTable th {
  height: 38px;
  padding: 0 var(--v2-space-3);
  color: var(--v2-color-foreground-secondary);
  background: var(--v2-color-primary-subtle);
  border-bottom: 1px solid var(--v2-color-border);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: none;
}

html[data-ui="v2"] #processTable th:nth-child(1) { width: 21%; }
html[data-ui="v2"] #processTable th:nth-child(2) { width: 17%; }
html[data-ui="v2"] #processTable th:nth-child(3) { width: 19%; }
html[data-ui="v2"] #processTable th:nth-child(4) { width: 11%; }
html[data-ui="v2"] #processTable th:nth-child(5) { width: 20%; }
html[data-ui="v2"] #processTable th:nth-child(6) { width: 12%; }

html[data-ui="v2"] .process-sort-button {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-1);
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

html[data-ui="v2"] .process-sort-button .sort-indicator {
  flex: 0 0 auto;
  margin-left: 0;
}

html[data-ui="v2"] #processTable th[aria-sort="ascending"],
html[data-ui="v2"] #processTable th[aria-sort="descending"] {
  color: var(--v2-color-foreground);
  background: var(--v2-color-primary-soft);
  box-shadow: inset 0 -2px 0 var(--v2-color-primary);
}

html[data-ui="v2"] #processTable td {
  min-width: 0;
  padding: 10px var(--v2-space-3);
  vertical-align: top;
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-elevated);
  border-bottom: 1px solid var(--v2-color-border-subtle);
  font-size: 12px;
  line-height: 16px;
}

html[data-ui="v2"] #processTable tbody tr {
  cursor: pointer;
}

html[data-ui="v2"] #processTable tbody tr:not(:last-child) td {
  border-bottom-color: color-mix(in srgb, var(--v2-color-border-strong) 72%, var(--v2-color-border));
}

html[data-ui="v2"] #processTable tbody tr:is(:hover, :focus-within) td {
  background: var(--v2-color-surface-hover);
}

html[data-ui="v2"] #processTable tbody tr:focus {
  outline: 2px solid var(--v2-color-focus);
  outline-offset: -2px;
}

html[data-ui="v2"] #processTable tbody tr.is-selected td {
  background: var(--v2-color-primary-soft);
}

html[data-ui="v2"] #processTable tbody tr.is-selected td:first-child {
  box-shadow: inset 3px 0 0 var(--v2-color-gold);
}

html[data-ui="v2"] #processTable tbody tr.is-selected .process-cell-number::before {
  display: block;
  margin-bottom: 2px;
  color: var(--v2-color-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  content: "Selecionado";
}

html[data-ui="v2"] #processTable td > strong,
html[data-ui="v2"] #processTable td > small,
html[data-ui="v2"] #processTable td > span {
  min-width: 0;
  display: block;
}

html[data-ui="v2"] #processTable td > strong {
  overflow: hidden;
  color: var(--v2-color-foreground);
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-ui="v2"] #processTable td > small,
html[data-ui="v2"] .process-phase,
html[data-ui="v2"] .process-risk {
  margin-top: 2px;
  overflow: hidden;
  color: var(--v2-color-foreground-secondary);
  font-size: 11px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-ui="v2"] #processTable .process-cell-number > strong,
html[data-ui="v2"] .process-inspector-number > strong {
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
}

html[data-ui="v2"] .process-secrecy {
  width: fit-content;
  margin-top: var(--v2-space-1);
  color: var(--v2-color-warning);
  font-size: 10px;
  font-weight: 700;
}

html[data-ui="v2"] .process-secrecy > span {
  font-size: 8px;
}

html[data-ui="v2"] #processTable .process-cell-movement > strong {
  display: -webkit-box;
  overflow: hidden;
  line-height: 16px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html[data-ui="v2"] .process-cell-monitoring {
  text-align: center;
}

html[data-ui="v2"] .process-cell-monitoring .v2-status-badge {
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  font-size: 10px;
  line-height: 13px;
  white-space: normal;
  margin-inline: auto;
}

html[data-ui="v2"] .process-cell-monitoring .v2-status-badge.is-neutral {
  color: var(--v2-color-foreground-secondary);
  background: var(--v2-color-surface-secondary);
}

html[data-ui="v2"] .process-details-button {
  width: 100%;
  min-height: 30px !important;
  margin-top: var(--v2-space-2);
  margin-inline: auto;
  padding: 4px 8px;
  font-size: 11px !important;
}

html[data-ui="v2"] .process-empty-row td {
  padding: var(--v2-space-6) !important;
}

html[data-ui="v2"] .process-empty-row .v2-empty-state {
  text-align: center;
}

html[data-ui="v2"] .process-empty-action {
  margin-top: var(--v2-space-3);
}

html[data-ui="v2"] .process-inspector-backdrop {
  position: fixed;
  inset: 0;
  z-index: var(--v2-z-overlay);
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background: color-mix(in srgb, var(--v2-color-background) 78%, transparent);
  backdrop-filter: blur(3px);
  overscroll-behavior: contain;
  animation: v2-overlay-in var(--v2-duration-base) var(--v2-ease-standard) both;
}

html[data-ui="v2"] .process-inspector {
  position: relative;
  width: min(540px, 100%);
  height: 100dvh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-elevated);
  border-left: 1px solid var(--v2-color-border);
  box-shadow: var(--v2-shadow-elevated);
  transform-origin: right center;
  animation: v2-drawer-in var(--v2-duration-slow) var(--v2-ease-standard) both;
  overscroll-behavior: contain;
}

html[data-ui="v2"] .process-inspector > header,
html[data-ui="v2"] .process-inspector > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-3);
  padding: var(--v2-space-4) var(--v2-space-5);
  background: var(--v2-color-surface-elevated);
}

html[data-ui="v2"] .process-edit-action {
  border-color: color-mix(in srgb, var(--v2-color-gold) 52%, var(--v2-color-border));
  background: color-mix(in srgb, var(--v2-color-gold-soft) 48%, var(--v2-color-surface));
  color: var(--v2-color-foreground);
  box-shadow: inset 0 1px 0 color-mix(in srgb, white 18%, transparent);
}

html[data-ui="v2"] .process-edit-action:hover {
  background: color-mix(in srgb, var(--v2-color-gold-soft) 64%, var(--v2-color-surface));
  border-color: color-mix(in srgb, var(--v2-color-gold) 64%, var(--v2-color-border));
}

html[data-ui="v2"] .process-delete-action { margin-inline-start: 0; }

html[data-ui="v2"] .process-inspector > header {
  border-bottom: 1px solid var(--v2-color-border);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--v2-color-primary-subtle) 88%, transparent), transparent 70%),
    var(--v2-color-surface-elevated);
  box-shadow: inset 0 2px 0 color-mix(in srgb, var(--v2-color-gold) 72%, transparent);
}

html[data-ui="v2"] .process-inspector > footer {
  display: flex;
  flex-wrap: wrap;
  gap: var(--v2-space-2);
  padding: var(--v2-space-3);
  border-top: 1px solid var(--v2-color-border);
}

html[data-ui="v2"] .process-inspector > footer .button {
  flex: 1 1 150px;
  min-width: 0;
  min-height: 36px;
  padding: 6px 7px;
  font-size: 10px;
  justify-content: center;
  white-space: nowrap;
}

html[data-ui="v2"] .process-inspector > footer .is-complete { opacity: .58; }

html[data-ui="v2"] .process-inspector > header p {
  margin: 0 0 2px;
  color: var(--v2-color-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html[data-ui="v2"] .process-inspector > header h2 {
  margin: 0;
  color: var(--v2-color-foreground);
  font: 650 16px/22px var(--v2-font-interface);
}

html[data-ui="v2"] .process-inspector .icon-button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-secondary);
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-md);
}

html[data-ui="v2"] .process-inspector-content {
  min-height: 0;
  overflow: auto;
  padding: var(--v2-space-5);
  background: linear-gradient(180deg, color-mix(in srgb, var(--v2-color-primary-subtle) 35%, transparent), transparent 180px);
}

html[data-ui="v2"] .process-inspector-identity {
  padding-bottom: var(--v2-space-5);
  border-bottom: 1px solid var(--v2-color-border);
}

html[data-ui="v2"] .process-inspector-kicker {
  margin: 0 0 var(--v2-space-2);
  color: var(--v2-color-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-ui="v2"] .process-inspector-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--v2-space-2);
}

html[data-ui="v2"] .process-inspector-number > strong {
  font-size: 16px;
}

html[data-ui="v2"] .process-inspector-identity h3 {
  margin: var(--v2-space-4) 0 2px;
  color: var(--v2-color-foreground);
  font: 650 20px/26px var(--v2-font-interface);
}

html[data-ui="v2"] .process-inspector-identity > p:not(.process-inspector-kicker),
html[data-ui="v2"] .process-inspector-context span {
  margin: 0;
  color: var(--v2-color-foreground-secondary);
  font-size: 13px;
  line-height: 19px;
}

html[data-ui="v2"] .process-inspector-context {
  display: grid;
  gap: 2px;
  margin-top: var(--v2-space-4);
}

html[data-ui="v2"] .process-inspector-section {
  padding: var(--v2-space-5) 0;
  border-bottom: 1px solid var(--v2-color-border-subtle);
}

html[data-ui="v2"] .process-inspector-section:last-child {
  border-bottom: 0;
}

html[data-ui="v2"] .process-inspector-section > h3 {
  margin: 0 0 var(--v2-space-3);
  color: var(--v2-color-primary);
  font: 700 13px/18px var(--v2-font-interface);
  letter-spacing: .035em;
  text-transform: uppercase;
}

html[data-ui="v2"] .process-inspector-section > h3::after {
  width: 24px;
  height: 1px;
  display: inline-block;
  margin: 0 0 3px var(--v2-space-2);
  background: var(--v2-color-gold);
  content: "";
}

html[data-ui="v2"] .process-inspector-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--v2-space-2);
}

html[data-ui="v2"] .process-inspector-metrics > div,
html[data-ui="v2"] .process-inspector-metrics > button > div {
  min-width: 0;
  display: grid;
  gap: var(--v2-space-1);
  padding: var(--v2-space-2);
  background: var(--v2-color-surface-inset);
  border: 1px solid var(--v2-color-border-subtle);
  border-radius: var(--v2-radius-md);
}

html[data-ui="v2"] .process-inspector-metrics strong {
  overflow: hidden;
  color: var(--v2-color-foreground);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-ui="v2"] .process-inspector-metrics span {
  color: var(--v2-color-foreground-secondary);
  font-size: 10px;
  line-height: 13px;
}

html[data-ui="v2"] .process-last-movement {
  display: grid;
  gap: var(--v2-space-1);
  margin-top: var(--v2-space-3);
  padding: var(--v2-space-3);
  background: var(--v2-color-primary-subtle);
  border-left: 3px solid var(--v2-color-primary);
  border-radius: var(--v2-radius-sm);
}

html[data-ui="v2"] .process-inspector-client-link { padding: 0; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--v2-color-border-strong); font: inherit; text-align: left; cursor: pointer; }
html[data-ui="v2"] .process-inspector-client-link:hover { color: var(--v2-color-primary); border-color: currentColor; }
html[data-ui="v2"] .process-inspector-metric-link { min-width: 0; padding: 0; color: inherit; background: transparent; border: 0; text-align: inherit; cursor: pointer; }
html[data-ui="v2"] .process-inspector-metric-link > div { height: 100%; }
html[data-ui="v2"] .process-inspector-section-heading { display: flex; align-items: center; justify-content: space-between; gap: var(--v2-space-3); }
html[data-ui="v2"] .process-linked-list { display: grid; gap: var(--v2-space-2); }
html[data-ui="v2"] .process-linked-list button { width: 100%; display: grid; gap: 3px; padding: var(--v2-space-3); color: var(--v2-color-foreground); background: var(--v2-color-surface-secondary); border: 1px solid var(--v2-color-border-subtle); border-radius: var(--v2-radius-md); font: inherit; text-align: left; cursor: pointer; }
html[data-ui="v2"] .process-linked-list button:is(:hover, :focus-visible) { background: var(--v2-color-surface-hover); border-color: var(--v2-color-primary); }
html[data-ui="v2"] .process-judicial-parties > div { display: grid; gap: 3px; padding: var(--v2-space-3); background: var(--v2-color-surface-secondary); border: 1px solid var(--v2-color-border-subtle); border-radius: var(--v2-radius-md); }
html[data-ui="v2"] .process-judicial-parties strong { color: var(--v2-color-foreground); font-size: 12px; }
html[data-ui="v2"] .process-linked-list span,
html[data-ui="v2"] .process-inspector-empty { color: var(--v2-color-muted-foreground); font-size: 12px; }
html[data-ui="v2"] .process-collector-metadata { margin-bottom: var(--v2-space-3); }
html[data-ui="v2"] .process-inspector-note { margin: var(--v2-space-3) 0 0; color: var(--v2-color-muted-foreground); font-size: 11px; line-height: 1.5; }
html[data-ui="v2"] .process-financial-scope { color: var(--v2-color-muted-foreground); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
html[data-ui="v2"] .process-financial-metrics { margin-top: var(--v2-space-3); }
html[data-ui="v2"] .process-financial-records { display: grid; gap: var(--v2-space-2); margin-top: var(--v2-space-3); }
html[data-ui="v2"] .process-financial-records > div { display: flex; gap: var(--v2-space-3); align-items: center; justify-content: space-between; padding: var(--v2-space-3); background: var(--v2-color-surface-secondary); border: 1px solid var(--v2-color-border-subtle); border-radius: var(--v2-radius-md); }
html[data-ui="v2"] .process-financial-records span { min-width: 0; display: grid; gap: 3px; }
html[data-ui="v2"] .process-financial-records strong { overflow-wrap: anywhere; color: var(--v2-color-foreground); font-size: 12px; }
html[data-ui="v2"] .process-financial-records small { color: var(--v2-color-muted-foreground); font-size: 10px; text-transform: capitalize; }
html[data-ui="v2"] .process-financial-records b { flex: 0 0 auto; color: var(--v2-color-accent-strong); font-size: 12px; font-variant-numeric: tabular-nums; }
html[data-ui="v2"] .process-movement-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
html[data-ui="v2"] .process-movement-list li { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: var(--v2-space-3); padding: var(--v2-space-3) 0; border-bottom: 1px solid var(--v2-color-border-subtle); }
html[data-ui="v2"] .process-movement-list time { color: var(--v2-color-muted-foreground); font-size: 11px; font-variant-numeric: tabular-nums; }
html[data-ui="v2"] .process-movement-list p { margin: 0; color: var(--v2-color-foreground-secondary); font-size: 12px; line-height: 1.55; }

html[data-ui="v2"] .legal-timeline { display: grid; margin: 0; padding: 0; list-style: none; }
html[data-ui="v2"] .legal-timeline li { position: relative; min-width: 0; }
html[data-ui="v2"] .legal-timeline li::before { position: absolute; top: 0; bottom: 0; left: 7px; width: 1px; background: var(--v2-color-border); content: ""; }
html[data-ui="v2"] .legal-timeline li:first-child::before { top: 18px; }
html[data-ui="v2"] .legal-timeline li:last-child::before { bottom: calc(100% - 18px); }
html[data-ui="v2"] .legal-timeline li > :is(button, div) { position: relative; width: 100%; display: grid; grid-template-columns: 16px 92px minmax(0, 1fr) 18px; gap: var(--v2-space-2); align-items: start; min-height: 54px; padding: var(--v2-space-2) 0; color: inherit; background: transparent; border: 0; font: inherit; text-align: left; }
html[data-ui="v2"] .legal-timeline li > button { cursor: pointer; border-radius: var(--v2-radius-sm); }
html[data-ui="v2"] .legal-timeline li > button:is(:hover, :focus-visible) { background: var(--v2-color-surface-hover); outline: none; }
html[data-ui="v2"] .legal-timeline-marker { z-index: 1; width: 9px; height: 9px; margin: 5px 0 0 3px; background: var(--v2-color-surface-elevated); border: 2px solid var(--v2-color-primary); border-radius: 50%; }
html[data-ui="v2"] .legal-timeline .is-deadline .legal-timeline-marker { border-color: var(--v2-color-danger); }
html[data-ui="v2"] .legal-timeline .is-publication .legal-timeline-marker,
html[data-ui="v2"] .legal-timeline .is-document .legal-timeline-marker { border-color: var(--v2-color-gold); }
html[data-ui="v2"] .legal-timeline-date { display: grid; gap: 2px; padding-top: 1px; }
html[data-ui="v2"] .legal-timeline-date time { color: var(--v2-color-foreground-secondary); font-size: 10px; font-variant-numeric: tabular-nums; }
html[data-ui="v2"] .legal-timeline-date span { color: var(--v2-color-muted-foreground); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
html[data-ui="v2"] .legal-timeline-copy { min-width: 0; display: grid; gap: 2px; }
html[data-ui="v2"] .legal-timeline-copy strong { color: var(--v2-color-foreground); font-size: 12px; line-height: 17px; overflow-wrap: anywhere; }
html[data-ui="v2"] .legal-timeline-copy small,
html[data-ui="v2"] .legal-timeline-copy em { color: var(--v2-color-foreground-secondary); font-size: 10px; font-style: normal; line-height: 14px; }
html[data-ui="v2"] .legal-timeline-copy em { color: var(--v2-color-muted-foreground); }
html[data-ui="v2"] .legal-timeline-open { align-self: center; color: var(--v2-color-accent-strong); font-size: 14px; }

html[data-ui="v2"] .process-last-movement span,
html[data-ui="v2"] .process-last-movement small {
  color: var(--v2-color-foreground-secondary);
  font-size: 11px;
}

html[data-ui="v2"] .process-last-movement strong {
  color: var(--v2-color-foreground);
  font-size: 13px;
  line-height: 19px;
}

html[data-ui="v2"] .process-metadata-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--v2-space-3) var(--v2-space-4);
  margin: 0;
}

html[data-ui="v2"] .process-metadata-grid > div {
  min-width: 0;
}

html[data-ui="v2"] .process-metadata-grid dt {
  margin: 0 0 2px;
  color: var(--v2-color-foreground-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

html[data-ui="v2"] .process-metadata-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--v2-color-foreground);
  font-size: 13px;
  line-height: 18px;
}

html[data-ui="v2"] #modalBackdrop[data-modal-mode="process"] .modal {
  width: min(980px, 100%);
}

html[data-ui="v2"] #modalBackdrop[data-modal-mode="process"] .modal h2 {
  font-family: var(--v2-font-editorial);
  letter-spacing: -.015em;
}

html[data-ui="v2"] .process-summary-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--v2-color-primary-subtle) 58%, transparent), transparent 62%),
    var(--v2-color-surface-secondary);
  border-color: var(--v2-color-border-strong);
  border-radius: var(--v2-radius-lg);
  box-shadow: inset 3px 0 0 var(--v2-color-gold);
}

html[data-ui="v2"] .process-summary-heading strong {
  color: var(--v2-color-foreground);
}

html[data-ui="v2"] .process-summary-heading span,
html[data-ui="v2"] .process-summary-heading small,
html[data-ui="v2"] .process-summary-metrics span,
html[data-ui="v2"] .process-summary-card p {
  color: var(--v2-color-foreground-secondary);
}

html[data-ui="v2"] .process-summary-metrics div {
  background: var(--v2-color-surface-elevated);
  border-color: var(--v2-color-border);
}

html[data-ui="v2"] .process-tjrs-assist {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--v2-space-3);
  margin-bottom: var(--v2-space-4);
  padding: var(--v2-space-4);
  border: 1px solid var(--v2-color-border-strong);
  border-radius: var(--v2-radius-lg);
  background: color-mix(in srgb, var(--v2-color-primary-subtle) 48%, var(--v2-color-surface-elevated));
}

html[data-ui="v2"] .process-tjrs-assist span,
html[data-ui="v2"] .process-tjrs-assist strong,
html[data-ui="v2"] .process-tjrs-assist p,
html[data-ui="v2"] .process-tjrs-preview-status > * { display: block; }
html[data-ui="v2"] .process-tjrs-assist span { color: var(--v2-color-gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
html[data-ui="v2"] .process-tjrs-assist strong { margin-top: 2px; color: var(--v2-color-foreground); font-size: 13px; }
html[data-ui="v2"] .process-tjrs-assist p { margin: 3px 0 0; color: var(--v2-color-foreground-secondary); font-size: 11px; }
html[data-ui="v2"] .process-tjrs-assist-key { grid-column: 1 / -1; display: grid; gap: var(--v2-space-2); }
html[data-ui="v2"] .process-tjrs-assist-key label { color: var(--v2-color-foreground); font-size: 12px; font-weight: 700; }
html[data-ui="v2"] .process-tjrs-assist-key input { width: 100%; min-height: 42px; color: var(--v2-color-foreground); background: var(--v2-color-surface-inset); border: 1px solid var(--v2-color-border); border-radius: var(--v2-radius-md); padding: 0 var(--v2-space-3); }
html[data-ui="v2"] .process-tjrs-assist-key small { color: var(--v2-color-foreground-secondary); font-size: 10px; line-height: 1.45; }
html[data-ui="v2"] .process-tjrs-preview-status { grid-column: 1 / -1; padding-top: var(--v2-space-2); border-top: 1px solid var(--v2-color-border); color: var(--v2-color-foreground-secondary); font-size: 11px; }
html[data-ui="v2"] .process-tjrs-preview-status span { margin-top: 3px; color: var(--v2-color-foreground); letter-spacing: 0; text-transform: none; }
html[data-ui="v2"] .process-tjrs-preview-status small { margin-top: 3px; color: var(--v2-color-success); font-weight: 700; }

html[data-ui="v2"] .process-autos-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-3);
  margin-top: var(--v2-space-4);
  padding: var(--v2-space-3);
  background: var(--v2-color-surface-inset);
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-md);
}
html[data-ui="v2"] .process-autos-action > div { display: grid; gap: 3px; }
html[data-ui="v2"] .process-autos-action strong { color: var(--v2-color-foreground); font-size: 12px; }
html[data-ui="v2"] .process-autos-action span { color: var(--v2-color-foreground-secondary); font-size: 10px; line-height: 1.45; }
html[data-ui="v2"] .process-autos-action .button { flex: 0 0 auto; }

html[data-ui="v2"] .process-access-key-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-3);
  margin-top: var(--v2-space-4);
  padding: var(--v2-space-3);
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-color-surface-inset);
}
html[data-ui="v2"] .process-access-key-action > div { display: grid; gap: 3px; }
html[data-ui="v2"] .process-access-key-action strong { font-size: 12px; }
html[data-ui="v2"] .process-access-key-action span { color: var(--v2-color-foreground-secondary); font-size: 10px; line-height: 1.45; }
html[data-ui="v2"] .process-access-key-action[data-process-access-key-status="missing"] { border-color: color-mix(in srgb, var(--v2-color-warning) 70%, var(--v2-color-border)); background: color-mix(in srgb, var(--v2-color-warning) 8%, var(--v2-color-surface-inset)); }
html[data-ui="v2"] .process-access-key-action[data-process-access-key-status="configured"] { border-color: color-mix(in srgb, var(--v2-color-success) 55%, var(--v2-color-border)); }

html[data-ui="v2"] .process-access-key-backdrop { position: absolute; inset: 0; z-index: 4; display: grid; place-items: center; padding: var(--v2-space-5); background: color-mix(in srgb, var(--v2-color-background) 76%, transparent); backdrop-filter: blur(3px); }
html[data-ui="v2"] .process-access-key-backdrop.hidden { display: none; }
html[data-ui="v2"] .process-access-key-dialog { position: relative; width: min(100%, 430px); display: grid; gap: var(--v2-space-3); padding: var(--v2-space-6); color: var(--v2-color-foreground); background: var(--v2-color-surface-elevated); border: 1px solid var(--v2-color-border); border-radius: var(--v2-radius-lg); box-shadow: var(--v2-shadow-elevated); }
html[data-ui="v2"] .process-access-key-dialog > .icon-button { position: absolute; top: var(--v2-space-3); right: var(--v2-space-3); }
html[data-ui="v2"] .process-access-key-dialog > p { margin: 0; color: var(--v2-color-warning); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
html[data-ui="v2"] .process-access-key-dialog > h3 { margin: 0; font: 650 24px/30px var(--v2-font-interface); }
html[data-ui="v2"] .process-access-key-dialog > strong { font-variant-numeric: tabular-nums; font-size: 13px; }
html[data-ui="v2"] .process-access-key-dialog > span,
html[data-ui="v2"] .process-access-key-dialog > small { color: var(--v2-color-foreground-secondary); font-size: 11px; line-height: 1.5; }
html[data-ui="v2"] .process-access-key-dialog > label { margin-top: var(--v2-space-2); font-size: 11px; font-weight: 700; }
html[data-ui="v2"] .process-access-key-dialog > input { min-height: 44px; padding: 0 var(--v2-space-3); color: var(--v2-color-foreground); background: var(--v2-color-surface-inset); border: 1px solid var(--v2-color-border); border-radius: var(--v2-radius-md); }
html[data-ui="v2"] .process-access-key-dialog > div { display: flex; justify-content: flex-end; gap: var(--v2-space-2); margin-top: var(--v2-space-2); }
html[data-ui="v2"] .process-access-key-dialog .button.gold {
  color: var(--v2-color-on-primary);
  background: var(--v2-color-primary);
  border-color: var(--v2-color-primary);
  box-shadow: none;
}

html[data-ui="v2"] .process-form-sections {
  display: grid;
  gap: var(--v2-space-4);
}

html[data-ui="v2"] .process-form-section {
  min-width: 0;
  margin: 0;
  padding: var(--v2-space-4);
  background: color-mix(in srgb, var(--v2-color-surface-elevated) 94%, var(--v2-color-primary-subtle));
  border: 1px solid var(--v2-color-border);
  border-radius: var(--v2-radius-lg);
}

html[data-ui="v2"] .process-form-section legend {
  padding: 0 var(--v2-space-2);
  color: var(--v2-color-primary);
  font: 700 12px/18px var(--v2-font-interface);
  letter-spacing: .055em;
  text-transform: uppercase;
}

html[data-ui="v2"] .process-form-section legend::before {
  color: var(--v2-color-gold);
  content: "— ";
}

html[data-ui="v2"] .process-form-section .form-grid {
  gap: var(--v2-space-3);
}

@media (max-width: 1180px) and (min-width: 1024px) {
  html[data-ui="v2"] #processTable th:nth-child(4),
  html[data-ui="v2"] #processTable td:nth-child(4) {
    display: none;
  }

  html[data-ui="v2"] #processTable th:nth-child(1) { width: 23%; }
  html[data-ui="v2"] #processTable th:nth-child(2) { width: 18%; }
  html[data-ui="v2"] #processTable th:nth-child(3) { width: 20%; }
  html[data-ui="v2"] #processTable th:nth-child(5) { width: 24%; }
  html[data-ui="v2"] #processTable th:nth-child(6) { width: 15%; }
}

@media (max-width: 1023px) {
  html[data-ui="v2"] #view-processes {
    padding: var(--v2-space-4);
  }

  html[data-ui="v2"] #view-processes > .section-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  html[data-ui="v2"] #view-processes .toolbar-actions {
    justify-content: flex-start;
  }

  html[data-ui="v2"] #processTable,
  html[data-ui="v2"] #processTable tbody,
  html[data-ui="v2"] #processTable tr,
  html[data-ui="v2"] #processTable td {
    width: 100%;
    display: block;
  }

  html[data-ui="v2"] #processTable thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  html[data-ui="v2"] #processTable tbody {
    display: grid;
    gap: var(--v2-space-3);
    padding: var(--v2-space-3);
  }

  html[data-ui="v2"] #processTable tbody tr:not(.process-empty-row) {
    overflow: hidden;
    background: var(--v2-color-surface-elevated);
    border: 1px solid var(--v2-color-border);
    border-radius: var(--v2-radius-lg);
  }

  html[data-ui="v2"] #processTable tbody tr:not(.process-empty-row) td {
    display: grid;
    grid-template-columns: minmax(92px, 30%) minmax(0, 1fr);
    gap: 2px var(--v2-space-3);
    padding: var(--v2-space-2) var(--v2-space-3);
    border-bottom: 1px solid var(--v2-color-border-subtle);
  }

  html[data-ui="v2"] #processTable tbody tr.is-selected {
    border-color: var(--v2-color-primary);
    box-shadow: inset 3px 0 0 var(--v2-color-gold), var(--v2-shadow-slate);
  }

  html[data-ui="v2"] #processTable tbody tr.is-selected td:first-child { box-shadow: none; }

  html[data-ui="v2"] #processTable tbody tr:not(.process-empty-row) td::before {
    grid-row: 1 / span 3;
    color: var(--v2-color-foreground-secondary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  html[data-ui="v2"] #processTable tbody tr:not(.process-empty-row) td > * {
    grid-column: 2;
  }

  html[data-ui="v2"] #processTable tbody tr:not(.process-empty-row) .process-cell-registration {
    display: none;
  }

  html[data-ui="v2"] #processTable .process-cell-number,
  html[data-ui="v2"] #processTable .process-cell-movement {
    padding-top: var(--v2-space-3) !important;
    padding-bottom: var(--v2-space-3) !important;
  }

  html[data-ui="v2"] #processTable .process-cell-monitoring {
    padding-bottom: var(--v2-space-3) !important;
    border-bottom: 0 !important;
  }

  html[data-ui="v2"] .process-details-button {
    min-height: 44px !important;
    justify-self: start;
    padding: 0 var(--v2-space-3);
  }

  html[data-ui="v2"] .process-empty-row td {
    display: block;
  }
}

@media (max-width: 600px) {
  html[data-ui="v2"] .process-tjrs-assist { grid-template-columns: 1fr; }
  html[data-ui="v2"] .process-tjrs-assist .button { width: 100%; }
  html[data-ui="v2"] .process-autos-action { align-items: stretch; flex-direction: column; }
  html[data-ui="v2"] .process-autos-action .button { width: 100%; }
}

@media (max-width: 620px) {
  html[data-ui="v2"] #view-processes {
    padding: var(--v2-space-3);
  }

  html[data-ui="v2"] .v2-process-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  html[data-ui="v2"] #view-processes .toolbar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-ui="v2"] #view-processes .toolbar-actions .button {
    min-width: 0;
    min-height: 44px;
  }

  html[data-ui="v2"] #view-processes .toolbar-actions #newProcessButton {
    grid-column: 1 / -1;
  }

  html[data-ui="v2"] #view-processes .table-search {
    grid-template-columns: 1fr;
    padding: var(--v2-space-3);
  }

  html[data-ui="v2"] #processTable tbody {
    padding: var(--v2-space-2);
  }

  html[data-ui="v2"] #processTable tbody tr:not(.process-empty-row) td {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 2px var(--v2-space-2);
  }

  html[data-ui="v2"] .process-inspector {
    width: 100%;
    border-left: 0;
  }

  html[data-ui="v2"] .process-inspector > header,
  html[data-ui="v2"] .process-inspector > footer,
  html[data-ui="v2"] .process-inspector-content {
    padding: var(--v2-space-3);
  }

  html[data-ui="v2"] .process-inspector > footer .button {
    min-height: 44px;
  }

  html[data-ui="v2"] .process-inspector > footer .button { flex-basis: 132px; }

  html[data-ui="v2"] .process-inspector-metrics,
  html[data-ui="v2"] .process-metadata-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-ui="v2"] .legal-timeline li > :is(button, div) {
    grid-template-columns: 16px 72px minmax(0, 1fr) 14px;
    gap: var(--v2-space-1);
  }

  html[data-ui="v2"] #modalBackdrop[data-modal-mode="process"] {
    padding: var(--v2-space-2);
  }

  html[data-ui="v2"] #modalBackdrop[data-modal-mode="process"] .modal {
    max-height: calc(100dvh - 16px);
  }

  html[data-ui="v2"] #modalBackdrop[data-modal-mode="process"] .modal form,
  html[data-ui="v2"] .process-form-section {
    padding: var(--v2-space-3);
  }

  html[data-ui="v2"] .process-form-section .form-grid {
    grid-template-columns: 1fr;
  }

  html[data-ui="v2"] .process-form-section .field.full {
    grid-column: auto;
  }
}

/* ==========================================================================
   PROCESS DOCUMENTS DRAWER & CONTEXTUAL PREVIEW
   ========================================================================== */
html[data-ui="v2"] .process-documents-backdrop {
  position: fixed;
  inset: 0;
  z-index: calc(var(--v2-z-overlay) + 5);
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background: color-mix(in srgb, var(--v2-color-background) 78%, transparent);
  backdrop-filter: blur(3px);
  overscroll-behavior: contain;
  animation: v2-overlay-in var(--v2-duration-base) var(--v2-ease-standard) both;
}

html[data-ui="v2"] .process-documents-drawer {
  width: min(620px, 100%);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-elevated);
  border-left: 1px solid var(--v2-color-border);
  box-shadow: var(--v2-shadow-elevated);
  transform-origin: right center;
  animation: v2-drawer-in var(--v2-duration-slow) var(--v2-ease-standard) both;
  overscroll-behavior: contain;
}

html[data-ui="v2"] .process-documents-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-3);
  padding: var(--v2-space-4) var(--v2-space-5);
  background: var(--v2-color-surface-elevated);
  border-bottom: 1px solid var(--v2-color-border-subtle);
}

html[data-ui="v2"] .process-documents-header h2 {
  margin: 0;
  color: var(--v2-color-foreground);
  font: 700 16px/22px var(--v2-font-interface);
}

html[data-ui="v2"] .process-documents-subtitle {
  color: var(--v2-color-muted-foreground);
  font-size: 11.5px;
}

html[data-ui="v2"] .process-documents-header-actions {
  display: flex;
  align-items: center;
  gap: var(--v2-space-2);
}

html[data-ui="v2"] .process-documents-body {
  overflow-y: auto;
  padding: var(--v2-space-4) var(--v2-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--v2-space-3);
}

html[data-ui="v2"] .process-documents-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: var(--v2-space-2);
  border-bottom: 1px solid var(--v2-color-border-subtle);
}

html[data-ui="v2"] .process-documents-count {
  font-size: 12px;
  color: var(--v2-color-muted-foreground);
}

html[data-ui="v2"] .process-documents-count strong {
  color: var(--v2-color-foreground);
}

html[data-ui="v2"] .process-documents-items-list {
  display: flex;
  flex-direction: column;
  gap: var(--v2-space-2);
}

html[data-ui="v2"] .process-doc-card {
  padding: var(--v2-space-3) var(--v2-space-4);
  background: var(--v2-color-surface-secondary);
  border: 1px solid var(--v2-color-border-subtle);
  border-radius: var(--v2-radius-md);
  transition: border-color var(--v2-duration-fast), background var(--v2-duration-fast);
}

html[data-ui="v2"] .process-doc-card:hover {
  border-color: var(--v2-color-border);
  background: var(--v2-color-surface-hover);
}

html[data-ui="v2"] .process-doc-card.is-focused {
  border-color: var(--v2-color-primary, #2563eb);
  background: var(--v2-color-primary-subtle);
}

html[data-ui="v2"] .process-doc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-2);
  margin-bottom: 4px;
}

html[data-ui="v2"] .process-doc-card-badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

html[data-ui="v2"] .process-doc-event-badge {
  display: inline-block;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .03em;
  color: var(--v2-color-gold, #c9a84c);
  background: color-mix(in srgb, var(--v2-color-gold, #c9a84c) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--v2-color-gold, #c9a84c) 30%, transparent);
  border-radius: var(--v2-radius-sm);
}

html[data-ui="v2"] .process-doc-a1-badge {
  display: inline-block;
  padding: 1px 6px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--v2-color-primary, #2563eb);
  background: color-mix(in srgb, var(--v2-color-primary, #2563eb) 15%, transparent);
  border-radius: var(--v2-radius-sm);
}

html[data-ui="v2"] .process-doc-type-badge {
  font-size: 10.5px;
  color: var(--v2-color-muted-foreground);
}

html[data-ui="v2"] .process-doc-meta {
  font-size: 11px;
  color: var(--v2-color-muted-foreground);
  white-space: nowrap;
}

html[data-ui="v2"] .process-doc-card-name {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-color-foreground);
  line-height: 1.35;
  overflow-wrap: break-word;
}

html[data-ui="v2"] .process-doc-card-summary {
  margin: 0 0 8px;
  font-size: 11.5px;
  color: var(--v2-color-foreground-secondary);
  line-height: 1.4;
}

html[data-ui="v2"] .process-doc-card-actions {
  display: flex;
  align-items: center;
  gap: var(--v2-space-2);
  margin-top: var(--v2-space-2);
}

html[data-ui="v2"] .process-doc-card-actions .button {
  padding: 3px 10px;
  font-size: 11px;
  min-height: 28px;
}

html[data-ui="v2"] .process-document-preview-panel {
  border-top: 1px solid var(--v2-color-border);
  background: var(--v2-color-surface-elevated);
  max-height: 50vh;
  display: flex;
  flex-direction: column;
}

html[data-ui="v2"] .process-document-preview-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--v2-space-2);
  padding: var(--v2-space-3) var(--v2-space-4);
  background: var(--v2-color-surface-secondary);
  border-bottom: 1px solid var(--v2-color-border-subtle);
}

html[data-ui="v2"] .process-document-preview-panel h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-color-foreground);
}

html[data-ui="v2"] .process-document-preview-controls {
  display: flex;
  align-items: center;
  gap: var(--v2-space-2);
}

html[data-ui="v2"] .process-document-preview-body {
  padding: var(--v2-space-4);
  overflow-y: auto;
  max-height: 40vh;
}

html[data-ui="v2"] .process-doc-preview-text {
  margin: 0;
  font-family: var(--v2-font-mono, monospace);
  font-size: 11.5px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--v2-color-foreground);
  background: var(--v2-color-surface-inset);
  padding: var(--v2-space-3);
  border-radius: var(--v2-radius-sm);
  border: 1px solid var(--v2-color-border-subtle);
}

html[data-ui="v2"] .process-documents-empty {
  padding: var(--v2-space-6) var(--v2-space-4);
  text-align: center;
  color: var(--v2-color-muted-foreground);
}

html[data-ui="v2"] .process-enrichment-flag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 700;
  border-radius: var(--v2-radius-sm);
  background: color-mix(in srgb, #f59e0b 14%, transparent);
  color: #b45309;
  border: 1px solid color-mix(in srgb, #f59e0b 30%, transparent);
}

html[data-ui="v2"] .process-enrichment-banner {
  display: flex;
  align-items: flex-start;
  gap: var(--v2-space-3);
  margin-top: var(--v2-space-3);
  padding: var(--v2-space-3) var(--v2-space-4);
  background: color-mix(in srgb, #f59e0b 10%, var(--v2-color-surface-secondary));
  border: 1px solid color-mix(in srgb, #f59e0b 28%, var(--v2-color-border));
  border-radius: var(--v2-radius-md);
  font-size: 12px;
  color: var(--v2-color-foreground);
}

html[data-ui="v2"] .process-enrichment-banner strong {
  color: #b45309;
  display: block;
  margin-bottom: 2px;
}

html[data-ui="v2"] .process-enrichment-banner p {
  margin: 0;
  color: var(--v2-color-muted-foreground);
  line-height: 1.4;
}

html[data-ui="v2"] .process-enrichment-icon {
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

