@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-sans bg-slate-50 text-slate-900;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-thumb{background:#475569}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}.bg-dot-pattern{background-image:radial-gradient(#cbd5e1 1px,transparent 1px);background-size:24px 24px}.dark .bg-dot-pattern{background-image:radial-gradient(#334155 1px,transparent 1px)}.text-gradient-sharp{@apply bg-clip-text text-transparent bg-gradient-to-br from-brand-500 to-purple-600;}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
