body.postid-1505 .cs-entry__header, body.postid-7746 .cs-entry__header, body.postid-7748 .cs-entry__header, body.postid-7750 .cs-entry__header, body.postid-7752 .cs-entry__header {
  display: none;
}

body.postid-1505 .entry-content > .tn-file-renamer-page, body.postid-7746 .entry-content > .tn-file-renamer-page, body.postid-7748 .entry-content > .tn-file-renamer-page, body.postid-7750 .entry-content > .tn-file-renamer-page, body.postid-7752 .entry-content > .tn-file-renamer-page {
  margin-top: 0;
}

.tn-file-renamer-page,
.tn-file-renamer-page * {
  box-sizing: border-box;
}

.tn-file-renamer-page {
  --tn-ink: #1a1208;
  --tn-muted: #5a4a30;
  --tn-line: #b8a888;
  --tn-soft-line: #ddd4be;
  --tn-paper: #faf6ee;
  --tn-paper-rgb: 250, 246, 238;
  --tn-wash: #f5efdf;
  --tn-button: #ede6d4;
  --tn-button-hover: #dfd4bb;
  --tn-accent: #c44a00;
  --tn-danger: #9b2414;
  --tn-ok: #38623b;
  --tn-panel: rgba(255, 253, 247, 0.88);
  --tn-panel-strong: rgba(250, 246, 238, 0.96);
  --tn-dot: radial-gradient(rgba(26, 18, 8, 0.08) 0.7px, transparent 0.8px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
  color: var(--tn-ink);
  font-family: "Noto Serif KR", AppleMyungjo, Batang, Georgia, serif;
}

body[data-scheme="dark"] .tn-file-renamer-page,
body[data-scheme="inverse"] .tn-file-renamer-page,
html[data-resolved-scheme="dark"] body[data-scheme="auto"] .tn-file-renamer-page,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-file-renamer-page {
  --tn-ink: #f7ead1;
  --tn-muted: #cdbf9e;
  --tn-line: #746245;
  --tn-soft-line: #514632;
  --tn-paper: #1b130d;
  --tn-paper-rgb: 27, 19, 13;
  --tn-wash: #21170f;
  --tn-button: #2a1d13;
  --tn-button-hover: #362618;
  --tn-accent: #ff9a4d;
  --tn-danger: #ffb09c;
  --tn-ok: #b6d69d;
  --tn-panel: rgba(35, 25, 17, 0.92);
  --tn-panel-strong: rgba(30, 21, 14, 0.96);
  --tn-dot: radial-gradient(rgba(247, 234, 209, 0.11) 0.7px, transparent 0.8px);
}

.tn-file-renamer-page button,
.tn-file-renamer-page input,
.tn-file-renamer-page select {
  font: inherit;
}

.tn-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tn-file-renamer-page .tn-ad {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--tn-muted);
}

.tn-file-renamer-page .tn-ad--top {
  width: min(900px, 100%);
  height: 90px;
  margin: 54px auto 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.tn-file-renamer-page .tn-ad--top ins,
.tn-file-renamer-page .tn-ad--top iframe {
  max-width: 100% !important;
  height: 90px !important;
  max-height: 90px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tn-file-renamer-page .tn-ad-grid {
  width: min(760px, 100%);
  margin: 24px auto 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 336px));
  justify-content: center;
  gap: 24px;
}

.tn-file-renamer-page .tn-ad--box {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tn-file-renamer-page .tn-ad--side {
  display: none;
}

@media (min-width: 1840px) {
  .tn-file-renamer-page .tn-ad--side {
    display: block;
    position: absolute;
    top: 250px;
    width: 300px;
    height: 600px;
    overflow: hidden;
  }

  .tn-file-renamer-page .tn-ad--side-left {
    left: calc(50% - 930px);
  }

  .tn-file-renamer-page .tn-ad--side-right {
    right: calc(50% - 930px);
  }
}

.tn-file-renamer-tool {
  margin: 0;
}

.tn-file-canvas {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.68fr);
  gap: 18px;
  align-items: stretch;
}

.tn-drop-zone,
.tn-renamer-settings,
.tn-rename-preview,
.tn-file-queue {
  background: var(--tn-panel);
  color: var(--tn-ink);
  border: 1px solid var(--tn-line);
  background-image: var(--tn-dot);
  background-size: 8px 8px;
  box-shadow: none;
}

.tn-drop-zone {
  min-height: 270px;
  padding: 26px;
  display: grid;
  place-items: center;
  text-align: center;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tn-drop-zone.is-dragover,
.tn-drop-zone:focus-visible {
  border-color: var(--tn-accent);
  outline: 2px solid color-mix(in srgb, var(--tn-accent) 38%, transparent);
  outline-offset: 3px;
}

.tn-upload-prompt {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 460px;
}

.tn-upload-mark,
.tn-mini-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 26px;
  padding: 0 10px;
  background: #1a1208;
  color: #faf6ee !important;
  -webkit-text-fill-color: #faf6ee;
  font: 950 12px/26px "Courier New", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-scheme="dark"] .tn-upload-mark,
body[data-scheme="inverse"] .tn-upload-mark,
body[data-scheme="dark"] .tn-mini-mark,
body[data-scheme="inverse"] .tn-mini-mark,
html[data-resolved-scheme="dark"] body[data-scheme="auto"] .tn-upload-mark,
html[data-resolved-scheme="dark"] body[data-scheme="auto"] .tn-mini-mark,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-upload-mark,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-mini-mark {
  background: #0f0a06;
  color: #faf6ee !important;
  -webkit-text-fill-color: #faf6ee;
}

.tn-upload-prompt strong {
  font-size: clamp(20px, 2.5vw, 31px);
  line-height: 1.16;
  font-weight: 950;
}

.tn-upload-prompt p,
.tn-upload-limit,
.tn-settings-head p,
.tn-preview-head p,
.tn-file-queue__head p,
.tn-field small,
.tn-meta-chip,
.tn-empty-note,
.tn-table-empty {
  color: var(--tn-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tn-command-btn,
.tn-text-btn {
  min-height: 36px;
  border: 1px solid var(--tn-line);
  border-radius: 0;
  background: var(--tn-button);
  color: var(--tn-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 13px;
  font: 950 13px/1 "Courier New", monospace;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.tn-command-btn:hover,
.tn-command-btn:focus-visible,
.tn-text-btn:hover,
.tn-text-btn:focus-visible {
  background: var(--tn-button-hover);
  outline: none;
}

.tn-command-btn:disabled,
.tn-text-btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.tn-command-btn--primary {
  background: var(--tn-ink);
  color: var(--tn-paper);
  border-color: var(--tn-ink);
}

.tn-command-btn--primary:hover,
.tn-command-btn--primary:focus-visible {
  background: var(--tn-accent);
  border-color: var(--tn-accent);
  color: #fff9ef;
}

.tn-renamer-settings {
  padding: 22px;
  display: grid;
  gap: 16px;
}

.tn-settings-head,
.tn-preview-head,
.tn-file-queue__head {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid var(--tn-soft-line);
  padding-bottom: 12px;
}

.tn-settings-head h2,
.tn-preview-head h2,
.tn-file-queue__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.tn-rename-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tn-field {
  display: grid;
  align-content: start;
  gap: 6px;
}

.tn-field--wide {
  grid-column: 1 / -1;
}

.tn-field label,
.tn-switch-label {
  color: var(--tn-ink);
  font: 950 12px/1.25 "Courier New", monospace;
  letter-spacing: 0.02em;
}

.tn-field input,
.tn-field select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--tn-line);
  border-radius: 0;
  background: rgba(var(--tn-paper-rgb), 0.8);
  color: var(--tn-ink);
  padding: 0 10px;
  font: 750 13px/1.2 "Courier New", monospace;
  box-shadow: none;
}

.tn-field input:focus,
.tn-field select:focus {
  outline: 2px solid color-mix(in srgb, var(--tn-accent) 35%, transparent);
  outline-offset: 1px;
  border-color: var(--tn-accent);
}

.tn-field.is-disabled {
  opacity: 0.55;
}

.tn-field--switch {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--tn-soft-line);
  padding: 10px 12px;
  background: rgba(var(--tn-paper-rgb), 0.46);
}

.tn-field--switch input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--tn-accent);
}

.tn-pattern-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding: 12px;
  border-top: 3px double var(--tn-line);
  border-bottom: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.5);
}

.tn-pattern-card span {
  color: var(--tn-muted);
  font: 950 11px/1 "Courier New", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tn-pattern-card strong {
  overflow-wrap: anywhere;
  font: 950 18px/1.2 "Courier New", monospace;
}

.tn-rename-preview {
  grid-column: 1 / -1;
  padding: 20px;
  display: grid;
  gap: 16px;
}

.tn-preview-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tn-meta-chip {
  min-height: 54px;
  border: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.52);
  padding: 10px;
  display: grid;
  gap: 4px;
}

.tn-meta-chip b {
  color: var(--tn-ink);
  font: 950 18px/1 "Courier New", monospace;
}

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

.tn-select-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tn-muted);
  font: 850 13px/1.2 "Courier New", monospace;
}

.tn-action-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tn-preview-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.45);
}

.tn-preview-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
}

.tn-preview-table th,
.tn-preview-table td {
  border-bottom: 1px solid var(--tn-soft-line);
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.tn-preview-table th {
  color: var(--tn-muted);
  font: 950 11px/1.2 "Courier New", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(var(--tn-paper-rgb), 0.72);
}

.tn-preview-table tr:last-child td {
  border-bottom: 0;
}

.tn-preview-table tr.is-muted,
.tn-file-row.is-muted {
  opacity: 0.55;
}

.tn-name-cell {
  overflow-wrap: anywhere;
  max-width: 310px;
}

.tn-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 24px;
  border: 1px solid var(--tn-line);
  background: rgba(var(--tn-paper-rgb), 0.72);
  font: 950 11px/1 "Courier New", monospace;
}

.tn-ok-text {
  color: var(--tn-ok);
  font-weight: 850;
}

.tn-warning-text {
  color: var(--tn-danger);
  font-weight: 850;
}

.tn-validation-summary {
  display: none;
  border: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.5);
  color: var(--tn-muted);
  padding: 10px 12px;
  font-size: 13px;
}

.tn-validation-summary.is-visible,
.tn-validation-summary.is-error {
  display: block;
}

.tn-validation-summary.is-error {
  border-color: var(--tn-danger);
  color: var(--tn-danger);
}

.tn-validation-summary p,
.tn-validation-summary ul {
  margin: 0;
}

.tn-validation-summary ul {
  padding-left: 18px;
  margin-top: 6px;
}

.tn-file-queue {
  grid-column: 1 / -1;
  padding: 20px;
  display: grid;
  gap: 14px;
}

.tn-file-list {
  display: grid;
  gap: 10px;
}

.tn-file-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.52);
  padding: 10px;
}

.tn-file-row__mark {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--tn-line);
  color: var(--tn-ink);
  font: 950 11px/1 "Courier New", monospace;
  background: rgba(var(--tn-paper-rgb), 0.7);
}

.tn-file-row__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.tn-file-row__original,
.tn-file-row__new {
  overflow-wrap: anywhere;
}

.tn-file-row__original {
  color: var(--tn-muted);
  font-size: 13px;
}

.tn-file-row__new {
  color: var(--tn-ink);
  font: 950 15px/1.25 "Courier New", monospace;
}

.tn-file-row__body small {
  color: var(--tn-muted);
  font-size: 12px;
}

.tn-file-row__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tn-tool-meta-row {
  width: min(1180px, 100%);
  margin: 10px auto 0;
  display: flex;
  justify-content: flex-end;
  color: var(--tn-muted);
  font: 850 12px/1.2 "Courier New", monospace;
}

.tn-design-note {
  width: min(990px, 100%);
  margin: 30px auto 34px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border-top: 3px double var(--tn-line);
  border-bottom: 3px double var(--tn-line);
  background: transparent;
  background-image: var(--tn-dot);
  background-size: 8px 8px;
}

.tn-design-note strong {
  display: grid;
  gap: 6px;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 950;
}

.tn-design-note strong span {
  color: var(--tn-muted);
  font: 950 12px/1 "Courier New", monospace;
  letter-spacing: 0.08em;
}

.tn-design-note ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tn-design-note li {
  margin: 0;
  padding-left: 12px;
  border-left: 1px solid var(--tn-line);
  color: var(--tn-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tn-design-note li b {
  display: block;
  margin-bottom: 4px;
  color: var(--tn-ink);
  font-size: 14px;
}

.tn-article-panel {
  width: min(1180px, 100%);
  margin: 0 auto 32px;
  padding: 24px;
  border: 1px solid var(--tn-line);
  background: var(--tn-panel);
  background-image: var(--tn-dot);
  background-size: 8px 8px;
  color: var(--tn-ink);
  font-size: 16px;
  line-height: 1.7;
}

.tn-article-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--tn-line);
}

.tn-article-title h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 950;
}

.tn-intro-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
  font-size: 15px;
}

.tn-intro-columns p,
.tn-info-card p,
.tn-faq-item p {
  margin: 0;
}

.tn-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tn-info-card {
  border: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.55);
  padding: 16px;
  display: grid;
  gap: 10px;
  align-content: start;
  font-size: 14px;
}

.tn-info-card--wide {
  grid-column: 1 / -1;
}

.tn-info-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
}

.tn-info-card ul,
.tn-info-card ol {
  margin: 0;
  padding-left: 18px;
}

.tn-info-card li + li {
  margin-top: 4px;
}

.tn-example-ledger {
  display: grid;
  border: 1px solid var(--tn-soft-line);
  background: rgba(var(--tn-paper-rgb), 0.42);
}

.tn-example-ledger div {
  display: grid;
  grid-template-columns: minmax(110px, 0.45fr) minmax(0, 1fr);
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--tn-soft-line);
}

.tn-example-ledger div:last-child {
  border-bottom: 0;
}

.tn-example-ledger b {
  font: 950 13px/1.35 "Courier New", monospace;
}

.tn-source-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.tn-source-links span,
.tn-source-link {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--tn-line);
  padding: 0 9px;
  font: 950 12px/1 "Courier New", monospace;
}

.tn-source-links span {
  color: var(--tn-muted);
  border-color: var(--tn-soft-line);
}

.tn-source-link {
  color: var(--tn-ink);
  background: var(--tn-button);
  text-decoration: none;
}

.tn-faq-list {
  display: grid;
  gap: 10px;
}

.tn-faq-item {
  border-top: 1px solid var(--tn-soft-line);
  padding-top: 10px;
  display: grid;
  gap: 6px;
}

.tn-faq-item h3 {
  position: relative;
  padding-left: 34px;
  min-height: 24px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.tn-faq-item h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: var(--tn-ink);
  color: var(--tn-paper);
  font: 950 12px/1 "Courier New", monospace;
}

.tn-toast {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: 16px;
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 14px;
  border: 1px solid var(--tn-line);
  background: var(--tn-panel-strong);
  color: var(--tn-ink);
  font: 850 13px/1.45 "Courier New", monospace;
  transition: opacity 160ms ease, transform 160ms ease;
}

.tn-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tn-toast[data-type="error"] {
  border-color: var(--tn-danger);
  color: var(--tn-danger);
}

@media (max-width: 920px) {
  .tn-file-canvas,
  .tn-rename-grid,
  .tn-preview-meta,
  .tn-intro-columns,
  .tn-content-grid,
  .tn-design-note,
  .tn-design-note ul {
    grid-template-columns: 1fr;
  }

  .tn-file-renamer-page .tn-ad-grid {
    grid-template-columns: minmax(0, 336px);
  }

  .tn-drop-zone {
    min-height: 220px;
  }

  .tn-file-row {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .tn-file-row__actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .tn-file-row__actions .tn-text-btn {
    flex: 1 1 130px;
  }
}

@media (max-width: 720px) {
  .tn-file-renamer-page {
    width: calc(100% - 10px);
    margin-bottom: 26px;
  }

  .tn-file-renamer-page .tn-ad--top {
    margin-top: 48px;
  }

  .tn-drop-zone,
  .tn-renamer-settings,
  .tn-rename-preview,
  .tn-file-queue,
  .tn-article-panel {
    padding: 14px;
  }

  .tn-action-line {
    align-items: stretch;
  }

  .tn-action-group,
  .tn-command-btn,
  .tn-select-all {
    width: 100%;
  }

  .tn-design-note {
    padding: 16px 0;
  }

  .tn-article-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .tn-article-panel {
    font-size: 15px;
  }

  .tn-example-ledger div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tn-file-renamer-page *,
  .tn-toast {
    transition: none !important;
  }
}

/* 20260701d: command buttons are controls, not body copy. Keep the selector
   specific enough to beat the generic .tn-file-renamer-page button inherit rule. */
.tn-file-renamer-page .tn-command-btn,
.tn-file-renamer-page .tn-text-btn {
  font: 950 13px/1 "Courier New", monospace;
  letter-spacing: 0.01em;
}

/* 20260701e: primary command contrast must be computed from the high-specificity
   live selector too; theme/button rules can otherwise leave dark-mode text equal
   to the primary background. */
.tn-file-renamer-page .tn-command-btn.tn-command-btn--primary {
  background: var(--tn-ink);
  border-color: var(--tn-ink);
  color: var(--tn-paper);
  -webkit-text-fill-color: var(--tn-paper);
}

.tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:hover,
.tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:focus-visible {
  background: var(--tn-accent);
  border-color: var(--tn-accent);
  color: #fff9ef;
  -webkit-text-fill-color: #fff9ef;
}

/* 20260701f: in dark/auto-dark keep primary commands on a dark button face so
   inherited/currentColor fallbacks cannot collapse text and background together. */
body[data-scheme="dark"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary,
body[data-scheme="inverse"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary,
html[data-resolved-scheme="dark"] body[data-scheme="auto"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary {
  background: #0f0a06;
  border-color: var(--tn-line);
  color: var(--tn-ink) !important;
  -webkit-text-fill-color: var(--tn-ink) !important;
}

body[data-scheme="dark"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:hover,
body[data-scheme="dark"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:focus-visible,
body[data-scheme="inverse"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:hover,
body[data-scheme="inverse"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:focus-visible,
html[data-resolved-scheme="dark"] body[data-scheme="auto"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:hover,
html[data-resolved-scheme="dark"] body[data-scheme="auto"] .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:focus-visible,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:hover,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-file-renamer-page .tn-command-btn.tn-command-btn--primary:focus-visible {
  background: var(--tn-accent);
  border-color: var(--tn-accent);
  color: #fff9ef !important;
  -webkit-text-fill-color: #fff9ef !important;
}

