@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#0a0a0a] text-gray-200 antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}}.custom-scrollbar::-webkit-scrollbar{height:8px;width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#000;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cf0;border-radius:10px;border:2px solid #000000}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff}.animate-in{animation-duration:.7s}.bg-grid-subtle{background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:24px 32px}
