/* Printable lyric & activity sheet styles - JewishSong.org (PROMPT_0270 run5)
   Screen: festive cream. Print: clean ink-saving white. */

.sheet-page{min-height:100vh;}
.sheet-actions{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:1.6rem 0 .2rem;}
.sheet-actions a{font-weight:800;color:var(--coral-deep);text-decoration:none;}
.sheet-actions a:hover{text-decoration:underline;}

.sheet{background:var(--cream-card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.4rem 2.6rem 2rem;margin:1rem auto 2rem;}
.sheet-head{display:flex;gap:1.4rem;align-items:center;border-bottom:3px solid var(--amber);padding-bottom:1.2rem;margin-bottom:1.6rem;}
.sheet-art{width:132px;height:99px;object-fit:cover;border-radius:14px;flex:none;border:1px solid var(--line);}
.sheet-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:800;color:var(--coral-deep);margin-bottom:.35rem;}
.sheet h1{font-size:2.1rem;line-height:1.05;margin:0 0 .35rem;}
.sheet-sub{color:var(--ink-soft);font-weight:700;margin:0;}

.sheet-lyrics{font-size:1.16rem;line-height:1.75;color:var(--ink);}
.sheet-lyrics .lyrics{background:none;border:none;box-shadow:none;padding:0;font-size:inherit;line-height:inherit;}
.sheet-lyrics .verse{margin:0 0 1.25rem;page-break-inside:avoid;}
.sheet-lyrics .chorus{font-weight:800;color:var(--coral-deep);}
.sheet-lyrics .layer-eyebrow{text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:800;color:var(--amber-deep);margin-bottom:.4rem;}
.sheet-lyrics .hebrew{direction:rtl;text-align:right;font-size:1.3rem;line-height:2.05;}
.sheet-lyrics .hebrew .layer-eyebrow{direction:ltr;text-align:left;}
.sheet-note p{page-break-inside:avoid;}

.sheet-credit{margin-top:1.9rem;padding-top:1.1rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--ink-mute);line-height:1.55;}
.sheet-credit p{margin:0 0 .5rem;}
.sheet-credit strong{color:var(--ink-soft);}

/* ---- Coloring & activity sheet ---- */
.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem;}
.color-card{background:var(--cream-card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.4rem;text-align:center;page-break-inside:avoid;}
.color-card h3{margin:0 0 .8rem;font-size:1.1rem;}
.color-card svg{width:100%;max-width:240px;height:auto;}
.color-card .line{fill:none;stroke:#3A2A1A;stroke-width:5;stroke-linejoin:round;stroke-linecap:round;}
.activity-box{background:var(--cream-card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.6rem 1.8rem;margin:1.2rem 0;page-break-inside:avoid;}
.activity-box h3{margin:0 0 .7rem;}
.activity-box ol,.activity-box ul{margin:.4rem 0 0;padding-left:1.3rem;line-height:1.9;}
.write-line{border-bottom:2px dotted var(--ink-mute);height:1.6rem;margin:.5rem 0;}

@media print{
  @page{margin:1.3cm;}
  .noprint{display:none !important;}
  html,body,body.festive{background:#fff !important;color:#1a1a1a !important;}
  .sheet{box-shadow:none;border:none;border-radius:0;margin:0;padding:0;max-width:100%;background:#fff;}
  .sheet-head{border-bottom:2.5px solid #333;}
  .sheet-kicker{color:#444;}
  .sheet h1{color:#111;}
  .sheet-sub{color:#333;}
  .sheet-lyrics{color:#111;font-size:1.04rem;}
  .sheet-lyrics .chorus{color:#111;}
  .sheet-lyrics .layer-eyebrow{color:#555;}
  .sheet-credit{color:#444;border-top:1px solid #999;}
  .color-card,.activity-box{border:1px solid #bbb;background:#fff;}
  .color-card .line{stroke:#111;}
  a{color:#111 !important;text-decoration:none;}
}
