@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}html,body{@apply bg-slate-900 text-slate-100;cursor:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-slate-800;}::-webkit-scrollbar-thumb{@apply bg-slate-600 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-slate-500;}input,textarea,[contenteditable]{caret-color:#fff}input,select,textarea{@apply bg-slate-800 border-slate-700 text-white placeholder-slate-400;}input:focus,select:focus,textarea:focus{@apply ring-2 ring-blue-500 border-transparent outline-none;}
