:root {
  color-scheme: light;
}

html,
body {
  min-height: 100%;
}

body {
  background: #f7f8fa;
}

.page-shell {
  min-height: calc(100vh - 57px);
}

.auth-page {
  display: grid;
  min-height: calc(100vh - 57px);
  place-items: center;
  padding: 2rem 1rem;
}

.auth-panel {
  width: min(100%, 24rem);
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1rem 2rem rgb(33 37 41 / 6%);
}

.external-logins {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.metric-card,
.dashboard-panel {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
}

.metric-card {
  min-height: 8rem;
  padding: 1rem;
}

.metric-label,
.metric-note {
  color: #6c757d;
  font-size: 0.875rem;
}

.metric-value {
  margin-top: 0.35rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.dashboard-panel {
  padding: 1rem;
}

.dashboard-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
