body.page-tool-code-adjusting-suite {
  --suite-surface: rgba(21, 15, 17, 0.9);
  --suite-surface-soft: rgba(27, 18, 21, 0.94);
  --suite-surface-strong: rgba(16, 11, 13, 0.98);
  --suite-sidebar-bg: rgba(13, 10, 11, 0.97);
  --suite-main-bg:
    radial-gradient(ellipse 58% 45% at 0% 0%, rgba(255, 74, 90, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 38% 35% at 100% 0%, rgba(255, 148, 56, 0.1) 0%, transparent 72%),
    radial-gradient(ellipse 34% 28% at 100% 100%, rgba(176, 24, 42, 0.16) 0%, transparent 68%),
    linear-gradient(180deg, rgba(14, 10, 12, 0.98), rgba(10, 8, 9, 0.98));
  --suite-border: rgba(255, 255, 255, 0.07);
  --suite-border-strong: rgba(255, 255, 255, 0.16);
  --suite-text: #f7f1f2;
  --suite-text-soft: #d2c5c7;
  --suite-text-muted: #9c8d91;
  --suite-accent: #ff4d5e;
  --suite-accent-soft: rgba(255, 77, 94, 0.16);
  --suite-good: #6fe09e;
  --suite-warn: #f5bd63;
  --suite-bad: #ff8c8c;
  --suite-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}

body.page-tool-code-adjusting-suite .page-heading--tool {
  margin-bottom: 1.25rem;
}

body.page-tool-code-adjusting-suite .suite-shell-card,
body.page-tool-code-adjusting-suite .suite-sidecard,
body.page-tool-code-adjusting-suite .suite-panel,
body.page-tool-code-adjusting-suite .suite-disclosure,
body.page-tool-code-adjusting-suite .suite-summary-card,
body.page-tool-code-adjusting-suite .suite-tool-group,
body.page-tool-code-adjusting-suite .suite-native-editor,
body.page-tool-code-adjusting-suite .suite-native-card {
  border: 1px solid var(--suite-border);
  border-radius: 1.15rem;
  background: var(--page-card-surface-tint-soft), var(--suite-surface);
  box-shadow: var(--suite-shadow);
  backdrop-filter: blur(16px);
}

body.page-tool-code-adjusting-suite .suite-shell-card {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
}

body.page-tool-code-adjusting-suite .suite-toolbar,
body.page-tool-code-adjusting-suite .suite-actions,
body.page-tool-code-adjusting-suite .suite-summary-grid,
body.page-tool-code-adjusting-suite .suite-panel__header,
body.page-tool-code-adjusting-suite .suite-panel__actions,
body.page-tool-code-adjusting-suite .suite-stage-actions,
body.page-tool-code-adjusting-suite .suite-native-toolbar,
body.page-tool-code-adjusting-suite .suite-native-actions,
body.page-tool-code-adjusting-suite .suite-native-grid,
body.page-tool-code-adjusting-suite .suite-key-value-grid,
body.page-tool-code-adjusting-suite .suite-pra-grid,
body.page-tool-code-adjusting-suite .suite-raw-grid,
body.page-tool-code-adjusting-suite .suite-tool-grid,
body.page-tool-code-adjusting-suite .suite-tool-card__actions,
body.page-tool-code-adjusting-suite .suite-record-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-toolbar,
body.page-tool-code-adjusting-suite .suite-panel__header {
  align-items: flex-start;
  justify-content: space-between;
}

body.page-tool-code-adjusting-suite .suite-panel__header {
  gap: 1rem;
}

body.page-tool-code-adjusting-suite .suite-panel__header h2,
body.page-tool-code-adjusting-suite .suite-sidecard__header h2,
body.page-tool-code-adjusting-suite .suite-native-card h3,
body.page-tool-code-adjusting-suite .suite-editor-panel h3 {
  margin: 0;
}

body.page-tool-code-adjusting-suite .suite-panel__header p,
body.page-tool-code-adjusting-suite .suite-sidecard__header p,
body.page-tool-code-adjusting-suite .suite-native-card p,
body.page-tool-code-adjusting-suite .suite-panel__submeta {
  margin: 0.35rem 0 0;
  color: var(--suite-text-soft);
}

body.page-tool-code-adjusting-suite .suite-panel__submeta {
  font-size: 0.86rem;
}

body.page-tool-code-adjusting-suite .suite-source-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.65rem;
  margin-top: 0.8rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-source-strip__field {
  display: grid;
  gap: 0.45rem;
  flex: 1 1 18rem;
  min-width: min(100%, 20rem);
  color: var(--suite-text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.page-tool-code-adjusting-suite .suite-source-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-field {
  display: grid;
  gap: 0.45rem;
  min-width: min(100%, 16rem);
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-field--grow {
  flex: 1 1 26rem;
}

body.page-tool-code-adjusting-suite .suite-field label {
  display: grid;
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-field select,
body.page-tool-code-adjusting-suite .suite-source-strip select,
body.page-tool-code-adjusting-suite .suite-native-editor input,
body.page-tool-code-adjusting-suite .suite-native-editor select,
body.page-tool-code-adjusting-suite .suite-native-editor textarea,
body.page-tool-code-adjusting-suite .suite-code-edit {
  width: 100%;
  min-width: 0;
  padding: 0.72rem 0.8rem;
  border: 1px solid var(--suite-border);
  border-radius: 0.9rem;
  background: rgba(14, 10, 13, 0.78);
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-field select:focus,
body.page-tool-code-adjusting-suite .suite-source-strip select:focus,
body.page-tool-code-adjusting-suite .suite-native-editor input:focus,
body.page-tool-code-adjusting-suite .suite-native-editor select:focus,
body.page-tool-code-adjusting-suite .suite-native-editor textarea:focus,
body.page-tool-code-adjusting-suite .suite-code-edit:focus {
  outline: 0;
  border-color: var(--suite-border-strong);
  box-shadow: 0 0 0 3px rgba(216, 58, 79, 0.16);
}

body.page-tool-code-adjusting-suite .suite-dropzone {
  display: grid;
  gap: 0.35rem;
  min-height: 7rem;
  place-items: center;
  padding: 1rem;
  border: 1px dashed var(--suite-border-strong);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(160, 0, 0, 0.08));
  color: var(--suite-text);
  text-align: center;
  cursor: pointer;
}

body.page-tool-code-adjusting-suite .suite-dropzone.is-dragover {
  border-color: rgba(216, 58, 79, 0.66);
  background: linear-gradient(180deg, rgba(216, 58, 79, 0.2), rgba(255, 255, 255, 0.04));
}

body.page-tool-code-adjusting-suite .suite-status {
  padding: 0.8rem 1rem;
  border: 1px solid var(--suite-border);
  border-radius: 0.95rem;
  background: rgba(10, 12, 18, 0.5);
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-status[data-kind="success"] {
  border-color: rgba(111, 224, 158, 0.4);
  color: var(--suite-good);
}

body.page-tool-code-adjusting-suite .suite-status[data-kind="error"] {
  border-color: rgba(255, 140, 140, 0.45);
  color: var(--suite-bad);
}

body.page-tool-code-adjusting-suite .suite-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

body.page-tool-code-adjusting-suite .suite-summary-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
}

body.page-tool-code-adjusting-suite .suite-summary-card__label {
  color: var(--suite-text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.page-tool-code-adjusting-suite .suite-summary-card strong {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

body.page-tool-code-adjusting-suite .suite-layout--tool-first {
  display: grid;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

body.page-tool-code-adjusting-suite .suite-tool-sidebar {
  position: sticky;
  top: 5.75rem;
}

body.page-tool-code-adjusting-suite .suite-sidecard,
body.page-tool-code-adjusting-suite .suite-panel,
body.page-tool-code-adjusting-suite .suite-disclosure {
  overflow: hidden;
}

body.page-tool-code-adjusting-suite .suite-sidecard {
  padding: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-sidecard__header {
  margin-bottom: 0.95rem;
}

body.page-tool-code-adjusting-suite .suite-tool-menu {
  display: grid;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-tool-group {
  padding: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-tool-group__title {
  margin-bottom: 0.55rem;
  color: var(--suite-text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-tool-code-adjusting-suite .suite-tool-button,
body.page-tool-code-adjusting-suite .suite-file-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.72rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.02);
  color: var(--suite-text);
  text-align: left;
}

body.page-tool-code-adjusting-suite .suite-tool-button + .suite-tool-button,
body.page-tool-code-adjusting-suite .suite-file-tab + .suite-file-tab {
  margin-top: 0.4rem;
}

body.page-tool-code-adjusting-suite .suite-tool-button:hover,
body.page-tool-code-adjusting-suite .suite-file-tab:hover,
body.page-tool-code-adjusting-suite .suite-tool-button:focus-visible,
body.page-tool-code-adjusting-suite .suite-file-tab:focus-visible {
  outline: 0;
  border-color: var(--suite-border-strong);
  background: rgba(255, 255, 255, 0.05);
}

body.page-tool-code-adjusting-suite .suite-tool-button.is-active,
body.page-tool-code-adjusting-suite .suite-file-tab.is-active {
  border-color: rgba(216, 58, 79, 0.45);
  background: linear-gradient(180deg, rgba(216, 58, 79, 0.2), rgba(255, 255, 255, 0.04));
}

body.page-tool-code-adjusting-suite .suite-tool-button__meta,
body.page-tool-code-adjusting-suite .suite-file-meta {
  display: block;
  margin-top: 0.2rem;
  color: var(--suite-text-muted);
  font-size: 0.78rem;
}

body.page-tool-code-adjusting-suite .suite-main-stack {
  display: grid;
  gap: 1rem;
}

body.page-tool-code-adjusting-suite .suite-panel {
  padding: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-file-dock {
  display: grid;
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
}

body.page-tool-code-adjusting-suite .suite-badge--ok {
  color: var(--suite-good);
}

body.page-tool-code-adjusting-suite .suite-badge--error {
  color: var(--suite-bad);
}

body.page-tool-code-adjusting-suite .suite-badge--changed {
  color: var(--suite-warn);
}

body.page-tool-code-adjusting-suite .suite-tool-stage {
  position: relative;
  min-height: 31rem;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(12, 10, 14, 0.62);
  overflow: hidden;
}

body.page-tool-code-adjusting-suite .suite-tool-stage__empty {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 0.4rem;
  place-content: center;
  padding: 1.25rem;
  color: var(--suite-text-soft);
  text-align: center;
}

body.page-tool-code-adjusting-suite .suite-tool-mount {
  min-height: 31rem;
  height: 100%;
}

body.page-tool-code-adjusting-suite .suite-tool-mount[hidden] {
  display: none;
}

body.page-tool-code-adjusting-suite .suite-tool-mount > .tool-embed,
body.page-tool-code-adjusting-suite .suite-tool-mount > .tool-embed > .tool-content,
body.page-tool-code-adjusting-suite .suite-tool-mount > .tool-embed > .content {
  margin: 0;
  min-height: 31rem;
}

body.page-tool-code-adjusting-suite .suite-tool-mount .tool-wrap,
body.page-tool-code-adjusting-suite .suite-tool-mount .container-fluid,
body.page-tool-code-adjusting-suite .suite-tool-mount .container {
  max-width: none;
}

body.page-tool-code-adjusting-suite .suite-native-editor {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  min-height: 36rem;
}

body.page-tool-code-adjusting-suite .suite-native-toolbar {
  align-items: end;
}

body.page-tool-code-adjusting-suite .suite-native-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

body.page-tool-code-adjusting-suite .suite-native-grid,
body.page-tool-code-adjusting-suite .suite-key-value-grid,
body.page-tool-code-adjusting-suite .suite-pra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-tool-code-adjusting-suite .suite-key-value-grid,
body.page-tool-code-adjusting-suite .suite-pra-grid {
  gap: 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-native-table-wrap {
  min-height: 0;
  overflow: auto;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(10, 10, 12, 0.55);
}

body.page-tool-code-adjusting-suite .suite-native-table {
  width: 100%;
  border-collapse: collapse;
}

body.page-tool-code-adjusting-suite .suite-native-table th,
body.page-tool-code-adjusting-suite .suite-native-table td {
  padding: 0.7rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
}

body.page-tool-code-adjusting-suite .suite-native-table th {
  position: sticky;
  top: 0;
  background: rgba(22, 14, 18, 0.95);
  z-index: 1;
}

body.page-tool-code-adjusting-suite .suite-xml-record-list,
body.page-tool-code-adjusting-suite .suite-review-list,
body.page-tool-code-adjusting-suite .suite-validation-list {
  display: grid;
  gap: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-xml-record {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-xml-record__header,
body.page-tool-code-adjusting-suite .suite-review-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-xml-record__title {
  font-weight: 700;
}

body.page-tool-code-adjusting-suite .suite-xml-record__meta {
  color: var(--suite-text-muted);
  font-size: 0.82rem;
}

body.page-tool-code-adjusting-suite .suite-label-stack {
  display: grid;
  gap: 0.35rem;
}

body.page-tool-code-adjusting-suite .suite-label-stack span {
  color: var(--suite-text-muted);
  font-size: 0.78rem;
}

body.page-tool-code-adjusting-suite .suite-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
}

body.page-tool-code-adjusting-suite .suite-disclosure__body {
  display: grid;
  gap: 0.9rem;
  padding: 0 1rem 1rem;
}

body.page-tool-code-adjusting-suite .suite-panel__actions--disclosure {
  justify-content: flex-end;
}

body.page-tool-code-adjusting-suite .suite-validation-card {
  display: grid;
  gap: 0.65rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-validation-card--error {
  border-color: rgba(255, 140, 140, 0.22);
}

body.page-tool-code-adjusting-suite .suite-validation-card--ok {
  border-color: rgba(111, 224, 158, 0.22);
}

body.page-tool-code-adjusting-suite .suite-validation-issue {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.9rem;
  background: rgba(10, 10, 14, 0.42);
}

body.page-tool-code-adjusting-suite .suite-validation-issue__title {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 700;
}

body.page-tool-code-adjusting-suite .suite-validation-issue__message {
  margin: 0;
  color: var(--suite-text-soft);
  white-space: pre-wrap;
}

body.page-tool-code-adjusting-suite .suite-validation-issue__actions {
  margin-top: 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-raw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-tool-code-adjusting-suite .suite-editor-panel {
  display: grid;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-code-view,
body.page-tool-code-adjusting-suite .suite-code-edit {
  min-height: 20rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--suite-border);
  background: rgba(10, 10, 14, 0.74);
  color: var(--suite-text);
  font-family: var(--font-mono);
  line-height: 1.55;
}

body.page-tool-code-adjusting-suite .suite-code-view {
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

body.page-tool-code-adjusting-suite .suite-code-edit {
  resize: vertical;
}

body.page-tool-code-adjusting-suite .suite-review-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-diff-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-diff-cell {
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(10, 10, 14, 0.65);
}

body.page-tool-code-adjusting-suite .suite-diff-cell--add {
  border-color: rgba(111, 224, 158, 0.28);
}

body.page-tool-code-adjusting-suite .suite-diff-cell--remove {
  border-color: rgba(255, 140, 140, 0.28);
}

body.page-tool-code-adjusting-suite .suite-diff-cell--same {
  border-color: rgba(255, 255, 255, 0.08);
}

body.page-tool-code-adjusting-suite .suite-diff-cell__title {
  color: var(--suite-text-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

body.page-tool-code-adjusting-suite .suite-diff-cell pre {
  margin: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--font-mono);
}

body.page-tool-code-adjusting-suite .suite-empty {
  padding: 1rem;
  border: 1px dashed var(--suite-border);
  border-radius: 1rem;
  color: var(--suite-text-muted);
  text-align: center;
}

body.page-tool-code-adjusting-suite .suite-tool-helper {
  color: var(--suite-text-muted);
  font-size: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-tool-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--suite-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-tool-code-adjusting-suite .suite-tool-card__actions {
  justify-content: flex-end;
}

body.page-tool-code-adjusting-suite .suite-record-toolbar {
  align-items: center;
  justify-content: space-between;
}

body.page-tool-code-adjusting-suite .suite-inline-note {
  color: var(--suite-text-muted);
  font-size: 0.8rem;
}

body.page-tool-code-adjusting-suite .suite-note {
  margin: 0;
  color: var(--suite-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell {
  position: relative;
  padding: 0.85rem;
  border: 1px solid var(--suite-border);
  border-radius: 1.25rem;
  background: var(--suite-main-bg);
  box-shadow: var(--suite-shadow);
}

body.page-tool-code-adjusting-suite .suite-sidecard--app,
body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-panel,
body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-disclosure,
body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-summary-card,
body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-group {
  backdrop-filter: none;
  box-shadow: none;
}

body.page-tool-code-adjusting-suite .suite-sidecard--app {
  display: grid;
  gap: 0.85rem;
  padding: 0.75rem;
  background: var(--suite-sidebar-bg);
  border-color: rgba(255, 255, 255, 0.06);
}

body.page-tool-code-adjusting-suite .suite-sidecard__brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

body.page-tool-code-adjusting-suite .suite-sidecard__brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  background: rgba(255, 77, 94, 0.16);
  color: var(--suite-accent);
  border: 1px solid rgba(255, 77, 94, 0.22);
}

body.page-tool-code-adjusting-suite .suite-sidecard__eyebrow,
body.page-tool-code-adjusting-suite .suite-sidegroup__label,
body.page-tool-code-adjusting-suite .suite-panel__eyebrow {
  margin: 0;
  color: var(--suite-text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.page-tool-code-adjusting-suite .suite-sidecard__brand h2,
body.page-tool-code-adjusting-suite .suite-panel__header--suite h2 {
  margin: 0.3rem 0 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

body.page-tool-code-adjusting-suite .suite-sidecard__brand p:last-child,
body.page-tool-code-adjusting-suite .suite-panel__header--suite p:last-child {
  margin: 0.35rem 0 0;
  color: var(--suite-text-soft);
  line-height: 1.55;
}

body.page-tool-code-adjusting-suite .suite-sidegroup {
  display: grid;
  gap: 0.65rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.025);
}

body.page-tool-code-adjusting-suite .suite-actions--stack {
  display: grid;
  gap: 0.45rem;
}

body.page-tool-code-adjusting-suite .suite-summary-grid--sidebar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-summary-grid--sidebar .suite-summary-card {
  padding: 0.62rem 0.72rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-summary-grid--sidebar .suite-summary-card strong {
  font-size: 1rem;
}

body.page-tool-code-adjusting-suite .suite-sidegroup .suite-dropzone {
  min-height: 5.1rem;
  padding: 0.75rem;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 77, 94, 0.06));
}

body.page-tool-code-adjusting-suite .suite-sidegroup .suite-dropzone strong {
  font-size: 0.95rem;
}

body.page-tool-code-adjusting-suite .suite-sidegroup .suite-dropzone span {
  color: var(--suite-text-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-panel,
body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-disclosure {
  background: rgba(18, 13, 16, 0.9);
  border-color: rgba(255, 255, 255, 0.07);
}

body.page-tool-code-adjusting-suite .suite-panel--suite-status {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

body.page-tool-code-adjusting-suite .suite-panel__header--suite {
  align-items: center;
}

body.page-tool-code-adjusting-suite .suite-panel__actions--suite {
  justify-content: flex-end;
}

body.page-tool-code-adjusting-suite .suite-status {
  margin-top: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-group {
  padding: 0;
  border: 0;
  background: transparent;
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-group__title {
  margin: 0 0 0.45rem;
  padding: 0 0.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

body.page-tool-code-adjusting-suite .suite-tool-group__list {
  display: grid;
  gap: 0.3rem;
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-button {
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  min-height: 2.95rem;
  padding: 0.66rem 0.75rem;
  border-radius: 0.85rem;
  background: transparent;
  color: var(--suite-text-soft);
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-button:hover,
body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-button.is-active {
  border-color: rgba(255, 77, 94, 0.22);
  background: rgba(255, 77, 94, 0.12);
  color: #fff;
}

body.page-tool-code-adjusting-suite .suite-layout--donor-shell .suite-tool-button.has-match:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.08);
}

body.page-tool-code-adjusting-suite .suite-tool-button__icon {
  display: inline-grid;
  place-items: center;
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--suite-accent);
  flex: 0 0 auto;
}

body.page-tool-code-adjusting-suite .suite-tool-button__body {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  flex: 1 1 auto;
}

body.page-tool-code-adjusting-suite .suite-tool-button__label {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.92rem;
}

body.page-tool-code-adjusting-suite .suite-tool-button__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  padding: 0.16rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--suite-text-muted);
  font-size: 0.68rem;
  font-weight: 700;
}

body.page-tool-code-adjusting-suite .suite-tool-button.is-active .suite-tool-button__count,
body.page-tool-code-adjusting-suite .suite-tool-button.has-match .suite-tool-button__count {
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-file-card {
  display: grid;
  gap: 0.36rem;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.025);
  text-align: left;
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-file-card:hover,
body.page-tool-code-adjusting-suite .suite-file-card:focus-visible {
  outline: 0;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

body.page-tool-code-adjusting-suite .suite-file-card.is-selected {
  border-color: rgba(255, 77, 94, 0.2);
  background: rgba(255, 77, 94, 0.08);
}

body.page-tool-code-adjusting-suite .suite-file-card__path {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  word-break: break-word;
}

body.page-tool-code-adjusting-suite .suite-file-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.page-tool-code-adjusting-suite .suite-file-card__meta > span {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--suite-text-muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-tool-code-adjusting-suite .suite-tool-stage {
  background: rgba(11, 9, 10, 0.86);
}

body.page-tool-code-adjusting-suite .suite-workbench {
  display: grid;
  grid-template-columns: minmax(16.5rem, 22rem) minmax(0, 1fr);
  gap: 1rem;
}

body.page-tool-code-adjusting-suite .suite-workbench__rail,
body.page-tool-code-adjusting-suite .suite-workbench__content {
  display: grid;
  gap: 1rem;
  align-content: start;
}

body.page-tool-code-adjusting-suite .suite-tool-card--hero {
  background:
    radial-gradient(circle at top left, rgba(255, 78, 78, 0.18), transparent 55%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

body.page-tool-code-adjusting-suite .suite-tool-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

body.page-tool-code-adjusting-suite .suite-tool-card__header h3,
body.page-tool-code-adjusting-suite .suite-tool-card--hero h3 {
  margin: 0;
  font-size: 1.02rem;
}

body.page-tool-code-adjusting-suite .suite-tool-card__header p,
body.page-tool-code-adjusting-suite .suite-tool-card--hero p {
  margin: 0.35rem 0 0;
  color: var(--suite-text-muted);
  line-height: 1.55;
}

body.page-tool-code-adjusting-suite .suite-tool-card__eyebrow {
  margin: 0;
  color: rgba(255, 106, 106, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.page-tool-code-adjusting-suite .suite-steps {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--suite-text-muted);
  line-height: 1.55;
}

body.page-tool-code-adjusting-suite .suite-steps li + li {
  margin-top: 0.38rem;
}

body.page-tool-code-adjusting-suite .suite-code-input,
body.page-tool-code-adjusting-suite .suite-code-output {
  width: 100%;
  min-height: 18rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(8, 10, 16, 0.88);
  color: #dff5e7;
  font: 0.82rem/1.55 var(--font-mono);
  resize: vertical;
}

body.page-tool-code-adjusting-suite .suite-code-output--short {
  min-height: 9.5rem;
}

body.page-tool-code-adjusting-suite .suite-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-form-grid__full {
  grid-column: 1 / -1;
}

body.page-tool-code-adjusting-suite .suite-form-grid label,
body.page-tool-code-adjusting-suite .suite-vector-grid label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--suite-text-muted);
}

body.page-tool-code-adjusting-suite .suite-form-grid input,
body.page-tool-code-adjusting-suite .suite-form-grid select,
body.page-tool-code-adjusting-suite .suite-vector-grid input,
body.page-tool-code-adjusting-suite .suite-vector-grid select {
  width: 100%;
  min-height: 2.6rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--suite-text);
}

body.page-tool-code-adjusting-suite .suite-vector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: start;
}

body.page-tool-code-adjusting-suite .suite-vector-group {
  display: grid;
  gap: 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-tool-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-stat {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
}

body.page-tool-code-adjusting-suite .suite-stat span {
  display: block;
  color: var(--suite-text-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

body.page-tool-code-adjusting-suite .suite-stat strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

body.page-tool-code-adjusting-suite .suite-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.78rem;
}

body.page-tool-code-adjusting-suite .suite-chip small {
  color: var(--suite-text-muted);
}

body.page-tool-code-adjusting-suite .suite-list-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

body.page-tool-code-adjusting-suite .suite-list-panel__header h3 {
  margin: 0;
  font-size: 0.98rem;
}

body.page-tool-code-adjusting-suite .suite-list-panel__header p {
  margin: 0.3rem 0 0;
  color: var(--suite-text-muted);
  font-size: 0.84rem;
}

body.page-tool-code-adjusting-suite .suite-list-stack {
  display: grid;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-list-item {
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.025);
}

body.page-tool-code-adjusting-suite .suite-list-item > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-banner {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(111, 224, 158, 0.2);
  border-radius: 0.9rem;
  background: rgba(39, 84, 51, 0.2);
  color: #cfead7;
  font-size: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-banner--error {
  border-color: rgba(255, 129, 129, 0.24);
  background: rgba(110, 20, 20, 0.22);
  color: #ffd4d4;
}

@media (max-width: 1200px) {
  body.page-tool-code-adjusting-suite .suite-layout--tool-first {
    grid-template-columns: 1fr;
  }

  body.page-tool-code-adjusting-suite .suite-tool-sidebar {
    position: static;
  }
}

@media (max-width: 980px) {
  body.page-tool-code-adjusting-suite .suite-workbench,
  body.page-tool-code-adjusting-suite .suite-summary-grid,
  body.page-tool-code-adjusting-suite .suite-raw-grid,
  body.page-tool-code-adjusting-suite .suite-native-grid,
  body.page-tool-code-adjusting-suite .suite-key-value-grid,
  body.page-tool-code-adjusting-suite .suite-pra-grid,
  body.page-tool-code-adjusting-suite .suite-diff-row,
  body.page-tool-code-adjusting-suite .suite-tool-grid {
    grid-template-columns: 1fr;
  }

  body.page-tool-code-adjusting-suite .suite-toolbar,
  body.page-tool-code-adjusting-suite .suite-panel__header,
  body.page-tool-code-adjusting-suite .suite-tool-card__header,
  body.page-tool-code-adjusting-suite .suite-list-panel__header {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-tool-code-adjusting-suite .suite-summary-grid--sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.page-tool-code-adjusting-suite .suite-shell-card,
  body.page-tool-code-adjusting-suite .suite-sidecard,
  body.page-tool-code-adjusting-suite .suite-panel,
  body.page-tool-code-adjusting-suite .suite-disclosure__body,
  body.page-tool-code-adjusting-suite .suite-native-editor {
    padding: 0.85rem;
  }

  body.page-tool-code-adjusting-suite .suite-panel__actions,
  body.page-tool-code-adjusting-suite .suite-stage-actions,
  body.page-tool-code-adjusting-suite .suite-actions,
  body.page-tool-code-adjusting-suite .suite-source-strip__actions {
    width: 100%;
  }

  body.page-tool-code-adjusting-suite .suite-panel__actions > *,
  body.page-tool-code-adjusting-suite .suite-stage-actions > *,
  body.page-tool-code-adjusting-suite .suite-actions > *,
  body.page-tool-code-adjusting-suite .suite-source-strip__actions > * {
    flex: 1 1 auto;
  }

  body.page-tool-code-adjusting-suite .suite-source-strip {
    padding: 0.7rem;
  }

  body.page-tool-code-adjusting-suite .suite-form-grid,
  body.page-tool-code-adjusting-suite .suite-stat-grid,
  body.page-tool-code-adjusting-suite .suite-vector-grid {
    grid-template-columns: 1fr;
  }

  body.page-tool-code-adjusting-suite .suite-actions--stack {
    grid-template-columns: 1fr;
  }

  body.page-tool-code-adjusting-suite .suite-summary-grid--sidebar {
    grid-template-columns: 1fr;
  }
}

/* 2026-04-10 compact suite layout pass */
body.page-tool-code-adjusting-suite {
  font-size: 14px;
}

body.page-tool-code-adjusting-suite .page-heading--tool .eyebrow,
body.page-tool-code-adjusting-suite .page-heading--tool .page-lead {
  font-size: 0.9rem;
}

body.page-tool-code-adjusting-suite .page-heading--tool .page-lead {
  max-width: 62rem;
}

body.page-tool-code-adjusting-suite .suite-layout--tool-first {
  grid-template-columns: 4.75rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

body.page-tool-code-adjusting-suite .suite-tool-sidebar,
body.page-tool-code-adjusting-suite .suite-panel,
body.page-tool-code-adjusting-suite .suite-disclosure,
body.page-tool-code-adjusting-suite .suite-tool-stage,
body.page-tool-code-adjusting-suite .suite-file-dock,
body.page-tool-code-adjusting-suite .suite-validation-list,
body.page-tool-code-adjusting-suite .suite-review-list {
  overflow: visible;
}

body.page-tool-code-adjusting-suite .suite-tool-rail {
  position: sticky;
  top: 5.25rem;
  z-index: 20;
  width: 4.75rem;
  transition: width 160ms ease;
}

body.page-tool-code-adjusting-suite .suite-tool-rail:hover,
body.page-tool-code-adjusting-suite .suite-tool-rail:focus-within,
body.page-tool-code-adjusting-suite .suite-tool-rail.is-pinned {
  width: 16rem;
}

body.page-tool-code-adjusting-suite .suite-tool-rail__inner {
  padding: 0.45rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.1rem;
  background: rgba(13, 10, 14, 0.94);
  box-shadow: var(--suite-shadow);
}

body.page-tool-code-adjusting-suite .suite-tool-rail__head {
  display: flex;
  justify-content: center;
  margin-bottom: 0.45rem;
}

body.page-tool-code-adjusting-suite .suite-tool-rail:hover .suite-tool-rail__head,
body.page-tool-code-adjusting-suite .suite-tool-rail:focus-within .suite-tool-rail__head,
body.page-tool-code-adjusting-suite .suite-tool-rail.is-pinned .suite-tool-rail__head {
  justify-content: flex-end;
}

body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-group {
  padding: 0;
  border: 0;
  background: transparent;
}

body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-group__title {
  display: none;
  margin: 0 0 0.35rem;
  padding: 0 0.45rem;
}

body.page-tool-code-adjusting-suite .suite-tool-rail:hover .suite-tool-group__title,
body.page-tool-code-adjusting-suite .suite-tool-rail:focus-within .suite-tool-group__title,
body.page-tool-code-adjusting-suite .suite-tool-rail.is-pinned .suite-tool-group__title {
  display: block;
}

body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button {
  position: relative;
  min-height: 2.65rem;
  padding: 0.55rem;
  justify-content: center;
  border-radius: 0.9rem;
}

body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__body,
body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__count {
  display: none;
}

body.page-tool-code-adjusting-suite .suite-tool-rail:hover .suite-tool-button,
body.page-tool-code-adjusting-suite .suite-tool-rail:focus-within .suite-tool-button,
body.page-tool-code-adjusting-suite .suite-tool-rail.is-pinned .suite-tool-button {
  justify-content: flex-start;
  padding: 0.55rem 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-tool-rail:hover .suite-tool-button__body,
body.page-tool-code-adjusting-suite .suite-tool-rail:focus-within .suite-tool-button__body,
body.page-tool-code-adjusting-suite .suite-tool-rail.is-pinned .suite-tool-button__body,
body.page-tool-code-adjusting-suite .suite-tool-rail:hover .suite-tool-button__count,
body.page-tool-code-adjusting-suite .suite-tool-rail:focus-within .suite-tool-button__count,
body.page-tool-code-adjusting-suite .suite-tool-rail.is-pinned .suite-tool-button__count {
  display: block;
}

body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__label {
  font-size: 0.86rem;
}

body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__meta,
body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__count {
  font-size: 0.72rem;
}

body.page-tool-code-adjusting-suite .suite-main-stack {
  gap: 0.8rem;
}

body.page-tool-code-adjusting-suite .suite-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, .9fr);
  gap: 0.8rem;
  align-items: start;
}

body.page-tool-code-adjusting-suite .suite-panel--uploaddock,
body.page-tool-code-adjusting-suite .suite-panel--actionsdock,
body.page-tool-code-adjusting-suite .suite-panel--toolstage,
body.page-tool-code-adjusting-suite .suite-panel--filedock,
body.page-tool-code-adjusting-suite .suite-panel--codeview,
body.page-tool-code-adjusting-suite #finalReviewPanel,
body.page-tool-code-adjusting-suite .suite-disclosure {
  background: rgba(18, 13, 16, 0.92);
  border-color: rgba(255,255,255,0.08);
}

body.page-tool-code-adjusting-suite .suite-panel,
body.page-tool-code-adjusting-suite .suite-disclosure {
  padding: 0.72rem;
}

body.page-tool-code-adjusting-suite .suite-panel__header--compact {
  align-items: center;
}

body.page-tool-code-adjusting-suite .suite-panel__header--compact h2,
body.page-tool-code-adjusting-suite .suite-panel__header h2 {
  font-size: 1rem;
}

body.page-tool-code-adjusting-suite .suite-panel__header p,
body.page-tool-code-adjusting-suite .suite-panel__submeta,
body.page-tool-code-adjusting-suite .suite-note,
body.page-tool-code-adjusting-suite .suite-status,
body.page-tool-code-adjusting-suite .suite-disclosure summary {
  font-size: 0.82rem;
}

body.page-tool-code-adjusting-suite .button--compact,
body.page-tool-code-adjusting-suite .suite-panel__actions--compact .button,
body.page-tool-code-adjusting-suite .suite-stage-actions .button {
  min-height: 2rem;
  padding: 0.42rem 0.62rem;
  border-radius: 0.78rem;
  font-size: 0.79rem;
  line-height: 1.1;
}

body.page-tool-code-adjusting-suite .suite-panel__actions--compact,
body.page-tool-code-adjusting-suite .suite-panel__actions--disclosure,
body.page-tool-code-adjusting-suite .suite-stage-actions,
body.page-tool-code-adjusting-suite .suite-source-strip__actions {
  gap: 0.4rem;
}

body.page-tool-code-adjusting-suite .suite-stage-actions {
  display: flex;
  flex-wrap: wrap;
}

body.page-tool-code-adjusting-suite .suite-stage-actions > * {
  flex: 0 1 auto;
}

body.page-tool-code-adjusting-suite .suite-uploaddock__body {
  display: grid;
  grid-template-columns: minmax(12rem, 15rem) minmax(0, 1fr);
  gap: 0.72rem;
  align-items: center;
}

body.page-tool-code-adjusting-suite .suite-field--compact {
  min-width: 0;
}

body.page-tool-code-adjusting-suite .suite-dropzone--compact {
  min-height: 3.4rem;
  padding: 0.65rem 0.8rem;
  text-align: left;
}

body.page-tool-code-adjusting-suite .suite-dropzone--compact strong,
body.page-tool-code-adjusting-suite .suite-dropzone--compact span {
  font-size: 0.8rem;
}

body.page-tool-code-adjusting-suite .suite-summary-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-summary-strip .suite-summary-card {
  padding: 0.5rem 0.6rem;
}

body.page-tool-code-adjusting-suite .suite-summary-strip .suite-summary-card strong {
  font-size: 0.95rem;
}

body.page-tool-code-adjusting-suite .suite-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-tabbar__tab {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--suite-text-soft);
  border-radius: 0.95rem;
  padding: 0.48rem 0.82rem;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

body.page-tool-code-adjusting-suite .suite-tabbar__tab.is-active,
body.page-tool-code-adjusting-suite .suite-tabbar__tab:hover,
body.page-tool-code-adjusting-suite .suite-tabbar__tab:focus-visible {
  color: var(--suite-text);
  border-color: rgba(216, 58, 79, 0.4);
  background: rgba(216, 58, 79, 0.14);
}

body.page-tool-code-adjusting-suite .suite-tabpanel { display: none; }
body.page-tool-code-adjusting-suite .suite-tabpanel.is-active { display: block; }

body.page-tool-code-adjusting-suite .suite-tool-stage {
  min-height: 64vh;
}

body.page-tool-code-adjusting-suite .suite-tool-stage__empty {
  font-size: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-file-dock {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.page-tool-code-adjusting-suite .suite-file-card {
  width: auto;
  min-width: 12rem;
  max-width: 100%;
  padding: 0.5rem 0.62rem;
  border-radius: 0.85rem;
}

body.page-tool-code-adjusting-suite .suite-file-card__path,
body.page-tool-code-adjusting-suite .suite-file-card__meta,
body.page-tool-code-adjusting-suite .suite-file-card__meta > span {
  font-size: 0.72rem;
}

body.page-tool-code-adjusting-suite .suite-code-single {
  padding: 0.2rem 0 0;
}

body.page-tool-code-adjusting-suite .suite-code-edit {
  min-height: 24rem;
  max-height: 62vh;
  font-size: 0.77rem;
}

body.page-tool-code-adjusting-suite .suite-validation-list,
body.page-tool-code-adjusting-suite .suite-review-list {
  max-height: none;
}

body.page-tool-code-adjusting-suite .suite-disclosure > summary {
  padding: 0.15rem 0.15rem 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-disclosure__body {
  padding: 0.25rem 0.1rem 0.1rem;
}

@media (max-width: 1200px) {
  body.page-tool-code-adjusting-suite .suite-topbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.page-tool-code-adjusting-suite .suite-layout--tool-first {
    grid-template-columns: 1fr;
  }

  body.page-tool-code-adjusting-suite .suite-tool-rail {
    position: static;
    width: 100%;
  }

  body.page-tool-code-adjusting-suite .suite-tool-rail__head { justify-content: flex-start; }

  body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-group__title,
  body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__body,
  body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button__count {
    display: block;
  }

  body.page-tool-code-adjusting-suite .suite-tool-rail .suite-tool-button {
    justify-content: flex-start;
    padding: 0.55rem 0.7rem;
  }

  body.page-tool-code-adjusting-suite .suite-uploaddock__body,
  body.page-tool-code-adjusting-suite .suite-summary-strip {
    grid-template-columns: 1fr;
  }
}

/* 2026-04-10 drawer shell pass */
body.page-tool-code-adjusting-suite .suite-layout--tool-first {
  grid-template-columns: 3.75rem minmax(0, 1fr) 3.75rem;
  gap: 0.9rem;
  align-items: start;
}

body.page-tool-code-adjusting-suite .suite-drawer {
  position: sticky;
  top: 5.2rem;
  z-index: 35;
}

body.page-tool-code-adjusting-suite .suite-drawer__bar {
  display: grid;
  place-items: start center;
}

body.page-tool-code-adjusting-suite .suite-drawer__toggle {
  inline-size: 3.4rem;
  min-block-size: 3.4rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(14, 10, 13, 0.96);
  color: var(--suite-text);
  box-shadow: var(--suite-shadow);
}

body.page-tool-code-adjusting-suite .suite-drawer.is-open .suite-drawer__toggle {
  border-color: rgba(255, 77, 94, 0.34);
  background: rgba(48, 17, 22, 0.98);
}

body.page-tool-code-adjusting-suite .suite-drawer__panel {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  inline-size: min(23rem, calc(100vw - 8rem));
  transition: opacity 140ms ease, transform 140ms ease;
}

body.page-tool-code-adjusting-suite .suite-drawer--left .suite-drawer__panel {
  left: calc(100% + 0.8rem);
  transform: translateX(-0.8rem);
}

body.page-tool-code-adjusting-suite .suite-drawer--right .suite-drawer__panel {
  right: calc(100% + 0.8rem);
  transform: translateX(0.8rem);
}

body.page-tool-code-adjusting-suite .suite-drawer.is-open .suite-drawer__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

body.page-tool-code-adjusting-suite .suite-drawer__panel > .suite-sidecard,
body.page-tool-code-adjusting-suite .suite-drawer__panel > .suite-panel {
  background: rgba(15, 11, 13, 0.98);
  border-color: rgba(255, 255, 255, 0.08);
}

body.page-tool-code-adjusting-suite .suite-drawer--right .suite-drawer__panel {
  display: grid;
  gap: 0.8rem;
}

body.page-tool-code-adjusting-suite .suite-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  border: 0;
  background: rgba(0, 0, 0, 0.32);
}

body.page-tool-code-adjusting-suite .suite-main-stack {
  gap: 0.9rem;
}

body.page-tool-code-adjusting-suite .suite-panel--toolstage,
body.page-tool-code-adjusting-suite .suite-panel--codeview,
body.page-tool-code-adjusting-suite #finalReviewPanel,
body.page-tool-code-adjusting-suite .suite-disclosure {
  background: rgba(18, 13, 16, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
}

body.page-tool-code-adjusting-suite .suite-panel__header {
  gap: 0.8rem;
}

body.page-tool-code-adjusting-suite .suite-panel__header h2 {
  font-size: 1rem;
}

body.page-tool-code-adjusting-suite .suite-panel__header p,
body.page-tool-code-adjusting-suite .suite-panel__submeta,
body.page-tool-code-adjusting-suite .suite-status {
  font-size: 0.82rem;
}

body.page-tool-code-adjusting-suite .suite-tool-stage {
  min-height: 70vh;
  background: rgba(11, 9, 10, 0.88);
}

body.page-tool-code-adjusting-suite .suite-tool-mount {
  min-height: 70vh;
}

body.page-tool-code-adjusting-suite .suite-source-strip {
  margin-top: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-summary-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

body.page-tool-code-adjusting-suite .suite-summary-strip .suite-summary-card {
  padding: 0.58rem 0.66rem;
}

body.page-tool-code-adjusting-suite .suite-summary-strip .suite-summary-card strong {
  font-size: 0.96rem;
}

body.page-tool-code-adjusting-suite .suite-actions-stack {
  display: grid;
  gap: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-panel__actions--drawer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

body.page-tool-code-adjusting-suite .suite-panel__actions--drawer .button,
body.page-tool-code-adjusting-suite .suite-panel__actions--drawer label.button {
  justify-content: center;
}

body.page-tool-code-adjusting-suite .suite-file-dock {
  display: grid;
  gap: 0.45rem;
  max-block-size: min(48vh, 34rem);
  overflow: auto;
}

body.page-tool-code-adjusting-suite .suite-file-card {
  inline-size: 100%;
  min-width: 0;
}

body.page-tool-code-adjusting-suite .suite-tool-menu {
  gap: 0.65rem;
}

body.page-tool-code-adjusting-suite .suite-tool-group {
  padding: 0.75rem;
}

body.page-tool-code-adjusting-suite .suite-tool-button {
  min-height: 2.9rem;
  padding: 0.7rem 0.78rem;
}

body.page-tool-code-adjusting-suite .suite-tool-button__icon {
  inline-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

body.page-tool-code-adjusting-suite .suite-status {
  padding: 0.72rem 0.82rem;
}

body.page-tool-code-adjusting-suite .suite-code-edit {
  min-height: 24rem;
}

@media (max-width: 1200px) {
  body.page-tool-code-adjusting-suite .suite-layout--tool-first {
    grid-template-columns: 3.75rem minmax(0, 1fr) 3.75rem;
  }

  body.page-tool-code-adjusting-suite .suite-drawer__panel {
    inline-size: min(21rem, calc(100vw - 7rem));
  }
}

@media (max-width: 980px) {
  body.page-tool-code-adjusting-suite .suite-layout--tool-first {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-tool-code-adjusting-suite .suite-drawer {
    position: static;
  }

  body.page-tool-code-adjusting-suite .suite-drawer__bar {
    display: none;
  }

  body.page-tool-code-adjusting-suite .suite-drawer__panel {
    position: static;
    inline-size: 100%;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.page-tool-code-adjusting-suite .suite-drawer-backdrop {
    display: none;
  }

  body.page-tool-code-adjusting-suite .suite-summary-strip,
  body.page-tool-code-adjusting-suite .suite-panel__actions--drawer {
    grid-template-columns: 1fr;
  }

  body.page-tool-code-adjusting-suite .suite-tool-stage,
  body.page-tool-code-adjusting-suite .suite-tool-mount {
    min-height: 58vh;
  }
}

body.page-tool-code-adjusting-suite .suite-main-stack {
  min-width: 0;
  min-height: 0;
}

body.page-tool-code-adjusting-suite .suite-panel--toolstage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

body.page-tool-code-adjusting-suite .suite-tool-stage,
body.page-tool-code-adjusting-suite .suite-tool-mount {
  min-height: calc(100vh - 21rem);
  max-height: calc(100vh - 21rem);
  overflow: auto;
}

body.page-tool-code-adjusting-suite .suite-tool-stage__empty {
  gap: 0.7rem;
  padding: 1.4rem;
}

body.page-tool-code-adjusting-suite .suite-tool-stage__empty strong {
  font-size: 1rem;
  letter-spacing: 0.14em;
}

body.page-tool-code-adjusting-suite .suite-tool-stage__empty span {
  max-width: 24rem;
}

body.page-tool-code-adjusting-suite .suite-validation-list,
body.page-tool-code-adjusting-suite .suite-review-list {
  max-height: 34vh;
  overflow: auto;
}

body.page-tool-code-adjusting-suite .suite-panel--codeview .suite-code-edit {
  min-height: 11rem;
  max-height: 28vh;
  resize: vertical;
}

body.page-tool-code-adjusting-suite .suite-native-panel--types {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 0.55rem;
  min-height: calc(100vh - 24rem);
}

body.page-tool-code-adjusting-suite .types-sheet__toolbar,
body.page-tool-code-adjusting-suite .types-sheet__bulk {
  display: grid;
  gap: 0.45rem;
}

body.page-tool-code-adjusting-suite .types-sheet__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  color: var(--suite-text-muted);
  font-size: 0.72rem;
  font-family: var(--font-mono);
}

body.page-tool-code-adjusting-suite .types-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: end;
}

body.page-tool-code-adjusting-suite .types-toolbar--actions {
  align-items: center;
}

body.page-tool-code-adjusting-suite .types-toolbar label {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  color: var(--suite-text-muted);
  font-size: 0.72rem;
  font-family: var(--font-mono);
}

body.page-tool-code-adjusting-suite .types-toolbar input,
body.page-tool-code-adjusting-suite .types-toolbar select {
  min-height: 2rem;
  padding: 0.38rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.7rem;
  background: rgba(12, 10, 12, 0.76);
  color: var(--suite-text);
  font-size: 0.78rem;
}

body.page-tool-code-adjusting-suite .types-table-wrap {
  min-height: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.82rem;
  background: rgba(10, 9, 11, 0.84);
}

body.page-tool-code-adjusting-suite .types-table {
  width: max(100%, 76rem);
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-family: var(--font-mono);
}

body.page-tool-code-adjusting-suite .types-table th,
body.page-tool-code-adjusting-suite .types-table td {
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(14, 12, 14, 0.94);
}

body.page-tool-code-adjusting-suite .types-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 0.46rem 0.52rem;
  background: rgba(20, 17, 20, 0.98);
  color: var(--suite-text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.page-tool-code-adjusting-suite .types-table th:first-child,
body.page-tool-code-adjusting-suite .types-table td:first-child,
body.page-tool-code-adjusting-suite .types-table th:nth-child(2),
body.page-tool-code-adjusting-suite .types-table td:nth-child(2) {
  position: sticky;
  left: 0;
}

body.page-tool-code-adjusting-suite .types-table th:first-child,
body.page-tool-code-adjusting-suite .types-table td:first-child {
  z-index: 4;
  width: 3rem;
  text-align: center;
  background: rgba(20, 17, 20, 0.99);
}

body.page-tool-code-adjusting-suite .types-table th:nth-child(2),
body.page-tool-code-adjusting-suite .types-table td:nth-child(2) {
  left: 3rem;
  z-index: 2;
  width: 16rem;
  background: rgba(16, 14, 17, 0.98);
}

body.page-tool-code-adjusting-suite .types-table__index {
  color: var(--suite-text-muted);
  font-size: 0.74rem;
}

body.page-tool-code-adjusting-suite .types-table__name {
  padding: 0.42rem 0.55rem;
  color: var(--suite-text);
  font-size: 0.76rem;
  word-break: break-word;
}

body.page-tool-code-adjusting-suite .types-table input {
  width: 100%;
  min-height: 2rem;
  padding: 0.38rem 0.48rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--suite-text);
  font-size: 0.76rem;
}

body.page-tool-code-adjusting-suite .types-table input:focus {
  outline: 1px solid rgba(255, 77, 94, 0.45);
  outline-offset: -1px;
  background: rgba(255, 77, 94, 0.05);
}

@media (max-width: 980px) {
  body.page-tool-code-adjusting-suite .suite-tool-stage,
  body.page-tool-code-adjusting-suite .suite-tool-mount {
    min-height: 54vh;
    max-height: 54vh;
  }

  body.page-tool-code-adjusting-suite .suite-native-panel--types {
    min-height: 0;
  }
}

@media (min-width: 981px) {
  body.page-tool-code-adjusting-suite {
    --suite-drawer-height: calc(100vh - 6.2rem);
  }

  body.page-tool-code-adjusting-suite .suite-layout--tool-first {
    align-items: stretch;
  }

  body.page-tool-code-adjusting-suite .suite-drawer {
    height: var(--suite-drawer-height);
  }

  body.page-tool-code-adjusting-suite .suite-drawer__panel {
    block-size: var(--suite-drawer-height);
    max-block-size: var(--suite-drawer-height);
    overflow: hidden;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--left .suite-drawer__panel > .suite-sidecard {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    block-size: 100%;
    min-height: 0;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--left .suite-sidecard__header {
    margin-bottom: 0.7rem;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--left .suite-tool-menu {
    min-height: 0;
    overflow: auto;
    padding-right: 0.15rem;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--right .suite-drawer__panel {
    display: grid;
    grid-template-rows: minmax(0, auto) minmax(0, 1fr);
    gap: 0.8rem;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--right .suite-drawer__panel > .suite-panel {
    min-height: 0;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--right .suite-panel--actionsdock {
    overflow: auto;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--right .suite-panel--filedock {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  body.page-tool-code-adjusting-suite .suite-drawer--right .suite-file-dock {
    min-height: 0;
    max-block-size: none;
    overflow: auto;
    padding-right: 0.15rem;
  }
}
