:root {
  color-scheme: dark;
  --bg: #071114;
  --ink: #f6fbff;
  --muted: #aebdca;
  --soft: #d8e6ef;
  --panel: rgba(10, 21, 28, .82);
  --panel2: rgba(14, 32, 40, .92);
  --line: rgba(222, 249, 255, .16);
  --line-strong: rgba(0, 223, 243, .36);
  --cyan: #00dff3;
  --mint: #4be0af;
  --gold: #f0c95b;
  --rose: #ff6f92;
  --blue: #72a7ff;
  --violet: #a99bff;
  --shadow: 0 24px 80px rgba(0,0,0,.34);
  --glow: 0 0 0 1px rgba(0,223,243,.12), 0 28px 90px rgba(0,223,243,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #071114; }
body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(0,223,243,.18), transparent 25rem),
    radial-gradient(circle at 86% 14%, rgba(240,201,91,.15), transparent 25rem),
    linear-gradient(30deg, rgba(0,223,243,.045) 12%, transparent 12.5%, transparent 87%, rgba(0,223,243,.045) 87.5%, rgba(0,223,243,.045)),
    linear-gradient(150deg, rgba(0,223,243,.045) 12%, transparent 12.5%, transparent 87%, rgba(0,223,243,.045) 87.5%, rgba(0,223,243,.045)),
    linear-gradient(115deg, rgba(0,223,243,.16), transparent 30%),
    linear-gradient(245deg, rgba(240,201,91,.13), transparent 34%),
    linear-gradient(180deg, #0b1820 0%, #081116 45%, #0b1519 100%);
  background-size: auto, auto, 96px 168px, 96px 168px, auto, auto, auto;
  background-attachment: scroll;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.58;
  isolation: isolate;
}
body::before,
body::after {
  content: "";
  position: absolute;
  inset: 0;
  min-height: 100%;
  pointer-events: none;
  z-index: 0;
}
body::before {
  background-image:
    linear-gradient(30deg, rgba(0,223,243,.14) 12%, transparent 12.5%, transparent 87%, rgba(0,223,243,.14) 87.5%, rgba(0,223,243,.14)),
    linear-gradient(150deg, rgba(0,223,243,.14) 12%, transparent 12.5%, transparent 87%, rgba(0,223,243,.14) 87.5%, rgba(0,223,243,.14)),
    linear-gradient(30deg, rgba(240,201,91,.09) 12%, transparent 12.5%, transparent 87%, rgba(240,201,91,.09) 87.5%, rgba(240,201,91,.09)),
    linear-gradient(150deg, rgba(240,201,91,.09) 12%, transparent 12.5%, transparent 87%, rgba(240,201,91,.09) 87.5%, rgba(240,201,91,.09)),
    linear-gradient(60deg, rgba(75,224,175,.08) 25%, transparent 25.5%, transparent 75%, rgba(75,224,175,.08) 75%, rgba(75,224,175,.08)),
    linear-gradient(60deg, rgba(75,224,175,.08) 25%, transparent 25.5%, transparent 75%, rgba(75,224,175,.08) 75%, rgba(75,224,175,.08));
  background-position: 0 0, 0 0, 48px 84px, 48px 84px, 0 0, 48px 84px;
  background-size: 96px 168px;
  opacity: .24;
}
body::after {
  background:
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(0,223,243,.07) 72px 73px, transparent 74px 128px),
    repeating-linear-gradient(180deg, transparent 0 24px, rgba(246,251,255,.04) 24px 25px, transparent 26px 58px),
    linear-gradient(180deg, transparent, rgba(75,224,175,.08) 46%, transparent 76%);
  opacity: .22;
}
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 10px; background: white; color: #031014; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 10px; }
.site-header, main, .site-footer { position: relative; z-index: 1; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 12px max(20px, calc((100vw - 1440px) / 2 + 20px));
  background:
    linear-gradient(90deg, rgba(7, 17, 20, .97), rgba(13, 33, 40, .95)),
    linear-gradient(180deg, rgba(255,255,255,.08), transparent);
  border-bottom: 1px solid rgba(0,223,243,.18);
  box-shadow: 0 10px 40px rgba(0,0,0,.22);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 220px; }
.brand img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(0,223,243,.34)); }
.brand strong { display: block; color: white; font-size: 1rem; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.top-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.top-nav a, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  color: #e0edf5;
  text-decoration: none;
  font-weight: 850;
  font-size: .9rem;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease;
}
.top-nav a::before, .button::before {
  content: "";
  position: absolute;
  inset: -120% -40%;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.26), transparent 65%);
  transform: translateX(-70%);
  transition: transform .45s ease;
}
.top-nav a:hover, .button:hover { border-color: var(--cyan); background: rgba(0,223,243,.1); color: white; transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0,223,243,.12); }
.top-nav a:hover::before, .button:hover::before { transform: translateX(70%); }
.button.primary { color: #031014; background: linear-gradient(135deg, var(--cyan), var(--mint)); border-color: transparent; box-shadow: 0 12px 36px rgba(0,223,243,.22); }
.button.gold { color: #140f02; background: linear-gradient(135deg, var(--gold), #ffe48b); border-color: transparent; box-shadow: 0 12px 36px rgba(240,201,91,.17); }
.button.small { width: fit-content; margin-top: 6px; font-size: .84rem; }
main { width: min(1440px, 100%); margin: 0 auto; padding: 24px; }
.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
  gap: 24px;
  align-items: center;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(222,249,255,.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.048)),
    conic-gradient(from 120deg at 80% 20%, rgba(0,223,243,.16), rgba(240,201,91,.12), rgba(75,224,175,.12), rgba(0,223,243,.16));
  box-shadow: var(--shadow), var(--glow);
  animation: heroRise .52s ease both;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.hero::before {
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 22%, rgba(255,255,255,.08) 35%, transparent 48%),
    repeating-linear-gradient(90deg, rgba(0,223,243,.08) 0 1px, transparent 1px 38px);
  opacity: .45;
}
.hero::after {
  right: -14%;
  bottom: -18%;
  width: 58%;
  height: 58%;
  background:
    linear-gradient(135deg, rgba(0,223,243,.2), transparent 58%),
    repeating-linear-gradient(60deg, rgba(240,201,91,.12) 0 1px, transparent 1px 16px);
  opacity: .8;
}
.hero > * { position: relative; z-index: 1; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--mint); font-weight: 950; letter-spacing: 0; text-transform: uppercase; font-size: .78rem; text-shadow: 0 0 20px rgba(75,224,175,.38); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 920px; font-size: 5.8rem; color: white; text-wrap: balance; text-shadow: 0 16px 44px rgba(0,0,0,.36), 0 0 28px rgba(0,223,243,.18); }
h2 { margin-bottom: 16px; font-size: 3rem; color: white; text-wrap: balance; }
h3 { margin-bottom: 8px; font-size: 1.08rem; color: white; }
p { margin: 0 0 14px; color: var(--soft); }
.lead { max-width: 850px; margin-top: 18px; font-size: 1.26rem; color: #e3f2fb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.stats div {
  min-height: 96px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.04)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(0,223,243,.05) 18px 19px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.stats div:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: 0 16px 44px rgba(0,223,243,.12); }
.stats strong { display: block; color: white; font-size: 1.55rem; line-height: 1; }
.stats span { display: block; margin-top: 8px; color: var(--muted); font-size: .9rem; }
.hero-media { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #020407; box-shadow: 0 24px 70px rgba(0,0,0,.26); transform: translateZ(0); }
.hero-media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.hero-media:hover img { transform: scale(1.035); filter: saturate(1.12) contrast(1.04); }
.hero-media figcaption { padding: 12px 14px; border-top: 1px solid var(--line); color: var(--muted); background: rgba(5,13,16,.72); }
.panel {
  margin-top: 22px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.092), rgba(255,255,255,.038)),
    linear-gradient(135deg, rgba(0,223,243,.06), rgba(240,201,91,.035) 46%, rgba(75,224,175,.05));
  box-shadow: var(--shadow);
  animation: panelRise .48s ease both;
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(90deg, rgba(0,223,243,.14), transparent 30%, rgba(240,201,91,.1) 65%, transparent),
    repeating-linear-gradient(120deg, transparent 0 28px, rgba(255,255,255,.035) 28px 29px);
  opacity: .55;
  pointer-events: none;
}
.panel > * { position: relative; z-index: 1; }
.card-grid, .project-grid, .repo-grid, .video-grid, .module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card, .project-card, .repo-card, .module-card, .video-card, .steps li {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.082), rgba(255,255,255,.028)),
    repeating-linear-gradient(135deg, transparent 0 34px, rgba(0,223,243,.045) 34px 35px);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  animation: cardRise .42s ease both;
}
.card::before, .project-card::before, .repo-card::before, .module-card::before, .video-card::before, .steps li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid rgba(0,223,243,.42);
  opacity: .58;
  pointer-events: none;
}
.card > *, .project-card > *, .repo-card > *, .module-card > *, .video-card > *, .steps li > * { position: relative; z-index: 1; }
.project-card, .repo-card, .module-card { display: flex; flex-direction: column; gap: 8px; }
.card:hover, .project-card:hover, .repo-card:hover, .module-card:hover, .steps li:hover { border-color: var(--cyan); background: rgba(0,223,243,.1); transform: translateY(-4px); box-shadow: 0 18px 52px rgba(0,223,243,.12), inset 0 1px 0 rgba(255,255,255,.12); }
.project-card span, .pill, .module-card span {
  width: fit-content;
  border: 1px solid rgba(0,223,243,.34);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--cyan);
  background: rgba(0,223,243,.08);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}
.project-card strong, .repo-card strong, .module-card strong { color: white; overflow-wrap: anywhere; }
.project-card p, .repo-card p, .module-card p, .card p { color: var(--muted); }
.project-card small { color: var(--muted); overflow-wrap: anywhere; }
.steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; list-style: none; counter-reset: step; }
.steps li { counter-increment: step; }
.steps li::before { content: counter(step, decimal-leading-zero); display: inline-flex; margin-bottom: 10px; color: var(--gold); font-weight: 950; text-shadow: 0 0 20px rgba(240,201,91,.22); }
.video-card { padding: 0; overflow: hidden; }
.video-card iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: black; }
.video-card div { padding: 15px; }
.image-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.image-row img, .wide-img { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #020407; object-fit: cover; box-shadow: 0 20px 58px rgba(0,0,0,.24); }
.image-row img { aspect-ratio: 16 / 10; }
.fwp-console {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(0,223,243,.24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,223,243,.2), transparent 18rem),
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.028)),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(0,223,243,.045) 48px 49px);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.1);
}
.fwp-console-head {
  display: grid;
  gap: 8px;
  max-width: 920px;
}
.fwp-console-head strong {
  color: white;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1.08;
}
.fwp-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.fwp-lanes article {
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028)),
    radial-gradient(circle at 90% 10%, rgba(240,201,91,.13), transparent 8rem);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.fwp-lanes article:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 18px 52px rgba(0,223,243,.11);
}
.fwp-lanes article span {
  display: block;
  width: 34px;
  height: 6px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  box-shadow: 0 0 18px rgba(0,223,243,.2);
}
.fwp-lanes strong { display: block; color: white; font-size: 1.05rem; margin-bottom: 8px; }
.fwp-lanes p { color: var(--muted); }
.fwp-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.fwp-status div {
  padding: 12px;
  border: 1px solid rgba(240,201,91,.24);
  border-radius: 8px;
  background: rgba(240,201,91,.07);
}
.fwp-status strong { display: block; color: var(--gold); font-size: 1.15rem; }
.fwp-status span { display: block; color: var(--soft); font-size: .88rem; }
pre { overflow: auto; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #061017; color: #c9fbff; white-space: pre-wrap; box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: rgba(5,14,18,.5); }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: white; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); }
td { color: var(--soft); }
tr:hover td { background: rgba(0,223,243,.045); }
details { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.052); overflow: hidden; transition: border-color .22s ease, background .22s ease; }
details + details { margin-top: 10px; }
details[open], details:hover { border-color: var(--line-strong); background: rgba(0,223,243,.065); }
summary { cursor: pointer; padding: 14px 16px; color: white; font-weight: 900; }
details p { padding: 0 16px 16px; }
.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(75,224,175,.28);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(0,223,243,.16), rgba(240,201,91,.09)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255,255,255,.04) 42px 43px);
  box-shadow: var(--shadow), 0 0 0 1px rgba(75,224,175,.08);
}
.contact-cta strong { display: block; color: white; font-size: 1.2rem; margin-bottom: 4px; }
.contact-cta p { margin: 0; }
.contact-form {
  display: grid;
  gap: 14px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: #f2fbff;
  font-weight: 850;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255,255,255,.075);
  color: white;
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,223,243,.12); }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.form-actions button { cursor: pointer; }
.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
}
.form-note.error { color: var(--rose); }
.form-note.ok { color: var(--mint); }
body.page-course,
body.page-who-are-you {
  background:
    radial-gradient(circle at 20% 8%, rgba(240,201,91,.19), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(0,223,243,.12), transparent 26rem),
    linear-gradient(180deg, #080806 0%, #11100b 44%, #071114 100%);
}
body.page-course .hero,
body.page-who-are-you .hero {
  border-color: rgba(240,201,91,.32);
  background:
    linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.025)),
    conic-gradient(from 160deg at 70% 18%, rgba(240,201,91,.25), rgba(0,223,243,.12), rgba(75,224,175,.12), rgba(240,201,91,.25));
  box-shadow: 0 28px 96px rgba(0,0,0,.45), 0 0 0 1px rgba(240,201,91,.16), 0 0 90px rgba(240,201,91,.1);
}
body.page-course .eyebrow,
body.page-who-are-you .eyebrow { color: var(--gold); text-shadow: 0 0 22px rgba(240,201,91,.38); }
.assessment-shell {
  display: grid;
  gap: 18px;
}
.assessment-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(240,201,91,.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(240,201,91,.12), rgba(0,223,243,.06)),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(255,255,255,.045) 44px 45px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}
.assessment-banner h3 { font-size: 1.35rem; }
.assessment-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.assessment-proof span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(240,201,91,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: var(--soft);
}
.assessment-proof strong { color: var(--gold); }
.assessment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
  gap: 16px;
  align-items: start;
}
.profile-form,
.profile-result {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.028)),
    linear-gradient(135deg, rgba(240,201,91,.07), rgba(0,223,243,.045));
  box-shadow: var(--shadow);
}
.profile-form { padding: 16px; }
.profile-result {
  position: sticky;
  top: 92px;
  padding: 18px;
  overflow: hidden;
}
.profile-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(240,201,91,.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240,201,91,.11), rgba(0,223,243,.06)),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(255,255,255,.035) 52px 53px);
}
.profile-progress div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.profile-progress strong { color: white; }
.profile-progress span { color: var(--muted); font-size: .9rem; }
.progress-track {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
#profileProgressFill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  box-shadow: 0 0 24px rgba(240,201,91,.24);
  transition: width .24s ease;
}
.scale-key {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}
.question-bank {
  display: grid;
  gap: 12px;
}
.question-section {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  background: rgba(255,255,255,.026);
}
.question-section-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: white;
  font-weight: 950;
}
.question-section-title span {
  color: var(--gold);
  font-size: .82rem;
  text-transform: uppercase;
}
.question-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
    repeating-linear-gradient(120deg, transparent 0 28px, rgba(240,201,91,.04) 28px 29px);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.question-card.is-answered {
  border-color: rgba(240,201,91,.38);
  background:
    linear-gradient(180deg, rgba(240,201,91,.095), rgba(255,255,255,.028)),
    repeating-linear-gradient(120deg, transparent 0 28px, rgba(0,223,243,.045) 28px 29px);
}
.question-card.is-missing {
  border-color: rgba(255,111,146,.55);
  box-shadow: 0 0 0 3px rgba(255,111,146,.08);
}
.question-card strong {
  color: white;
  line-height: 1.25;
}
.question-tag {
  width: fit-content;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}
.scale-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(42px, 1fr));
  gap: 8px;
}
.scale-options label {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: var(--soft);
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.scale-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.scale-options label:has(input:checked) {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(240,201,91,.28), rgba(0,223,243,.12));
  color: white;
  box-shadow: 0 10px 32px rgba(240,201,91,.12);
}
.scale-options label:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.result-empty {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  border: 1px dashed rgba(240,201,91,.38);
  border-radius: 8px;
  color: var(--muted);
}
.result-empty strong { flex-basis: 100%; color: white; }
.result-empty span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: var(--soft);
  font-size: .82rem;
  font-weight: 850;
}
.result-hero {
  margin: 14px 0;
  padding: 16px;
  border: 1px solid rgba(240,201,91,.3);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(240,201,91,.16), rgba(0,223,243,.08));
  animation: resultPop .34s ease both;
}
.result-hero strong {
  display: block;
  color: white;
  font-size: 1.5rem;
  line-height: 1.08;
}
.result-hero span { color: var(--muted); }
.score-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.score-row {
  display: grid;
  gap: 5px;
}
.score-row div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--soft);
  font-size: .88rem;
  font-weight: 850;
}
.score-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.score-fill {
  display: block;
  height: 100%;
  width: var(--score, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  box-shadow: 0 0 22px rgba(240,201,91,.24);
}
.result-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.result-actions a,
.result-actions button {
  color: white;
  font-weight: 900;
}
.result-actions button {
  width: fit-content;
  cursor: pointer;
}
.result-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.result-cardlet {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.result-cardlet strong {
  display: block;
  margin-bottom: 6px;
  color: white;
}
.profile-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
.profile-chip-row span {
  padding: 7px 9px;
  border: 1px solid rgba(240,201,91,.3);
  border-radius: 999px;
  background: rgba(240,201,91,.075);
  color: var(--soft);
  font-size: .82rem;
  font-weight: 850;
}
.next-step-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.next-step-list li {
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.045);
  color: var(--soft);
}
.reflection-note {
  margin-top: 14px;
  padding: 12px;
  border-left: 3px solid var(--gold);
  background: rgba(240,201,91,.07);
  color: var(--soft);
}
.course-cockpit {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.course-orbit {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(240,201,91,.25);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(240,201,91,.17), transparent 9rem),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.course-orbit span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border: 1px solid rgba(240,201,91,.38);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 950;
}
.course-orbit strong {
  display: block;
  color: white;
  font-size: 1.18rem;
  margin-bottom: 8px;
}
.site-footer { width: min(1440px, 100%); margin: 0 auto; padding: 24px; color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(0,223,243,.13), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(240,201,91,.12), transparent 25rem),
    linear-gradient(180deg, #081116 0%, #0b1519 42%, #0a1215 100%);
}
body::before {
  opacity: .12;
}
body::after {
  opacity: .08;
}
.docs-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 220px;
  gap: 28px;
  width: min(1760px, 100%);
  margin: 0 auto;
  padding: 24px;
  align-items: start;
}
.doc-main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.docs-sidebar,
.page-toc {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 110px);
  overflow: auto;
  scrollbar-width: thin;
}
.docs-sidebar {
  padding: 14px;
  border: 1px solid rgba(222,249,255,.12);
  border-radius: 12px;
  background: rgba(7, 17, 20, .56);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.sidebar-search {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--soft);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.sidebar-search input {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 11px;
  background: rgba(255,255,255,.07);
  color: white;
  font: inherit;
  text-transform: none;
  outline: none;
}
.sidebar-search input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0,223,243,.12);
}
.nav-group {
  padding: 12px 0;
  border-top: 1px solid rgba(222,249,255,.09);
}
.nav-group h2 {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}
.nav-group a,
.page-toc a {
  display: block;
  border-radius: 8px;
  color: var(--soft);
  text-decoration: none;
  line-height: 1.25;
}
.nav-group a {
  padding: 8px 9px;
  font-size: .9rem;
}
.nav-group a:hover,
.nav-group a.active {
  background: rgba(0,223,243,.1);
  color: white;
}
.page-toc {
  padding: 12px 0 12px 14px;
  border-left: 1px solid rgba(222,249,255,.12);
}
.page-toc strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: .84rem;
}
.page-toc a {
  padding: 7px 0;
  color: var(--muted);
  font-size: .86rem;
}
.page-toc a:hover {
  color: var(--cyan);
}
.hero {
  min-height: 360px;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.035)),
    radial-gradient(circle at 95% 8%, rgba(240,201,91,.16), transparent 17rem),
    radial-gradient(circle at 0% 8%, rgba(0,223,243,.16), transparent 18rem);
  box-shadow: 0 20px 70px rgba(0,0,0,.3);
}
.hero::before {
  opacity: .22;
}
.hero::after {
  opacity: .34;
}
h1 {
  max-width: 720px;
  font-size: clamp(2.15rem, 4.4vw, 3.55rem);
}
h2 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 3.8vw, 2.45rem);
}
h3 {
  font-size: 1.02rem;
}
.lead {
  max-width: 680px;
  font-size: 1.06rem;
  overflow-wrap: break-word;
}
.hero-actions {
  gap: 8px;
}
.stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.stats div {
  min-height: 72px;
  padding: 12px;
}
.hero-media {
  display: none;
  border-radius: 9px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}
.hero-media figcaption {
  font-size: .84rem;
}
.panel {
  margin-top: 30px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(222,249,255,.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.panel::before {
  display: none;
}
.panel > h2 {
  padding-top: 28px;
}
.section-lead {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--muted);
}
.card-grid,
.project-grid,
.repo-grid,
.video-grid,
.module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.card,
.project-card,
.repo-card,
.module-card,
.video-card,
.steps li {
  padding: 15px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.067), rgba(255,255,255,.025)),
    linear-gradient(135deg, rgba(0,223,243,.035), rgba(240,201,91,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
}
.card p,
.project-card p,
.repo-card p,
.module-card p {
  color: #b9c8d3;
}
.module-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.route-chooser,
.stage-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.route-chooser a,
.stage-map article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(222,249,255,.14);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(0,223,243,.09), rgba(240,201,91,.055)),
    rgba(255,255,255,.028);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.route-chooser a:hover,
.stage-map article:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 18px 48px rgba(0,223,243,.1);
}
.route-chooser span,
.stage-map span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border: 1px solid rgba(240,201,91,.34);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 950;
}
.route-chooser strong,
.stage-map strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 1.14rem;
}
.course-cockpit {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-cta {
  margin-top: 34px;
}
.site-footer {
  width: min(1760px, 100%);
  padding-left: 312px;
}
body.page-home .hero,
body.page-freewebpanel .hero,
body.page-who-are-you .hero {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
}
body.page-home .hero-media,
body.page-freewebpanel .hero-media,
body.page-who-are-you .hero-media {
  display: block;
}
body.page-course .hero {
  min-height: 320px;
}
body.page-course .stats {
  max-width: 560px;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(0,223,243,.65);
  outline-offset: 3px;
}
::selection { background: rgba(0,223,243,.3); color: white; }
@media (hover: none) {
  .top-nav a:hover, .button:hover,
  .card:hover, .project-card:hover, .repo-card:hover, .module-card:hover, .steps li:hover,
  .scale-options label:hover {
    transform: none;
  }
  .hero-media:hover img {
    transform: none;
    filter: none;
  }
}
@keyframes resultPop {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes heroRise {
  from { transform: translateY(10px); }
  to { transform: translateY(0); }
}
@keyframes panelRise {
  from { transform: translateY(8px); }
  to { transform: translateY(0); }
}
@keyframes cardRise {
  from { transform: translateY(6px); }
  to { transform: translateY(0); }
}
@media (max-width: 1060px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .top-nav { justify-content: flex-start; }
  .docs-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }
  .doc-main {
    max-width: none;
  }
  .docs-sidebar {
    position: static;
    max-height: none;
  }
  .nav-group {
    display: inline-block;
    width: min(48%, 320px);
    vertical-align: top;
    padding-right: 12px;
  }
  .page-toc {
    display: none;
  }
  .site-footer {
    padding-left: 24px;
  }
  h1 { font-size: 4.35rem; }
  h2 { font-size: 2.45rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .assessment-layout { grid-template-columns: 1fr; }
  .assessment-banner { grid-template-columns: 1fr; }
  .profile-result { position: static; }
  .course-cockpit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid, .project-grid, .repo-grid, .video-grid, .module-grid, .image-row, .stats, .steps, .fwp-lanes, .fwp-status { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  main { padding: 12px; }
  .docs-layout {
    padding: 12px;
  }
  .doc-main {
    order: 1;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    overflow-x: hidden;
    padding: 0;
  }
  .docs-sidebar {
    order: 2;
    max-height: 270px;
    overflow: auto;
    padding: 12px;
  }
  .nav-group {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  body::before { opacity: .16; background-size: 128px 224px; }
  body::after { opacity: .12; }
  .site-header { padding: 12px; gap: 10px; }
  .brand { min-width: 0; }
  .top-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .top-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 36px;
  }
  .hero, .panel { padding: 18px; border-radius: 10px; }
  .hero {
    width: 100%;
    max-width: 100%;
  }
  .hero-copy,
  .lead,
  h1 {
    max-width: 100%;
  }
  .panel {
    padding: 0;
    border-radius: 0;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .button {
    width: 100%;
    white-space: normal;
  }
  h1 { font-size: 3rem; }
  h2 { font-size: 2rem; }
  .lead { font-size: 1.06rem; }
  .profile-form, .profile-result, .assessment-banner { padding: 14px; }
  .profile-progress div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .result-summary-grid { grid-template-columns: 1fr; }
  .scale-options { grid-template-columns: repeat(5, minmax(34px, 1fr)); gap: 5px; }
  .scale-options label { min-height: 38px; }
  .course-cockpit, .route-chooser, .stage-map { grid-template-columns: 1fr; }
  .card-grid, .project-grid, .repo-grid, .video-grid, .module-grid, .image-row, .stats, .steps, .form-row, .fwp-lanes, .fwp-status { grid-template-columns: 1fr; }
  table { display: block; overflow-x: auto; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
