@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}.dark ::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1d4ed8}.perspective-1000{perspective:1000px}.transform-style-3d{transform-style:preserve-3d}.card-3d{transition:transform .5s ease}.card-3d:hover{transform:rotateY(10deg) rotateX(5deg) translateZ(20px);box-shadow:-20px 20px 50px #0003}.blob{position:absolute;filter:blur(80px);z-index:0;opacity:.6;animation:move 10s infinite alternate}@keyframes move{0%{transform:translate(0) scale(1)}to{transform:translate(20px,-20px) scale(1.1)}}.animate-delay-200{animation-delay:.2s}.animate-delay-500{animation-delay:.5s}.animate-delay-1000{animation-delay:1s}
