/* 本文件由内联 <style> 原样抽取生成，内容逐字保持一致；
   主题配色通过 :root 上的 --dk-* CSS 变量注入（见 zibll-dk-sam.php 的 wp_add_inline_style）。 */
                @keyframes lotteryBtnBreathing {
                    0% { transform: scale(1); box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3); }
                    50% { transform: scale(1.08); box-shadow: 0 4px 20px rgba(59, 130, 246, 0.6); }
                    100% { transform: scale(1); box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3); }
                }
                .lottery-go-btn { animation: lotteryBtnBreathing 2s infinite ease-in-out; }
                .zibll-dk-sam-lottery-card:hover .lottery-go-btn { animation: none; transform: scale(1.15) rotate(5deg); }
