/*
 * Lingxuan content-tool parity layer.
 *
 * Scope contract:
 * - Every selector is anchored to an explicit data-simple-tool-page slug.
 * - The application shell, brand navigation and global tokens are untouched.
 * - Each tool keeps its own task topology instead of sharing a flattened form skin.
 */

/* Multi-copy: parsing is one focused first step; subsequent states render below it. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] {
  --parity-accent: #6842d9;
  --parity-soft: #f3efff;
  --parity-border: #ddd6f0;
  --parity-ink: #272a33;
  --parity-muted: #666d7b;
  width: min(100%, 1020px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] > .tb-v6-pagehead,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-tool-workbench > .tb-v6-main-panel > .tb-tool-flow-head {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-creation-studio {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-intro {
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 4px 2px 12px;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-intro span {
  display: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-intro h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-intro p {
  max-width: 68ch;
  margin: 7px 0 0;
  color: var(--parity-muted);
  font-size: 13px;
  line-height: 1.65;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-intro > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9dce4;
  border-radius: 9px;
  background: #fff;
  color: #525966;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-multi-copy-parse-form {
  display: grid !important;
  gap: 12px !important;
  border: 1px solid var(--parity-border) !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(62, 44, 106, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-source-switch {
  width: fit-content;
  display: flex;
  gap: 3px;
  border-radius: 10px;
  background: #f1f2f6;
  padding: 3px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-source-switch label {
  min-height: 38px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-source-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-source-switch span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  color: #686e7c;
  padding: 0 16px;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-source-switch input:checked + span {
  background: var(--parity-accent);
  color: #fff;
  box-shadow: 0 4px 7px rgba(104, 66, 217, .18);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-multi-copy-sources {
  overflow: hidden;
  border: 1px solid #e1e3e8;
  border-radius: 10px;
  background: #fff;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-multi-copy-sources > header {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-multi-copy-sources > header strong {
  font-size: 13px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-multi-copy-sources > header span {
  margin-left: 8px;
  color: var(--parity-muted);
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-multi-copy-sources > header button {
  min-height: 34px;
  border: 1px solid #d9dce4;
  border-radius: 8px;
  background: #fff;
  color: #515966;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-prompt {
  display: block;
  border-top: 1px solid #eceef2;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-prompt textarea {
  width: 100% !important;
  min-height: 250px !important;
  display: block;
  resize: vertical;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 16px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-prompt small {
  display: block;
  border-top: 1px solid #f0f1f4;
  color: #787f8d;
  padding: 9px 14px;
  font-size: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-creation-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-creation-steps li {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-bottom: 2px solid #e7e8ed;
  color: #818694;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-creation-steps li.active {
  border-bottom-color: var(--parity-accent);
  color: var(--parity-accent);
  font-weight: 750;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-creation-steps b {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0eef8;
  font-size: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-submit .tb-btn.primary {
  min-width: 205px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(104, 66, 217, .2);
}

/* Photo note: compact upload, three explicit choice rows and a single footer action. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] {
  --parity-accent: #7251d5;
  --parity-accent-strong: #5f3ec3;
  --parity-soft: #f3efff;
  --parity-border: #e1d9f2;
  --parity-ink: #272b34;
  --parity-muted: #666d7b;
  width: min(100%, 780px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio > header {
  min-height: 112px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 8px 12px 14px;
  text-align: center;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio > header > span {
  display: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio > header h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio > header p {
  max-width: 62ch;
  margin: 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.65;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio > form {
  display: grid !important;
  gap: 12px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-upload-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-recognition,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-bottom {
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-upload-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-upload-card > div strong,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-section > strong {
  color: var(--parity-ink);
  font-size: 14px;
  line-height: 1.4;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-upload-card select {
  width: 128px;
  min-height: 36px;
  border: 1px solid #dfe2e8;
  border-radius: 8px;
  background: #fff;
  color: #4d5461;
  padding: 0 10px;
  font-size: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-upload {
  min-height: 126px !important;
  border: 1px dashed #cfc2ed !important;
  border-radius: 9px !important;
  background: #fbf9ff !important;
  padding: 14px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-section {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards.scene,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards label,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented label {
  min-width: 0;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards input,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards span,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #e0e3e9;
  border-radius: 8px;
  background: #fff;
  color: #59606d;
  padding: 7px 5px;
  font-size: 11px;
  font-weight: 650;
  text-align: center;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards input:checked + span,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented input:checked + span {
  border-color: var(--parity-accent);
  background: var(--parity-soft);
  color: var(--parity-accent-strong);
  box-shadow: inset 0 0 0 1px var(--parity-accent);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards span:active,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented span:active {
  transform: scale(.98);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-generation-context {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 10px 12px !important;
  box-shadow: 0 3px 7px rgba(42, 45, 55, .05) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-bottom {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px !important;
  gap: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-bottom > label:has(textarea) {
  grid-column: 1 / -1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-studio-submit {
  min-height: 64px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 10px 12px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-studio-submit .tb-btn.primary {
  min-width: 210px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(114, 81, 213, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-product-image-result {
  margin: 0;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 3px 7px rgba(42, 45, 55, .05) !important;
}

/* Persona note: reference-style Pro/Max rail, dominant prompt and compact context footer. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] {
  --parity-accent: #2e9a6f;
  --parity-accent-strong: #237f5b;
  --parity-soft: #eff9f4;
  --parity-border: #a9d8c5;
  --parity-ink: #272c34;
  --parity-muted: #68707c;
  width: min(100%, 980px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-page {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-pagehead {
  min-height: 116px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 8px 12px 14px;
  text-align: center;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-pagehead h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-pagehead h3 span {
  color: var(--parity-accent);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-pagehead p {
  margin: 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-form {
  display: grid !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes {
  width: min(100%, 390px);
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: #fff !important;
  padding: 0 !important;
  overflow: hidden;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes label {
  min-width: 0;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes label > span {
  min-height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #565d69 !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes label > span em,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes label > span small {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes label > span b {
  font-size: 13px;
  white-space: nowrap;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes label > span i {
  border-radius: 999px;
  background: #e9f6f0;
  color: var(--parity-accent-strong);
  padding: 2px 6px;
  font-size: 11px;
  font-style: normal;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes input:checked + span {
  background: var(--parity-accent) !important;
  color: #fff !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .08) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-creator-card {
  display: grid !important;
  gap: 10px !important;
  border: 2px solid var(--parity-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(47, 111, 83, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-notice {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff7e8 !important;
  color: #67583f !important;
  padding: 8px 11px !important;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-generation-context {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f7f8fa !important;
  padding: 9px 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-main-input {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e0e3e8;
  border-radius: 9px;
  background: #fff;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-main-input textarea {
  width: 100% !important;
  min-height: 250px !important;
  display: block;
  resize: vertical;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 15px 16px 36px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-main-input > span {
  position: absolute;
  right: 70px;
  bottom: 11px;
  color: #888e9a;
  font-size: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-main-input > button {
  position: absolute;
  right: 8px;
  top: 8px;
  min-width: 50px;
  min-height: 32px;
  border: 0;
  border-radius: 7px;
  background: #5f6878;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-media-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-media-row .tb-upload-drop {
  min-height: 82px !important;
  border: 1px dashed #c9dcd3 !important;
  border-radius: 8px !important;
  background: var(--parity-soft) !important;
  padding: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-advanced {
  border: 1px solid #e2e5e9 !important;
  border-radius: 9px !important;
  background: #fafbfc !important;
  padding: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-advanced > summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #4d5562;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-main-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  border-top: 1px solid #e8eaee;
  padding: 11px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-submit > label {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #59606d;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-submit select {
  min-width: 72px;
  min-height: 38px;
  border: 1px solid #dde0e6;
  border-radius: 8px;
  background: #fff;
  padding: 0 9px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-submit .tb-btn.primary {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(46, 154, 111, .2) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-image-result {
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 3px 7px rgba(42, 45, 55, .05) !important;
}

/* Assigned copy: title plus dominant manuscript input, compact media and publish options. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] {
  --parity-accent: #158f86;
  --parity-accent-strong: #0f756e;
  --parity-soft: #eef9f8;
  --parity-border: #9dd5d0;
  --parity-ink: #272c34;
  --parity-muted: #68707c;
  width: min(100%, 980px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-page {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-pagehead {
  min-height: 116px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 8px 12px 14px;
  text-align: center;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-pagehead h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-pagehead h3 span {
  color: var(--parity-accent);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-pagehead p {
  margin: 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-form {
  display: grid !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes {
  width: min(100%, 390px);
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: #fff !important;
  padding: 0 !important;
  overflow: hidden;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes label > span {
  min-height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #565d69 !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes label > span em,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes label > span small {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes label > span b {
  font-size: 13px;
  white-space: nowrap;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes label > span i {
  border-radius: 999px;
  background: #e7f5f3;
  color: var(--parity-accent-strong);
  padding: 2px 6px;
  font-size: 11px;
  font-style: normal;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes input:checked + span {
  background: var(--parity-accent) !important;
  color: #fff !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .08) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-creator-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  border: 2px solid var(--parity-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(26, 112, 105, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-title-input,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-main-input,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-media-row,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-field.full,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-generation-context,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-submit {
  grid-column: 1 / -1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-notice {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff7e8 !important;
  color: #67583f !important;
  padding: 8px 11px !important;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-title-input,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-main-input {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e0e3e8;
  border-radius: 9px;
  background: #fff;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-title-input input {
  width: 100% !important;
  min-height: 48px !important;
  border: 0 !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 0 70px 0 14px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-main-input textarea {
  width: 100% !important;
  min-height: 250px !important;
  display: block;
  resize: vertical;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 15px 16px 36px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-title-input > button,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-main-input > button {
  position: absolute;
  right: 8px;
  top: 8px;
  min-width: 50px;
  min-height: 32px;
  border: 0;
  border-radius: 7px;
  background: #5f6878;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-main-input > span {
  position: absolute;
  right: 14px;
  bottom: 11px;
  color: #888e9a;
  font-size: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-media-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-media-row .tb-upload-drop {
  min-height: 82px !important;
  border: 1px dashed #c7ddda !important;
  border-radius: 8px !important;
  background: var(--parity-soft) !important;
  padding: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-generation-context {
  margin: 0 !important;
  border: 1px solid #e2e5e9 !important;
  border-radius: 9px !important;
  background: #fafbfc !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-advanced > summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #4d5562;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-submit .tb-btn.primary {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(21, 143, 134, .2) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-image-result {
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 3px 7px rgba(42, 45, 55, .05) !important;
}

/* Batch poster: reference-style labeled rows, compact template strip and one centered CTA. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] {
  --parity-accent: #6b39de;
  --parity-accent-strong: #5829c6;
  --parity-soft: #f4efff;
  --parity-border: #ded7ef;
  --parity-ink: #282b34;
  --parity-muted: #69707c;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic > header {
  min-height: 108px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 8px 12px 14px;
  text-align: center;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic > header > span {
  display: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic > header h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic > header p {
  margin: 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-classic-tip {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff7e8 !important;
  color: #67583f !important;
  padding: 9px 12px !important;
  font-size: 11px;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic > form {
  display: grid !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 18px 20px !important;
  box-shadow: 0 7px 8px rgba(62, 47, 96, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-option-line {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  border: 0 !important;
  border-bottom: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 13px 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-option-line > label {
  min-height: 38px;
  display: flex;
  align-items: center;
  color: #454c58;
  font-size: 12px;
  font-weight: 750;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-radio-line,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-check-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 6px 16px !important;
  min-height: 38px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-radio-line label,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-check-row label {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #555d6a;
  font-size: 11px;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-radio-line input,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-check-row input {
  accent-color: var(--parity-accent);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-title-control {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 7px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-title-control textarea {
  grid-column: 1 / -1;
  width: 100% !important;
  min-height: 86px !important;
  resize: vertical;
  border: 1px solid #dde0e6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 11px 12px !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-title-control button {
  min-height: 34px;
  border: 1px solid #d9dce4;
  border-radius: 7px;
  background: #fff;
  color: #555d69;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 700;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-title-control em {
  grid-column: 1 / -1;
  min-height: 32px;
  display: flex;
  align-items: center;
  border: 0 !important;
  border-radius: 7px;
  background: #f5f6f8 !important;
  color: #656d7a !important;
  padding: 7px 9px !important;
  font-size: 10px !important;
  font-style: normal;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-title-control em::before {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-section {
  margin: 14px 0 0 104px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f7f8fa !important;
  padding: 11px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-section > header {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 9px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-strip > label > span {
  display: grid;
  gap: 4px;
  border: 1px solid #dfe2e8 !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 5px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-strip input:checked + span {
  border-color: var(--parity-accent) !important;
  background: var(--parity-soft) !important;
  box-shadow: inset 0 0 0 1px var(--parity-accent) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-generation-context {
  margin: 12px 0 0 104px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  padding: 9px 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-advanced {
  margin: 12px 0 0 104px;
  border: 0;
  border-radius: 9px;
  background: #f7f8fa;
  padding: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-classic-submit {
  min-height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0 !important;
  background: transparent !important;
  padding: 16px 0 2px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-classic-submit .tb-btn.primary {
  min-width: 280px;
  min-height: 46px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(107, 57, 222, .2);
}

/* Topic helper: library-first browsing like the reference, creator form follows as a compact panel. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] {
  --parity-accent: #6247dc;
  --parity-accent-strong: #4f34c5;
  --parity-soft: #f1efff;
  --parity-border: #dedaf0;
  --parity-ink: #272b34;
  --parity-muted: #68707d;
  width: min(100%, 1220px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-hub {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-hub > header {
  min-height: 148px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(108deg, #6255df 0%, #7831e3 52%, #d43f91 100%) !important;
  color: #fff;
  padding: 18px 26px !important;
  text-align: center;
  box-shadow: 0 7px 8px rgba(89, 55, 180, .14) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-hub > header h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-hub > header p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  line-height: 1.55;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-search {
  width: min(100%, 570px);
  min-height: 44px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  margin-top: 5px;
  border-radius: 999px;
  background: #fff;
  padding: 3px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-search input {
  min-width: 0;
  min-height: 38px;
  border: 0 !important;
  background: transparent !important;
  color: #343944 !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-search button {
  min-width: 88px;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: #5632ca;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-library {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-promo {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-radius: 12px;
  background: #fff0ed;
  color: #8a403a;
  padding: 11px 16px;
  box-shadow: 0 4px 8px rgba(84, 46, 43, .05);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-promo strong,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-promo span {
  display: block;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-promo strong {
  font-size: 14px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-promo span {
  margin-top: 3px;
  font-size: 10px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-promo a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #ed3c52;
  color: #fff;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-library > nav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin: 10px 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-library > nav button {
  min-height: 38px;
  border: 1px solid #e0e2e8;
  border-radius: 999px;
  background: #fff;
  color: #5b626f;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-library > nav button.active {
  border-color: var(--parity-accent);
  background: var(--parity-accent);
  color: #fff;
  box-shadow: 0 4px 7px rgba(98, 71, 220, .18);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards > button {
  min-width: 0;
  min-height: 142px;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 5px 9px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 13px !important;
  text-align: left;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards > button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 8px rgba(42, 45, 55, .08) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards > button > span {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--parity-soft);
  color: var(--parity-accent);
  font-size: 13px;
  font-weight: 800;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards strong {
  align-self: end;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards em {
  grid-column: 1 / -1;
  color: var(--parity-muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.55;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards small {
  grid-column: 1 / -1;
  align-self: end;
  border-top: 1px solid #f0f1f4;
  color: #89909c;
  padding-top: 8px;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form {
  display: grid !important;
  gap: 12px !important;
  margin-top: 8px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 16px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  padding: 0;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form > header strong {
  font-size: 16px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form > header span {
  color: var(--parity-muted);
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form .tb-form-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form .tb-form-grid > .full,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form .tb-form-grid > label:has(textarea) {
  grid-column: 1 / -1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-studio-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-studio-submit .tb-btn.primary {
  min-width: 210px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(98, 71, 220, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-product-image-result {
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 3px 7px rgba(42, 45, 55, .05) !important;
}

/* Single big poster: reference-like form rows with a narrow, secondary preview column. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] {
  --parity-accent: #6f3be0;
  --parity-accent-strong: #5827c8;
  --parity-soft: #f4efff;
  --parity-border: #ded8ef;
  --parity-ink: #282c35;
  --parity-muted: #68707d;
  width: min(100%, 1040px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-page {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-head {
  min-height: 112px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 8px 12px 14px;
  text-align: center;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-head h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-head h3::after {
  display: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-head p {
  margin: 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px !important;
  align-items: start;
  gap: 12px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-form {
  display: grid !important;
  gap: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 16px !important;
  box-shadow: 0 7px 8px rgba(62, 47, 96, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-creator-warning {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff7e8 !important;
  color: #67583f !important;
  padding: 8px 11px !important;
  font-size: 11px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: center;
  gap: 12px !important;
  margin: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row > label {
  color: #454c58;
  font-size: 12px;
  font-weight: 750;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row > label::before {
  display: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 6px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row input {
  min-height: 44px !important;
  border: 1px solid #dfe2e7 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--parity-ink) !important;
  padding: 0 12px !important;
  font-size: 12px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row button {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  background: #5e6878;
  color: #fff;
  padding: 0 11px;
  font-size: 10px;
  font-weight: 700;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-form-grid.compact {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-form-grid.compact > label:has(textarea) {
  grid-column: 1 / -1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-generation-context {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  padding: 9px 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-form-actions.centered {
  min-height: 66px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 14px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-form-actions.centered .tb-btn.primary {
  min-width: 260px;
  min-height: 46px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(111, 59, 224, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-finished-gallery {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 10px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 12px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-example-image-strip {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-example-image-strip article {
  overflow: hidden;
  border: 1px solid #e1e4e9;
  border-radius: 8px;
  background: #fff;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-example-image-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
}

/* Memo template creator: warm memo accent with a dominant prompt and selected template rail. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] {
  --parity-accent: #b65b13;
  --parity-accent-strong: #984707;
  --parity-soft: #fff6eb;
  --parity-border: #ead2b9;
  --parity-ink: #292c33;
  --parity-muted: #6a707b;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-reference {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-pagehead {
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 8px 2px 14px;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-pagehead h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-pagehead p {
  max-width: 62ch;
  margin: 6px 0 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-pagehead > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dddfe5;
  border-radius: 9px;
  background: #fff;
  color: #525966;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-creator-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(78, 49, 22, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-primary-field,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-creator-options,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-studio-submit {
  grid-column: 1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-selected-aside {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-primary-field {
  border: 1px solid #e2e4e9;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-primary-field > header {
  margin-bottom: 9px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-branch-field.primary textarea {
  min-height: 230px !important;
  resize: vertical;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  color: var(--parity-ink) !important;
  padding: 13px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-selected-template {
  min-height: 100%;
  display: grid !important;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 9px !important;
  border: 1px solid var(--parity-border) !important;
  border-radius: 10px !important;
  background: var(--parity-soft) !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-selected-template > img {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: cover;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-advanced {
  border: 0 !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-creator-options {
  display: flex;
  justify-content: flex-end;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-studio-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-studio-submit .tb-btn.primary {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(182, 91, 19, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-task-result {
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 3px 7px rgba(42, 45, 55, .05) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-popular-templates {
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

/* Grid template creator: coral accent and a compact selected-template workbench. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] {
  --parity-accent: #ef625f;
  --parity-accent-strong: #d94d4a;
  --parity-soft: #fff1f0;
  --parity-border: #efc5c3;
  --parity-ink: #292c33;
  --parity-muted: #6a707b;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-reference {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-pagehead {
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 8px 2px 14px;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-pagehead h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-pagehead p {
  max-width: 62ch;
  margin: 6px 0 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-pagehead > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dddfe5;
  border-radius: 9px;
  background: #fff;
  color: #525966;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-creator-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(98, 49, 47, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-primary-field,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-creator-options,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-studio-submit {
  grid-column: 1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-selected-aside {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-primary-field {
  border: 1px solid #e2e4e9;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-branch-field.primary textarea {
  min-height: 230px !important;
  resize: vertical;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  color: var(--parity-ink) !important;
  padding: 13px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-selected-template {
  min-height: 100%;
  display: grid !important;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 9px !important;
  border: 1px solid var(--parity-border) !important;
  border-radius: 10px !important;
  background: var(--parity-soft) !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-selected-template > img {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: cover;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-advanced {
  border: 0 !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-creator-options {
  display: flex;
  justify-content: flex-end;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-studio-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-studio-submit .tb-btn.primary {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(239, 98, 95, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-task-result,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-popular-templates {
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

/* Knowledge template creator: blue accent, content input remains the dominant task. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] {
  --parity-accent: #327ddd;
  --parity-accent-strong: #2267bf;
  --parity-soft: #edf5ff;
  --parity-border: #bdd4ef;
  --parity-ink: #292c33;
  --parity-muted: #6a707b;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-reference {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-pagehead {
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 8px 2px 14px;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-pagehead h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-pagehead p {
  max-width: 62ch;
  margin: 6px 0 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-pagehead > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dddfe5;
  border-radius: 9px;
  background: #fff;
  color: #525966;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-creator-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(40, 78, 124, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-primary-field,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-creator-options,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-studio-submit {
  grid-column: 1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-selected-aside {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-primary-field {
  border: 1px solid #e2e4e9;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-branch-field.primary textarea {
  min-height: 230px !important;
  resize: vertical;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  color: var(--parity-ink) !important;
  padding: 13px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-selected-template {
  min-height: 100%;
  display: grid !important;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 9px !important;
  border: 1px solid var(--parity-border) !important;
  border-radius: 10px !important;
  background: var(--parity-soft) !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-selected-template > img {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: cover;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-advanced {
  border: 0 !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-creator-options {
  display: flex;
  justify-content: flex-end;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-studio-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-studio-submit .tb-btn.primary {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(50, 125, 221, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-task-result,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-popular-templates {
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

/* Review template creator: teal accent with the same task topology, not a global skin. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] {
  --parity-accent: #21a997;
  --parity-accent-strong: #168b7c;
  --parity-soft: #edf9f7;
  --parity-border: #b2ddd6;
  --parity-ink: #292c33;
  --parity-muted: #6a707b;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-v6-main-panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-reference {
  display: grid;
  gap: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-pagehead {
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 8px 2px 14px;
  box-shadow: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-pagehead h3 {
  margin: 0;
  color: var(--parity-ink);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-pagehead p {
  max-width: 62ch;
  margin: 6px 0 0;
  color: var(--parity-muted);
  font-size: 12px;
  line-height: 1.6;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-pagehead > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dddfe5;
  border-radius: 9px;
  background: #fff;
  color: #525966;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-creator-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 7px 8px rgba(34, 92, 84, .06) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-primary-field,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-creator-options,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-studio-submit {
  grid-column: 1;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-selected-aside {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-primary-field {
  border: 1px solid #e2e4e9;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-branch-field.primary textarea {
  min-height: 230px !important;
  resize: vertical;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  color: var(--parity-ink) !important;
  padding: 13px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-selected-template {
  min-height: 100%;
  display: grid !important;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 9px !important;
  border: 1px solid var(--parity-border) !important;
  border-radius: 10px !important;
  background: var(--parity-soft) !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-selected-template > img {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: cover;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-mode-section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-advanced {
  border: 0 !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-creator-options {
  display: flex;
  justify-content: flex-end;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-studio-submit {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0 !important;
  border-top: 1px solid #eceef2 !important;
  background: transparent !important;
  padding: 12px 0 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-studio-submit .tb-btn.primary {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--parity-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 5px 8px rgba(33, 169, 151, .2);
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-task-result,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-popular-templates {
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 4px 8px rgba(42, 45, 55, .055) !important;
}

/* Template-card rows are intentionally scoped per template tool, never site-wide. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-popular-templates > div,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-popular-templates > div,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-popular-templates > div,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-popular-templates > div {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-popular-template-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-popular-template-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-popular-template-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-popular-template-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e4e9 !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-popular-template-card > img,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-popular-template-card > img,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-popular-template-card > img,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-popular-template-card > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
}

/* Shared responsive behavior remains slug-explicit to protect unrelated tools. */
@media (max-width: 1080px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-popular-templates > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-popular-templates > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-popular-templates > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-popular-templates > div {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-creator-card,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-layout,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-creator-form,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-creator-form,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-creator-form,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-creator-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-template-selected-aside,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-template-selected-aside,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-template-selected-aside,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-template-selected-aside {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-selected-template,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-selected-template,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-selected-template,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-selected-template {
    min-height: 0;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-selected-template > img,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-selected-template > img,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-selected-template > img,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-selected-template > img {
    width: 92px;
    height: 122px;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-finished-gallery {
    position: static;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"],
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] {
    width: 100%;
    padding-inline: 0;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-intro,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-reference-pagehead,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-reference-pagehead,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-reference-pagehead,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-reference-pagehead {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 2px 12px;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-studio > header,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-pagehead,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-pagehead,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-poster-classic > header,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-head {
    min-height: 0;
    justify-items: start;
    padding: 8px 2px 12px;
    text-align: left;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-photo-note-bottom,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-main-fields,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-form .tb-form-grid,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-form-grid.compact {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards.scene {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-reference-media-row,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-reference-media-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-option-line,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] .tb-bigposter-title-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-section,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-generation-context,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-advanced {
    margin-left: 0 !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-hub > header {
    min-height: 132px;
    padding: 16px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-popular-templates > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-popular-templates > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-popular-templates > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-popular-templates > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-studio-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-studio-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-studio-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-studio-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] .tb-studio-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] .tb-studio-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] .tb-studio-submit .tb-btn.primary,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] .tb-studio-submit .tb-btn.primary {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-choice-cards.scene,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] .tb-segmented,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] .tb-topic-cards,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] .tb-batch-template-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] .tb-product-note-modes,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] .tb-product-note-modes {
    width: 100%;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] .tb-creation-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="multi-copy"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="photo-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="persona-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="assigned-copy-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="batch-poster-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="topic-helper"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="big-poster-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="memo-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="grid-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="knowledge-note"] *,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="review-note"] * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
