@tailwind base;@tailwind components;@tailwind utilities;html,body{background-color:transparent;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.shimmer-text{background:linear-gradient(to right,#4b5563,#f3f4f6,#4b5563);background-size:200% auto;color:#4b5563;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 3s linear infinite}@keyframes shine{to{background-position:200% center}}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-slide-in-left{animation:slide-in-left .3s ease-out forwards}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}@keyframes draw-line{0%{stroke-dashoffset:200}to{stroke-dashoffset:0}}.animate-draw-line{stroke-dasharray:200;animation:draw-line .8s ease-out forwards}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #ef44444d}50%{box-shadow:0 0 20px #ef444499}}.animate-pulse-glow{animation:pulse-glow 2s infinite}
