@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:20px}.scrollbar-thin:hover::-webkit-scrollbar-thumb{background-color:#d1d5db}.glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}}body{font-family:Inter,system-ui,-apple-system,sans-serif;@apply text-gray-800 bg-gray-50;}
