@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.apple-blur{@apply backdrop-blur-xl bg-white/70 saturate-150 border-b border-white/20;}.apple-spring{@apply transition-all duration-300 ease-[cubic-bezier(.25,.1,.25,1)];}.apple-h1{@apply font-black tracking-tight text-gray-900;}.apple-card{@apply bg-white p-6 rounded-[2rem] border border-gray-100 shadow-[0_2px_8px_rgba(0,0,0,.04)] hover:shadow-[0_20px_40px_-15px_rgba(0,0,0,.1)] transition-all duration-500;}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.card-shadow{box-shadow:0 2px 20px #00000005}}body{background-color:#fbfbfd;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1d1d1f;-webkit-font-smoothing:antialiased}
