body.sch-body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Heebo", system-ui, Arial, sans-serif;
  background: linear-gradient(135deg, #f5f3ef 0%, #e8e4dc 100%);
  color: #1a1a1a;
  padding: 40px 16px 64px;
}
.sch-ghost {
  position: fixed;
  inset: -20px;
  z-index: 0;
  pointer-events: none;
  filter: blur(10px);
  transform: scale(1.04);
  opacity: 0.72;
}
.sch-ghost-card {
  width: min(920px, 92vw);
  margin: 40px auto 0;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}
.sch-ghost-head {
  height: 168px;
  background: linear-gradient(135deg, #1a365d 0%, #2d5a8c 50%, #3b7ab8 100%);
}
.sch-ghost-body { padding: 28px 32px 48px; }
.sch-ghost-line {
  height: 16px;
  border-radius: 8px;
  background: #e8eef6;
  margin-bottom: 14px;
}
.sch-ghost-line.wide { width: 70%; }
.sch-ghost-line.mid { width: 48%; }
.sch-ghost-box {
  height: 52px;
  border-radius: 12px;
  background: #f3f6fb;
  border: 1px solid #e2eaf4;
  margin-bottom: 12px;
}
.sch-veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(18, 32, 54, 0.38);
  backdrop-filter: blur(8px);
}
.sch-overlay {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 28px 16px 40px;
  background: rgba(18, 32, 54, 0.28);
  backdrop-filter: blur(12px) saturate(1.05);
}
.sch-overlay.is-open { display: flex; }
#mainForm.is-sch-blur,
.container.is-sch-blur {
  filter: blur(9px);
  transform: scale(1.015);
  pointer-events: none;
  user-select: none;
}
.sch-wrap {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(15, 30, 50, 0.28);
  padding: 32px 26px 26px;
}
.sch-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef3fa;
  color: #1a365d;
  font-size: 22px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.sch-kicker {
  color: #2d5a8c;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.sch-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #1a365d;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  margin: 10px 0 12px;
  text-align: center;
}
.sch-sub {
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 18px;
  text-align: center;
}
.sch-block { margin: 18px 0; }
.sch-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 8px;
}
.sch-v {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #ffffff 0%, #f4f8fd 62%, #e7eef8 100%);
  box-shadow:
    0 0 0 1.5px #b7cbe3,
    0 1px 0 #fff inset,
    0 8px 16px rgba(26, 54, 93, 0.16);
}
.sch-v svg {
  display: block;
  width: 22px;
  height: 22px;
}
.sch-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 11px 4px;
  margin: 0;
  border-bottom: 1px solid #eef2f7;
  cursor: pointer;
  text-align: right;
}
.sch-check:last-of-type { border-bottom: 0; }
.sch-check span { flex: 1; line-height: 1.4; }
.sch-check input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #1a365d;
}
.sch-select, .sch-choice {
  width: 100%;
  border: 1px solid #bcd0ee;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
  text-align: right;
}
.sch-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.sch-btn {
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
.sch-btn.is-main {
  background: linear-gradient(135deg, #1a365d 0%, #2d5a8c 100%);
  color: #fff;
}
.sch-btn.is-ghost {
  background: #eef3fa;
  color: #1a365d;
}
.sch-err { color: #b00020; margin-top: 10px; }
.sch-wrap.is-thanks {
  text-align: center;
}
.sch-wrap.is-thanks .sch-title { font-size: 28px; }
.sch-wrap.is-thanks .sch-sub {
  font-size: 16px;
  margin: 0 auto 4px;
  max-width: 28rem;
}
.sch-wrap.is-thanks .sch-actions {
  justify-content: center;
}
.sch-wrap.is-low {
  background: #fffbea;
  border: 2px solid #fcd34d;
  box-shadow: 0 0 25px rgba(252, 211, 77, 0.28);
}
.sch-found {
  display: flex;
  justify-content: center;
  margin: 22px auto 0;
  max-width: 100%;
  overflow-x: auto;
}
.sch-table {
  width: auto;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
}
.sch-table th,
.sch-table td {
  padding: 10px 18px;
  border-bottom: 1px solid #e8eef6;
  text-align: center;
  vertical-align: middle;
}
.sch-table th {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}
.sch-table td:first-child {
  color: #1a365d;
  font-weight: 800;
}
.sch-apply-copy {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}
.sch-found-link {
  color: #2d5a8c;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
}
.sch-found-note {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}
.sch-pdf {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  align-self: center;
}
@media (max-width: 520px) {
  .sch-title {
    font-size: 20px;
  }
}
