@keyframes vibration{0%,to{transform:translate(0)}25%{transform:translate(-.125rem,-.0625rem)}50%{transform:translate(.125rem,.0625rem)}75%{transform:translate(-.125rem,.0625rem)}}button.node.vibrating{animation:.2s both vibration}button.secondary{background-color:var(--sec-btn);box-shadow:0 4px 2.5rem #0003}button.node .cta{display:inherit;flex-direction:inherit;gap:inherit;align-items:inherit}button.disabled{opacity:.8}
