/* Notlarım sayfası (#458) — self-contained */
.ntl-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 6rem 1.25rem 4rem;
  position: relative;
  z-index: 1;
}
.ntl-header { margin-bottom: 1.5rem; }
.ntl-title { font-size: 1.9rem; font-weight: 800; color: #e9d9a8; margin: 0 0 .35rem; }
.ntl-subtitle { font-size: .95rem; color: #7f9488; margin: 0; }
.ntl-export-bar {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201,169,97,.15);
}
.ntl-count { font-size: .85rem; color: #8ba398; }
.ntl-export-btns { display: flex; gap: .5rem; }
.ntl-exp-btn {
  font-size: .8rem; padding: .4rem .9rem; border: 1px solid rgba(201,169,97,.4);
  border-radius: 7px; background: rgba(201,169,97,.06); color: #c9a961;
  cursor: pointer; transition: background .15s;
}
.ntl-exp-btn:hover { background: rgba(201,169,97,.14); }
.ntl-empty { text-align: center; color: #7f9488; font-size: .9rem; padding: 2rem 0; }
.ntl-list { display: flex; flex-direction: column; gap: .6rem; }
.ntl-book { border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: #0e1a15; overflow: hidden; }
.ntl-book-head {
  display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem;
  cursor: pointer; user-select: none; transition: background .15s;
}
.ntl-book-head:hover { background: rgba(255,255,255,.03); }
.ntl-chev {
  flex: none; width: 8px; height: 8px;
  border-right: 2px solid #7fb8a0; border-bottom: 2px solid #7fb8a0;
  transform: rotate(-45deg); transition: transform .2s;
}
.ntl-book.open .ntl-chev { transform: rotate(45deg); }
.ntl-book-name { flex: 1; font-size: 1rem; font-weight: 700; color: #e9d9a8; }
.ntl-book-count { font-size: .8rem; color: #7f9488; }
.ntl-book-notes { display: none; padding: 0 1rem .5rem 2.1rem; }
.ntl-book.open .ntl-book-notes { display: block; }
.ntl-note-item {
  display: flex; align-items: flex-start; gap: .75rem; padding: .65rem 0;
  border-top: 1px solid rgba(255,255,255,.05); cursor: pointer;
}
.ntl-note-item:hover .ntl-note-text, .ntl-note-item:hover .ntl-note-empty { color: #fff; }
.ntl-note-col { flex: 1; }
.ntl-note-text { font-size: .9rem; color: #ece7d6; line-height: 1.4; }
.ntl-note-empty { font-size: .85rem; color: #9aa79d; font-style: italic; }
.ntl-note-meta { font-size: .72rem; color: #7f9488; margin-top: .2rem; }
.ntl-sil {
  flex: none; font-size: .72rem; color: #c98a8a;
  border: 1px solid rgba(201,138,138,.3); border-radius: 6px;
  padding: .2rem .6rem; background: transparent; cursor: pointer;
}
.ntl-sil:hover { background: rgba(201,138,138,.12); }
.ntl-more {
  display: block; width: 100%; text-align: center; font-size: .8rem;
  color: #8fbfa8; background: transparent; border: 1px dashed rgba(143,208,180,.3);
  border-radius: 7px; padding: .5rem; margin: .6rem 0 .2rem; cursor: pointer;
}
.ntl-more:hover { background: rgba(143,208,180,.06); }
.ntl-hidden-notes { display: block; }
.ntl-hidden-notes.hidden { display: none; }
