/* ===== FOOTER ===== */
footer {
  background: #1a0a2e;
  border-top: 2px solid #b19cd9;
  padding: 1.5rem;
  text-align: center;
  color: #a8c0ff;
  font-size: 1.2rem;
  margin-top: 3rem;
}

.footer-status {
  margin-bottom: 0.5rem;
}

.uptime {
  color: #d97cff;
  font-weight: bold;
}

.reset-btn {
  margin-top: 1rem;
  padding: 0.3rem 0.8rem;
  background: #2a1a4a;
  border: 1px solid #b19cd9;
  color: #e0b0ff;
  font-family: 'VT323', monospace;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
}

.reset-btn:hover {
  background: #b19cd9;
  color: #0a0014;
  box-shadow: 0 0 10px rgba(177, 156, 217, 0.5);
}
