/* 独立响应式补充 */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

@media (hover: none) {
    .button,
    .nav-link,
    .tag-cloud a {
        min-height: 44px;
    }
}
