@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#fff;color:#0a0a0a;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark body{background-color:#0a0a0a;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f3f4f6}.dark ::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.dark ::-webkit-scrollbar-thumb{background:#4b5563}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5)}.dark .glass-card{background:#1e1e1e99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 30px #0003}.stroke-text{-webkit-text-stroke:1px black;color:transparent}.dark .stroke-text{-webkit-text-stroke:1px white}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-scroll{animation:scroll 30s linear infinite}.animate-scroll-fast{animation:scroll 10s linear infinite}
