:root{color-scheme:light}.dark{color-scheme:dark}body{transition:background-color .3s,color .3s}.dark .text-gray-900,.dark .text-gray-600{color:#f3f4f6}.dark .bg-white{background-color:#111827}.dark .bg-gray-50,.dark .bg-gray-100{background-color:#0d1223}.dark .border-gray-200,.dark .border-gray-100{border-color:#374151}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-50 text-gray-900 antialiased;}}@layer utilities{.scrollbar-thin{scrollbar-width:thin}.scrollbar-thumb-gray-300::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:6px}.scrollbar-track-gray-100::-webkit-scrollbar-track{background-color:#f3f4f6}}
