/* ============ Independent study and sign-and-acknowledge pages ============
   Generated by scripts/sync_forms.py. Do not hand-edit: re-run the script.
   Kept out of style.css on purpose so an edit here can never race a hand
   edit there. Layout and typography are inherited from the handbook (.hb-*)
   rules; only what is new to these pages lives below. */

/* ---- intro callout ---- */
.fx-intro {
  margin: 0 0 28px;
  padding: 20px 22px;
  border: 1px solid rgba(20, 44, 79, .14);
  border-left: 3px solid var(--accent, #2f6fa8);
  border-radius: 4px;
  background: rgba(20, 44, 79, .035);
}
.fx-intro p { margin: 0; }
.hb-content .fx-cta {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 20px;
  border-radius: 3px;
  background: #142c4f;
  color: #fff;
  font-family: Jost, system-ui, sans-serif;
  font-size: 15px;
  letter-spacing: .01em;
  text-decoration: none;
}
.hb-content .fx-cta:hover { background: #1d3d6b; color: #fff; }
.hb-content .fx-cta { text-decoration: none; }
.hb-content .fx-cta-lg { padding: 14px 26px; font-size: 17px; }

/* ---- forms and resources ---- */
.fx-res { margin: 44px 0 0; padding-top: 30px; border-top: 2px solid #142c4f; }
.hb-content .fx-res > h2 { margin-top: 0; border-top: 0; padding-top: 0; }
.hb-content .fx-res-group {
  margin: 30px 0 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b7789;
  border: 0;
  padding: 0;
}
.fx-res-list { list-style: none; margin: 0; padding: 0; }
.fx-res-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(20, 44, 79, .1);
}
.hb-content .fx-res-list li a {
  display: block;
  text-decoration: none;
  border-bottom: 0;
  font-family: Jost, system-ui, sans-serif;
  font-size: 17px;
}
.fx-res-list li span {
  display: block;
  margin-top: 3px;
  font-size: 14.5px;
  color: #5b6779;
}

/* ---- acknowledge and sign ---- */
.fx-sign { margin: 48px 0 0; padding-top: 30px; border-top: 2px solid #142c4f; }
.hb-content .fx-sign > h2 { margin-top: 0; border-top: 0; padding-top: 0; }
.fx-sign-lead { color: #4a5768; }
.fx-form fieldset {
  margin: 0 0 26px;
  padding: 20px 22px;
  border: 1px solid rgba(20, 44, 79, .16);
  border-radius: 4px;
}
.fx-form legend {
  padding: 0 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #6b7789;
}
.fx-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  cursor: pointer;
  line-height: 1.5;
}
.fx-check + .fx-check { border-top: 1px solid rgba(20, 44, 79, .08); }
.fx-check input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: #142c4f;
  cursor: pointer;
}
.fx-check span { flex: 1 1 auto; }
.fx-check.is-done span { color: #4a5768; }

.fx-fields { display: grid; gap: 16px 20px; grid-template-columns: 1fr 1fr; }
.fx-fields legend { grid-column: 1 / -1; }
.fx-field { display: block; }
.fx-field > span {
  display: block;
  margin-bottom: 5px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13.5px;
  color: #4a5768;
}
.fx-field abbr { border: 0; color: #b4402f; text-decoration: none; }
.fx-field input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(20, 44, 79, .28);
  border-radius: 3px;
  background: #fff;
  font: inherit;
  font-size: 16px;
  color: #142c4f;
}
.fx-field input:focus {
  outline: 0;
  border-color: #142c4f;
  box-shadow: 0 0 0 3px rgba(20, 44, 79, .12);
}
.fx-signature { grid-template-columns: 1fr; }
.fx-signature input {
  font-family: Jost, system-ui, sans-serif;
  font-size: 21px;
  letter-spacing: .01em;
}
.fx-note { margin: 8px 0 0; font-size: 14px; color: #6b7789; }

.fx-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.fx-btn {
  padding: 13px 28px;
  border: 0;
  border-radius: 3px;
  background: #142c4f;
  color: #fff;
  font-family: Jost, system-ui, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.fx-btn:hover:enabled { background: #1d3d6b; }
.fx-btn:disabled { background: #b9c0ca; cursor: not-allowed; }
.fx-btn-quiet {
  margin-top: 18px;
  background: transparent;
  border: 1px solid rgba(20, 44, 79, .3);
  color: #142c4f;
}
.fx-btn-quiet:hover { background: rgba(20, 44, 79, .06); }
.fx-status { margin: 0; font-size: 14.5px; color: #6b7789; }
.fx-status.is-error { color: #b4402f; }

.fx-done {
  margin-top: 10px;
  padding: 34px 30px;
  border: 1px solid rgba(20, 44, 79, .16);
  border-top: 3px solid #142c4f;
  border-radius: 4px;
  background: rgba(20, 44, 79, .035);
}
.fx-done h3 { margin: 0 0 10px; }
.fx-done p { margin: 0 0 18px; }

@media (max-width: 720px) {
  .fx-fields { grid-template-columns: 1fr; }
}

@media print {
  .site-header, .site-footer, .hb-bar, .hb-toc, .fx-actions, .fx-btn { display: none !important; }
  .fx-check input { -webkit-appearance: checkbox; }
}
