/* CryptoGate dashboard — small layer on top of Bootstrap 5. */

body {
  min-height: 100vh;
  background: #f6f7fb;
}

.cg-sidebar {
  min-height: 100vh;
  background: #131a2b;
}

.cg-sidebar .nav-link {
  color: #aab2c8;
  border-radius: 0.4rem;
}

.cg-sidebar .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.cg-sidebar .nav-link.active {
  color: #fff;
  background: #2a58ff;
}

.cg-brand {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.cg-auth-card {
  max-width: 430px;
  margin: 8vh auto;
}

.cg-stat-card .display-6 {
  font-weight: 700;
}

.cg-secret {
  font-family: var(--bs-font-monospace);
  word-break: break-all;
}

code.cg-key {
  font-size: 0.85rem;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}
