@config "./tailwind.config.js";@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #19e66b;--primary-hover: #15c55b;--background: #f8faf9;--surface: #ffffff;--surface-secondary: #f0f4f2;--text-main: #112117;--text-muted: #475569;--border: rgba(17, 33, 23, .08)}.dark{--background: #0a0f0d;--surface: #121a16;--surface-secondary: #1c2620;--text-main: #f1f5f9;--text-muted: #94a3b8;--border: rgba(255, 255, 255, .05)}body{background-color:var(--background);color:var(--text-main);transition:background-color .3s ease,color .3s ease}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@layer base{body{@apply antialiased;}}
