@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-slate-900;background-color:#f8fafc;background-image:linear-gradient(to right,#e2e8f0 1px,transparent 1px),linear-gradient(to bottom,#e2e8f0 1px,transparent 1px);background-size:30px 30px}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,#f1f5f9 100%);pointer-events:none;z-index:-1}}
