/* 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:980px}   /* Q736 — a bigger postcard: the two-column card no longer scrunches the script (was 640, a narrow inherited webpage column) */
  /* 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-liston{margin:12px 0 0;font-size:14px;color:var(--muted,#56535F)}
  .pc-liston strong{color:var(--ink,#1A1830)}
  .pc-help{margin:20px 0 0}

  /* ------------------------------------------------------------------------------------------------
     MOBILE SKIN (<=760) — Broad-Daylight app grammar. The station sits on the warm --paper ground with
     the postcard on --surface; disposition presets become grammar chips (44px, --r, accent fill when
     selected); the intro eyebrow reads the section-eyebrow scale; the script becomes a proper 16px
     input (no iOS zoom); Skip is a ghost pill; the progress track uses the sunken well. Desktop (>760)
     is untouched — every rule here is scoped to the mobile query. Tokens only.
     ------------------------------------------------------------------------------------------------ */
  @media (max-width:760px){
    /* the ground: paper behind, the postcard on white. Full-width reading column on phone. */
    #pc-root{background:var(--paper,#F4F6F8)}
    .pc{max-width:none}
    /* intro line-length breathes; the eyebrow reads the canonical section-eyebrow scale */
    .pc > .eyebrow{font-size:var(--fs-eyebrow,12px);letter-spacing:var(--ls-eyebrow,.16em);color:var(--muted,#56535F);font-weight:700}

    /* disposition presets → grammar chips: rounded rect (--r), 1.5px --line-strong ghost, 44px tap,
       SELECTED = --accent fill + --on-accent + --ink border. */
    .pc-presets{gap:10px}
    .pc-preset{min-height:44px;border-radius:var(--r,12px);border:1.5px solid var(--line-strong,#D8DCE2);font-size:15px}
    .pc-preset[aria-pressed="true"]{background:var(--accent,#2238FF);color:var(--on-accent,#fff);border:2px solid var(--ink,#121016)}
    .pc-preset:focus-visible{outline:var(--focus-ring);outline-offset:2px}

    /* progress meter: quiet sunken track, ink keyline, accent fill */
    .pc-bar{background:var(--surface-sunken,#E9ECF0)}

    /* the postcard — keep the offset stamp shadow + rotate; sits on its --surface/--postcard-bg card */
    .pc-postcard-wrap{margin-top:18px}
    .pc-card.pc-postcard{border-radius:var(--r-lg,16px)}

    /* the suggested-points editor reads as a real app input: 16px (no iOS zoom), --line border, --r-lg */
    .pc-script{font-size:16px;border:1.5px solid var(--line,#E3E7ED);border-radius:var(--r-lg,16px);padding:12px 14px;min-height:120px}
    .pc-script:focus-visible{outline:var(--focus-ring);outline-offset:2px;border-color:var(--accent,#2238FF)}

    /* Skip → ghost pill grammar (surface, --line-strong, ink), full-width friendly, 48px tap */
    .pc-actions{margin-top:10px}
    .pc-skip{min-height:48px;border:1.5px solid var(--line-strong,#D8DCE2);border-radius:var(--r-pill,999px);flex:1 1 auto}
    .pc-skip:active{transform:translate(1px,2px)}
    .pc-skip:focus-visible{outline:var(--focus-ring);outline-offset:2px}

    /* the "all done" recap card sits on --surface with the stamp shadow like every hero app card */
    .pc-card:not(.pc-postcard){background:var(--surface,#fff);border:1.5px solid var(--line,#E3E7ED);border-radius:var(--r-lg,16px);box-shadow:var(--shadow-pop,4px 6px 0 var(--ink,#121016))}
  }

/* Steven 2026-07-26 — the postcard PACKET LIST (owner landing), mirroring the canvass turf list. Tokens only. */
.pc-writeall{margin:14px 0 0}
.pc-cutnew{display:flex;align-items:center;gap:10px;margin:12px 0 0;padding:14px 16px;border:1px solid var(--line-strong,#D8DCE2);border-radius:var(--r-lg,16px);background:var(--surface,#fff);text-decoration:none;color:var(--ink,#121016)}
.pc-cutnew__t{font-weight:600}
.pc-cutnew__sub{flex:1;font-size:13px;color:var(--muted,#56535F)}
.pc-pk-h{margin:20px 0 8px;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--ink,#121016)}
.pc-pks-hd{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:20px 0 8px}
.pc-pks-hd .pc-pk-h{margin:0}
.pc-pks-tools{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.pc-pk-fchip,.pc-pk-sort,.pc-pk-manage{font:inherit;font-size:13px;padding:6px 12px;border-radius:var(--r-pill,999px);border:1px solid var(--line-strong,#D8DCE2);background:var(--surface,#fff);color:var(--ink,#121016);cursor:pointer;min-height:44px}
.pc-pk-fchip[aria-pressed="true"],.pc-pk-sort[aria-pressed="true"],.pc-pk-manage[aria-pressed="true"]{background:var(--ink,#121016);color:var(--surface,#fff);border-color:var(--ink,#121016)}
.pc-pks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
/* Q830 — frame (surface / --line hairline / soft shadow) from .card-frame; .pc-pk keeps only its flex layout + tight packet-row padding. */
.pc-pk{display:flex;flex-wrap:wrap;align-items:center;gap:3px 12px;padding:14px 16px}
.pc-pk__open{flex:1;min-width:0;text-decoration:none;color:var(--ink,#121016);min-height:44px;display:flex;flex-direction:column;justify-content:center}
.pc-pk__assign{justify-self:end;max-width:160px;min-height:44px;font:inherit;font-size:13px;font-weight:600;padding:6px 10px;border:1.5px solid var(--line-strong,#D8DCE2);border-radius:var(--r-pill,999px);background:var(--surface,#fff);color:var(--ink,#121016);cursor:pointer}
.pc-pk__nm{font-family:var(--font-display);font-weight:700;font-size:16px}
.pc-pk__meta{font-size:13px;color:var(--muted,#56535F)}
.pc-pk__chip{justify-self:end;font:inherit;font-size:12.5px;font-weight:700;padding:6px 12px;border-radius:var(--r-pill,999px);white-space:nowrap;cursor:pointer;min-height:44px}
.pc-pk__chip--assign{background:var(--accent-soft,#E7EAFF);color:var(--accent,#2238FF);border:1px solid var(--accent,#2238FF)}
.pc-pk__chip--sent{background:var(--surface-2,#F8FAFC);color:var(--ink,#121016);border:1px solid var(--line-strong,#D8DCE2)}
.pc-pk__pencil{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--r-pill,999px);border:1px solid var(--line-strong,#D8DCE2);background:var(--surface,#fff);color:var(--muted,#56535F);cursor:pointer}
.pc-pk__bar{flex-basis:100%;width:100%;height:5px;margin-top:7px;border-radius:var(--r-pill,999px);background:var(--surface-sunken,#E9ECF0);overflow:hidden}
.pc-pk__bar span{display:block;height:100%;background:var(--accent,#2238FF)}
.pc-pk__actions{flex-basis:100%;display:flex;gap:8px;flex-wrap:wrap;padding-top:8px}
.pc-pk__act{font:inherit;font-size:13px;padding:6px 13px;border-radius:var(--r-pill,999px);border:1px solid var(--line-strong,#D8DCE2);background:var(--surface,#fff);color:var(--ink,#121016);cursor:pointer;min-height:44px}
.pc-pk__act--del{color:var(--bad,#B3261E)}
.pc-pk__edit{flex-basis:100%;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.pc-pk__editin{flex:1;min-width:140px;min-height:44px;padding:8px 12px;border:1.5px solid var(--line-strong,#D8DCE2);border-radius:12px;font:inherit;font-size:15px}
.pc-pk__editsave,.pc-pk__editcancel{font:inherit;font-size:14px;padding:8px 14px;border-radius:var(--r-pill,999px);border:1px solid var(--line-strong,#D8DCE2);background:var(--surface,#fff);cursor:pointer;min-height:44px}
.pc-pk__editsave{background:var(--ink,#121016);color:var(--surface,#fff);border-color:var(--ink,#121016)}
.pc-pk-empty,.pc-pk-foot{margin:16px 0 0}
.pc-assign-vols{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}
.pc-assign-vol{width:100%;text-align:left}
