/* Status page specific styles extracted from status/index.html */

/* Status page background (matches main hero image) */
body {
  background-image: url('https://cdn.phantomsnetwork.org/NjocJxYiSPPV.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Slight darkening so text stays readable */
.body-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at center, rgba(10,10,10,0.45) 0%, rgba(10,10,10,0.85) 100%);
  z-index: -1;
}

/* Description box styling */
.desc-box { background: rgba(31,41,55,0.4); border: 1px solid rgba(107,114,128,0.3); }
.status-pill-online { color: #34d399; }
.status-pill-offline { color: #fb7185; }
