@keyframes warning-flash{0%,to{background-color:var(--bg-color, black)}50%{background-color:var(--warning-flash-color, rgba(255, 72, 36, .25))}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.animate-warning-pulse{animation:warning-flash 1s ease-in-out infinite}.btn-primary-accent{background-color:var(--accent-color, #FF4824);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px -10px var(--accent-shadow, rgba(255, 72, 36, .5))}
