:root {
  --student-blue: #1684cf;
  --student-cyan: #4fc3df;
  --student-amber: #f2ad3d;
  --student-ink: #173451;
  --student-muted: #607b92;
  --student-line: #d6e6ef;
}


/* Padrão tipográfico final desta janela e de seus popups. */
html body *:not(#geducacional-font-size-14),
html body *:not(#geducacional-font-size-14)::before,
html body *:not(#geducacional-font-size-14)::after {
  font-size: 14px !important;
  font-weight: 400 !important;
}
html body table,
html body table *,
html body .data-table,
html body .data-table * {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
html body table th,
html body .data-table th {
  line-height: 1.3 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
html body table td,
html body .data-table td {
  line-height: 1.35 !important;
}

.student-login-page,
.student-login-page * {
  box-sizing: border-box;
  font-weight: 400;
}

.student-login-page {
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr);
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  overflow: hidden;
  color: var(--student-ink);
  background:
    radial-gradient(circle at 6% 80%, rgba(79, 195, 223, .22), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(242, 173, 61, .17), transparent 22%),
    linear-gradient(135deg, #f1fbff 0%, #f8fbff 48%, #fffaf0 100%);
}

.student-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(24px, 4.5vw, 70px);
  border-bottom: 1px solid rgba(64, 130, 170, .13);
  background: rgba(255, 255, 255, .68);
  backdrop-filter: blur(12px);
}

.student-topbar > a { color: var(--student-muted); font-size: .78rem; text-decoration: none; }

.student-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--student-ink) !important;
  font-size: .92rem !important;
}

.student-brand span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--student-cyan), var(--student-blue));
  font-size: .7rem;
  letter-spacing: .08em;
}

.student-login-stage {
  display: grid;
  grid-template-columns: minmax(270px, .78fr) minmax(390px, 470px) minmax(290px, .9fr);
  gap: clamp(24px, 4vw, 66px);
  align-items: center;
  width: min(100%, 1500px);
  height: 100%;
  margin: 0 auto;
  padding: clamp(22px, 4vh, 48px) clamp(28px, 5vw, 76px);
  overflow: hidden;
}

.student-progress { align-self: center; }

.student-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--student-blue);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.student-progress h1 {
  max-width: 500px;
  margin: 0;
  color: var(--student-ink);
  font-size: clamp(2.1rem, 3.5vw, 4.1rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.student-progress > p {
  max-width: 430px;
  margin: 16px 0 0;
  color: var(--student-muted);
  font-size: clamp(.88rem, 1vw, 1rem);
  line-height: 1.55;
}

.student-progress-list {
  display: grid;
  gap: 8px;
  margin-top: 25px;
}

.student-progress-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #43637b;
  font-size: .8rem;
}

.student-progress-list i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--student-cyan);
  font-size: .65rem;
  font-style: normal;
}

.student-login-card {
  width: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(90, 145, 178, .2);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(37, 106, 143, .14);
  backdrop-filter: blur(18px);
}

.student-login-card header { margin-bottom: 17px; }

.student-login-card h2 {
  margin: 0;
  color: var(--student-ink);
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.student-login-card header p {
  margin: 8px 0 0;
  color: var(--student-muted);
  font-size: .82rem;
}

.student-login-form { display: grid; gap: 10px; }
.student-login-form .field { display: grid; gap: 6px; }
.student-login-form .field > span { color: #3f5d73; font-size: .75rem; }

.student-login-form .input {
  width: 100%;
  height: 43px;
  padding: 0 14px;
  border: 1px solid var(--student-line);
  border-radius: 13px;
  color: var(--student-ink);
  background: #fbfdff;
  font-size: .86rem;
  outline: none;
}

.student-login-form .input:focus {
  border-color: var(--student-blue);
  box-shadow: 0 0 0 3px rgba(22, 132, 207, .11);
}

.student-login-form .input::placeholder { color: #a0b2bf; }

.student-login-form .check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 21px;
  color: #587287;
  font-size: .72rem;
  line-height: 1.2;
}

.student-login-form .check input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  accent-color: var(--student-blue);
}

.student-form-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.student-form-row a { color: var(--student-blue); font-size: .72rem; }

.student-login-options {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding-top: 2px;
}

.student-login-options .check { align-items: flex-start; }
.student-login-options .check input { margin-top: 1px; }

.student-login-options__acceptance {
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--student-line);
}

.student-submit {
  display: flex;
  width: 100%;
  height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(100deg, var(--student-blue), #22a5cf);
  box-shadow: 0 10px 22px rgba(22, 132, 207, .2);
  font-size: .84rem;
}

.student-submit:hover { background: linear-gradient(100deg, #1176ba, #168faf); }

.student-teacher-link {
  margin: 13px 0 0;
  color: var(--student-muted);
  font-size: .71rem;
  text-align: center;
}

.student-teacher-link a { color: var(--student-blue); }

.student-create-button {
  display: grid;
  min-height: 37px;
  margin-top: 9px;
  place-items: center;
  border: 1px solid #b9dbe9;
  border-radius: 13px;
  color: var(--student-blue);
  background: #f0faff;
  font-size: .74rem;
  text-decoration: none;
}

.student-create-button:hover { border-color: var(--student-blue); background: #e8f7fd; }

.student-visual {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.student-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  max-height: 57vh;
  object-fit: contain;
}

.student-orbit {
  position: absolute;
  border: 1px dashed rgba(22, 132, 207, .26);
  border-radius: 50%;
}

.student-orbit--one { width: 100%; aspect-ratio: 1; }
.student-orbit--two { width: 72%; aspect-ratio: 1; border-color: rgba(242, 173, 61, .32); }

.student-visual-note {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  border: 1px solid rgba(73, 139, 176, .16);
  border-radius: 999px;
  color: #557086;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 9px 24px rgba(45, 112, 151, .1);
  font-size: .72rem;
}

.student-visual-note--top { top: 14%; right: 1%; }
.student-visual-note--bottom { bottom: 13%; left: 0; }

@media (max-height: 760px) and (min-width: 1051px) {
  .student-login-stage { padding-top: 16px; padding-bottom: 16px; }
  .student-progress h1 { font-size: clamp(1.85rem, 3vw, 3.25rem); }
  .student-login-card { padding: 22px 26px; }
  .student-login-card header { margin-bottom: 10px; }
  .student-login-form { gap: 7px; }
  .student-visual img { max-height: 48vh; }
}

@media (max-width: 1050px) {
  .student-login-stage { grid-template-columns: minmax(270px, .8fr) minmax(390px, 470px); }
  .student-visual { display: none; }
}

@media (max-width: 760px) {
  .student-topbar { height: 56px; padding: 0 18px; }
  .student-login-page { grid-template-rows: 56px minmax(0, 1fr); }
  .student-login-stage { grid-template-columns: 1fr; padding: 16px clamp(16px, 6vw, 40px); }
  .student-progress { display: none; }
  .student-login-card { align-self: center; max-width: 470px; justify-self: center; }
}

@media (max-width: 480px) {
  .student-topbar > a:last-child { font-size: 0; }
  .student-topbar > a:last-child::after { content: "← Voltar"; font-size: .75rem; }
  .student-login-options { grid-template-columns: 1fr; gap: 7px; }
  .student-login-options__acceptance { padding: 8px 0 0; border-top: 1px solid var(--student-line); border-left: 0; }
}

@media (max-height: 640px) {
  .student-login-card { padding-top: 18px; padding-bottom: 18px; }
  .student-login-card header { margin-bottom: 7px; }
  .student-login-card header p { display: none; }
  .student-login-form { gap: 6px; }
  .student-login-form .input { height: 38px; }
  .student-submit { height: 39px; }
  .student-teacher-link { margin-top: 7px; }
}
