:root {
  --create-navy: #102b57;
  --create-blue: #2563eb;
  --create-violet: #7355dc;
  --create-cyan: #1595c5;
  --create-ink: #17233b;
  --create-muted: #66738b;
  --create-line: #d8e1ee;
}


/* 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;
}

.access-create-page,
.access-create-page * {
  box-sizing: border-box;
  font-weight: 400;
}

.access-create-page {
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 42px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  overflow: hidden;
  color: var(--create-ink);
  background:
    radial-gradient(circle at 4% 84%, rgba(21, 149, 197, .16), transparent 28%),
    radial-gradient(circle at 94% 9%, rgba(115, 85, 220, .13), transparent 25%),
    #f6f9fd;
}

.access-create-header,
.access-create-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(24px, 4.5vw, 72px);
  border-color: rgba(175, 190, 212, .55);
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(16px);
}

.access-create-header { border-bottom: 1px solid rgba(175, 190, 212, .55); }
.access-create-footer { justify-content: center; gap: 9px; border-top: 1px solid rgba(175, 190, 212, .55); color: var(--create-muted); font-size: .78rem; }

.access-create-header > a,
.access-create-footer a { color: var(--create-muted); font-size: .8rem; text-decoration: none; }

.access-create-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--create-navy) !important;
  font-size: .96rem !important;
}

.access-create-brand span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--create-blue), #1553c6);
  font-size: .72rem;
  letter-spacing: .08em;
}

.access-create-main {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  width: min(1380px, calc(100% - 64px));
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(18px, 4vh, 50px) 0;
  overflow: hidden;
}

.access-create-intro { max-width: 600px; }

.access-create-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--create-blue);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.access-create-intro h1 {
  margin: 0;
  color: var(--create-navy);
  font-size: clamp(2.35rem, 4.7vw, 5.1rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.access-create-intro > p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--create-muted);
  font-size: clamp(.92rem, 1.15vw, 1.06rem);
  line-height: 1.55;
}

.access-create-notice {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 11px;
  align-items: start;
  max-width: 540px;
  margin-top: 25px;
  padding: 13px 15px;
  border: 1px solid #d5e2f4;
  border-radius: 14px;
  background: rgba(255, 255, 255, .65);
}

.access-create-notice > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--create-blue);
}

.access-create-notice p { margin: 0; color: #586780; font-size: .76rem; line-height: 1.45; }

.access-choice-list { display: grid; gap: 14px; }

.access-choice-card {
  --choice-accent: var(--create-blue);
  --choice-soft: #eaf2ff;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 124px;
  padding: 18px 20px;
  border: 1px solid var(--create-line);
  border-left: 4px solid var(--choice-accent);
  border-radius: 18px;
  color: var(--create-ink);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(35, 58, 95, .07);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.access-choice-card--teacher { --choice-accent: var(--create-violet); --choice-soft: #f1edff; }
.access-choice-card--student { --choice-accent: var(--create-cyan); --choice-soft: #e7f8fc; }

.access-choice-card:hover {
  transform: translateX(5px);
  border-color: color-mix(in srgb, var(--choice-accent) 52%, var(--create-line));
  box-shadow: 0 20px 46px rgba(35, 58, 95, .12);
}

.access-choice-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 18px;
  color: var(--choice-accent);
  background: var(--choice-soft);
}

.access-choice-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.access-choice-copy { min-width: 0; display: grid; gap: 6px; color: var(--create-muted); font-size: .8rem; line-height: 1.4; }
.access-choice-title { color: var(--create-navy); font-size: 1.1rem; }
.access-choice-action { color: var(--choice-accent); font-size: .77rem; white-space: nowrap; }

@media (max-width: 900px) {
  .access-create-main { grid-template-columns: 1fr; align-content: center; gap: 22px; }
  .access-create-intro { max-width: none; }
  .access-create-intro h1 { font-size: clamp(2.1rem, 7vw, 3.6rem); }
  .access-create-notice { display: none; }
  .access-choice-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .access-choice-card { grid-template-columns: 1fr; align-content: start; min-height: 190px; padding: 15px; }
  .access-choice-action { align-self: end; }
}

@media (max-width: 650px) {
  .access-create-page { grid-template-rows: 56px minmax(0, 1fr) 34px; }
  .access-create-header { padding-inline: 18px; }
  .access-create-header > a:last-child { display: none; }
  .access-create-main { width: min(100% - 30px, 560px); gap: 12px; padding-block: 10px; }
  .access-create-intro > p { margin-top: 8px; font-size: .8rem; }
  .access-choice-list { grid-template-columns: 1fr; gap: 8px; }
  .access-choice-card { grid-template-columns: 48px minmax(0, 1fr) auto; min-height: 76px; padding: 9px 12px; gap: 12px; }
  .access-choice-icon { width: 48px; height: 48px; border-radius: 14px; }
  .access-choice-icon svg { width: 25px; height: 25px; }
  .access-choice-copy { gap: 2px; font-size: .7rem; }
  .access-choice-title { font-size: .9rem; }
}

@media (max-height: 700px) and (min-width: 901px) {
  .access-create-main { padding-block: 12px; }
  .access-create-intro h1 { font-size: clamp(2.2rem, 4.1vw, 4rem); }
  .access-choice-card { min-height: 100px; padding-block: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .access-choice-card { transition: none; }
}
