/* Dedicated /m/:key public monitor page — isolated from app light theme */
body.monitor-status-page {
  background-color: #020617;
  color: #e2e8f0;
}

.monitor-status-hero {
  background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(16, 185, 129, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 80% 0%, rgba(59, 130, 246, 0.08), transparent);
}

.monitor-status-actions .ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid rgb(51 65 85);
  background: rgb(15 23 42);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e2e8f0;
  transition: background-color 0.15s, border-color 0.15s;
}

.monitor-status-actions .ms-btn:hover {
  background: rgb(30 41 59);
  border-color: rgb(71 85 105);
}

.monitor-status-actions .ms-btn-primary {
  border-color: rgba(16, 185, 129, 0.45);
  background: rgba(16, 185, 129, 0.12);
  color: #6ee7b7;
}

.monitor-status-actions .ms-btn-primary:hover {
  background: rgba(16, 185, 129, 0.2);
}
