/* 精简前台特效：去掉封面放大、按钮水波纹、多余过渡 */
body {
    --pk-g-list-img-hover: scale(1);
}

.ripple,
.ripple-animate,
.has-ripple .ripple {
    display: none !important;
    animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
