.login-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--ink);
  line-height: 1.7;
}

.muted-note {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.alert-ok {
  background: #e7f6ee;
  color: #1b5e3b;
}

.badge-bad {
  background: #fdecec;
  color: var(--danger);
}

.btn-primary {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.widget-wrap {
  display: flex;
  justify-content: center;
  min-height: 44px;
}

.tg-details {
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #eef5f7;
}

.tg-details summary {
  cursor: pointer;
  color: var(--accent);
  font-weight: 700;
}

.tg-details[open] summary {
  margin-bottom: 14px;
}

.form-stack {
  display: grid;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}

.btn:hover {
  background: var(--accent-hover);
}

.btn-secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--accent);
}

.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding: 12px 0;
}

.btn-page {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.18s;
}

.btn-page:hover {
  background: var(--accent-hover);
}

.pagination-info {
  font-size: 0.9rem;
  color: var(--muted);
}

.agreement-box {
  max-height: 42vh;
  overflow: auto;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #eef5f7;
  font-size: 0.95rem;
  line-height: 1.55;
  white-space: pre-wrap;
}
