@tailwind base;@tailwind components;@tailwind utilities;@layer components{.glass-card{@apply bg-white/5 backdrop-blur-lg border border-white/10;}}.reveal-on-scroll{opacity:0;transition:all 1s ease-out;transform:translateY(30px)}.reveal-visible{opacity:1;transform:translateY(0)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000001a}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}
