@keyframes progress-bar{0%{width:100%}to{width:0%}}.animate-progress-bar{animation:progress-bar linear forwards}@keyframes toast-slide-in{0%{transform:translate(100%) scale(.95);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes toast-slide-out{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.95);opacity:0}}.toast-hover:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}[dir=rtl] .toast-container{right:auto;left:1rem}[dir=rtl] .toast-slide-in{animation:toast-slide-in-rtl .3s ease-out}@keyframes toast-slide-in-rtl{0%{transform:translate(-100%) scale(.95);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.animated-gradient-text .text-content{background-size:200% 200%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-animation linear infinite;display:inline-block}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@tailwind base;@tailwind components;@tailwind utilities;.free-text{font-family:Inter,Vazirmatn,sans-serif;font-weight:800;font-size:.8rem;color:#000;animation:gradient-move 4s linear infinite;background-size:300%;display:inline-block;text-shadow:0 0 15px rgba(255,255,255,.15)}.free-text.vertical{writing-mode:vertical-rl;text-orientation:sideways;line-height:1.5}
