/* ============================================================
   PACKET 08 · "Secrets, Surprises & Safe Grown-Ups"
   ------------------------------------------------------------
   Home pillar: Body Safety (rose). Sharp 6–8. Reuses tokens,
   pages, book-common. Signature: the radial "trusted circle."
   ============================================================ */

/* radial "who can I tell" layout */
.radial { position: relative; width: 100%; max-width: 5in; aspect-ratio: 1 / 0.92; margin: 0 auto; }
.radial-spokes { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.radial-spokes line { stroke: var(--pillar-bd); stroke-width: 0.8; stroke-dasharray: 2 2; }
.radial-center, .radial-node { position: absolute; transform: translate(-50%, -50%); z-index: 1; text-align: center; }
.radial-center { left: 50%; top: 50%; width: 30%; }
.radial-center .rc-disc { aspect-ratio: 1/1; border-radius: 50%; background: var(--pillar); color: var(--cream); border: 2.5px solid var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-weight: 700; font-size: 22px; box-shadow: var(--shadow-soft); }
.radial-node { width: 27%; }
.radial-node .rn-disc { aspect-ratio: 1 / 0.78; border-radius: var(--r-md); background: var(--pillar-8); border: 1.5px solid var(--pillar-bd); display: flex; align-items: center; justify-content: center; padding: 6px; }
.radial-node .rn-disc span { font-family: var(--font-serif); font-style: italic; font-size: 13px; color: var(--ink-faint); }
.radial-node .rn-label { font-family: var(--font-sans); font-weight: 600; font-size: 11.5px; color: var(--ink-soft); margin-top: 5px; }

/* code-word box */
.codeword { padding: 24px 28px; background: var(--pillar-8); border: 2px dashed var(--pillar-bd); border-radius: var(--r-md); text-align: center; }
.codeword .cw-label { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pillar-ink); margin: 0 0 14px; }
.codeword .cw-rule { max-width: 360px; margin: 0 auto; border-bottom: 3px solid var(--ink); height: 46px; }
.codeword .cw-sub { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--ink-mute); margin: 14px 0 0; }

/* big script line (reused for "don't tell" rebuttal) */
.saybox { padding: 22px 26px; background: var(--pillar-8); border: 2px solid var(--pillar-bd); border-radius: var(--r-md); text-align: center; }
.saybox .say-big { font-family: var(--font-serif); font-weight: 700; font-size: 30px; line-height: 1.2; color: var(--pillar-ink); margin: 0; }
.saybox .say-sub { font-family: var(--font-sans); font-size: 14px; color: var(--ink-soft); margin: 12px 0 0; }

/* sort chips (secret or surprise) */
.sort-list { display: flex; flex-direction: column; gap: 12px; }
.sort-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; background: var(--pillar-8); border: 1.5px solid var(--pillar-bd); border-radius: var(--r-md); }
.sort-item .si-text { font-family: var(--font-serif); font-size: 18px; color: var(--ink); }
.sort-item .si-opts { display: flex; gap: 8px; flex: none; }
.sort-pill { font-family: var(--font-sans); font-weight: 600; font-size: 12px; padding: 6px 14px; border-radius: var(--r-pill); border: 1.5px solid var(--pillar-bd); background: #fff; color: var(--ink-soft); }
