@font-face {
  font-family: Commissioner;
  src: url('/learn/assets/fonts/commissioner-latin-100-900.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Commissioner;
  src: url('/learn/assets/fonts/commissioner-cyrillic-100-900.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/learn/assets/fonts/ibmplexsans-latin-100-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/learn/assets/fonts/ibmplexsans-cyrillic-100-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  unicode-range: U+0400-04FF;
}

:root {
  color-scheme: light;
  --paper: #f3f4f4;
  --ink: #25282a;
  --muted: #60666a;
  --line: #ccd1d2;
  --accent: #f44e29;
  --accent-ink: #9e2b14;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.5 'IBM Plex Sans', sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 4px; }
[hidden] { display: none !important; }
::selection { background: #ffd0c2; color: var(--ink); }
h1, h2, p { margin: 0; }
.page-shell { max-width: 1280px; min-height: 100vh; min-height: 100svh; margin: auto; padding: 0 clamp(20px, 5vw, 72px); display: flex; flex-direction: column; }
.brand-row { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font: 650 19px/1 Commissioner, sans-serif; letter-spacing: .015em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 38px; background: var(--accent); border: 1px solid #d54021; border-radius: 3px; box-shadow: 2px 3px 0 #c8cdce; }
.brand-mark svg { width: 29px; height: 29px; }
.brand-caption, .eyebrow, .panel-step, .path-number { font-size: 11px; font-weight: 500; letter-spacing: .06em; }
.brand-caption { color: var(--muted); white-space: nowrap; }
.access-layout { flex: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: clamp(32px, 7vw, 96px); padding: 72px 0; }
.introduction { min-width: 0; }
.eyebrow { color: var(--muted); text-transform: uppercase; }
h1 { margin-top: 24px; font: 620 clamp(40px, 4.5vw, 59px)/1.08 Commissioner, sans-serif; letter-spacing: -.035em; }
.title-dot { color: var(--accent); }
.introduction-copy { margin-top: 25px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.access-path { list-style: none; display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 50px 0 0; padding: 0; }
.access-path li { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.path-number { display: grid; place-items: center; width: 27px; height: 29px; border: 1px solid #c9cece; border-radius: 3px; background: linear-gradient(140deg, #fff, #e1e5e5); box-shadow: 1px 2px 0 #d1d6d6; letter-spacing: 0; }
.access-path li[aria-current='step'] { color: var(--ink); font-weight: 500; }
.access-path li[aria-current='step'] .path-number { color: #fff; background: #aa3218; border-color: #aa3218; box-shadow: 1px 2px 0 #d4b1a8; }
.access-panel { min-width: 0; padding: clamp(24px, 3.2vw, 40px); border: 1px solid #c5cbcc; border-radius: 9px; background: linear-gradient(145deg, #fff, #fafbfb); box-shadow: 5px 7px 0 #e1e5e5, 0 22px 60px -45px #3e464e; }
.access-panel:focus { outline: none; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 24px; }
.panel-step { color: #777e81; }
h2 { font: 600 30px/1.14 Commissioner, sans-serif; letter-spacing: -.025em; }
.form-description { margin-top: 13px; color: var(--muted); line-height: 1.6; }
.field-group { margin-top: 27px; }
label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 500; }
input { width: 100%; min-width: 0; min-height: 55px; border: 1px solid #aeb7b9; border-radius: 4px; padding: 13px 14px; color: var(--ink); background: #fff; box-shadow: inset 0 2px 3px #242b2f06; }
input::placeholder { color: #7d8589; opacity: 1; }
input:hover { border-color: #747e83; }
input[aria-invalid='true'] { border-color: var(--accent-ink); }
input:disabled { opacity: .7; }
.field-error { min-height: 20px; margin-top: 8px; color: var(--accent-ink); font-size: 13px; line-height: 1.5; }
.primary-button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding: 13px 16px; border: 1px solid #cd3a1b; border-radius: 4px; background: var(--accent); color: #211c1a; font-weight: 600; text-align: left; box-shadow: 0 3px 0 #b7361a, inset 0 1px #ffab93; transition: background .16s ease, transform .16s ease, box-shadow .16s ease; }
.primary-button:not(:disabled):hover { transform: translateY(-1px); background: #ff6541; box-shadow: 0 4px 0 #b7361a, inset 0 1px #ffb39e; }
.primary-button:not(:disabled):active { transform: translateY(2px); box-shadow: 0 1px 0 #b7361a; }
.primary-button:disabled { background: #e3e7e7; border-color: #c4cbcd; box-shadow: 0 3px 0 #c5ccce; color: #646d70; }
.form-note { margin-top: 23px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.email-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 8px; }
#sent-email { min-width: 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 500; }
.text-button { flex: none; min-height: 44px; padding: 8px 0; border: 0; border-radius: 2px; color: var(--accent-ink); background: transparent; font-size: 13px; font-weight: 500; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-button:hover { color: #632113; }
.text-button:disabled { color: #697277; text-decoration: none; }
.code-input { font: 500 clamp(25px, 4vw, 30px)/1.2 'IBM Plex Sans', sans-serif; font-variant-numeric: tabular-nums; letter-spacing: .34em; padding-left: 18px; }
.code-input::placeholder { color: #c1c8cb; }
.field-help { margin-top: 10px; color: var(--muted); font-size: 12px; }
.resend-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0 10px; margin-top: 14px; }
#resend-countdown { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.request-error { color: var(--accent-ink); font-size: 13px; line-height: 1.5; }
.noscript-message { margin-top: 18px; color: var(--accent-ink); font-size: 14px; }
.page-footer { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; padding: 20px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.screen-reader-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 5; transform: translateY(-150%); padding: 12px 16px; background: #fff; color: var(--accent-ink); }
.skip-link:focus { transform: none; }
@media (max-width: 760px) {
  .page-shell { max-width: 570px; }
  .brand-row { min-height: 80px; }
  .brand { font-size: 17px; }
  .brand-caption { font-size: 10px; }
  .access-layout { display: block; padding: 38px 0 44px; }
  h1 { margin-top: 16px; font-size: clamp(36px, 7vw, 47px); }
  .introduction-copy { margin-top: 15px; font-size: 16px; }
  .introduction-copy br { display: none; }
  .access-path { margin-top: 25px; gap: 12px 18px; }
  .access-panel { margin-top: 32px; }
  .panel-topline { margin-bottom: 20px; }
  h2 { font-size: 28px; }
  .field-group { margin-top: 23px; }
}
@media (max-width: 380px) {
  .page-shell { padding: 0 18px; }
  .brand-caption { letter-spacing: 0; }
  .brand { gap: 8px; font-size: 15px; }
  .brand-mark { width: 31px; height: 33px; }
  .access-panel { padding: 23px 20px; }
  .access-path { gap: 12px; }
  .access-path li { gap: 6px; font-size: 11px; }
  .path-number { width: 23px; height: 25px; font-size: 10px; }
  .page-footer { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
