@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#1f2937;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#6b7280;border-radius:10px;border:2px solid #1f2937}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.writing-vertical{writing-mode:vertical-rl;text-orientation:mixed}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scaleIn{animation:scaleIn .2s ease-out forwards}
