:root {
  --ti-accent: #0d6efd;
}

body {
  background: var(--tblr-bg-surface);
}

.page-header {
  margin-top: 0.75rem;
  margin-bottom: 1.1rem;
}

.page-pretitle {
  font-weight: 600;
  letter-spacing: 0.015em;
}

.card {
  border-radius: 0.8rem;
  border: 1px solid var(--tblr-border-color);
  box-shadow: none;
}

.card .card-header {
  background: #fff;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.card .card-title {
  font-weight: 700;
}

.avatar {
  font-weight: 700;
}

.table thead th {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.table td,
.table th {
  vertical-align: middle;
}

.table.table-hover tbody tr:hover {
  background: rgba(13, 110, 253, 0.04);
}

.progress-sm {
  height: 0.5rem;
}

.auth-shell {
  min-height: calc(100vh - 14rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: 100%;
  max-width: 460px;
}

.option-card {
  border: 1px solid var(--tblr-border-color);
  border-radius: 0.75rem;
  padding: 0.8rem 0.95rem;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.option-card:hover {
  border-color: rgba(13, 110, 253, 0.45);
  background: rgba(13, 110, 253, 0.03);
}

.option-thumb {
  max-width: 240px;
  border-radius: 0.55rem;
  border: 1px solid var(--tblr-border-color);
  margin-top: 0.5rem;
}

.question-stimulus {
  max-width: 520px;
  width: 100%;
  border-radius: 0.65rem;
  border: 1px solid var(--tblr-border-color);
}

.form-grid p {
  margin-bottom: 0.9rem;
}

.form-grid p label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--tblr-secondary);
  display: block;
}

.form-grid p input,
.form-grid p textarea,
.form-grid p select {
  display: block;
  width: 100%;
  border-radius: 0.45rem;
  border: 1px solid var(--tblr-border-color);
  background-color: #fff;
  padding: 0.45rem 0.7rem;
}
