/* Иллюстрация админ-центра: контрастный слой сохраняет читаемость текста. */
body {
  background:
    linear-gradient(100deg, #03111ff7 0%, #03111fe8 42%, #03111f78 100%),
    url("./admin-command-center.png") 82% top / cover fixed no-repeat,
    #03111f;
}

.panel, .metric, .user-row, .status-bar, .auth-card { backdrop-filter: blur(12px); }
