*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:#0f0f0f;color:#e8e8e8;height:100vh;display:flex;flex-direction:column}#root{height:100%;display:flex;flex-direction:column}@keyframes spin-cw{to{transform:rotate(360deg)}}@keyframes spin-ccw{to{transform:rotate(-360deg)}}@keyframes pulse-core{0%,to{box-shadow:0 0 4px 1px #f59e0b99;opacity:1}50%{box-shadow:0 0 10px 3px #f59e0bcc;opacity:.6}}@keyframes stage-in{0%{opacity:0;transform:translateY(5px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}.spin-cw{animation:spin-cw 1.4s linear infinite}.spin-ccw{animation:spin-ccw 2.2s linear infinite}.pulse-core{animation:pulse-core 1.6s ease-in-out infinite}.stage-text{animation:stage-in 2.6s ease-in-out forwards}
