.Button_button__wJ2oa{background-color:color-mix(in oklab,var(--foreground) 10%,transparent);padding:0 1rem;height:40px;display:flex;justify-content:center;align-items:center;border-radius:999px;border:1px solid color-mix(in oklab,var(--foreground) 15%,transparent);gap:5px;transition:background-color .2s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 0 0 0 rgba(0,0,0,0);color:var(--foreground);font-size:14px}.Button_button__wJ2oa:hover{background-color:color-mix(in oklab,var(--foreground) 20%,transparent);transform:scale(1.05);box-shadow:var(--shadow)}.Button_button__wJ2oa:active{background-color:color-mix(in oklab,var(--foreground) 30%,transparent);transform:scale(1);box-shadow:var(--shadow)}