/* Partner dashboard — /partner and /partner-admin.
   Built on the site tokens in styles.css (--paper, --ink, --accent, --serif,
   --mono). Nothing here redefines a colour: a shop-facing page that drifted from
   the brand would read as a third-party portal, which is the opposite of the
   point.

   --mono is used only where the site's own rule says it should be: data a reader
   compares character by character. Here that is shop codes, counts, money and
   postcodes. Labels use --sans. */

.pt-wrap {
  max-width: 720px;
  margin: 0 auto;
  /* Clear the sticky nav. --nav-h is the measured height in styles.css; a bare
     44px put the eyebrow underneath the bar. */
  padding: calc(var(--nav-h, 64px) + 30px) 24px 96px;
}
.pt-centre { text-align: center; max-width: 520px; padding-top: calc(var(--nav-h, 64px) + 12vh); }
.pt-centre p { margin: 0 auto 14px; max-width: 46ch; }

/* ---- type ---------------------------------------------------------------- */

.pt-eyebrow {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 14px;
}
.pt-h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 5.5vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.015em;
  margin: 0 0 10px;
}
.pt-top { border-bottom: 2px solid var(--ink); padding-bottom: 18px; margin-bottom: 26px; }
.pt-code { font-family: var(--sans); font-size: .95rem; color: var(--ink-2); margin: 0; }
.pt-code strong { font-family: var(--mono); letter-spacing: .04em; }
.pt-dim { color: var(--ink-mute); }

.pt-lede {
  font-family: var(--body-serif);
  font-size: 1.09rem;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 26px;
  max-width: 58ch;
}
.pt-quiet {
  color: var(--ink-mute);
  font-size: .9rem;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 60ch;
}
.pt-hint {
  color: var(--ink-mute);
  font-size: .84rem;
  line-height: 1.55;
  margin: 10px 0 0;
  max-width: 56ch;
}
.pt-foot {
  border-top: 1px solid var(--rule);
  padding-top: 18px;
  margin-top: 34px;
  font-size: .86rem;
  color: var(--ink-mute);
  line-height: 1.6;
}
.pt-flash {
  background: var(--paper-2);
  border-left: 3px solid var(--accent);
  padding: 11px 16px;
  margin: 0 0 22px;
  font-size: .92rem;
}
.pt-err {
  color: var(--accent);
  font-size: .9rem;
  margin: 12px 0 0;
  line-height: 1.5;
}

.pt-panel {
  border: 1px solid var(--rule);
  background: var(--paper-2);
  padding: 22px 24px;
  margin: 0 0 22px;
}

/* ---- the funnel ---------------------------------------------------------- */
/* The indent IS the information: each tier is a subset of the one above, and a
   row of four equal tiles would hide exactly that. */

.pt-funnel {
  border: 1px solid var(--rule-firm, #bfb49c);
  background: var(--paper-2);
  padding: 8px 24px 0;
  margin: 0 0 22px;
}
.pt-frow {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px dotted var(--rule);
}
.pt-fname { font-size: .95rem; font-weight: 550; }
.pt-tick { color: var(--rule-firm, #bfb49c); margin-right: .5em; font-family: var(--mono); }
.pt-fcount {
  font-family: var(--mono);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.pt-fnote {
  grid-column: 1 / -1;
  font-size: .84rem;
  color: var(--ink-mute);
  line-height: 1.5;
}
.pt-d1 .pt-fname { padding-left: 1.1em; }
.pt-d2 .pt-fname { padding-left: 2.2em; }
.pt-d3 .pt-fname { padding-left: 3.3em; }
.pt-d1 .pt-fnote { padding-left: 1.1em; }
.pt-d2 .pt-fnote { padding-left: 2.2em; }
.pt-d3 .pt-fnote { padding-left: 3.3em; }

/* ---- money ---------------------------------------------------------------- */

.pt-money {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  border-top: 1px solid var(--ink);
  margin: 6px -24px 0;
  padding: 20px 24px 22px;
}
.pt-mlabel {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 7px;
}
.pt-mbig {
  display: block;
  font-family: var(--mono);
  font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  margin-bottom: 7px;
}
/* The projection is deliberately quieter than the real figure. It is an
   illustration, and typography is where that gets said before the caption does. */
.pt-mproj { color: var(--ink-mute); }
.pt-per { font-size: .55em; letter-spacing: .02em; }
.pt-mnote { display: block; font-size: .8rem; color: var(--ink-mute); line-height: 1.5; }

/* ---- chart --------------------------------------------------------------- */

.pt-chart { margin: 0 0 22px; }
.pt-bars {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  height: 108px;
  border-bottom: 1px solid var(--rule-firm, #bfb49c);
  padding-bottom: 0;
}
/* Capped, not flex:1. A shop with three months of data would otherwise get three
   bars the width of the page, which reads as a colour block rather than a chart. */
.pt-bar {
  flex: 0 1 52px;
  min-width: 18px;
  display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%; position: relative;
}
.pt-barfill { background: var(--accent); min-height: 3px; }
.pt-barlab {
  font-family: var(--mono);
  font-size: 9.5px;
  color: var(--ink-mute);
  text-align: center;
  padding-top: 5px;
}

/* ---- tracker ------------------------------------------------------------- */

.pt-steps { list-style: none; margin: 0; padding: 0; }
.pt-steps li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  padding-bottom: 18px;
  position: relative;
}
.pt-steps li::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--rule-firm, #bfb49c);
  background: var(--paper);
  margin-top: 6px;
  margin-left: 4px;
  z-index: 1;
}
.pt-steps li.done::before { background: var(--ink); border-color: var(--ink); }
.pt-steps li.now::before  { background: var(--accent); border-color: var(--accent); }
.pt-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 8.5px; top: 18px; bottom: 2px;
  width: 1.5px;
  background: var(--rule-firm, #bfb49c);
}
.pt-slabel { font-weight: 600; font-size: .95rem; }
.pt-sbody { font-size: .88rem; color: var(--ink-2); line-height: 1.55; margin-top: 2px; }
.pt-swhen {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 4px;
}

/* ---- order summary ------------------------------------------------------- */

.pt-summary {
  border: 1px solid var(--rule-firm, #bfb49c);
  background: var(--paper-2);
  padding: 22px 24px;
  margin: 0 0 22px;
}
.pt-srow {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  font-size: .92rem;
  color: var(--ink-2);
}
.pt-srow span:last-child { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.pt-total {
  border-top: 1px solid var(--ink);
  margin-top: 8px;
  padding-top: 11px;
  font-weight: 650;
  color: var(--ink);
}

/* ---- forms --------------------------------------------------------------- */

.pt-fields { display: flex; flex-wrap: wrap; gap: 14px; }
.pt-field { display: flex; flex-direction: column; gap: 5px; flex: 1 1 100%; }
.pt-half { flex: 1 1 calc(50% - 7px); }
.pt-field > span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--ink-mute);
  min-height: 12px;
}
.pt-field > span em { font-style: normal; text-transform: none; letter-spacing: .02em; opacity: .8; }
.pt-field input, .pt-field select, .pt-field textarea {
  font: inherit;
  font-size: 1rem;
  padding: 10px 12px;
  border: 1px solid var(--rule-firm, #bfb49c);
  background: var(--paper);
  color: var(--ink);
  border-radius: 2px;
  width: 100%;
}
.pt-field input:focus-visible, .pt-field select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}
.pt-choose { display: flex; flex-wrap: wrap; gap: 14px; }
.pt-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.pt-cta {
  display: inline-block;
  margin-top: 18px;
  padding: 13px 26px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-weight: 650;
  font-size: .95rem;
  border-radius: 2px;
  cursor: pointer;
}
.pt-cta:hover:not(:disabled) { background: var(--accent); border-color: var(--accent); }
.pt-cta:disabled { opacity: .55; cursor: default; }
.pt-cta:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.pt-ghost { background: none; color: var(--ink); }
.pt-ghost:hover:not(:disabled) { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.pt-link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: .9rem;
  color: var(--accent);
  text-decoration: underline;
  cursor: pointer;
}
.pt-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.pt-addr {
  font-family: var(--mono);
  font-size: .88rem;
  line-height: 1.7;
  margin: 0 0 12px;
}

/* ---- explainer ----------------------------------------------------------- */

.pt-explain { margin: 26px 0 0; }
.pt-disclose {
  background: none;
  border: 0;
  padding: 0;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  cursor: pointer;
}
.pt-disclose:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.pt-points { margin: 0 0 24px; }
.pt-points > div { padding: 11px 0; border-bottom: 1px dotted var(--rule); }
.pt-points dt { font-weight: 650; font-size: .93rem; }
.pt-points dd { margin: 3px 0 0; font-size: .89rem; color: var(--ink-2); line-height: 1.55; max-width: 58ch; }
.pt-limits { margin: 0; padding-left: 1.2em; }
.pt-limits li { font-size: .87rem; color: var(--ink-mute); line-height: 1.55; margin-bottom: 8px; max-width: 60ch; }

.pt-fold { margin: 0 0 22px; }
.pt-fold summary {
  cursor: pointer;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 8px 0;
}
.pt-fold summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.pt-fold[open] summary { margin-bottom: 10px; }

/* ---- admin --------------------------------------------------------------- */

.pta-wrap { max-width: 1080px; margin: 0 auto; padding: calc(var(--nav-h, 64px) + 26px) 24px 90px; }
.pta-banner {
  background: var(--ink);
  color: var(--paper);
  padding: 10px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.pta-banner button { color: var(--paper); text-decoration: underline; }
.pta-tablewrap { overflow-x: auto; }
.pta-table { width: 100%; border-collapse: collapse; font-size: .87rem; }
.pta-table th {
  text-align: left;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border-bottom: 1px solid var(--rule-firm, #bfb49c);
  padding: 8px 12px 8px 0;
  white-space: nowrap;
}
.pta-table td {
  border-bottom: 1px solid var(--rule);
  padding: 10px 12px 10px 0;
  vertical-align: top;
}
.pta-table td.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.pta-pill {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2px 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
  white-space: nowrap;
}
.pta-pill.placed   { color: var(--accent); }
.pta-pill.printing { color: #a8762a; }
.pta-pill.posted   { color: #5d6b41; }
.pta-pill.none     { color: var(--ink-mute); }
.pta-rowacts { display: flex; gap: 10px; flex-wrap: wrap; }
.pta-reveal {
  font-family: var(--mono);
  font-size: .78rem;
  word-break: break-all;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 8px 10px;
  margin-top: 6px;
}

@media (max-width: 620px) {
  .pt-money { grid-template-columns: 1fr; gap: 18px; }
  .pt-half { flex: 1 1 100%; }
  .pt-wrap { padding: calc(var(--nav-h, 64px) + 22px) 18px 72px; }
}

/* ==========================================================================
   STATE A — the shop that has not ordered yet.
   ==========================================================================
   This page used to be a paragraph and an address field. Accurate, and the least
   convincing surface in the programme: a shop arriving from an email about a
   revenue share saw prose, not the product. So the ask is now a hero and the
   dashboard is visible behind it, dormant rather than withheld.

   Motion is deliberately small — a staggered rise on load and a slow pulse on
   the waiting zeros. Enough to feel alive on arrival, not enough to be a
   distraction on a page a shopkeeper opens between customers. All of it is off
   under prefers-reduced-motion. */

.pt-hero {
  border: 1px solid var(--ink);
  background: var(--paper-2);
  padding: 30px 30px 26px;
  margin: 0 0 22px;
}
.pt-herohead {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.55rem, 4.4vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -.012em;
  text-wrap: balance;
  margin: 0 0 12px;
}
.pt-herocode {
  font-family: var(--mono);
  font-size: .82em;
  letter-spacing: .02em;
  color: var(--accent);
  white-space: nowrap;
}
.pt-herolede {
  font-family: var(--body-serif);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 22px;
  max-width: 54ch;
}

/* The kit, as four figures rather than a receipt. A shop skims this; the numbers
   are the message and £0.00 is the punchline. */
.pt-herokit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule-firm, #bfb49c);
  border: 1px solid var(--rule-firm, #bfb49c);
  margin: 0 0 24px;
}
.pt-herokit > div {
  background: var(--paper);
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pt-hkq {
  font-family: var(--mono);
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.pt-hkl {
  font-size: .76rem;
  line-height: 1.35;
  color: var(--ink-mute);
}
.pt-hkfree .pt-hkq { color: var(--accent); }

.pt-hero-cta {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .01em;
  padding: 16px 34px;
  border-radius: 2px;
  cursor: pointer;
  transition: background .16s ease, transform .16s ease;
}
.pt-hero-cta:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.pt-hero-cta:active { transform: translateY(0); }
.pt-hero-cta:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.pt-heronote {
  font-size: .84rem;
  line-height: 1.5;
  color: var(--ink-mute);
  margin: 14px 0 0;
  max-width: 52ch;
}

/* ---- the dormant dashboard ---------------------------------------------- */

.pt-dormant { margin: 0 0 22px; }
.pt-dormhead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.pt-dormhead .pt-eyebrow { margin-bottom: 10px; }
.pt-waiting {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border: 1px dashed var(--rule-firm, #bfb49c);
  border-radius: 2px;
  padding: 3px 8px;
}
/* Dashed, not solid: the same table it will be, visibly not yet filled in. */
.pt-funnel-dormant { border-style: dashed; }
.pt-funnel-dormant .pt-fname { color: var(--ink-2); }
.pt-zero { color: var(--ink-mute); }
.pt-dormfoot {
  font-size: .84rem;
  line-height: 1.55;
  color: var(--ink-mute);
  margin: 12px 0 0;
  max-width: 60ch;
}

/* ---- motion ------------------------------------------------------------- */

@keyframes pt-rise-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
/* A waiting number, not a broken one. Slow and shallow on purpose — anything
   faster reads as a loading spinner that never finishes. */
@keyframes pt-breathe {
  0%, 100% { opacity: .62; }
  50%      { opacity: 1; }
}

.pt-rise { animation: pt-rise-in .5s cubic-bezier(.22,.61,.36,1) both; }
.pt-rise:nth-of-type(2) { animation-delay: .07s; }
.pt-rise:nth-of-type(3) { animation-delay: .14s; }
.pt-funnel-dormant .pt-frow { animation: pt-rise-in .45s cubic-bezier(.22,.61,.36,1) both; animation-delay: calc(.16s + var(--i, 0) * .06s); }
.pt-zero { animation: pt-breathe 3.4s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .pt-rise,
  .pt-funnel-dormant .pt-frow,
  .pt-zero { animation: none; }
  .pt-hero-cta { transition: none; }
  .pt-hero-cta:hover { transform: none; }
}

@media (max-width: 620px) {
  .pt-hero { padding: 24px 20px 22px; }
  .pt-herokit { grid-template-columns: repeat(2, 1fr); }
  .pt-hero-cta { display: block; width: 100%; text-align: center; }
}

/* ---- admin: tabs, programme stats, per-shop standing --------------------- */

.pta-tabs { display: flex; gap: 2px; margin: 18px 0 22px; border-bottom: 1px solid var(--rule-firm, #bfb49c); }
.pta-tab {
  background: none; border: 0; border-bottom: 2px solid transparent;
  padding: 9px 16px; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-mute);
}
.pta-tab:hover { color: var(--ink); }
.pta-tab.on { color: var(--ink); border-bottom-color: var(--accent); }
.pta-tab:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.pta-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: var(--rule-firm, #bfb49c);
  border: 1px solid var(--rule-firm, #bfb49c);
  margin: 0 0 20px;
}
.pta-stat { background: var(--paper-2); padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.pta-slabel {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-mute);
}
.pta-svalue { font-family: var(--mono); font-size: 1.5rem; font-variant-numeric: tabular-nums; line-height: 1.1; }
.pta-snote { font-size: .76rem; line-height: 1.4; color: var(--ink-mute); }

.pta-actions-row { display: flex; flex-direction: column; gap: 10px; margin: 0 0 22px; }
/* The rows that want a decision, not a glance. */
.pta-alert {
  border-left: 3px solid var(--accent);
  background: var(--accent-soft, #f7e3da);
  padding: 11px 16px; margin: 0;
  font-size: .89rem; line-height: 1.55; max-width: 72ch;
}

.pta-flag {
  display: inline-block;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .09em;
  text-transform: uppercase; padding: 2px 7px;
  border: 1px solid currentColor; border-radius: 2px; white-space: nowrap;
  cursor: help;
}
/* Colour carries the same meaning as the queue's status pills: accent = needs
   you, olive = fine, muted = nothing to do yet. */
.pta-working     { color: #5d6b41; }
.pta-silent      { color: var(--accent); }
.pta-kit_pending { color: #a8762a; }
.pta-scans_only  { color: #a8762a; }
.pta-no_order    { color: var(--ink-mute); }
.pta-not_invited { color: var(--ink-mute); }

.pta-art {
  margin-top: 8px; padding: 9px 11px;
  background: var(--paper-2); border: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 7px;
}
.pta-artrow { display: flex; flex-direction: column; gap: 2px; }
.pta-artrow code { font-family: var(--mono); font-size: .72rem; word-break: break-all; color: var(--ink-mute); }
.pta-artrow .pt-dim { font-size: .7rem; }

/* The whole-kit download sits above the individual files: one click is the
   common case, the three separate SVGs are the exception. */
.pta-kitzip { margin: 0 0 4px; padding: 9px 16px; font-size: .86rem; align-self: flex-start; }

/* ---- admin: the email copy editor --------------------------------------- */

.pta-emailtabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 12px; }
.pta-etab {
  background: var(--paper-2); border: 1px solid var(--rule-firm, #bfb49c);
  padding: 7px 13px; cursor: pointer; border-radius: 2px;
  font-family: var(--sans); font-size: .84rem; color: var(--ink-2);
}
.pta-etab:hover { color: var(--ink); }
.pta-etab.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.pta-etab:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.pta-vars {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  background: var(--paper-2); border: 1px solid var(--rule);
  padding: 9px 12px; margin: 0 0 20px; font-size: .8rem;
}
.pta-vars code {
  font-family: var(--mono); font-size: .74rem;
  background: var(--paper); border: 1px solid var(--rule);
  padding: 1px 5px; border-radius: 2px; cursor: help;
}

.pta-copyfield { display: flex; flex-direction: column; gap: 4px; margin: 0 0 16px; }
.pta-copylabel {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 10px; letter-spacing: .11em;
  text-transform: uppercase; color: var(--ink-mute);
}
/* Says at a glance which paragraphs are no longer the shipped wording — the
   thing you want to know before wondering why an email reads oddly. */
.pta-edited {
  font-style: normal; letter-spacing: .08em;
  color: var(--accent); border: 1px solid currentColor;
  border-radius: 2px; padding: 1px 5px; font-size: 9px;
}
.pta-must { font-style: normal; letter-spacing: .04em; text-transform: none; color: var(--ink-mute); opacity: .8; }
.pta-copyhelp { font-size: .78rem; color: var(--ink-mute); }
.pta-copyfield textarea {
  font: inherit; font-size: .92rem; line-height: 1.5;
  padding: 10px 12px; border: 1px solid var(--rule-firm, #bfb49c);
  background: var(--paper); color: var(--ink); border-radius: 2px;
  width: 100%; resize: vertical;
}
.pta-copyfield textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
.pta-copyfield .pt-link { align-self: flex-start; font-size: .78rem; }

.pta-copyactions { display: flex; gap: 12px; flex-wrap: wrap; margin: 4px 0 14px; }
.pta-copyactions .pt-cta { margin-top: 0; }

.pta-preview { border-top: 1px solid var(--rule-firm, #bfb49c); margin-top: 26px; padding-top: 20px; }
.pta-subject { font-family: var(--body-serif); font-size: 1.05rem; margin: 0 0 18px; }
.pta-frame {
  width: 100%; height: 780px; border: 1px solid var(--rule-firm, #bfb49c);
  background: #fff; display: block;
}
