#si-inspector-root * {
  box-sizing: border-box;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}
#si-inspector-root {
  position: relative;
  z-index: 2147483000;
  isolation: isolate;
  pointer-events: none;
  font-size: 11px;
  line-height: 1.4;
}
#si-inspector-root #si-inspector-launcher,
#si-inspector-root #si-inspector-panel.open {
  pointer-events: auto;
}
#si-inspector-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: min(48vh, 420px);
  height: auto;
  background: #0b0f14;
  color: #e6edf3;
  border-top: 1px solid #1f2937;
  border-left: none;
  border-radius: 16px 16px 0 0;
  transform: translateY(100%);
  transition: transform 0.28s ease, max-height 0.2s ease, width 0.2s ease;
  z-index: 2147483001;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  visibility: hidden;
}
#si-inspector-panel.open {
  transform: translateY(0);
  visibility: visible;
}
#si-inspector-panel.open.si-minimized {
  bottom: 58px;
  left: auto;
  right: 14px;
  width: min(300px, calc(100vw - 28px));
  max-height: none;
  height: auto;
  border-radius: 12px;
  border: 1px solid #1f2937;
  transform: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
#si-inspector-panel.open.si-minimized #si-inspector-body {
  display: none;
}
#si-inspector-panel.open.si-minimized #si-inspector-header {
  border-bottom: none;
}
@media (min-width: 641px) {
  #si-inspector-panel {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 100vh;
    max-height: none;
    width: min(520px, calc(100vw - 20px));
    border-radius: 0;
    border-top: none;
    border-left: 1px solid #1f2937;
    transform: translateX(100%);
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.35);
    visibility: hidden;
  }
  #si-inspector-panel.open {
    transform: translateX(0);
    visibility: visible;
  }
  #si-inspector-panel.open.si-minimized {
    top: auto;
    bottom: 58px;
    left: auto;
    right: 14px;
    height: auto;
    max-height: min(72vh, 560px);
    width: min(360px, calc(100vw - 28px));
    border-radius: 12px;
    border: 1px solid #1f2937;
    transform: none;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  }
  #si-inspector-panel.open.si-minimized #si-inspector-body {
    display: block;
    max-height: min(52vh, 480px);
  }
}
#si-inspector-header {
  padding: 8px 10px;
  border-bottom: 1px solid #1f2937;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.si-header-main {
  flex: 1 1 120px;
  min-width: 0;
}
#si-inspector-header h2 {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.2;
}
.si-header-main .si-muted {
  font-size: 9px;
  line-height: 1.35;
  margin-top: 2px;
}
#si-inspector-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 10px 12px;
  flex: 1;
}
.si-card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 8px;
}
.si-card h3 {
  margin: 0 0 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  font-weight: 600;
}
.si-kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
  font-size: 10px;
}
.si-kv div:nth-child(odd) {
  color: #9ca3af;
}
.si-pill {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 999px;
  background: #1f2937;
  font-size: 9px;
}
.si-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}
button.si-btn {
  background: #1f2937;
  color: #e5e7eb;
  border: 1px solid #374151;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 10px;
  line-height: 1.25;
  cursor: pointer;
  white-space: nowrap;
}
button.si-btn.primary {
  background: #2563eb;
  border-color: #1d4ed8;
}
button.si-btn.danger {
  background: #7f1d1d;
  border-color: #991b1b;
}
.si-metric {
  font-variant-numeric: tabular-nums;
}
.si-reason {
  font-size: 12px;
  color: #cbd5e1;
  margin: 6px 0 0;
  padding-left: 16px;
}
.si-muted {
  color: #9ca3af;
  font-size: 10px;
}
#si-inspector-launcher {
  position: fixed;
  bottom: 14px;
  left: 14px;
  z-index: 2147483002;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  background: #111827;
  color: #e5e7eb;
  border: 1px solid #374151;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}
#si-inspector-launcher:hover {
  background: #1f2937;
  border-color: #4b5563;
}
#si-inspector-launcher:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
#si-inspector-root.si-launcher-hidden #si-inspector-launcher {
  display: none !important;
}

/* No inline style= - strict CSP friendly */
.si-csp-chrome-hint {
  opacity: 0.75;
}
.si-metric--break {
  grid-column: span 1;
  word-break: break-all;
}
.si-kv--tight {
  margin-top: 8px;
}
.si-nba-body {
  font-size: 13px;
  line-height: 1.4;
}
.si-nba-conf {
  margin-top: 6px;
}
.si-muted--mb6 {
  margin-bottom: 6px;
}
.si-treat-row {
  font-size: 12px;
  margin-bottom: 6px;
}
.si-muted--block {
  margin: 0 0 6px;
  line-height: 1.4;
  font-size: 10px;
}
.si-code {
  font-size: 11px;
}
.si-muted--mb8 {
  margin-bottom: 8px;
}
.si-muted--persona {
  margin-top: 10px;
}
.si-concept-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
}
.si-concept-item {
  border-bottom: 1px solid #1f2937;
  padding-bottom: 8px;
}
.si-concept-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.si-concept-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.si-concept-name {
  color: #e6edf3;
  font-weight: 500;
}
.si-concept-pct {
  color: #93c5fd;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.si-concept-match {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.35;
}
.si-pre {
  margin: 0;
  padding: 8px 10px;
  background: #0b0f14;
  border: 1px solid #1f2937;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.35;
  max-height: 220px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
.si-concept-narrative {
  margin-bottom: 8px;
}
.si-concept-narrative .si-concept-name {
  font-weight: 600;
  color: #e6edf3;
}
.si-concept-band {
  font-size: 11px;
  margin-top: 2px;
}
.si-concept-why {
  font-size: 11px;
  margin-top: 3px;
}

.si-hero-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}
.si-card--hero {
  border-color: #334155;
  background: linear-gradient(160deg, #111827 0%, #0c1220 100%);
}
.si-card--hero h3 {
  color: #cbd5e1;
  letter-spacing: 0.06em;
}
.si-visitor-lead {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #f1f5f9;
  font-weight: 500;
}
.si-visitor-body {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #cbd5e1;
}
.si-rec-box {
  margin-top: 4px;
  padding: 10px 10px;
  border-radius: 8px;
  border: 1px solid #1e3a5f;
  background: rgba(30, 58, 95, 0.25);
}
.si-rec-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #93c5fd;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.si-rec-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #e2e8f0;
}
.si-card--timeline h3 {
  margin-bottom: 4px;
}
.si-timeline-hint {
  margin-bottom: 8px !important;
  font-size: 11px !important;
  line-height: 1.4;
}
.si-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.si-timeline li {
  display: grid;
  grid-template-columns: minmax(72px, 34%) 1fr;
  gap: 10px 12px;
  padding: 7px 0;
  border-bottom: 1px solid #1f2937;
  align-items: start;
}
.si-timeline--buyer li {
  grid-template-columns: minmax(88px, 38%) 1fr;
}
.si-timeline time {
  color: #64748b;
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  white-space: nowrap;
}
.si-timeline span {
  color: #cbd5e1;
  line-height: 1.4;
  word-break: break-word;
}
.si-timeline li:last-child {
  border-bottom: none;
}
.si-timeline-empty {
  grid-column: span 2;
  padding: 6px 0;
}
.si-panel-section {
  margin-bottom: 14px;
}
.si-section-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
  font-weight: 600;
  margin: 0 0 8px 2px;
}
.si-site-summary {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #cbd5e1;
}
.si-subh {
  margin: 8px 0 4px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 600;
}
.si-card--privacy {
  border-color: #14532d;
  background: rgba(20, 83, 45, 0.12);
}
.si-card--privacy h3 {
  color: #86efac;
}
/* Taller scroll region for activation JSON (base .si-pre keeps monospace + border). */
.si-pre.si-pre--activation-payload {
  max-height: min(52vh, 440px);
  margin-top: 8px;
}

.si-kv-after {
  margin-top: 10px;
}
.si-journey-kv {
  margin-top: 10px;
}
.si-activation-hero {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #e2e8f0;
  font-weight: 500;
}
.si-advanced-site {
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #1f2937;
  padding: 8px 10px;
  background: #0f172a;
}
.si-advanced-site summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  list-style: none;
}
.si-advanced-site summary::-webkit-details-marker {
  display: none;
}
.si-advanced-site[open] summary {
  margin-bottom: 8px;
}
.si-advanced-site-kv {
  margin-top: 4px;
}
.si-activation-meta {
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #1f2937;
  padding: 8px 10px;
  background: #0f172a;
}
.si-activation-meta summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  list-style: none;
}
.si-activation-meta summary::-webkit-details-marker {
  display: none;
}
.si-activation-meta[open] summary {
  margin-bottom: 8px;
}
.si-platform-activation {
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #111827;
  padding: 10px 12px;
}
.si-platform-activation-summary {
  cursor: pointer;
  font-size: 12px;
  line-height: 1.45;
  color: #cbd5e1;
  font-weight: 500;
  list-style: none;
}
.si-platform-activation-summary::-webkit-details-marker {
  display: none;
}
.si-platform-activation[open] .si-platform-activation-summary {
  margin-bottom: 10px;
  color: #94a3b8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.si-card--platform-inner {
  margin-bottom: 0;
}
.si-drawer-secondary {
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #0c1018;
  padding: 10px 12px;
}
.si-drawer-secondary-summary {
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  font-weight: 600;
  list-style: none;
}
.si-drawer-secondary-summary::-webkit-details-marker {
  display: none;
}
.si-drawer-secondary[open] .si-drawer-secondary-summary {
  margin-bottom: 10px;
}
.si-drawer-secondary-body {
  padding-top: 4px;
}

/* -- Buyer judgment panel (PROGRAM 1 / Slice 1A) -- */
.si-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex: 1 1 auto;
  max-width: 100%;
}
button.si-btn--header {
  font-size: 9px;
  padding: 3px 6px;
}
button.si-btn--header-danger {
  border-color: #7f1d1d;
  color: #fecaca;
}
#si-action-feedback {
  display: none;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1.4;
  background: #14532d;
  color: #bbf7d0;
  border-bottom: 1px solid #166534;
}
#si-action-feedback.si-action-feedback--visible {
  display: block;
}
#si-inspector-panel.open.si-minimized #si-action-feedback.si-action-feedback--visible {
  display: block;
}
button.si-mode-btn {
  background: #1f2937;
  color: #9ca3af;
  border: 1px solid #374151;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
}
button.si-mode-btn.si-mode-active {
  background: #1e3a8a;
  border-color: #2563eb;
  color: #e0e7ff;
}
.si-buyer-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 8px;
}
.si-buyer-section h3 {
  color: #94a3b8;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 11px;
  font-weight: 600;
}
.si-buyer-lead {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: #f1f5f9;
  font-weight: 500;
}
.si-buyer-restraint-body {
  margin: 10px 0 0;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.45;
  color: #cbd5e1;
  background: #0f172a;
  border-radius: 8px;
  border: 1px solid #1e293b;
}
.si-buyer-kv {
  display: grid;
  grid-template-columns: minmax(128px, 42%) 1fr;
  gap: 10px 16px;
  font-size: 12px;
  margin-top: 8px;
}
.si-buyer-kv--tight {
  grid-template-columns: minmax(128px, 46%) 1fr;
  gap: 10px 16px;
}
.si-buyer-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}
.si-buyer-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.si-buyer-field .si-buyer-k {
  margin: 0;
}
.si-buyer-field .si-buyer-v {
  font-size: 13px;
  font-weight: 500;
  color: #f1f5f9;
  line-height: 1.5;
}
.si-buyer-subsection {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #293548;
}
.si-buyer-subsection .si-reason,
.si-buyer-subsection .si-buyer-list {
  margin: 0;
  padding-left: 1.15rem;
}
.si-buyer-subsection .si-reason li,
.si-buyer-subsection .si-buyer-list li {
  margin: 7px 0;
  line-height: 1.5;
  font-size: 13px;
}
.si-buyer-subhead {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  line-height: 1.3;
}
.si-buyer-subhead--holdback {
  color: #fdba74;
}
.si-buyer-state-card {
  border-color: #334155;
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}
.si-buyer-state-ladder-wrap {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #1f2937;
}
.si-buyer-ladder-caption {
  font-size: 10px;
  margin-bottom: 4px;
}
.si-buyer-k {
  color: #64748b;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.si-buyer-v {
  color: #e2e8f0;
  line-height: 1.45;
}
.si-buyer-chip {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1e293b;
  border: 1px solid #334155;
  font-size: 10px;
  color: #cbd5e1;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.si-buyer-families {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #1f2937;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
}
.si-buyer-fam-label {
  color: #64748b;
  margin-right: 6px;
}
.si-buyer-fam-val {
  color: #cbd5e1;
}
.si-buyer-list {
  margin-top: 4px;
}
.si-buyer-signal-cards {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}
.si-buyer-signal-cards li {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #e2e8f0;
}
.si-buyer-optional-tag {
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
}
.si-buyer-activation-layer {
  border-style: dashed;
  border-color: #334155;
  padding-bottom: 6px;
}
.si-buyer-activation-layer > h3 {
  margin-bottom: 4px;
}
.si-buyer-activation-layer .si-buyer-withhold-card {
  margin-top: 14px;
  padding: 12px 14px 14px;
  border-radius: 8px;
  border-top: none;
}
.si-operator-details {
  margin-top: 12px;
  border: 1px solid #1e3a5f;
  border-radius: 8px;
  background: #020617;
}
.si-operator-details-summary {
  cursor: pointer;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7dd3fc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.si-operator-details-body {
  padding: 0 12px 12px;
  border-top: 1px solid #1e293b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}
.si-operator-details-body .si-card {
  background: #0a0f1a;
  border-color: #1e293b;
}
.si-buyer-withhold-card {
  border: 1px solid #422006;
  background: linear-gradient(160deg, #1c1410 0%, #111827 100%);
}
.si-buyer-withhold-card h3 {
  color: #fdba74;
}
.si-buyer-section {
  padding: 14px 16px;
}
.si-buyer-withheld li {
  color: #fed7aa;
}
.si-ladder {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.si-ladder-step {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #1f2937;
  color: #64748b;
  background: #0f172a;
}
.si-ladder-step--past {
  color: #94a3b8;
  border-color: #334155;
}
.si-ladder-step--current {
  color: #f1f5f9;
  border-color: #3b82f6;
  background: rgba(30, 58, 138, 0.35);
  font-weight: 600;
}
.si-ladder-step--future {
  opacity: 0.55;
}
.si-buyer-privacy h3 {
  color: #86efac;
}
.si-operator-details {
  margin-top: 12px;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #0c1018;
  padding: 8px 10px;
}
.si-operator-details-summary {
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 600;
  list-style: none;
}
.si-operator-details-summary::-webkit-details-marker {
  display: none;
}
.si-operator-details[open] .si-operator-details-summary {
  margin-bottom: 10px;
}
.si-operator-details-body {
  padding-top: 4px;
}
.si-buyer-surface-map h3 {
  color: #93c5fd;
}
.si-sm-buyer-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.si-sm-buyer-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 6px 10px;
  font-size: 10px;
  border: 1px solid #1f2937;
  border-radius: 8px;
  padding: 8px 10px;
  background: #0b1220;
}
.si-sm-buyer-k {
  color: #94a3b8;
  font-weight: 600;
}
.si-sm-buyer-v b {
  color: #e2e8f0;
}
.si-sm-withheld {
  margin-top: 4px;
  font-size: 11px;
  color: #fdba74;
}
.si-sm-pick-hot {
  color: #fde68a !important;
  font-weight: 600;
}
.si-sm-op-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin-top: 6px;
}
.si-sm-check {
  font-size: 10px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1 1 100%;
  margin-bottom: 2px;
}
.si-sm-save-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.si-select {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 4px 6px;
  border-radius: 5px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 10px;
}
.si-table.si-sm-preview {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 6px;
  font-size: 10px;
}
.si-table.si-sm-preview th,
.si-table.si-sm-preview td {
  border: 1px solid #1f2937;
  padding: 4px 5px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.si-table.si-sm-preview th {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 9px;
}
.si-table.si-sm-preview th:nth-child(1),
.si-table.si-sm-preview td:nth-child(1) {
  width: 26%;
}
.si-table.si-sm-preview th:nth-child(2),
.si-table.si-sm-preview td:nth-child(2) {
  width: 28%;
}
.si-table.si-sm-preview th:nth-child(3),
.si-table.si-sm-preview td:nth-child(3) {
  width: 22%;
}
.si-table.si-sm-preview th:nth-child(4),
.si-table.si-sm-preview td:nth-child(4) {
  width: 24%;
}
.si-td-sub {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  color: #64748b;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.si-td-surface .si-code {
  font-size: 9px;
  word-break: break-all;
}
.si-adj-verdict-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0;
}
.si-adj-advanced {
  margin: 4px 0 8px;
}
.si-adj-notes-label {
  display: block;
  margin: 8px 0 4px;
}
#si-adj-notes {
  width: 100%;
  min-height: 52px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 12px;
  font-family: inherit;
  resize: vertical;
}
.si-input {
  width: 100%;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 12px;
}
button.si-btn.si-btn--compact {
  font-size: 9px;
  padding: 3px 6px;
}
.si-adj-status {
  min-height: 1.2em;
  margin-top: 6px;
}
.si-adj-actions {
  margin-top: 8px;
}
.si-buyer-panel-lead {
  margin: 0 0 10px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
}
.si-narrative-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: decimal;
}
.si-narrative-list .si-narrative-step {
  margin: 6px 0;
  color: #e2e8f0;
  line-height: 1.4;
}
.si-buyer-context-line {
  margin: 0 0 8px;
  color: #cbd5e1;
  line-height: 1.45;
  font-size: 12px;
}
.si-buyer-detected {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.45;
  font-size: 12px;
}
.si-context-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.si-context-chip {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 500;
}
