/* Reading progress bar — single posts (2026-08-30) */
#hmmnm-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    z-index: 99999;
    pointer-events: none;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 6px rgba(99, 102, 241, 0.35);
}
@media (prefers-reduced-motion: reduce) {
    #hmmnm-progress { transition: none; box-shadow: none; }
}
