  .list-item{ background:var(--bg); box-shadow:var(--sh-out-sm); border-radius:15px; padding:15px 16px; margin-bottom:11px; cursor:pointer; }
  .list-item-top{ display:flex; align-items:center; justify-content:space-between; }
  .list-item-title{ font-family:'Sora',sans-serif; font-weight:700; font-size:14px; }
  .list-item-sub{ font-size:11px; color:var(--muted); margin-top:2px; }
  .chev{ color:var(--muted); font-size:13px; transition:transform .2s; }
  .list-item.open .chev{ transform:rotate(90deg); }
  .star-btn{ background:none; border:none; font-size:19px; line-height:1; color:var(--muted-2); cursor:pointer; padding:2px; flex-shrink:0; }
  .star-btn.active{ color:var(--gold); }
  .checklist-tick{ width:26px; height:26px; border-radius:50%; background:var(--bg); box-shadow:var(--sh-in-sm); display:flex; align-items:center; justify-content:center; color:var(--gold); flex-shrink:0; }
  .checklist-tick.checked{ box-shadow:var(--sh-out-sm); }

  .layer-block{ margin-top:14px; padding-top:14px; border-top:1px solid rgba(255,255,255,0.06); }
  .layer-label{ font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:1px; text-transform:uppercase; color:var(--muted-2); margin-bottom:7px; }
  .layer-arab{ font-family:'Amiri',serif; font-size:22px; line-height:2; direction:rtl; text-align:right; color:var(--ink); background:var(--bg); box-shadow:var(--sh-in-sm); border-radius:12px; padding:14px 16px; }
  .layer-jawi{ font-family:'Amiri',serif; font-size:19px; line-height:2; direction:rtl; text-align:right; color:var(--gold); background:var(--bg); box-shadow:var(--sh-in-sm); border-radius:12px; padding:14px 16px; }
  .layer-rumi{ font-style:italic; font-size:14px; color:var(--ink); line-height:1.6; white-space:pre-line; }
  .layer-terjemahan{ font-size:13px; color:var(--muted); line-height:1.6; white-space:pre-line; }
  .repeat-tag{ display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:10px; background:var(--gold); color:#231708; padding:2px 8px; border-radius:10px; margin-left:8px; font-weight:600; }

  .line-row{ margin-bottom:16px; }
  .line-row:last-child{ margin-bottom:0; }
  .subuh-badge{ display:inline-flex; align-items:center; gap:5px; font-size:10px; font-weight:700; background:var(--bg); box-shadow:var(--sh-out-sm); color:var(--gold); padding:4px 10px; border-radius:20px; margin-bottom:10px; }
  .yasin-ayat{ background:var(--bg); box-shadow:var(--sh-in-sm); border-radius:12px; padding:13px 14px; margin-bottom:11px; }
  .yasin-ayat-num{ font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:1px; text-transform:uppercase; color:var(--gold); margin-bottom:8px; font-weight:600; }
  .yasin-ayat .layer-arab{ font-size:19px; padding:11px 13px; box-shadow:none; background:none; }

  .empty-hint{ font-size:12px; color:var(--muted-2); text-align:center; padding:30px 0; }
