@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#0f172a] text-slate-100 antialiased;background-color:#0f172a}@media(min-width:768px){body{background-image:radial-gradient(circle at 50% 0%,rgba(6,182,212,.15) 0%,transparent 50%);background-attachment:fixed}}button,a,input{@apply touch-manipulation;}}@media(min-width:768px){::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-slate-900;}::-webkit-scrollbar-thumb{@apply bg-slate-700 rounded-full hover:bg-cyan-600 transition-colors;}}
