@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}@page{margin:0}@keyframes bazi-glow{0%,to{box-shadow:0 0 8px #f59e0b4d,0 0 20px #f59e0b1a}50%{box-shadow:0 0 16px #f59e0b80,0 0 40px #f59e0b33}}@keyframes bazi-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes bazi-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-bazi-glow{animation:bazi-glow 2.5s ease-in-out infinite}.animate-bazi-shimmer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:bazi-shimmer 2.5s ease-in-out infinite;pointer-events:none}.animate-bazi-float{animation:bazi-float 3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.animate-bazi-glow,.animate-bazi-float{animation:none}.animate-bazi-shimmer:after{animation:none}}
