@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#F2F2F7] text-slate-900;}}@layer components{.soft-out{@apply shadow-[6px_6px_12px_#d1d9e6,-6px_-6px_12px_#ffffff];}.soft-out-sm{@apply shadow-[3px_3px_6px_#d1d9e6,-3px_-3px_6px_#ffffff];}.soft-out-lg{@apply shadow-[12px_12px_24px_#d1d9e6,-12px_-12px_24px_#ffffff];}.soft-inset{@apply shadow-[inset_4px_4px_8px_#d1d9e6,inset_-4px_-4px_8px_#ffffff];}.soft-pill{@apply rounded-full soft-out transition-all active:soft-inset active:scale-[.98];}.soft-card{@apply bg-[#F2F2F7] rounded-[2.5rem] soft-out border-2 border-white/50;}.soft-input{@apply w-full h-14 bg-[#F2F2F7] soft-inset rounded-2xl px-6 font-bold border-none focus:outline-none transition-all;}.soft-badge{@apply absolute -top-1 -right-1 min-w-[20px] h-5 rounded-full bg-rose-500 text-white text-[10px] font-black flex items-center justify-center border-2 border-white;}}
