/* Q500/Q576 — postcard-writing styles. Extracted from postcards/index.html so the real page AND the read-only
   demo sandbox (demo/postcards/) link ONE source — the demo can never drift from the shipped station. Tokens only. */
  .pc{max-width:640px}
  /* Q500 — the disposition filter presets (reused from the walk list) that narrow who you postcard */
  .pc-presets{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}
  .pc-preset{min-height:44px;display:inline-flex;align-items:center;padding:8px 14px;border:2px solid var(--line-strong,#121016);border-radius:var(--r-pill,999px);background:var(--surface,#fff);font-weight:600;font-size:14px;color:var(--ink,#121016);cursor:pointer}
  .pc-preset[aria-pressed="true"]{background:var(--accent,#2238FF);color:var(--on-accent,#fff);border-color:var(--accent,#2238FF)}
  /* Q500 — the progress meter (12 of 40 written) */
  .pc-progress{margin:16px 0 0}
  .pc-progress-lbl{font-size:13px;font-weight:600;color:var(--muted,#56535F);margin:0 0 4px}
  .pc-bar{height:12px;border:2px solid var(--ink,#121016);border-radius:var(--r-pill,999px);overflow:hidden;background:var(--surface,#fff)}
  .pc-bar span{display:block;height:100%;background:var(--accent,#2238FF)}
  /* Q576 — the v1.3 skeuomorphic postcard (§15): a slightly-rotated --postcard-bg card, two columns (nudge left,
     copy-onto-the-card right), a stamp checkbox top-right, and the candidate logo slot bottom-left. */
  .pc-postcard-wrap{margin:16px 0 0;perspective:1200px}
  .pc-card.pc-postcard{position:relative;background:var(--postcard-bg,#FFFDF7);border:2px solid var(--ink,#121016);border-radius:var(--r-lg,16px);box-shadow:var(--shadow-pop-lg,7px 10px 0 #121016);padding:22px 24px 18px;transform:rotate(-.6deg);display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;transform-style:preserve-3d}
  .pc-left{min-width:0}
  .pc-right{min-width:0;border-left:1.5px solid var(--line-strong,#C9C4B6);padding-left:20px}
  .pc-nudge-eyebrow{color:var(--secondary-strong,#C4145A);margin:0 0 6px}
  .pc-hint{font-size:13px;font-style:italic;color:var(--muted,#56535F);margin:0 0 10px}
  .pc-copy-lbl{color:var(--muted,#56535F);margin:0 0 8px}
  .pc-name{margin:0;font-family:var(--font-display);font-size:var(--fs-h3,22px);line-height:1.15}
  .pc-addr{margin:8px 0 0;font-size:var(--fs-h4,18px);color:var(--ink-2,#2A2730);border-bottom:1.5px solid var(--line-strong,#C9C4B6);padding-bottom:8px}
  /* Q610 — the "all done" Share moment sits under the beat text (the viral loop) */
  .pc-done-share{margin:14px 0 0}
  .pc-script-lbl{display:block;font-size:13px;font-weight:600;color:var(--muted,#56535F);margin:6px 0 4px}
  .pc-script{width:100%;min-height:96px;font-size:15px;line-height:1.4;background:var(--surface,#fff)}
  /* the stamp — a real checkbox (role=checkbox); checked → --stamp-on fill + white spark */
  .pc-stamp{position:absolute;top:16px;right:18px;width:88px;min-height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;border:2px dashed var(--stamp-bd,#C9C4B6);border-radius:var(--r-sm,8px);background:transparent;transform:rotate(2deg);cursor:pointer;text-align:center}
  .pc-stamp__t{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted,#56535F);line-height:1.2}
  .pc-stamp__spark{font-size:16px;color:var(--secondary-strong,#C4145A)}
  .pc-stamp:focus-visible{outline:var(--focus-ring);outline-offset:2px}
  .pc-stamp[aria-checked="true"]{border-style:solid;border-color:var(--stamp-on,#FF2E7E);background:var(--stamp-on,#FF2E7E)}
  .pc-stamp[aria-checked="true"] .pc-stamp__t{color:var(--on-accent,#fff)}
  .pc-stamp[aria-checked="true"] .pc-stamp__spark{color:var(--on-accent,#fff)}
  /* the candidate logo slot — initials avatar + name + a mono PINK spark, reading the saved brand kit */
  .pc-logo{grid-column:1 / -1;display:flex;align-items:center;gap:8px;margin:4px 0 0;font-size:13px;font-weight:600;color:var(--ink,#121016)}
  .pc-logo__av{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--r-pill,999px);border:1.5px solid var(--secondary-strong,#C4145A);font-size:12px;font-weight:700;color:var(--secondary-strong,#C4145A)}
  .pc-logo__spark{font-size:14px;color:var(--pink,#FF2E7E)}
  .pc-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 0}
  .pc-skip{min-height:44px;padding:10px 20px;border-radius:var(--r-pill,999px);font-weight:600;font-size:15px;cursor:pointer;border:2px solid var(--ink,#121016);background:var(--surface,#fff);color:var(--ink,#121016)}
  .pc-saved{grid-column:1 / -1;color:var(--accent,#2238FF);font-weight:600;font-size:13px;margin:4px 0 0;min-height:18px}
  /* the flip to the next neighbor — reduced-motion collapses it to an instant swap */
  .pc-postcard.is-flipping{animation:pcFlip .3s var(--ease-out,ease) both}
  @keyframes pcFlip{0%{transform:rotateY(0) rotate(-.6deg)}50%{transform:rotateY(90deg) rotate(0)}100%{transform:rotateY(0) rotate(-.6deg)}}
  @media (max-width:560px){.pc-card.pc-postcard{grid-template-columns:1fr}.pc-right{border-left:none;padding-left:0;border-top:1.5px solid var(--line-strong,#C9C4B6);padding-top:12px}.pc-stamp{position:static;transform:none;margin:0 0 8px;align-self:flex-start}}
  @media (prefers-reduced-motion:reduce){.pc-postcard.is-flipping{animation:none}}
  /* Q501 — profile-completion nudge (shown when the owner's why/priorities are empty) */
  .pc-nudge{margin:12px 0 0;font-size:14px}
  .pc-help{margin:20px 0 0}
