*{box-sizing:border-box}body{min-width:100vw;min-height:100vh;margin:0;padding:0}#root{width:100%;max-width:100%;margin:0;padding:0}@keyframes pulse-red{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes pulse-blue{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}@keyframes pulse-purple{0%{box-shadow:0 0 #a855f7b3}70%{box-shadow:0 0 0 10px #a855f700}to{box-shadow:0 0 #a855f700}}@keyframes pulse-gray{0%{box-shadow:0 0 #94a3b8b3}70%{box-shadow:0 0 0 10px #94a3b800}to{box-shadow:0 0 #94a3b800}}.pulse-red{animation:2s infinite pulse-red}.pulse-blue{animation:2s infinite pulse-blue}.pulse-purple{animation:2s infinite pulse-purple}.pulse-gray{animation:2s infinite pulse-gray}
