@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse-green{0%,to{background-color:#4caf50}50%{background-color:#2e7d32}}@keyframes pulse-red{0%,to{background-color:#f44336}50%{background-color:#c62828}}@keyframes pulse-yellow{0%,to{background-color:#ff9800}50%{background-color:#f57c00}}.animate-pulse-green{animation:pulse-green 2s ease-in-out infinite}.animate-pulse-red{animation:pulse-red 2s ease-in-out infinite}.animate-pulse-yellow{animation:pulse-yellow 2s ease-in-out infinite}@media print{.no-print{display:none!important}.print-break{page-break-after:always}}.MuiCard-root.stat-card{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.MuiCard-root.stat-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.status-healthy{color:#4caf50}.status-warning{color:#ff9800}.status-critical{color:#f44336}.status-unknown{color:#9e9e9e}.chart-container{height:300px;position:relative;width:100%}.responsive-table{overflow-x:auto}.responsive-table table{min-width:600px}