@tailwind base;@tailwind components;@tailwind utilities;@layer components{.demo-cursor{@apply fixed w-6 h-6 rounded-full pointer-events-none z-[9999];background:rgba(66,133,244,.4);border:2px solid #4285F4;box-shadow:0 0 20px #4285f499;transition:all .8s cubic-bezier(.34,1.56,.64,1)}.demo-click-pulse{animation:click-ripple .4s ease-out}}@keyframes click-ripple{0%{transform:scale(1);opacity:1}to{transform:scale(3);opacity:0}}
