:root {
  --sidebar-width: 280px;
  --topbar-height: 62px;
  --topbar: #4f5f82;
  --sidebar-head: #909bb4;
  --active: #5e5ce6;
  --line: #e6e6e6;
  --soft-head: #fffaf0;
  --text: #4b4b4b;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fafafa;
  color: var(--text);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

button,
select {
  font: inherit;
}

.icon-sprite {
  display: none;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  width: var(--sidebar-width);
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #dedede;
  box-shadow: 1px 0 4px rgba(0, 0, 0, .06);
}

.brand {
  display: flex;
  align-items: center;
  height: var(--topbar-height);
  padding: 0 26px 0 44px;
  background: var(--sidebar-head);
}

.brand img {
  width: 104px;
  height: auto;
  display: block;
}

.hamburger {
  width: 28px;
  height: 28px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #657080;
  cursor: pointer;
  padding: 4px;
}

.hamburger svg {
  width: 21px;
  height: 21px;
}

.nav {
  padding: 26px 0 16px;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 0 16px 0 31px;
  color: #262626;
  text-decoration: none;
  white-space: nowrap;
}

.nav-item svg {
  width: 22px;
  height: 22px;
  color: #a8a8a8;
  flex: 0 0 auto;
  stroke-width: 1.9;
}

.nav-item span {
  font-size: 16px;
  letter-spacing: 0;
}

.nav-item.active {
  padding-left: 27px;
  background: #f4f4f4;
  color: var(--active);
}

.nav-item.active::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--active);
}

.nav-item.active svg {
  color: var(--active);
}

.topbar {
  position: fixed;
  inset: 0 0 auto var(--sidebar-width);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--topbar-height);
  padding: 0 38px 0 50px;
  background: var(--topbar);
  color: #fff;
}

.crumb {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 180px;
  font-size: 15px;
  font-weight: 500;
}

.crumb.is-hidden {
  visibility: hidden;
}

.crumb svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.3;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
}

.top-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.top-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.25;
}

.top-icon.has-badge span {
  position: absolute;
  top: -8px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .35);
  background: #fb2b4e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 212px;
  margin-left: 12px;
}

.user-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  color: #fff;
  line-height: 1.1;
}

.user-text span {
  font-size: 12px;
  font-weight: 400;
}

.user-text strong {
  max-width: 178px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}

.user img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.content {
  min-height: 100vh;
  margin-left: var(--sidebar-width);
  padding: calc(var(--topbar-height) + 30px) 64px 0 66px;
  background: #fafafa;
}

.home-title {
  margin: 0 0 2px;
  color: #262626;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.home-subtitle {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.panel {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.home-panel {
  min-height: 270px;
  margin-top: 28px;
}

.page-home {
  max-width: 1100px;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 30px;
  border-bottom: 1px solid var(--line);
  background: var(--soft-head);
}

.panel-head h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 700;
}

.ghost-button {
  min-width: 68px;
  height: 30px;
  padding: 0 14px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background: #fff;
  color: #777;
  font-size: 13px;
  font-weight: 600;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid #eeeeee;
  color: #555;
  vertical-align: middle;
}

.announcements th {
  height: 44px;
  padding: 0 30px;
  color: #292929;
  font-size: 14px;
  text-align: left;
}

.announcements th:last-child,
.announcements td:last-child {
  width: 180px;
  text-align: right;
}

.announcements td {
  height: 48px;
  padding: 0 30px;
  color: #5f5f5f;
  font-size: 14px;
}

.announcement-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.announcement-title svg {
  width: 17px;
  height: 17px;
  color: #6e7480;
  stroke-width: 2.2;
}

.home-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  margin-top: 76px;
  border-top: 1px solid #e8e8e8;
  color: #666;
  max-width: 1100px;
  font-size: 14px;
}

.home-footer .left {
  color: #a0a0a0;
}

.home-footer .right {
  display: flex;
  align-items: center;
  gap: 52px;
}

.page-results,
.page-transcript {
  padding-top: 0;
}

.info-alert {
  min-height: 116px;
  padding: 15px 24px;
  border: 1px solid #aed8f2;
  border-radius: 4px;
  background: #c7e3fb;
  color: #244965;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.info-alert p {
  margin: 0;
}

.info-alert strong,
.info-alert .question {
  font-weight: 800;
}

.info-alert .question {
  color: #cf1845;
}

.results-panel {
  margin-top: 20px;
}

.results-head {
  min-height: 96px;
  padding: 13px 34px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--soft-head);
}

.results-head h1 {
  margin: 0 0 11px;
  color: #1d1d1d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.season-select {
  width: 330px;
  height: 35px;
  padding: 0 38px 0 14px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fff;
  color: #5d6570;
  font-size: 15px;
}

.exam-table th,
.exam-table td {
  border-right: 1px solid #e7e7e7;
  color: #555;
  text-align: center;
}

.exam-table thead th:nth-child(1) {
  width: 8%;
}

.exam-table thead th:nth-child(2) {
  width: 29%;
}

.exam-table thead th:nth-child(3),
.exam-table thead th:nth-child(4) {
  width: 7%;
}

.exam-table thead th:nth-child(5) {
  width: 9%;
}

.exam-table thead th:nth-child(6) {
  width: 25%;
}

.exam-table thead th:nth-child(7) {
  width: 8%;
}

.exam-table thead th:nth-child(8) {
  width: 7%;
}

.exam-table th:last-child,
.exam-table td:last-child {
  border-right: 0;
}

.exam-table thead th {
  height: 52px;
  padding: 0 8px;
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 800;
  vertical-align: bottom;
  padding-bottom: 12px;
}

.exam-table thead th.left {
  text-align: left;
}

.exam-table tbody td {
  height: 38px;
  padding: 0 8px;
  font-size: 13px;
}

.exam-table tbody tr.makeup-row td {
  height: 44px;
}

.exam-table tbody td.left {
  text-align: left;
}

.exam-table .course-main {
  background: #fff;
}

.exam-table .type {
  line-height: 1.45;
}

.transcript-panel {
  margin-top: 0;
}

.transcript-panel .panel-head {
  min-height: 56px;
}

.transcript-body {
  padding: 22px 22px 34px;
  background: #fff;
}

.term-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px 0;
  max-width: 1096px;
  margin: 0;
}

.term {
  border: 1px solid #dde4e8;
  border-right-width: 0;
  background: #fff;
}

.term:nth-child(2n) {
  border-right-width: 1px;
}

.term-title {
  height: 34px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #d2d9df;
  background: #e4ebf0;
  color: #505050;
  font-size: 12px;
  font-weight: 800;
}

.term table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.term th,
.term td {
  height: 25px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #eeeeee;
  color: #5d5d5d;
  font-size: 12px;
}

.term th:last-child,
.term td:last-child {
  border-right: 0;
}

.term th {
  background: #f1f5f8;
  font-weight: 800;
  text-align: left;
}

.term td {
  padding: 0 8px;
}

.term .zp {
  width: 55px;
  text-align: center;
}

.term .course {
  text-align: left;
}

.term .akts,
.term .grade {
  width: 72px;
  text-align: center;
}

.summary th,
.summary td {
  height: 23px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.summary th:first-child,
.summary td:first-child {
  text-align: left;
  font-weight: 800;
}

.summary thead th {
  background: #fff;
  color: #5a5a5a;
}

.summary td {
  font-weight: 500;
}

.transcript-notes {
  max-width: 1096px;
  margin-top: 20px;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 1.55;
}

.transcript-notes p {
  margin: 0 0 5px;
}

.course-page {
  width: 100%;
  max-width: 1080px;
}

.course-term {
  border-radius: 3px;
}

.course-term + .course-term {
  margin-top: 22px;
}

.course-term-title {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-bottom: 1px solid #eeeeee;
  background: #fffaf0;
}

.course-term-title h2 {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 800;
}

.course-table-wrap {
  overflow-x: auto;
  padding: 15px 20px 0;
  background: #fff;
}

.course-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.course-table th,
.course-table td {
  height: 28px;
  padding: 0 8px;
  border-bottom: 1px solid #eeeeee;
  color: #555;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
}

.course-table th {
  color: #2f2f2f;
  font-weight: 800;
}

.course-table .col-type {
  width: 4%;
}

.course-table .col-code {
  width: 8%;
}

.course-table .col-course {
  width: 24%;
}

.course-table .col-section,
.course-table .col-credit,
.course-table .col-akts {
  width: 5.5%;
}

.course-table .col-instructor {
  width: 24%;
}

.course-table .col-repeat,
.course-table .col-dz {
  width: 4.5%;
}

.course-table .col-status {
  width: 6%;
}

.course-table .col-approval {
  width: 7%;
}

.course-table .course-name,
.course-table .instructor-name {
  text-align: left;
}

.course-status,
.course-approval {
  color: #2db65f;
  font-weight: 700;
}

.course-footnote {
  margin: 0;
  padding: 12px 20px 20px;
  color: #555;
  font-size: 11px;
  line-height: 1.4;
}

.registration-page {
  width: 100%;
  max-width: 1080px;
}

.registration-panel .panel-head {
  min-height: 48px;
}

.registration-body {
  display: grid;
  grid-template-columns: 190px 1fr;
  column-gap: 24px;
  min-height: 520px;
  padding: 24px 30px 24px;
  background: #fff;
}

.registration-photo {
  width: 150px;
  height: 193px;
  margin: 0;
  padding: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

.registration-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.registration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 78px;
}

.registration-field {
  min-height: 74px;
  padding: 0 0 18px;
  border-bottom: 1px solid #dddddd;
}

.registration-field > span,
.registration-field > strong {
  display: block;
}

.registration-field > span {
  color: #555d66;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.registration-field > strong {
  margin-top: 5px;
  color: #2f3d4b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.registration-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 16px;
  border-radius: 999px;
  background: #62b4ee;
  vertical-align: middle;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.absence-page {
  width: 100%;
  max-width: 1080px;
}

.absence-panel {
  border-radius: 3px;
}

.absence-head {
  min-height: 84px;
  padding: 13px 24px 12px;
  border-bottom: 1px solid var(--line);
  background: var(--soft-head);
}

.absence-head h1 {
  margin: 0 0 11px;
  color: #111;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.absence-select {
  width: 292px;
  height: 32px;
  font-size: 13px;
}

.absence-table-wrap {
  overflow-x: auto;
  background: #fff;
}

.absence-table {
  min-width: 0;
  table-layout: fixed;
}

.absence-table th,
.absence-table td {
  height: 42px;
  padding: 0 7px;
  border-right: 1px solid #e4e4e4;
  color: #344051;
  font-size: 12px;
  text-align: center;
}

.absence-table th:last-child,
.absence-table td:last-child {
  border-right: 0;
}

.absence-table th {
  height: 40px;
  color: #111;
  font-weight: 800;
  text-align: left;
  background: #fff;
}

.absence-table th:nth-child(1) {
  width: 8%;
}

.absence-table th:nth-child(2) {
  width: 24%;
}

.absence-table th:nth-child(3) {
  width: 11%;
}

.absence-table th:nth-child(4) {
  width: 13%;
}

.absence-table th:nth-child(5),
.absence-table th:nth-child(6),
.absence-table th:nth-child(7),
.absence-table th:nth-child(8) {
  width: 5.5%;
}

.absence-table th:nth-child(9),
.absence-table th:nth-child(10),
.absence-table th:nth-child(12) {
  width: 6.5%;
}

.absence-table th:nth-child(11) {
  width: 8.5%;
}

.absence-table th:nth-child(n+5),
.absence-table td:nth-child(n+5) {
  text-align: center;
}

.absence-table td.left {
  text-align: left;
}

.absence-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.aux-page {
  padding-top: 12px;
}

.aux-panel {
  max-width: 1040px;
}

.aux-panel .panel-head {
  min-height: 56px;
}

.aux-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aux-tools .ghost-button {
  min-width: 0;
}

.aux-body {
  background: #fff;
}

.aux-intro {
  margin: 0;
  padding: 20px 34px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
}

.mini-alert {
  margin: 20px 34px 0;
  padding: 14px 18px;
  border: 1px solid #b9ddf3;
  border-radius: 4px;
  background: #d4ebfc;
  color: #244965;
  font-size: 14px;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #eeeeee;
}

.metric-item {
  min-height: 70px;
  padding: 13px 34px;
  border-right: 1px solid #eeeeee;
}

.metric-item:last-child {
  border-right: 0;
}

.metric-item span {
  display: block;
  color: #777;
  font-size: 14px;
}

.metric-item strong {
  display: block;
  margin-top: 3px;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 700;
}

.aux-table th,
.aux-table td {
  height: 50px;
  padding: 0 14px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  text-align: left;
}

.aux-table th:first-child,
.aux-table td:first-child {
  padding-left: 34px;
}

.aux-table th:last-child,
.aux-table td:last-child {
  padding-right: 34px;
  border-right: 0;
}

.aux-table th {
  height: 54px;
  color: #4f4f4f;
  font-weight: 800;
  background: #fff;
}

.aux-table td {
  color: #5f5f5f;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.status.ok {
  border-color: #cfe6d8;
  background: #f1faf4;
  color: #3d7a4f;
}

.status.info {
  border-color: #c9dcf2;
  background: #eef6ff;
  color: #38699b;
}

.status.warn {
  border-color: #f0ddba;
  background: #fff8ea;
  color: #9a6a20;
}

.status.muted {
  border-color: #e4e4e4;
  background: #f7f7f7;
  color: #777;
}

.row-button {
  height: 28px;
  min-width: 72px;
  padding: 0 13px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: #fff;
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.detail-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 50px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.detail-row:nth-child(2n) {
  border-right: 0;
}

.detail-row span,
.detail-row strong {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 16px;
  font-size: 14px;
}

.detail-row span {
  color: #707070;
  font-weight: 700;
  background: #fbfbfb;
  border-right: 1px solid #eeeeee;
}

.detail-row strong {
  color: #4f4f4f;
  font-weight: 500;
}

.signout-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 116px;
  padding: 24px 34px 32px;
}

.signout-box strong,
.signout-box span {
  display: block;
}

.signout-box strong {
  color: #333;
  font-size: 18px;
}

.signout-box span {
  margin-top: 4px;
  color: #777;
  font-size: 14px;
}

.signout-actions {
  display: flex;
  gap: 12px;
}

.pdf-page {
  padding-top: 0;
}

.pdf-content {
  width: 100%;
  max-width: 1080px;
}

.pdf-slice {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 28px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #fff;
}

.pdf-slice:last-child {
  margin-bottom: 42px;
}

.login-page {
  min-height: 100vh;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.login-shell {
  display: grid;
  grid-template-columns: 1fr 370px;
  align-items: center;
  gap: 116px;
  width: 790px;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 26px;
}

.login-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}

.login-mark {
  width: 124px;
  height: auto;
  display: block;
}

.login-wordmark {
  width: 380px;
  height: auto;
  display: block;
  margin-top: 20px;
}

.login-form {
  padding-top: 3px;
}

.login-form h1 {
  margin: 0 0 22px;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  height: 37px;
  margin-bottom: 16px;
  padding: 0 14px;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  outline: none;
}

.login-form input::placeholder {
  color: #9fa4ac;
}

.login-form input[aria-invalid="true"] {
  border-color: #d94747;
  background: #fffafa;
}

.login-error {
  margin: -6px 0 13px;
  color: #c73333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 22px;
  color: #999;
  font-size: 13px;
}

.login-options label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.login-options input {
  width: 13px;
  height: 13px;
  margin: 0;
}

.login-options a {
  color: #555;
  text-decoration: underline;
}

.login-actions {
  display: grid;
  grid-template-columns: 1fr 37px;
  width: 100%;
  height: 36px;
}

.login-submit,
.login-actions button {
  display: grid;
  place-items: center;
  border: 0;
  background: #0d83ff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.login-actions button {
  border-left: 1px solid rgba(255, 255, 255, .32);
  cursor: pointer;
}

.login-form p {
  margin: 0;
  padding-top: 1px;
  color: #333;
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 980px) {
  :root {
    --sidebar-width: 86px;
  }

  .brand {
    justify-content: center;
    padding: 0;
  }

  .brand img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    object-position: left center;
  }

  .hamburger,
  .nav-item span,
  .user-text,
  .crumb span {
    display: none;
  }

  .nav {
    padding-top: 18px;
  }

  .nav-item,
  .nav-item.active {
    justify-content: center;
    min-height: 54px;
    padding: 0;
  }

  .topbar {
    padding: 0 16px;
  }

  .crumb {
    min-width: 40px;
  }

  .top-actions {
    gap: 14px;
  }

  .user {
    min-width: auto;
    margin-left: 0;
  }

  .content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .term-grid {
    grid-template-columns: 1fr;
  }

  .term,
  .term:nth-child(2n) {
    border-right-width: 1px;
  }

  .detail-grid,
  .metric-strip,
  .registration-body,
  .registration-grid {
    grid-template-columns: 1fr;
  }

  .detail-row,
  .metric-item {
    border-right: 0;
  }

  .registration-body {
    gap: 22px;
  }

  .login-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(430px, calc(100% - 44px));
    padding: 60px 0;
  }

  .login-mark {
    width: 106px;
  }

  .login-wordmark {
    width: 300px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .top-actions {
    gap: 8px;
  }

  .top-icon:nth-child(3),
  .top-icon:nth-child(4) {
    display: none;
  }

  .panel-head,
  .results-head {
    padding-right: 18px;
    padding-left: 18px;
  }

  .season-select {
    width: 100%;
  }

  .exam-table,
  .term-grid,
  .aux-table,
  .absence-table,
  .course-table {
    min-width: 780px;
  }

  .course-table {
    min-width: 980px;
  }

  .results-panel,
  .transcript-body,
  .aux-body {
    overflow-x: auto;
  }

  .aux-intro,
  .metric-item,
  .signout-box {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mini-alert {
    margin-right: 18px;
    margin-left: 18px;
  }

  .signout-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-title {
    font-size: 26px;
  }
}
