.text-gradient-animation{background:linear-gradient(90deg,#2f8dce 20%,#37a3b7 40%,#3aadab 60%,#3eb89f 80%);background-size:200% auto;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textShine 5s ease-in-out infinite alternate}.refresh-bounce{animation:refresh-bounce .8s cubic-bezier(.68,-.55,.265,1.55) forwards;will-change:transform}.wallet-button{min-height:44px;width:100%;transform:scale(1);background:linear-gradient(90deg,#2563eb,#9333ea);font-weight:500;color:white;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);transition:all .2s ease}.wallet-button:hover{transform:scale(1.02);background:linear-gradient(90deg,#1d4ed8,#7c3aed);box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}.wallet-button:active{transform:scale(.98)}.wallet-button:disabled{transform:none;cursor:not-allowed;opacity:.5}.dialog-mobile-safe{max-height:calc(100dvh - env(keyboard-inset-height, 0px) - 2rem)}.dialog-delivery{max-height:calc(100dvh - env(keyboard-inset-height, 0px) - 1rem)}@keyframes textShine{0%{background-position:0 50%}to{background-position:100% 50%}}@keyframes refresh-bounce{0%{transform:rotate(0deg)}30%{transform:rotate(60deg)}60%{transform:rotate(-10deg)}80%{transform:rotate(5deg)}to{transform:rotate(0deg)}}