.sso-loading body::before {
  content: '正在通过知程课表安全登录...';
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #f3f6f4;
  color: #1e5f43;
  font-weight: 700;
}

.mini-review-original-login {
  display: none !important;
}

.mini-program-login-box > span:last-child {
  color: #375446;
  font-size: 14px;
}

.mini-review-legacy-hidden {
  display: none !important;
}

.mini-review-notice.is-error {
  color: #9b2f2f;
  border-color: #edb8b8;
  background: #fff4f4;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(18, 31, 24, 0.58);
  backdrop-filter: blur(6px);
}

.privacy-modal__card {
  width: min(680px, 100%);
  max-height: min(820px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 24px 70px rgba(10, 36, 22, 0.28);
}

.privacy-modal__card h2,
.privacy-modal__card h3 {
  margin: 0 0 10px;
  color: #1e5f43;
}

.privacy-modal__summary {
  margin: 0 0 14px;
  color: #2d3d34;
  line-height: 1.7;
}

.privacy-modal__policy {
  max-height: 340px;
  overflow: auto;
  border: 1px solid #d8e2dc;
  border-radius: 9px;
  background: #f8fbf9;
  padding: 14px;
}

.privacy-modal__policy h3:not(:first-child) {
  margin-top: 18px;
}

.privacy-modal__policy p {
  margin: 0;
  color: #425149;
  white-space: pre-wrap;
  line-height: 1.75;
}

.privacy-modal__check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  margin: 16px 0;
  color: #27372f;
  line-height: 1.6;
}

.privacy-modal__check input {
  margin-top: 5px;
}

.privacy-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.privacy-modal__actions button {
  min-height: 40px;
  border: 1px solid #d4ddd8;
  border-radius: 8px;
  padding: 8px 14px;
  background: #fff;
}

.privacy-modal__actions .primary {
  border: 0;
  background: #1e5f43;
  color: #fff;
}

.privacy-modal__actions .primary:disabled {
  background: #9aa8a0;
}

