/* Consolidated source: wp-content/themes/intro/assets/css/tools/compound-calculator/compound-calculator-the-new-20260710a.css */
.tn-compound-page {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  color: var(--tn-compound-ink, #1a1208);
  -webkit-text-fill-color: currentColor;
}

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

.tn-compound-tool {
  --tn-compound-ink: #1a1208;
  --tn-compound-muted: #5a4a30;
  --tn-compound-line: #b8a888;
  --tn-compound-soft-line: #ddd4be;
  --tn-compound-paper: #faf6ee;
  --tn-compound-wash: #f5efdf;
  --tn-compound-button: #ede6d4;
  --tn-compound-button-hover: #dfd4bb;
  --tn-compound-accent: #c44a00;
  --tn-compound-primary: #1f1710;
  --tn-compound-primary-hover: #3a2a1b;
  margin: 0 auto 18px;
  border-top: 2px solid var(--tn-compound-ink);
  border-bottom: 1px solid var(--tn-compound-line);
  background: linear-gradient(180deg, var(--tn-compound-paper), var(--tn-compound-wash));
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
}

.tn-compound-tool ul,
.tn-compound-tool ol,
.tn-compound-tool li,
.tn-compound-tool dl,
.tn-compound-tool dd,
.tn-compound-tool p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-compound-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  min-height: 420px;
}

.tn-compound-input,
.tn-compound-result {
  min-width: 0;
  padding: 18px;
}

.tn-compound-input {
  border-right: 1px solid var(--tn-compound-line);
}

.tn-compound-pane-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 0 12px;
  border-bottom: 1px solid var(--tn-compound-ink);
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tn-compound-fields,
.tn-compound-advanced-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tn-compound-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  min-width: 0;
  border: 1px solid var(--tn-compound-line);
  background: rgba(255, 252, 244, 0.74);
}

.tn-compound-field span {
  grid-column: 1 / -1;
  padding: 9px 10px 0;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 12px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-field span em {
  margin-left: 4px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font-style: normal;
  font-weight: 500;
}

.tn-compound-field input,
.tn-compound-field select {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
  font: 700 17px/42px Georgia, "Times New Roman", serif;
  outline: 0;
}

.tn-compound-field input {
  padding: 0 10px 8px;
}

.tn-compound-field select {
  padding: 0 30px 8px 10px;
  appearance: none;
}

.tn-compound-field b {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 0 10px;
  border-left: 1px solid var(--tn-compound-soft-line);
  border-bottom: 1px solid var(--tn-compound-soft-line);
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-period {
  grid-template-columns: minmax(0, 1fr) 82px;
}

.tn-compound-period input {
  border-right: 1px solid var(--tn-compound-soft-line);
}

.tn-compound-advanced {
  margin-top: 10px;
  border-top: 1px double var(--tn-compound-line);
  padding-top: 10px;
}

.tn-compound-advanced summary {
  cursor: pointer;
  margin-bottom: 10px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.tn-compound-secondary,
.tn-compound-actions .tn-compound-secondary:first-child {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--tn-compound-line);
  border-radius: 0;
  background: var(--tn-compound-button);
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
  cursor: pointer;
  font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  outline: 0;
}

.tn-compound-actions .tn-compound-secondary:first-child {
  border-color: var(--tn-compound-primary);
  background: var(--tn-compound-primary);
  color: #f7ead1;
  -webkit-text-fill-color: #f7ead1;
}


.tn-compound-actions .tn-compound-secondary:first-child:hover {
  background: var(--tn-compound-primary-hover);
}

.tn-compound-secondary:hover {
  background: var(--tn-compound-button-hover);
}

.tn-compound-secondary:focus-visible,
.tn-compound-actions .tn-compound-secondary:first-child:focus-visible,
.tn-compound-field input:focus-visible,
.tn-compound-field select:focus-visible,
.tn-compound-advanced summary:focus-visible {
  outline: 2px solid var(--tn-compound-accent);
  outline-offset: 2px;
}

.tn-compound-secondary:disabled,
.tn-compound-field input:disabled,
.tn-compound-field select:disabled {
  opacity: 0.54;
  cursor: not-allowed;
}

.tn-compound-secondary:not(:focus-visible),
.tn-compound-actions .tn-compound-secondary:first-child:not(:focus-visible),
.tn-compound-secondary:hover,
.tn-compound-actions .tn-compound-secondary:first-child:hover,
.tn-compound-secondary:disabled,
.tn-compound-actions .tn-compound-secondary:first-child:disabled {
  outline: 0;
}

.tn-compound-field input[aria-invalid="true"],
.tn-compound-field select[aria-invalid="true"] {
  background: rgba(196, 74, 0, 0.08);
}


.tn-compound-status,
.tn-compound-disclaimer {
  margin-top: 10px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-main {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: baseline;
  column-gap: 14px;
  row-gap: 8px;
  padding: 16px 0 14px;
  border-top: 1px solid var(--tn-compound-ink);
  border-bottom: 1px double var(--tn-compound-line);
}

.tn-compound-main span {
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 13px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-main strong {
  min-width: 0;
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
  font: 700 clamp(28px, 4vw, 46px)/0.95 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.tn-compound-main em {
  grid-column: 1 / -1;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-style: normal;
}

.tn-compound-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--tn-compound-line);
}

.tn-compound-metrics div {
  min-width: 0;
  padding: 12px 10px;
  border-right: 1px solid var(--tn-compound-soft-line);
}

.tn-compound-metrics div:last-child {
  border-right: 0;
}

.tn-compound-metrics dt {
  margin-bottom: 6px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-metrics dd {
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
  font: 700 16px/1.2 Georgia, "Times New Roman", serif;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tn-compound-schedule {
  margin-top: 14px;
  overflow-x: auto;
}

.tn-compound-schedule table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
}

.tn-compound-schedule th,
.tn-compound-schedule td {
  border-bottom: 1px solid var(--tn-compound-soft-line);
  padding: 8px 7px;
  text-align: right;
  font: 12px/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-schedule th:first-child,
.tn-compound-schedule td:first-child {
  text-align: left;
}

.tn-compound-schedule th {
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font-weight: 700;
}

.tn-compound-page .tn-article-panel ul,
.tn-compound-page .tn-article-panel ol,
.tn-compound-page .tn-article-panel li,
.tn-compound-page .tn-design-note ul,
.tn-compound-page .tn-design-note li {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.tn-compound-page .tn-source-link {
  box-shadow: none;
}

.tn-example-ledger {
  display: grid;
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid var(--tn-compound-soft-line, #ddd4be);
}

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

.tn-example-ledger dt {
  color: var(--tn-compound-muted, #5a4a30);
  -webkit-text-fill-color: var(--tn-compound-muted, #5a4a30);
  font: 700 12px/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-example-ledger dd {
  margin: 0;
  color: var(--tn-compound-ink, #1a1208);
  -webkit-text-fill-color: var(--tn-compound-ink, #1a1208);
  font: 13px/1.45 Georgia, "Times New Roman", serif;
}

body[data-scheme="dark"] .tn-compound-tool,
body[data-scheme="inverse"] .tn-compound-tool,
body[data-scheme="auto"][data-l="dark"] .tn-compound-tool,
body[data-scheme="auto"][data-d="dark"] .tn-compound-tool,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-tool {
  --tn-compound-ink: #f7ead1;
  --tn-compound-muted: #d5c3a6;
  --tn-compound-line: #826744;
  --tn-compound-soft-line: #58432d;
  --tn-compound-paper: #21170f;
  --tn-compound-wash: #17100b;
  --tn-compound-button: #2f2115;
  --tn-compound-button-hover: #3a2a1b;
  --tn-compound-primary: #6a3b1f;
  --tn-compound-primary-hover: #824826;
  --tn-compound-accent: #e38b4f;
  background: linear-gradient(180deg, var(--tn-compound-paper), var(--tn-compound-wash));
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: var(--tn-compound-ink);
}

body[data-scheme="dark"] .tn-compound-field,
body[data-scheme="inverse"] .tn-compound-field,
body[data-scheme="auto"][data-l="dark"] .tn-compound-field,
body[data-scheme="auto"][data-d="dark"] .tn-compound-field,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-field {
  background: #251a11;
}

body[data-scheme="dark"] .tn-compound-secondary,
body[data-scheme="inverse"] .tn-compound-secondary,
body[data-scheme="auto"][data-l="dark"] .tn-compound-secondary,
body[data-scheme="auto"][data-d="dark"] .tn-compound-secondary,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-secondary {
  background: #2f2115;
  color: #f7ead1;
  -webkit-text-fill-color: #f7ead1;
  border-color: #826744;
}

body[data-scheme="dark"] .tn-compound-secondary:hover,
body[data-scheme="inverse"] .tn-compound-secondary:hover,
body[data-scheme="auto"][data-l="dark"] .tn-compound-secondary:hover,
body[data-scheme="auto"][data-d="dark"] .tn-compound-secondary:hover,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-secondary:hover {
  background: #3a2a1b;
}

body[data-scheme="dark"] .tn-compound-actions .tn-compound-secondary:first-child,
body[data-scheme="inverse"] .tn-compound-actions .tn-compound-secondary:first-child,
body[data-scheme="auto"][data-l="dark"] .tn-compound-actions .tn-compound-secondary:first-child,
body[data-scheme="auto"][data-d="dark"] .tn-compound-actions .tn-compound-secondary:first-child,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-actions .tn-compound-secondary:first-child {
  background: #6a3b1f;
  color: #f7ead1;
  -webkit-text-fill-color: #f7ead1;
  border-color: #6a3b1f;
}

body[data-scheme="dark"] .tn-compound-actions .tn-compound-secondary:first-child:hover,
body[data-scheme="inverse"] .tn-compound-actions .tn-compound-secondary:first-child:hover,
body[data-scheme="auto"][data-l="dark"] .tn-compound-actions .tn-compound-secondary:first-child:hover,
body[data-scheme="auto"][data-d="dark"] .tn-compound-actions .tn-compound-secondary:first-child:hover,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-actions .tn-compound-secondary:first-child:hover {
  background: #824826;
}


@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .tn-compound-tool,
  body:not([data-scheme]) .tn-compound-tool {
    --tn-compound-ink: #f7ead1;
    --tn-compound-muted: #d5c3a6;
    --tn-compound-line: #826744;
    --tn-compound-soft-line: #58432d;
    --tn-compound-paper: #21170f;
    --tn-compound-wash: #17100b;
    --tn-compound-button: #2f2115;
    --tn-compound-button-hover: #3a2a1b;
    --tn-compound-accent: #e38b4f;
  }

  body[data-scheme="auto"] .tn-compound-field,
  body:not([data-scheme]) .tn-compound-field {
    background: #251a11;
  }

  body[data-scheme="auto"] .tn-compound-secondary,
  body:not([data-scheme]) .tn-compound-secondary {
    background: #2f2115;
    color: #f7ead1;
    -webkit-text-fill-color: #f7ead1;
    border-color: #826744;
  }

  body[data-scheme="auto"] .tn-compound-actions .tn-compound-secondary:first-child,
  body:not([data-scheme]) .tn-compound-actions .tn-compound-secondary:first-child {
    background: #6a3b1f;
    color: #f7ead1;
    -webkit-text-fill-color: #f7ead1;
    border-color: #6a3b1f;
  }

  body[data-scheme="auto"] .tn-compound-actions .tn-compound-secondary:first-child:hover,
  body:not([data-scheme]) .tn-compound-actions .tn-compound-secondary:first-child:hover {
    background: #824826;
  }
}

@media (max-width: 720px) {
  .tn-compound-page {
    width: calc(100vw - 10px);
  }

  .tn-compound-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tn-compound-input {
    border-right: 0;
    border-bottom: 1px solid var(--tn-compound-line);
  }

  .tn-compound-input,
  .tn-compound-result {
    padding: 12px;
  }

  .tn-compound-fields,
  .tn-compound-advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tn-compound-field span {
    padding: 8px 8px 0;
    font-size: 11px;
  }

  .tn-compound-field input,
  .tn-compound-field select {
    height: 39px;
    font-size: 15px;
    line-height: 39px;
  }

  .tn-compound-field input {
    padding: 0 8px 7px;
  }

  .tn-compound-field b {
    min-width: 34px;
    padding: 0 7px;
  }

  .tn-compound-main {
    grid-template-columns: 1fr;
    align-items: start;
    column-gap: 0;
  }

  .tn-compound-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-compound-metrics div:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 370px) {
  .tn-compound-fields,
  .tn-compound-advanced-grid,
  .tn-compound-actions {
    grid-template-columns: 1fr;
  }

  .tn-compound-metrics {
    grid-template-columns: 1fr;
  }

  .tn-compound-metrics div {
    border-right: 0;
  }
}
body[data-scheme="dark"] .tn-compound-actions .tn-compound-primary:focus-visible,
body[data-scheme="inverse"] .tn-compound-actions .tn-compound-primary:focus-visible,
body[data-scheme="auto"][data-l="dark"] .tn-compound-actions .tn-compound-primary:focus-visible,
body[data-scheme="auto"][data-d="dark"] .tn-compound-actions .tn-compound-primary:focus-visible,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-actions .tn-compound-primary:focus-visible{background:#824826;border-color:#824826;color:#f7ead1;-webkit-text-fill-color:#f7ead1;}
body[data-scheme="dark"] .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):focus-visible,
body[data-scheme="inverse"] .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):focus-visible,
body[data-scheme="auto"][data-l="dark"] .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):focus-visible,
body[data-scheme="auto"][data-d="dark"] .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):focus-visible,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):focus-visible{background:#3a2a1b;border-color:#826744;color:#f7ead1;-webkit-text-fill-color:#f7ead1;}
@media (prefers-color-scheme:dark){body[data-scheme="auto"] .tn-compound-actions .tn-compound-primary:focus-visible{background:#824826;border-color:#824826;}body[data-scheme="auto"] .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):focus-visible{background:#3a2a1b;border-color:#826744;}}
@media (max-width:370px){.tn-compound-fields,.tn-compound-advanced-grid,.tn-compound-actions,.tn-compound-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}}

/* Consolidated source: wp-content/themes/intro/assets/css/tools/compound-calculator/compound-calculator-the-new-20260710c.css */
.tn-compound-grid {
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
}

.tn-compound-input,
.tn-compound-result {
  width: 100%;
  padding: 16px;
}

.tn-compound-input {
  border-right: 0;
  border-bottom: 1px solid var(--tn-compound-line);
}

.tn-compound-fields {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.tn-compound-advanced-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tn-compound-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
}

.tn-compound-secondary,
.tn-compound-actions .tn-compound-secondary:first-child {
  display: grid;
  place-items: center;
  padding: 11px 14px;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.tn-compound-result {
  display: grid;
  gap: 14px;
}

.tn-compound-result > * {
  margin-top: 0;
  margin-bottom: 0;
}

.tn-compound-main {
  padding: 14px 0;
}

.tn-compound-metrics {
  border-top: 0;
}

.tn-compound-chart {
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid var(--tn-compound-line);
  border-bottom: 1px double var(--tn-compound-line);
  padding: 12px 0 14px;
}

.tn-compound-chart .tn-compound-pane-label {
  margin-bottom: 10px;
}

.tn-compound-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 8px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tn-compound-chart-key {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: var(--tn-compound-accent);
}

.tn-compound-chart-key--contributions {
  background: var(--tn-compound-muted);
}

#compoundChart {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 220px;
  overflow: hidden;
  color: var(--tn-compound-ink);
  -webkit-text-fill-color: currentColor;
}

.tn-compound-chart-grid line {
  stroke: var(--tn-compound-soft-line);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.tn-compound-chart-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.tn-compound-chart-line--balance {
  stroke: var(--tn-compound-accent);
}

.tn-compound-chart-line--contributions {
  stroke: var(--tn-compound-muted);
  stroke-dasharray: 7 5;
}

#compoundChartEmpty {
  fill: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 13px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.tn-compound-schedule {
  margin-top: 0;
}

body[data-scheme="dark"] .tn-compound-chart-key--balance,
body[data-scheme="inverse"] .tn-compound-chart-key--balance,
body[data-scheme="auto"][data-l="dark"] .tn-compound-chart-key--balance,
body[data-scheme="auto"][data-d="dark"] .tn-compound-chart-key--balance,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-compound-chart-key--balance {
  background: #e38b4f;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .tn-compound-chart-key--balance,
  body:not([data-scheme]) .tn-compound-chart-key--balance {
    background: #e38b4f;
  }
}

@media (max-width: 960px) {
  .tn-compound-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tn-compound-advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tn-compound-input,
  .tn-compound-result {
    padding: 12px;
  }

  .tn-compound-fields,
  .tn-compound-advanced-grid,
  .tn-compound-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tn-compound-field input,
  .tn-compound-field select {
    font-size: 14px;
  }

  .tn-compound-field b {
    min-width: 31px;
    padding: 0 6px;
  }

  #compoundChart {
    height: 190px;
  }
}

@media (max-width: 370px) {
  .tn-compound-fields,
  .tn-compound-advanced-grid,
  .tn-compound-actions,
  .tn-compound-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-compound-field span {
    font-size: 10.5px;
  }

  .tn-compound-field input,
  .tn-compound-field select {
    font-size: 13px;
  }
}

/* Consolidated source: wp-content/themes/intro/assets/css/tools/compound-calculator/compound-calculator-the-new-20260710h.css */
.tn-compound-tool {
  background: var(--tn-compound-paper);
}

.tn-compound-grid {
  grid-template-columns: 1fr;
  min-height: 0;
}

.tn-compound-input {
  border-right: 0;
  border-bottom: 3px double var(--tn-compound-line);
}

.tn-compound-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.tn-compound-band {
  min-width: 0;
  border-top: 1px solid var(--tn-compound-ink);
  border-bottom: 1px solid var(--tn-compound-soft-line);
  padding: 10px 0 12px;
}

.tn-compound-band-label {
  margin: 0 0 8px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.08em;
}

.tn-compound-band-grid {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.tn-compound-band--capital .tn-compound-band-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tn-compound-band--plan .tn-compound-band-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tn-compound-band--capital .tn-compound-field input {
  height: 48px;
  font-size: 20px;
  line-height: 48px;
}

.tn-compound-advanced {
  margin-top: 10px;
  border-top: 1px double var(--tn-compound-line);
  padding-top: 10px;
  background-image: none;
}

.tn-compound-advanced-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tn-compound-command {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid var(--tn-compound-soft-line);
  border-bottom: 1px double var(--tn-compound-line);
  padding: 8px 0;
}

.tn-compound-command .tn-compound-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  max-width: none;
}

.tn-compound-command .tn-compound-status {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--tn-compound-soft-line);
  padding: 8px 10px;
  overflow-wrap: anywhere;
}

.tn-compound-summary {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  border-top: 1px solid var(--tn-compound-ink);
  border-bottom: 3px double var(--tn-compound-line);
}

.tn-compound-summary .tn-compound-main {
  border-top: 0;
  border-bottom: 0;
  padding: 14px 14px 14px 0;
  align-content: center;
}

.tn-compound-summary .tn-compound-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 0;
  border-left: 1px solid var(--tn-compound-soft-line);
}

.tn-compound-summary .tn-compound-metrics div {
  padding: 10px 8px;
}

.tn-compound-analysis {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 12px;
  margin-top: 12px;
  min-width: 0;
}

.tn-compound-analysis .tn-compound-chart,
.tn-compound-analysis .tn-compound-schedule {
  min-width: 0;
  margin-top: 0;
  border-top: 1px solid var(--tn-compound-line);
  border-bottom: 1px double var(--tn-compound-line);
  padding: 12px 0 0;
}

.tn-compound-analysis .tn-compound-chart {
  overflow: hidden;
}

.tn-compound-analysis .tn-compound-schedule {
  max-height: 304px;
  overflow: auto;
}

.tn-compound-analysis .tn-compound-schedule table {
  min-width: 460px;
}

@media (max-width: 960px) {
  .tn-compound-band--plan .tn-compound-band-grid,
  .tn-compound-advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-compound-summary,
  .tn-compound-analysis {
    grid-template-columns: 1fr;
  }

  .tn-compound-summary .tn-compound-main {
    padding-right: 0;
  }

  .tn-compound-summary .tn-compound-metrics {
    border-top: 1px solid var(--tn-compound-soft-line);
    border-left: 0;
  }

  .tn-compound-analysis .tn-compound-schedule {
    max-height: 360px;
  }
}

@media (max-width: 720px) {
  .tn-compound-band--capital .tn-compound-band-grid,
  .tn-compound-band--plan .tn-compound-band-grid,
  .tn-compound-advanced-grid,
  .tn-compound-command .tn-compound-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-compound-command {
    grid-template-columns: 1fr;
  }

  .tn-compound-band--capital .tn-compound-field input {
    height: 44px;
    font-size: 17px;
    line-height: 44px;
  }

  .tn-compound-summary .tn-compound-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-compound-summary .tn-compound-metrics div:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 430px) {
  .tn-compound-input,
  .tn-compound-result {
    padding: 12px 8px;
  }

  .tn-compound-band-grid,
  .tn-compound-advanced-grid,
  .tn-compound-command .tn-compound-actions {
    gap: 7px;
  }

  .tn-compound-period {
    grid-template-columns: minmax(0, 1fr) 64px;
  }

  .tn-compound-field span {
    padding: 8px 7px 0;
    font-size: 10.5px;
  }

  .tn-compound-field input,
  .tn-compound-field select {
    height: 38px;
    font-size: 13px;
    line-height: 38px;
  }

  .tn-compound-field input {
    padding: 0 7px 7px;
  }

  .tn-compound-field select {
    padding: 0 22px 7px 7px;
  }

  .tn-compound-field b {
    min-width: 30px;
    padding: 0 5px;
  }

  .tn-compound-summary .tn-compound-metrics div {
    padding: 9px 7px;
  }

  .tn-compound-analysis .tn-compound-schedule table {
    min-width: 420px;
  }
}

/* Consolidated source: wp-content/themes/intro/assets/css/tools/compound-calculator/compound-calculator-the-new-20260711a.css */
.tn-compound-grid {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  align-items: start;
  gap: 0;
  min-height: 0;
}

.tn-compound-input,
.tn-compound-result {
  min-width: 0;
  width: auto;
  padding: 16px;
}

.tn-compound-input {
  border-right: 1px solid var(--tn-compound-line);
  border-bottom: 0;
}

.tn-compound-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tn-compound-band {
  min-width: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

.tn-compound-band-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.tn-compound-band--capital .tn-compound-band-grid,
.tn-compound-band--plan .tn-compound-band-grid,
.tn-compound-band--rate .tn-compound-band-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tn-compound-band--capital .tn-compound-field input {
  height: 42px;
  font-size: 17px;
  line-height: 42px;
}

.tn-compound-advanced {
  margin-top: 8px;
  border-top: 1px double var(--tn-compound-line);
  padding-top: 8px;
  background-image: none;
}

.tn-compound-advanced summary {
  margin-bottom: 8px;
}

.tn-compound-advanced-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tn-compound-command {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 8px;
  margin-top: 8px;
  border-top: 1px solid var(--tn-compound-soft-line);
  border-bottom: 1px double var(--tn-compound-line);
  padding: 8px 0;
}

.tn-compound-command .tn-compound-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  max-width: none;
}

.tn-compound-command .tn-compound-status {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--tn-compound-soft-line);
  padding: 8px 10px;
  overflow-wrap: anywhere;
}

.tn-compound-result {
  display: block;
}

.tn-compound-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--tn-compound-ink);
  border-bottom: 3px double var(--tn-compound-line);
}

.tn-compound-summary .tn-compound-main {
  border-top: 0;
  border-bottom: 1px solid var(--tn-compound-soft-line);
  padding: 14px 0;
}

.tn-compound-summary .tn-compound-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 0;
  border-bottom: 0;
}

.tn-compound-summary .tn-compound-metrics div {
  padding: 10px 8px;
}

.tn-compound-summary .tn-compound-metrics div:nth-child(2n) {
  border-right: 0;
}

.tn-compound-summary .tn-compound-metrics div:last-child {
  border-right: 0;
}

.tn-compound-analysis {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
  margin-top: 0;
  border-top: 3px double var(--tn-compound-line);
}

.tn-compound-analysis .tn-compound-chart,
.tn-compound-analysis .tn-compound-schedule {
  min-width: 0;
  margin-top: 0;
  border-top: 0;
  border-bottom: 1px double var(--tn-compound-line);
  padding: 14px 16px;
}

.tn-compound-analysis .tn-compound-chart {
  overflow: hidden;
}

.tn-compound-analysis .tn-compound-schedule {
  max-height: none;
  overflow-x: auto;
  overflow-y: visible;
}

.tn-compound-analysis .tn-compound-schedule table {
  min-width: 520px;
}

.tn-compound-disclaimer {
  margin: 0;
  padding: 12px 16px 14px;
}

@media (max-width: 960px) {
  .tn-compound-grid {
    grid-template-columns: 1fr;
  }

  .tn-compound-input {
    border-right: 0;
    border-bottom: 1px solid var(--tn-compound-line);
  }

  .tn-compound-result {
    border-bottom: 0;
  }

  .tn-compound-analysis {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .tn-compound-input,
  .tn-compound-result,
  .tn-compound-analysis .tn-compound-chart,
  .tn-compound-analysis .tn-compound-schedule {
    padding: 12px;
  }

  .tn-compound-band-grid,
  .tn-compound-advanced-grid,
  .tn-compound-command .tn-compound-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tn-compound-command {
    grid-template-columns: 1fr;
  }

  .tn-compound-disclaimer {
    padding: 10px 12px 12px;
  }
}

@media (max-width: 430px) {
  .tn-compound-input,
  .tn-compound-result,
  .tn-compound-analysis .tn-compound-chart,
  .tn-compound-analysis .tn-compound-schedule {
    padding: 12px 8px;
  }

  .tn-compound-band-grid,
  .tn-compound-advanced-grid,
  .tn-compound-command .tn-compound-actions {
    gap: 7px;
  }

  .tn-compound-period {
    grid-template-columns: minmax(0, 1fr) 64px;
  }

  .tn-compound-field span {
    padding: 8px 7px 0;
    font-size: 10.5px;
  }

  .tn-compound-field input,
  .tn-compound-field select {
    height: 38px;
    font-size: 13px;
    line-height: 38px;
  }
  .tn-compound-band--capital .tn-compound-field input {
    height: 38px;
    font-size: 13px;
    line-height: 38px;
  }

  .tn-compound-field input {
    padding: 0 7px 7px;
  }

  .tn-compound-field select {
    padding: 0 22px 7px 7px;
  }

  .tn-compound-field b {
    min-width: 30px;
    padding: 0 5px;
  }

  .tn-compound-summary .tn-compound-metrics div {
    padding: 9px 7px;
  }

  .tn-compound-analysis .tn-compound-schedule table {
    min-width: 420px;
  }

  .tn-compound-disclaimer {
    padding: 10px 8px 12px;
  }
}

/* Compact, explicit controls: 2026-07-11 repeat correction. */
.tn-compound-input,
.tn-compound-result {
  padding: 12px;
}

.tn-compound-pane-label {
  min-height: 22px;
  margin-bottom: 8px;
}

.tn-compound-fields,
.tn-compound-band-grid,
.tn-compound-advanced-grid {
  gap: 6px;
}

.tn-compound-field span {
  padding: 6px 8px 0;
  font-size: 11px;
  line-height: 1.25;
}

.tn-compound-field input,
.tn-compound-field select,
.tn-compound-band--capital .tn-compound-field input {
  height: 36px;
  font-size: 15px;
  line-height: 36px;
}

.tn-compound-field input,
.tn-compound-band--capital .tn-compound-field input {
  padding: 0 8px;
}

.tn-compound-field select {
  padding: 0 28px 0 8px;
  background-color: var(--tn-compound-wash);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--tn-compound-muted) 50%),
    linear-gradient(135deg, var(--tn-compound-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 13px) calc(50% + 1px),
    calc(100% - 8px) calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 5px 5px;
  cursor: pointer;
}

.tn-compound-field select:hover {
  background-color: var(--tn-compound-button);
}

.tn-compound-field:focus-within {
  border-color: var(--tn-compound-accent);
}

.tn-compound-field b {
  min-width: 36px;
  padding: 0 8px;
}

.tn-compound-tool .tn-compound-rate-hint {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--tn-compound-soft-line);
  background: var(--tn-compound-wash);
  padding: 7px 9px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 11px/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  overflow-wrap: anywhere;
}

.tn-compound-advanced {
  margin-top: 6px;
  padding-top: 6px;
}

.tn-compound-advanced summary {
  margin-bottom: 6px;
}

.tn-compound-advanced:not([open]) summary {
  margin-bottom: 0;
}

.tn-compound-command {
  gap: 6px;
  margin-top: 6px;
  padding: 6px 0;
}

.tn-compound-command .tn-compound-actions {
  gap: 6px;
}

.tn-compound-secondary,
.tn-compound-actions .tn-compound-secondary:first-child {
  height: 36px;
  min-height: 36px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
}

.tn-compound-command .tn-compound-status {
  min-height: 36px;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.35;
}

.tn-compound-summary .tn-compound-main {
  row-gap: 5px;
  column-gap: 10px;
  padding: 10px 0;
}

.tn-compound-main span {
  font-size: 11px;
}

.tn-compound-main strong {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1;
}

.tn-compound-main em {
  font-size: 11px;
  line-height: 1.35;
}

.tn-compound-summary .tn-compound-metrics div {
  padding: 7px;
}

.tn-compound-metrics dt {
  margin-bottom: 4px;
  font-size: 10.5px;
}

.tn-compound-metrics dd {
  font-size: 15px;
}

@media (max-width: 720px) {
  .tn-compound-input,
  .tn-compound-result {
    padding: 10px;
  }

  .tn-compound-main strong {
    font-size: clamp(27px, 9vw, 36px);
  }
}

@media (max-width: 430px) {
  .tn-compound-input,
  .tn-compound-result {
    padding: 10px 7px;
  }

  .tn-compound-band-grid,
  .tn-compound-advanced-grid,
  .tn-compound-command .tn-compound-actions {
    gap: 6px;
  }

  .tn-compound-field span {
    padding: 6px 6px 0;
    font-size: 10.5px;
  }

  .tn-compound-field input,
  .tn-compound-field select,
  .tn-compound-band--capital .tn-compound-field input {
    height: 36px;
    font-size: 13.5px;
    line-height: 36px;
  }

  .tn-compound-field input,
  .tn-compound-band--capital .tn-compound-field input {
    padding: 0 6px;
  }

  .tn-compound-field select {
    padding: 0 25px 0 6px;
    background-position:
      calc(100% - 12px) calc(50% + 1px),
      calc(100% - 7px) calc(50% + 1px);
  }

  .tn-compound-field b {
    min-width: 30px;
    padding: 0 5px;
  }

  .tn-compound-tool .tn-compound-rate-hint {
    padding: 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .tn-compound-summary .tn-compound-main {
    padding: 9px 0;
  }

  .tn-compound-summary .tn-compound-metrics div {
    padding: 6px;
  }
}

/* Consolidated source: wp-content/themes/intro/assets/css/tools/compound-calculator/compound-calculator-the-new-20260711e.css */
/* Roberin The New — Compound workspace composition 20260711e */
body.tn-compound-page-body .tn-compound-page .tn-compound-tool {
  --tn-compound-control-surface: #fffdf7;
  --tn-compound-control-addon: var(--tn-compound-wash);
  border: 1px solid var(--tn-compound-line);
  border-top: 3px double var(--tn-compound-line);
  border-bottom: 3px double var(--tn-compound-line);
  background: var(--tn-compound-paper);
  box-shadow: 4px 4px 0 rgba(26, 18, 8, 0.1);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-grid {
  align-items: stretch;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-input,
body.tn-compound-page-body .tn-compound-page .tn-compound-result {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 18px;
  background: var(--tn-compound-paper);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-pane-label {
  display: block;
  width: 100%;
  min-height: 24px;
  margin: 0 0 10px;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field {
  row-gap: 5px;
  border: 0;
  background: transparent !important;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > span {
  padding: 0;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > input,
body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > select {
  border: 1px solid var(--tn-compound-line);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > input {
  background: var(--tn-compound-control-surface);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > input:has(+ b),
body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > input:has(+ select) {
  border-right: 0;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > select,
body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > b {
  background-color: var(--tn-compound-control-addon);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-tool .tn-compound-field > b {
  height: 36px;
  min-height: 36px;
  border: 1px solid var(--tn-compound-line);
  border-left-color: var(--tn-compound-soft-line);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-fields {
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--tn-compound-line);
  border-bottom: 0;
  background: var(--tn-compound-control-surface);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-band + .tn-compound-band {
  padding-top: 12px;
  border-top: 1px solid var(--tn-compound-soft-line);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-band-grid,
body.tn-compound-page-body .tn-compound-page .tn-compound-advanced-grid {
  gap: 10px;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-band--capital .tn-compound-band-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.tn-compound-page-body .tn-compound-page .tn-compound-band--plan .tn-compound-band-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-band--rate .tn-compound-band-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-advanced {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--tn-compound-line);
  border-top-color: var(--tn-compound-soft-line);
  border-bottom: 0;
  background: var(--tn-compound-control-surface);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-advanced summary {
  margin: 0;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-advanced[open] summary {
  margin-bottom: 10px;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-command {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 12px 14px 14px;
  border: 1px solid var(--tn-compound-line);
  border-top-color: var(--tn-compound-soft-line);
  background: var(--tn-compound-control-surface);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-command .tn-compound-actions {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-command .tn-compound-status {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--tn-compound-soft-line);
  background: color-mix(in srgb, var(--tn-compound-wash) 72%, transparent);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-summary {
  flex: 1 1 auto;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
  gap: 0;
  padding: 16px;
  border: 1px solid var(--tn-compound-line);
  background: var(--tn-compound-control-surface);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-summary .tn-compound-main {
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid var(--tn-compound-soft-line);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-main strong {
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-summary .tn-compound-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(58px, 1fr));
  gap: 8px;
  padding-top: 12px;
  border: 0;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-summary .tn-compound-metrics > div {
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid var(--tn-compound-soft-line);
  background: var(--tn-compound-wash);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-summary .tn-compound-metrics > div:last-child {
  grid-column: 1 / -1;
}

body.tn-compound-page-body:is([data-scheme="dark"], [data-scheme="inverse"], [data-scheme="auto"][data-l="dark"], [data-scheme="auto"][data-d="dark"]) .tn-compound-page .tn-compound-tool,
html[data-scheme="dark"] body.tn-compound-page-body:not([data-scheme="light"]) .tn-compound-page .tn-compound-tool {
  --tn-compound-control-surface: #24180f;
  --tn-compound-control-addon: #2f2115;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
}

@media (prefers-color-scheme: dark) {
  body.tn-compound-page-body[data-scheme="auto"] .tn-compound-page .tn-compound-tool,
  body.tn-compound-page-body:not([data-scheme]) .tn-compound-page .tn-compound-tool {
    --tn-compound-control-surface: #24180f;
    --tn-compound-control-addon: #2f2115;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
  }
}

@media (max-width: 960px) {
  body.tn-compound-page-body .tn-compound-page .tn-compound-summary {
    flex: 0 0 auto;
  }
}

@media (max-width: 720px) {
  body.tn-compound-page-body .tn-compound-page .tn-compound-input,
  body.tn-compound-page-body .tn-compound-page .tn-compound-result {
    padding: 12px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-fields {
    gap: 10px;
    padding: 12px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-band + .tn-compound-band {
    padding-top: 10px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-band-grid,
  body.tn-compound-page-body .tn-compound-page .tn-compound-advanced-grid {
    gap: 8px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-advanced {
    padding: 9px 12px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-command {
    padding: 10px 12px 12px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-summary {
    padding: 14px;
  }
}

@media (max-width: 430px) {
  body.tn-compound-page-body .tn-compound-page .tn-compound-input,
  body.tn-compound-page-body .tn-compound-page .tn-compound-result {
    padding: 10px 7px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-fields {
    gap: 9px;
    padding: 10px 7px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-band + .tn-compound-band {
    padding-top: 9px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-band-grid,
  body.tn-compound-page-body .tn-compound-page .tn-compound-advanced-grid,
  body.tn-compound-page-body .tn-compound-page .tn-compound-command .tn-compound-actions {
    gap: 7px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-advanced {
    padding: 9px 7px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-command {
    padding: 9px 7px 10px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-command .tn-compound-status {
    padding: 7px 8px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-summary {
    padding: 12px 7px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-summary .tn-compound-metrics {
    gap: 7px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-summary .tn-compound-metrics > div {
    min-height: 54px;
    padding: 8px 7px;
  }
}

/* Consolidated source: wp-content/themes/intro/assets/css/tools/compound-calculator/compound-calculator-the-new-20260711f.css */
/* Roberin The New — Compound projection schedule 20260711f */
body.tn-compound-page-body .tn-compound-page .tn-compound-schedule {
  overflow: visible;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule caption {
  caption-side: top;
  padding: 0 0 10px;
  color: var(--tn-compound-muted);
  -webkit-text-fill-color: var(--tn-compound-muted);
  font: 700 11px/1.45 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-align: left;
  overflow-wrap: anywhere;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule th,
body.tn-compound-page-body .tn-compound-page .tn-compound-schedule td {
  padding: 9px 10px;
  border: 0;
  border-bottom: 1px solid var(--tn-compound-soft-line);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule thead th {
  border-top: 1px solid var(--tn-compound-line);
  border-bottom-color: var(--tn-compound-line);
  background: var(--tn-compound-wash);
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule :is(th, td):first-child {
  width: 18%;
  text-align: left;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule :is(th, td):not(:first-child) {
  width: 27.333%;
  text-align: right;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr.is-final td {
  border-bottom-color: var(--tn-compound-line);
  background: color-mix(in srgb, var(--tn-compound-wash) 72%, transparent);
  font-weight: 700;
}

body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr.is-empty td {
  width: 100%;
  text-align: center;
  white-space: normal;
}

@media (max-width: 430px) {
  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule table,
  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody {
    display: block;
    width: 100%;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule caption {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    font-size: 10.5px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody {
    display: grid;
    gap: 8px;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--tn-compound-soft-line);
    background: var(--tn-compound-control-surface);
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody td {
    display: grid;
    align-content: center;
    gap: 4px;
    width: 100% !important;
    justify-self: stretch;
    min-width: 0;
    min-height: 58px;
    padding: 8px;
    border: 0;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody td:nth-child(odd) {
    border-right: 1px solid var(--tn-compound-soft-line);
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody td:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tn-compound-soft-line);
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody td::before {
    content: attr(data-label);
    color: var(--tn-compound-muted);
    -webkit-text-fill-color: var(--tn-compound-muted);
    font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody td:first-child {
    background: var(--tn-compound-wash);
    font-weight: 700;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr.is-final {
    border-color: var(--tn-compound-line);
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr.is-final td {
    background: color-mix(in srgb, var(--tn-compound-wash) 72%, transparent);
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr.is-empty td {
    grid-column: 1 / -1;
    min-height: 48px;
    text-align: center;
  }

  body.tn-compound-page-body .tn-compound-page .tn-compound-schedule tbody tr.is-empty td::before {
    content: none;
  }
}


/* 20260810a locale, action, and overflow corrections. */
.tn-compound-page,
.tn-compound-page * {
  box-sizing: border-box;
  min-width: 0;
}

.tn-compound-page {
  max-width: 100%;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

.tn-compound-page h1,
.tn-compound-page h2,
.tn-compound-page h3 {
  text-wrap: balance;
}

.tn-compound-page p,
.tn-compound-page li,
.tn-compound-page dd {
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.tn-compound-page input,
.tn-compound-page select,
.tn-compound-page button,
.tn-compound-page output,
.tn-compound-page .tn-compound-main strong,
.tn-compound-page .tn-compound-metrics dd,
.tn-compound-page .tn-compound-schedule td {
  font-variant-numeric: tabular-nums;
}

.tn-compound-page .tn-compound-field input {
  font-weight: 950 !important;
}

.tn-compound-page .tn-compound-actions button {
  min-height: 44px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.2;
  text-align: center;
  transition-property: color, background-color, border-color, box-shadow, transform;
}

.tn-compound-page .tn-compound-actions button:active:not(:disabled) {
  transform: scale(0.96);
}

.tn-compound-page .tn-compound-actions button:disabled,
.tn-compound-page .tn-compound-actions button:disabled:hover {
  outline: 0;
  box-shadow: none;
}

.tn-compound-page .tn-compound-actions button:focus:not(:focus-visible) {
  outline: 0;
}

.tn-compound-page .tn-compound-actions button:focus-visible {
  outline: 3px solid var(--tn-focus, #ff7a59);
  outline-offset: 3px;
}

.tn-compound-page .tn-compound-money-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  font: inherit;
}

.tn-compound-page .tn-compound-money-wrap--prefix {
  grid-template-columns: auto minmax(0, 1fr);
}

.tn-compound-page .tn-compound-money-wrap > input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--tn-compound-line, #704f38);
  background: var(--tn-compound-control-surface, transparent);
}

.tn-compound-page .tn-compound-money-affix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding-inline: 0.7rem;
  color: var(--tn-compound-ink, #3d2b1f);
  background: var(--tn-compound-field-affix, #faecd4);
  border: 2px solid var(--tn-compound-line, #704f38);
  grid-column: auto;
  font-weight: 850;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
}

.tn-compound-page .tn-compound-money-wrap--prefix .tn-compound-money-affix {
  border-right: 0;
}

.tn-compound-page .tn-compound-money-wrap--suffix .tn-compound-money-affix {
  border-left: 0;
}

.tn-compound-page .tn-compound-money-wrap--prefix input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tn-compound-page .tn-compound-money-wrap--suffix input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tn-compound-page .tn-compound-tax-assumption {
  grid-column: 1 / -1;
  margin: 0.55rem 0 0;
  color: var(--tn-compound-muted, #725f51);
  font-size: 0.82rem;
  line-height: 1.55;
}

.tn-compound-page .tn-compound-chart,
.tn-compound-page .tn-compound-schedule,
.tn-compound-page .tn-compound-schedule table {
  max-width: 100%;
}

.tn-compound-page .tn-compound-schedule {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.tn-compound-page[data-locale="ja"] .tn-compound-actions button,
.tn-compound-page[data-locale="es"] .tn-compound-actions button,
.tn-compound-page[data-locale="id"] .tn-compound-actions button {
  font-size: clamp(0.78rem, 2.7vw, 0.92rem);
}

:is(
  [data-theme="dark"],
  [data-theme="inverse"],
  .dark,
  .is-dark,
  body.dark-mode,
  body.roberin-dark
) .tn-compound-page,
.tn-compound-page[data-color-scheme="dark"] {
  --tn-compound-field-affix: #3a3028;
  --tn-compound-ink: #fff6e8;
  --tn-compound-muted: #d7c6b8;
  --tn-compound-line: #c4a27d;
  --tn-focus: #ffb08e;
}

:is(
  [data-theme="dark"],
  [data-theme="inverse"],
  .dark,
  .is-dark,
  body.dark-mode,
  body.roberin-dark
) .tn-compound-page .tn-compound-money-affix,
.tn-compound-page[data-color-scheme="dark"] .tn-compound-money-affix {
  color: var(--tn-compound-ink);
  background: var(--tn-compound-field-affix);
  border-color: var(--tn-compound-line);
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]):not(.light-mode) .tn-compound-page {
    --tn-compound-field-affix: #3a3028;
    --tn-compound-ink: #fff6e8;
    --tn-compound-muted: #d7c6b8;
    --tn-compound-line: #c4a27d;
    --tn-focus: #ffb08e;
  }

  body:not([data-theme="light"]):not(.light-mode) .tn-compound-page .tn-compound-money-affix {
    color: var(--tn-compound-ink);
    background: var(--tn-compound-field-affix);
    border-color: var(--tn-compound-line);
  }
}

@media (max-width: 390px) {
  .tn-compound-page .tn-compound-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-compound-page .tn-compound-actions button {
    width: 100%;
    padding-inline: 0.55rem;
  }

  .tn-compound-page .tn-compound-money-affix {
    min-width: 2.4rem;
    padding-inline: 0.5rem;
  }

  .tn-compound-page .tn-compound-schedule table {
    min-width: 34rem;
  }
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions button {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 10px !important;
  line-height: 1 !important;
  text-align: center !important;
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions .tn-compound-primary:not(:disabled) {
  border-color: #24170e !important;
  background: #24170e !important;
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions .tn-compound-primary:hover:not(:disabled) {
  border-color: #3a2718 !important;
  background: #3a2718 !important;
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):not(:disabled) {
  border-color: var(--tn-compound-line) !important;
  background: var(--tn-compound-button) !important;
  color: var(--tn-compound-ink) !important;
  -webkit-text-fill-color: var(--tn-compound-ink) !important;
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):hover:not(:disabled) {
  background: var(--tn-compound-button-hover) !important;
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions button:focus-visible {
  outline: 2px solid var(--tn-focus, #c44a00) !important;
  outline-offset: 2px !important;
}
body.tn-compound-page-body .tn-compound-page .tn-compound-actions button:disabled {
  outline: 0 !important;
  box-shadow: none !important;
}
body.tn-compound-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-compound-page .tn-compound-actions .tn-compound-primary:not(:disabled),
html[data-scheme="dark"] body.tn-compound-page-body:not([data-scheme="light"]) .tn-compound-page .tn-compound-actions .tn-compound-primary:not(:disabled) {
  border-color: #6a3b1f !important;
  background: #6a3b1f !important;
  color: #f7ead1 !important;
  -webkit-text-fill-color: #f7ead1 !important;
}
body.tn-compound-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-compound-page .tn-compound-actions .tn-compound-primary:hover:not(:disabled),
html[data-scheme="dark"] body.tn-compound-page-body:not([data-scheme="light"]) .tn-compound-page .tn-compound-actions .tn-compound-primary:hover:not(:disabled) {
  border-color: #824826 !important;
  background: #824826 !important;
}
body.tn-compound-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):not(:disabled),
html[data-scheme="dark"] body.tn-compound-page-body:not([data-scheme="light"]) .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):not(:disabled) {
  border-color: #826744 !important;
  background: #2f2115 !important;
  color: #f7ead1 !important;
  -webkit-text-fill-color: #f7ead1 !important;
}
body.tn-compound-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):hover:not(:disabled),
html[data-scheme="dark"] body.tn-compound-page-body:not([data-scheme="light"]) .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):hover:not(:disabled) {
  border-color: #826744 !important;
  background: #3a2a1b !important;
}
body.tn-compound-page-body:is([data-scheme="dark"],[data-scheme="inverse"],[data-scheme="auto"][data-l="dark"],[data-scheme="auto"][data-d="dark"]) .tn-compound-page .tn-compound-actions button:focus-visible,
html[data-scheme="dark"] body.tn-compound-page-body:not([data-scheme="light"]) .tn-compound-page .tn-compound-actions button:focus-visible {
  outline: 2px solid var(--tn-focus, #ffb08e) !important;
  outline-offset: 2px !important;
}
@media (prefers-color-scheme: dark) {
  body.tn-compound-page-body[data-scheme="auto"] .tn-compound-page .tn-compound-actions .tn-compound-primary:not(:disabled) {
    border-color: #6a3b1f !important;
    background: #6a3b1f !important;
    color: #f7ead1 !important;
    -webkit-text-fill-color: #f7ead1 !important;
  }
  body.tn-compound-page-body[data-scheme="auto"] .tn-compound-page .tn-compound-actions .tn-compound-primary:hover:not(:disabled) {
    border-color: #824826 !important;
    background: #824826 !important;
  }
  body.tn-compound-page-body[data-scheme="auto"] .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):not(:disabled) {
    border-color: #826744 !important;
    background: #2f2115 !important;
    color: #f7ead1 !important;
    -webkit-text-fill-color: #f7ead1 !important;
  }
  body.tn-compound-page-body[data-scheme="auto"] .tn-compound-page .tn-compound-actions .tn-compound-secondary:not(.tn-compound-primary):hover:not(:disabled) {
    border-color: #826744 !important;
    background: #3a2a1b !important;
  }
  body.tn-compound-page-body[data-scheme="auto"] .tn-compound-page .tn-compound-actions button:focus-visible {
    outline: 2px solid var(--tn-focus, #ffb08e) !important;
    outline-offset: 2px !important;
  }
}
