/* Shared Consult visual theme for cabinet/settings pages.
   Matches Consult landing (dark + blue accents).
*/

body {
  background: #0b1020;
  color: rgba(255,255,255,.92);
}

a, a:visited { text-decoration: none; }

/* Respect hidden attribute */
[hidden] { display: none !important; }

.c-topbar {
  backdrop-filter: blur(10px);
  background: rgba(10,14,28,.55);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.c-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.c-muted { color: rgba(255,255,255,.70) !important; }

.c-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* primary accent (keep existing class) */
.c-btn--primary {
  background: linear-gradient(90deg, #1b78ff, #00b7ff);
  border: 0;
}
