/*
Theme Name: yulu360
Theme URI: https://www.yulu360.com
Description: 深圳华强北手机与电子产品批发贸易 - 诚信经营十五年，全球供货，欢迎合作
Version: 1.0.0
Author: yulu360 Team
Author URI: https://www.yulu360.com
Tags: huaqiangbei, electronics-wholesale, phone-wholesale, tailwindcss, responsive, chinese
Text Domain: yulu360-theme
*/

/* ===================== Base ===================== */
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; }

/* ===================== WordPress Admin Bar Fix ===================== */
body.admin-bar #site-header { top: 32px !important; }
@media screen and (max-width: 782px) {
    body.admin-bar #site-header { top: 46px !important; }
}

/* ===================== Animations ===================== */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}
.animate-float { animation: float 3s ease-in-out infinite; }

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 8px rgba(37, 99, 235, 0.3); }
    50% { box-shadow: 0 0 24px rgba(37, 99, 235, 0.6); }
}
.animate-pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }

@keyframes slide-in-right {
    from { transform: translateX(20px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
.animate-slide-in { animation: slide-in-right 0.5s ease-out; }
