.VYuFuq_Button{color:var(--core-neutral-50);cursor:pointer;background:var(--core-purple-600);border:none;border-radius:8px;align-items:center;transition:all .15s;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #2d288780,inset 0 1px 1px 1px #ffffff40,inset 0 -1px 1px 1px #2d288740}.VYuFuq_Button--size-sm{gap:6px;width:100px;height:30px;padding:6px 24px;font-size:14px}.VYuFuq_Button--size-md{gap:10px;width:100px;height:36px;padding:4px 12px;font-size:16px}.VYuFuq_Button span{white-space:nowrap;justify-content:center;align-items:center;width:100%;font-family:Inter,sans-serif;font-weight:500;display:flex}.VYuFuq_Button:hover:not(.VYuFuq_success):not(:disabled){transform:scale(1.02)}.VYuFuq_Button:active:not(.VYuFuq_success):not(:disabled){transform:scale(.98)}.VYuFuq_Button:disabled{cursor:not-allowed;pointer-events:none}.VYuFuq_Button:disabled:hover,.VYuFuq_Button:disabled:active{transform:none}.VYuFuq_Button.VYuFuq_success{cursor:default;pointer-events:none}.VYuFuq_Button--secondary{border:1px solid var(--primary-neutral-100,#eef0f2);color:var(--core-neutral-700);background:#fff;box-shadow:0 1px 2px #5869760a}.VYuFuq_Button--ghost{box-shadow:none;color:var(--core-neutral-700);background:0 0}.VYuFuq_Wrapper{height:var(--spinner-size,20px);width:var(--spinner-size,20px)}.VYuFuq_Spinner{height:var(--spinner-size,20px);width:var(--spinner-size,20px);position:relative;top:50%;left:50%}.VYuFuq_Bar{background:var(--spinner-color);border-radius:6px;width:24%;height:8%;animation:1.2s linear infinite VYuFuq_spin;position:absolute;top:-3.9%;left:-10%}.VYuFuq_Bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg)translate(146%)}.VYuFuq_Bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg)translate(146%)}.VYuFuq_Bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg)translate(146%)}.VYuFuq_Bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg)translate(146%)}.VYuFuq_Bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg)translate(146%)}.VYuFuq_Bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg)translate(146%)}.VYuFuq_Bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg)translate(146%)}.VYuFuq_Bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg)translate(146%)}.VYuFuq_Bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg)translate(146%)}.VYuFuq_Bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg)translate(146%)}.VYuFuq_Bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg)translate(146%)}.VYuFuq_Bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg)translate(146%)}@keyframes VYuFuq_spin{0%{opacity:1}to{opacity:.15}}