@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes draw-underline{to{stroke-dashoffset:0}}@keyframes scribble{0%{transform:translate(0)translateY(0)}25%{transform:translate(2px)translateY(-1px)}50%{transform:translate(-1px)translateY(2px)}75%{transform:translate(1px)translateY(-2px)}to{transform:translate(0)translateY(0)}}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%{transform:scale(.95)}}.float-animation{animation:6s ease-in-out infinite float}.underline-animation{stroke-dasharray:300;stroke-dashoffset:300px;animation:1.5s ease-out .5s forwards draw-underline}.scribble-hover:hover{animation:.3s ease-in-out scribble}.heartbeat-animation{animation:2s ease-in-out infinite heartbeat}.card-lift{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-lift:hover{transform:translateY(-4px)rotate(-.5deg)}::selection{color:inherit;background-color:#f9731633}.custom-scrollbar::-webkit-scrollbar{width:12px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.custom-scrollbar::-webkit-scrollbar-thumb{background:#f97316;border-radius:6px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ea580c}.handwritten{font-family:Caveat,cursive;transform:rotate(-2deg)}.sticker-effect{display:inline-block;position:relative}.sticker-effect:before{content:"";z-index:-1;background:#fff;border-radius:16px;position:absolute;inset:-8px;transform:rotate(-3deg);box-shadow:0 4px 12px #0000001a}
