/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */.AnimatedButton_button__PBIPl{background:#17a2b8;border-radius:20px;align-items:center;width:100%;height:48px;padding-left:16px;display:flex;position:relative;overflow:hidden}.AnimatedButton_button__PBIPl .AnimatedButton_text__hunDX{color:#fff;font-size:18px;font-weight:500}.AnimatedButton_button__PBIPl .AnimatedButton_arrow__uHMhO{aspect-ratio:1;z-index:2;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.AnimatedButton_button__PBIPl .AnimatedButton_arrow__uHMhO .AnimatedButton_icon__i2CMo{aspect-ratio:1;color:#17a2b8;flex-shrink:0;width:20px;height:20px}.AnimatedButton_button__PBIPl.AnimatedButton_active__9vo_D .AnimatedButton_text__hunDX{animation:AnimatedButton_text-anim__YtUO9 1s forwards}.AnimatedButton_button__PBIPl.AnimatedButton_active__9vo_D .AnimatedButton_arrow__uHMhO{animation:AnimatedButton_arrow-anim__jLqxD 1s forwards}@keyframes AnimatedButton_text-anim__YtUO9{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes AnimatedButton_arrow-anim__jLqxD{0%{right:16px}50%{right:calc(100% - 16px);transform:translate(100%)translateY(-50%)}to{right:16px}}