html { color-scheme: light; }
body { min-width: 320px; }
::selection { background: #cbd5e1; color: #0f172a; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }

/* Menu thao tác của book card: neo vào nút "…" và được JS lật lên trên khi
   không đủ chỗ hiển thị xuống dưới trong viewport. */
.book-menu {
  position: absolute;
  top: calc(100% + .25rem);
  right: 0;
  z-index: 40;
}

.book-menu--up {
  top: auto;
  bottom: calc(100% + .25rem);
}
