/* Site-specific rules that the Nocturne design system doesn't carry —
   the scrollbar treatment and the hover states for content links, ported
   from the design's style-hover bindings. Everything else comes from
   nocturne.css. */

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #3f424d; border-radius: 8px; }

.nav-link:hover { background: color-mix(in srgb, #e9e9ed 8%, transparent); }
.pub-row:hover { background: color-mix(in srgb, #e9e9ed 4%, transparent); }
.dl-file:hover { border-color: var(--color-accent); color: var(--color-accent-200); }
.related-link:hover { text-decoration: underline; }
.footer-link:hover { color: var(--color-accent-200); }
