/* sassi/shared/say-sheet.css - the "שיחה עם ששי" sheet (shared/php/say_sheet.php): the box, the send row, the answer bubble and its
   chips. ONE file for the family (owner 2026-09-18); the sheet frame itself (.sheet / .sheet-wrap, the grip) is the app's. Uses the
   family tokens only (--ac, --acSoft, --acText, --ink, --dim, --hover, --r-pill). */
.say-form{display:flex;flex-direction:column;gap:.5rem}
.say-form textarea{min-height:4.6rem;max-height:40vh;resize:none;font-size:16px;line-height:1.45}
.say-row{display:flex;align-items:center;gap:.5rem}
.say-row .say-hint{font-size:12px;min-width:0}
.say-row .send{width:44px;height:44px;border-radius:50%;background:var(--ac);color:var(--ink);padding:0;display:flex;align-items:center;justify-content:center;flex:none;font-size:15px;margin-inline-start:auto}
.reply{margin-top:.7rem;background:var(--acSoft);border-radius:14px;padding:.7rem .9rem;color:var(--acText);white-space:pre-wrap}
.reply .you{color:var(--dim);font-size:12px;margin-bottom:.25rem}
.reply .chips{display:flex;flex-wrap:wrap;gap:.35rem;white-space:normal}
.reply .chips button{font-size:12px;padding:.3rem .6rem;border-radius:var(--r-pill);background:var(--hover)}
.reply .chips a.chip-link{display:inline-flex;align-items:center;gap:.35rem;font-size:12px;padding:.3rem .6rem;border-radius:var(--r-pill);background:var(--ac);color:var(--ink);font-weight:600;text-decoration:none} /* a link chip in the answer ("קח אותי לשם") */
@media (hover:hover){.reply .chips button:hover{background:var(--acSoft);color:var(--acText)}}
