:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#424242;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar-corner{background:transparent}@keyframes alarm-pulse{0%{background-color:#ff4d4f0d;box-shadow:inset 4px 0 #ff4d4f99}50%{background-color:#ff4d4f40;box-shadow:inset 4px 0 #ff4d4f,inset 0 0 20px #ff4d4f66}to{background-color:#ff4d4f0d;box-shadow:inset 4px 0 #ff4d4f99}}.critical-alarm-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:4px;background-color:#ff4d4f0d;box-shadow:inset 4px 0 #ff4d4f4d;transition:all .3s ease;animation:none}.critical-alarm-item.pulsing{animation:alarm-pulse 1.5s infinite ease-in-out}
