.status-checking   { background-color: #888888; } /* Серый */
.status-operational { background-color: #2ecc71; } /* Зеленый */
.status-degraded   { background-color: #f39c12; } /* Желтый/Оранжевый */
.status-down       { background-color: #e74c3c; } /* Красный */
.status-unknown    { background-color: #95a5a6; } /* Серый */
.status-error      { background-color: #e74c3c; } /* Красный (ошибка API) */

