/* InstantGPA v54 — browser-verified setup and workspace alignment. */

.workspace-tool-frame > .student-workspace-head,
.workspace-tool-frame .profile-bar,
.workspace-tool-frame .workspace-nav,
.workspace-tool-frame .workspace-subnav,
.workspace-tool-frame .student-tool-guide {
  width: min(100%, var(--workspace-strip-width, 100%));
  margin-inline: auto;
}

.home-stage--portal .student-setup-head strong {
  font-size: clamp(21px, 1.85vw, 25px);
  line-height: 1.18;
}

.home-stage--portal .student-setup-head small {
  font-size: 14px;
  line-height: 1.48;
}

.home-stage--portal .context-title strong {
  font-size: 18px;
}

.home-stage--portal .context-title span,
.home-stage--portal .setup-intro {
  font-size: 13px;
  line-height: 1.5;
}

.home-stage--portal .field > span {
  font-size: 12px;
}

.home-stage--portal .field select,
.home-stage--portal .field input {
  min-height: 45px;
  height: 45px;
  font-size: 15px;
}

@media (max-width: 820px) {
  .workspace-tool-frame > .student-workspace-head,
  .workspace-tool-frame .profile-bar,
  .workspace-tool-frame .workspace-nav,
  .workspace-tool-frame .workspace-subnav,
  .workspace-tool-frame .student-tool-guide {
    width: 100%;
  }
}
