@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes pulseGlow{50%{box-shadow:0 0 30px #8b5cf655}}.card,.modal-panel{animation:fadeUp .35s ease both}.modal-shell.open .modal-panel{animation:fadeUp .25s ease}.btn{position:relative;overflow:hidden}.btn:active::after{content:"";position:absolute;inset:0;background:#fff3;animation:fadeUp .25s reverse}.plan-icon,.brand-mark{animation:pulseGlow 2.5s infinite}
