.YachtSendButton-module__gH6FDG__button{--primary:#2ea8ff;--neutral-1:#eef4fa;--neutral-2:#d5e0eb;--radius:14px;cursor:pointer;border-radius:var(--radius);text-shadow:0 1px 1px #0000002e;width:100%;min-width:220px;height:68px;font-family:var(--font-inter), system-ui, sans-serif;color:#102033;border:none;justify-content:center;align-items:center;padding:20px;font-size:17px;font-weight:600;transition:all .3s;display:flex;position:relative;box-shadow:0 .5px .5px 1px #fff3,0 10px 20px #00000038,0 4px 5px #0000000d}.YachtSendButton-module__gH6FDG__button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 0 1px 2px #ffffff4d,0 15px 30px #00000047,0 10px 3px -3px #0000000a}.YachtSendButton-module__gH6FDG__button:active:not(:disabled){transform:scale(1)}.YachtSendButton-module__gH6FDG__button:disabled{cursor:wait;opacity:.92}.YachtSendButton-module__gH6FDG__button:after{content:"";border-radius:var(--radius);background:linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box, linear-gradient(to bottom, #00000014, #00000061) border-box;z-index:0;border:2.5px solid #0000;transition:all .4s;position:absolute;inset:0}.YachtSendButton-module__gH6FDG__button:hover:not(:disabled):after{transform:scale(1.04,1.08);box-shadow:inset 0 -1px 3px #fff}.YachtSendButton-module__gH6FDG__button:before{content:"";background:linear-gradient(to top, var(--neutral-1), var(--neutral-2));filter:blur(.5px);z-index:2;border-radius:30px;position:absolute;inset:7px 6px 6px}.YachtSendButton-module__gH6FDG__waveBorder{z-index:4;opacity:0;pointer-events:none;width:calc(100% + 2px);height:calc(100% + 2px);transition:opacity .35s;position:absolute;inset:-1px;overflow:visible}.YachtSendButton-module__gH6FDG__waveBorderRing{stroke-dasharray:10 4 6 80;stroke-dashoffset:0;animation:2.6s linear infinite paused YachtSendButton-module__gH6FDG__waveBorderTravel}.YachtSendButton-module__gH6FDG__button:hover:not(:disabled) .YachtSendButton-module__gH6FDG__waveBorder{opacity:1}.YachtSendButton-module__gH6FDG__button:hover:not(:disabled) .YachtSendButton-module__gH6FDG__waveBorderRing{animation-play-state:running}@keyframes YachtSendButton-module__gH6FDG__waveBorderTravel{to{stroke-dashoffset:-100px}}.YachtSendButton-module__gH6FDG__waveTrail{pointer-events:none;width:0;height:14px;position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-100%,-50%)}.YachtSendButton-module__gH6FDG__waveTrailSvg{opacity:0;width:140px;height:14px;overflow:visible}.YachtSendButton-module__gH6FDG__waveTrailPath{fill:none;stroke:#2ea8ff;stroke-linecap:round}.YachtSendButton-module__gH6FDG__waveTrailPathPrimary{stroke-width:1.6px;opacity:.85}.YachtSendButton-module__gH6FDG__waveTrailPathSecondary{stroke-width:1px;opacity:.45}.YachtSendButton-module__gH6FDG__button[data-loading=true] .YachtSendButton-module__gH6FDG__waveTrail,.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__waveTrail{animation:.95s ease-out forwards YachtSendButton-module__gH6FDG__waveTrailExpand}.YachtSendButton-module__gH6FDG__button[data-loading=true] .YachtSendButton-module__gH6FDG__waveTrailSvg,.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__waveTrailSvg{animation:.95s ease-out forwards YachtSendButton-module__gH6FDG__waveTrailFade}@keyframes YachtSendButton-module__gH6FDG__waveTrailExpand{0%{opacity:0;width:0}12%{opacity:1;width:28px}to{opacity:1;width:132px}}@keyframes YachtSendButton-module__gH6FDG__waveTrailFade{0%{opacity:0;transform:translate(0)scaleX(.4)}18%{opacity:1;transform:translate(0)scaleX(1)}to{opacity:0;transform:translate(18px)scaleX(1.05)}}.YachtSendButton-module__gH6FDG__state{z-index:3;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.YachtSendButton-module__gH6FDG__state p{justify-content:center;align-items:center;margin:0;display:flex}.YachtSendButton-module__gH6FDG__state .YachtSendButton-module__gH6FDG__icon{pointer-events:none;justify-content:center;align-items:center;width:2.6rem;height:2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.YachtSendButton-module__gH6FDG__stateSent .YachtSendButton-module__gH6FDG__icon svg{width:2.35em;height:auto;overflow:visible}.YachtSendButton-module__gH6FDG__state p span{opacity:0;animation:YachtSendButton-module__gH6FDG__slideDown .8s ease forwards calc(var(--i) * 30ms);display:block}.YachtSendButton-module__gH6FDG__button:hover:not(:disabled) p span{opacity:1;animation:YachtSendButton-module__gH6FDG__wave .5s ease forwards calc(var(--i) * 20ms)}.YachtSendButton-module__gH6FDG__button[data-loading=true] p span,.YachtSendButton-module__gH6FDG__button[data-sent=true] p span{opacity:1;animation:YachtSendButton-module__gH6FDG__disapear .6s ease forwards calc(var(--i) * 30ms)}@keyframes YachtSendButton-module__gH6FDG__wave{30%{opacity:1;color:var(--primary);transform:translateY(4px)}50%{opacity:1;color:var(--primary);transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@keyframes YachtSendButton-module__gH6FDG__slideDown{0%{opacity:0;color:var(--primary);filter:blur(5px);transform:translateY(-20px)translate(5px)rotate(-90deg)}30%{opacity:1;filter:blur();transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes YachtSendButton-module__gH6FDG__disapear{0%{opacity:1}to{opacity:0;color:var(--primary);filter:blur(5px);transform:translate(5px)translateY(20px)}}.YachtSendButton-module__gH6FDG__stateSent{display:none}.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__stateDefault{visibility:hidden;position:absolute}.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__stateSent{justify-content:center;padding-left:34px;display:flex}.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__stateSent .YachtSendButton-module__gH6FDG__icon{margin:auto;top:0;bottom:0;left:-4px;transform:none}.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__stateSent span{opacity:0;animation:YachtSendButton-module__gH6FDG__slideDown .8s ease forwards calc(var(--i) * .12s)}.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__stateSent .YachtSendButton-module__gH6FDG__icon svg{opacity:0;animation:1.1s .45s forwards YachtSendButton-module__gH6FDG__appear}@keyframes YachtSendButton-module__gH6FDG__appear{0%{opacity:0;color:var(--primary);filter:blur(4px);transform:scale(3.2)rotate(-28deg)}45%{opacity:1;filter:blur(1px);transform:scale(.75)}to{opacity:1;filter:blur();transform:scale(1)}}@media (prefers-reduced-motion:reduce){.YachtSendButton-module__gH6FDG__button,.YachtSendButton-module__gH6FDG__button:after,.YachtSendButton-module__gH6FDG__state p span,.YachtSendButton-module__gH6FDG__state .YachtSendButton-module__gH6FDG__icon svg,.YachtSendButton-module__gH6FDG__button[data-loading=true] .YachtSendButton-module__gH6FDG__waveTrail,.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__waveTrail,.YachtSendButton-module__gH6FDG__button[data-loading=true] .YachtSendButton-module__gH6FDG__waveTrailSvg,.YachtSendButton-module__gH6FDG__button[data-sent=true] .YachtSendButton-module__gH6FDG__waveTrailSvg,.YachtSendButton-module__gH6FDG__waveBorderRing{transition:none!important;animation:none!important}.YachtSendButton-module__gH6FDG__state p span{opacity:1}}
