:root {
  --petrol: #103f5b;
  --petrol-deep: #08293d;
  --ink: #111a20;
  --paper: #f4f3ef;
  --white: #fffefd;
  --mist: #dce7e9;
  --copper: #d7773e;
  --gold: #d6aa53;
  --line: rgba(16, 63, 91, 0.2);
  --shadow: 0 24px 70px rgba(8, 41, 61, 0.15);
  --page: min(1280px, calc(100vw - 56px));
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Alexandria", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
html[lang="en"] body { font-family: "Manrope", "Segoe UI", sans-serif; line-height: 1.65; }
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3 { letter-spacing: -.045em; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--copper); color: var(--white); }
.page-shell { width: var(--page); margin-inline: auto; }
.section { padding-block: clamp(90px, 10vw, 150px); }
.skip-link { position: fixed; z-index: 999; top: 12px; right: 12px; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 90; inset: 0 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 86px; padding-inline: max(28px, calc((100vw - 1280px) / 2));
  color: var(--white); transition: background .25s, color .25s, height .25s, box-shadow .25s;
}
.site-header.is-scrolled { height: 70px; background: rgba(244, 243, 239, .96); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; gap: 11px; align-items: center; line-height: .87; letter-spacing: -.04em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }
.brand span { display: grid; font-size: 15px; text-transform: uppercase; }
.main-nav { display: flex; gap: 27px; align-items: center; font-size: 13px; font-weight: 500; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-login { opacity: .72; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 27px; height: 2px; background: currentColor; margin: 6px; }
.language-toggle { min-width: 48px; min-height: 34px; padding: 6px 10px; border: 1px solid currentColor; background: transparent; color: inherit; font: 700 10px/1 "IBM Plex Mono", monospace; letter-spacing: .08em; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.language-toggle:hover, .language-toggle:focus-visible { background: var(--copper); border-color: var(--copper); color: white; outline: none; }
.site-header > .language-toggle { margin-inline-start: auto; margin-inline-end: 20px; }
.header-actions { display: flex; align-items: center; gap: 20px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  min-height: 54px; padding: 13px 22px; border: 1px solid var(--copper); border-radius: 2px;
  background: var(--copper); color: var(--white); font-weight: 650; font-size: 14px;
  box-shadow: 6px 6px 0 rgba(215, 119, 62, .18); transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 rgba(215, 119, 62, .18); }
.button-small { min-height: 42px; padding: 8px 16px; box-shadow: none; }
.button-light { background: var(--white); border-color: var(--white); color: var(--petrol-deep); box-shadow: 6px 6px 0 rgba(255,255,255,.16); }
.button-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); box-shadow: none; }
.text-link { display: inline-flex; gap: 11px; align-items: center; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 4px; background: none; font-weight: 600; cursor: pointer; }

.hero { min-height: 100vh; background: var(--petrol-deep); color: var(--white); position: relative; overflow: hidden; padding-top: 120px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 70px 70px; }
.hero-grid { position: relative; min-height: calc(100vh - 160px); display: grid; grid-template-columns: 1.03fr .97fr; gap: 5vw; align-items: center; padding-block: 50px 110px; }
.eyebrow, .section-number { margin: 0 0 26px; color: var(--copper); font: 600 11px/1.2 "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; gap: 12px; align-items: center; color: #d8e3e6; }
.eyebrow i { width: 4px; height: 4px; border-radius: 50%; background: var(--copper); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 6.2vw, 94px); line-height: 1.07; letter-spacing: -.07em; font-weight: 650; }
.hero h1 em, .analysis-copy h2 em { font-style: normal; color: var(--copper); }
.hero-lede { max-width: 650px; margin: 30px 0 36px; color: #cbd8dc; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-actions .text-link { color: #dde8ea; }
.hero-proof { display: flex; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; }
.hero-proof div { min-width: 130px; padding-inline: 22px; border-inline-start: 1px solid rgba(255,255,255,.2); }
.hero-proof div:first-child { padding-inline-start: 0; border: 0; }
.hero-proof strong { display: block; font-size: 29px; color: var(--gold); letter-spacing: -.04em; }
.hero-proof span { font-size: 11px; color: #b7c7cc; }

.aperture-stage { position: relative; justify-self: center; width: min(42vw, 590px); aspect-ratio: 1; display: grid; place-items: center; }
.aperture-media { width: 66%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; position: relative; z-index: 3; border: 1px solid rgba(255,255,255,.6); box-shadow: 0 0 0 15px rgba(255,255,255,.04), 0 35px 75px rgba(0,0,0,.38); }
.aperture-media video { width: 100%; height: 100%; object-fit: cover; }
.aperture-media::after { content: ""; position: absolute; inset: 0; border: 22px solid rgba(8,41,61,.2); border-radius: 50%; pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.orbit-one { inset: 7%; animation: slow-spin 28s linear infinite; }
.orbit-one::before { top: 16%; left: 8%; }.orbit-one::after { bottom: 18%; right: 5%; }
.orbit-two { inset: 19%; border-style: dashed; animation: slow-spin 19s linear infinite reverse; }
.orbit-two::before { top: 4%; right: 35%; }.orbit-two::after { bottom: 8%; left: 29%; background: var(--copper); }
.aperture-label { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; font: 500 10px/1.2 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; color: #d8e3e6; }
.aperture-label span { color: var(--gold); }
.label-top { top: 7%; right: 7%; }.label-side { bottom: 12%; left: 1%; }
.lens-mark { position: absolute; z-index: 4; bottom: 3%; right: 4%; width: 83px; fill: none; stroke: var(--copper); stroke-width: 3; opacity: .8; }
.sound-toggle { position: absolute; z-index: 6; bottom: 24px; right: 50%; transform: translateX(50%); white-space: nowrap; border: 1px solid rgba(255,255,255,.55); border-radius: 30px; background: rgba(8,41,61,.82); color: white; padding: 7px 13px; font-size: 10px; cursor: pointer; }
.sound-toggle:hover { background: var(--copper); }
.hero-ticker { position: absolute; bottom: 0; inset-inline: 0; height: 52px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.15); background: #092536; display: flex; align-items: center; }
.hero-ticker div { min-width: max-content; display: flex; gap: 25px; align-items: center; animation: ticker 24s linear infinite; font: 600 11px/1 "IBM Plex Mono", monospace; letter-spacing: .16em; }
.hero-ticker b { color: var(--copper); }

.section-number.light { color: var(--gold); }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.manifesto h2, .section-heading h2, .course-copy h2, .analysis-copy h2, .security-title h2, .team-copy h2 {
  margin: 0; font-size: clamp(39px, 5vw, 72px); line-height: 1.16; letter-spacing: -.06em; font-weight: 630;
}
.manifesto h2 span { color: var(--copper); }
.manifesto-grid > div p { margin: 0 0 30px; color: #4e5d64; font-size: 18px; }

.journey { background: var(--white); overflow: hidden; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, .55fr); gap: 6vw; align-items: end; margin-bottom: 60px; }
.section-heading > p { margin: 0; color: #596a71; font-size: 17px; }
.journey-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr); gap: 12px; overflow-x: auto; padding-bottom: 22px; cursor: grab; scrollbar-width: thin; scrollbar-color: var(--copper) var(--mist); }
.journey-rail:active { cursor: grabbing; }
.journey-card { min-height: 430px; border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; background: var(--paper); }
.journey-card > span { font: 600 70px/1 "IBM Plex Mono", monospace; letter-spacing: -.08em; color: rgba(16,63,91,.19); }
.journey-card small { margin-top: 45px; color: var(--copper); font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .14em; }
.journey-card h3 { margin: 13px 0; font-size: 27px; letter-spacing: -.04em; }
.journey-card p { margin: 0; color: #5a686d; }
.journey-card b { margin-top: auto; border-top: 1px solid currentColor; padding-top: 16px; font-size: 12px; }
.journey-card.tone-ink { background: var(--petrol-deep); color: var(--white); }.journey-card.tone-ink p { color: #b9c9ce; }
.journey-card.tone-copper { background: var(--copper); color: var(--white); }.journey-card.tone-copper small { color: var(--petrol-deep); }.journey-card.tone-copper p { color: #fff4ec; }
.journey-card.tone-gold { background: var(--gold); color: var(--ink); }.journey-card.tone-gold small { color: var(--petrol); }.journey-card.tone-gold p { color: #342f26; }

.course-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.course-visual { position: relative; background: var(--petrol); padding: 28px 28px 85px; box-shadow: var(--shadow); }
.course-visual img { width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.83) contrast(1.03); }
.lecture-badge { position: absolute; bottom: 22px; right: 28px; display: flex; gap: 14px; align-items: center; color: var(--white); }
.lecture-badge strong { color: var(--gold); font: 600 22px "IBM Plex Mono", monospace; }.lecture-badge span { font-size: 11px; color: #cbd7dc; }
.course-index { position: absolute; left: -18px; top: 22px; background: var(--copper); color: white; padding: 8px 14px; font: 600 11px "IBM Plex Mono", monospace; }
.course-copy h2 { font-size: clamp(38px, 4.5vw, 65px); }
.large-copy { margin: 30px 0; color: #56656b; font-size: 18px; }
.spec-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.spec-list li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list li > span { font: 600 24px "IBM Plex Mono", monospace; color: var(--copper); }
.spec-list strong, .spec-list small { display: block; }.spec-list small { color: #64757b; }
.price-row { margin-top: 30px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.price-row > div { display: grid; }.price-row small { color: #617176; }.price-row strong { font-size: 24px; }.price-row span { font-size: 12px; color: var(--copper); }

.analysis-intro { background: var(--petrol-deep); color: var(--white); position: relative; overflow: hidden; }
.analysis-intro::before { content: "DATA\A REVIEW\A DECIDE"; white-space: pre; position: absolute; direction: ltr; left: -12px; top: 50px; font: 800 clamp(70px, 11vw, 170px)/.78 "IBM Plex Mono", monospace; color: rgba(255,255,255,.035); }
.analysis-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.analysis-copy p:not(.section-number) { margin: 30px 0; color: #c3d1d5; font-size: 18px; }
.analysis-console { background: #f6f4ef; color: var(--ink); border: 1px solid rgba(255,255,255,.35); padding: 24px; box-shadow: 13px 13px 0 rgba(215,119,62,.5); }
.console-head { direction: ltr; display: flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 17px; font: 600 11px "IBM Plex Mono", monospace; }.console-head small { margin-left: auto; color: #78868b; }.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #46a779; box-shadow: 0 0 0 5px rgba(70,167,121,.15); }
.analysis-console ol { list-style: none; margin: 0; padding: 0; }.analysis-console li { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }.analysis-console li > span { color: #819197; font: 600 12px "IBM Plex Mono", monospace; }.analysis-console li strong, .analysis-console li small { display: block; }.analysis-console li small { color: #7a898e; }.analysis-console li i { font-style: normal; font: 600 11px "IBM Plex Mono", monospace; }.analysis-console li.done i { color: #2d8e61; }.analysis-console li.active { background: var(--mist); margin-inline: -12px; padding-inline: 12px; }.analysis-console li.active i { color: var(--copper); }
.console-note { display: flex; gap: 14px; margin-top: 18px; align-items: center; font-size: 10px; color: #5e6d72; }.console-note b { color: var(--copper); font: 600 10px "IBM Plex Mono", monospace; }

.output-stage { position: relative; overflow: hidden; background: #eef0ec; }
.output-stage::before { content: "METHODS\A TABLES\A FIGURES"; white-space: pre; position: absolute; direction: ltr; inset: 42px auto auto -12px; color: rgba(16,63,91,.045); font: 800 clamp(68px, 10vw, 150px)/.82 "IBM Plex Mono", monospace; letter-spacing: -.09em; }
.output-stage .page-shell { position: relative; }
.output-heading h2 { font-size: clamp(39px, 5vw, 72px); }
.output-ledger { direction: ltr; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.output-sheet { direction: rtl; min-height: 520px; display: grid; grid-template-rows: auto 1fr auto; background: var(--white); border: 1px solid rgba(16,63,91,.34); box-shadow: 13px 15px 0 rgba(16,63,91,.07); }
.output-sheet:nth-child(2) { margin-top: 36px; }
.output-sheet header { direction: ltr; display: flex; justify-content: space-between; gap: 15px; padding: 15px 18px; border-bottom: 1px solid var(--line); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.output-sheet header span { color: var(--copper); }.output-sheet header b { color: #6a7a80; }
.output-sheet footer { padding: 22px 24px 25px; border-top: 1px solid var(--line); }
.output-sheet footer strong { font-size: 19px; }.output-sheet footer p { margin: 7px 0 0; color: #66757a; font-size: 12px; }
.paper-copy { padding: 34px 28px; display: flex; flex-direction: column; gap: 12px; }
.paper-copy::before { content: "RESULTS"; color: var(--petrol); font: 700 27px/1 "IBM Plex Mono", monospace; letter-spacing: -.06em; }
.paper-copy i { display: block; width: 100%; height: 6px; background: #dbe1de; }.paper-copy i.short { width: 57%; }.paper-copy i.medium { width: 78%; }
.paper-copy strong { direction: ltr; margin: 14px 0 3px; font: 600 11px "IBM Plex Mono", monospace; color: var(--copper); }
.mini-table { direction: ltr; margin: 32px 22px; align-self: center; display: grid; grid-template-columns: 1.4fr .7fr .8fr; border-top: 2px solid var(--petrol-deep); border-bottom: 2px solid var(--petrol-deep); font: 500 9px "IBM Plex Mono", monospace; }
.mini-table span { min-height: 39px; padding: 11px 8px; border-bottom: 1px solid #c7d0cd; }.mini-table span:nth-last-child(-n+3) { border-bottom: 0; }
.mini-table .table-head { min-height: auto; background: var(--mist); color: var(--petrol); font-weight: 700; }
.mini-forest { direction: ltr; position: relative; margin: 34px 26px; align-self: stretch; min-height: 260px; border-left: 1px solid #9aabad; border-bottom: 1px solid #9aabad; background: repeating-linear-gradient(to bottom, transparent 0 64px, rgba(16,63,91,.08) 65px); }
.mini-forest .reference { position: absolute; inset: 0 auto 0 50%; border-left: 1px dashed var(--copper); }
.mini-forest .axis { position: absolute; inset: auto 0 -1px; border-bottom: 1px solid #809398; }
.mini-forest > div { position: relative; height: 65px; }
.mini-forest > div::before { content: ""; position: absolute; top: 31px; left: calc(var(--point) - (var(--range) / 2)); width: var(--range); height: 2px; background: var(--petrol); }
.mini-forest > div b { position: absolute; top: 25px; left: var(--point); width: 13px; height: 13px; transform: translateX(-50%); background: var(--petrol); border: 3px solid var(--white); box-shadow: 0 0 0 1px var(--petrol); }
.mini-forest small { position: absolute; bottom: -23px; color: #66777c; font: 500 8px "IBM Plex Mono", monospace; }.mini-forest small:nth-of-type(1) { left: 4%; }.mini-forest small:nth-of-type(2) { left: 48%; }.mini-forest small:nth-of-type(3) { right: 0; }
.output-disclaimer { margin: 34px 0 0; display: flex; gap: 15px; align-items: center; color: #66767b; font-size: 11px; }
.output-disclaimer span { flex: 0 0 auto; color: var(--copper); font: 700 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.output-stage-analysis { background: var(--white); }.output-stage-analysis .output-sheet { background: #f7f7f3; }

.evidence { overflow: hidden; }
.evidence-rail { direction: ltr; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 27vw); gap: 14px; overflow-x: auto; padding: 0 max(28px, calc((100vw - 1280px) / 2)) 26px; scroll-snap-type: x mandatory; cursor: grab; scrollbar-width: none; }
.evidence-card { direction: rtl; position: relative; height: 530px; background: var(--petrol-deep); color: var(--white); overflow: hidden; scroll-snap-align: start; }
.evidence-card.wide { grid-column: span 2; width: min(650px, 70vw); }.evidence-card.portrait { width: min(360px, 74vw); }
.evidence-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); transition: transform .65s, filter .4s; }.evidence-card:hover img { transform: scale(1.03); filter: saturate(1); }
.evidence-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,22,31,.92)); }
.evidence-card div { position: absolute; z-index: 2; bottom: 0; inset-inline: 0; padding: 30px; }.evidence-card span { color: var(--gold); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .12em; }.evidence-card h3 { margin: 7px 0; font-size: 24px; }.evidence-card p { margin: 0; color: #d6e0e2; font-size: 13px; }
.evidence-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 26px; }.evidence-footer > div { display: flex; gap: 17px; align-items: center; }.evidence-footer strong { font: 600 42px "IBM Plex Mono", monospace; color: var(--copper); }.evidence-footer span { max-width: 330px; font-size: 12px; }

.security { background: #e8ecea; }
.security-title { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; margin-bottom: 60px; }.security-title .section-number { align-self: start; }
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--petrol); border-right: 1px solid var(--petrol); }
.security-grid article { min-height: 285px; padding: 27px; border-left: 1px solid var(--petrol); border-bottom: 1px solid var(--petrol); display: flex; flex-direction: column; }
.security-icon { color: var(--copper); font: 600 38px "IBM Plex Mono", monospace; }.security-grid strong { margin-top: auto; font-size: 19px; }.security-grid p { margin: 10px 0 0; color: #58686e; font-size: 13px; }
.security-caveat { margin: 18px 0 0; color: #66757a; font-size: 11px; text-align: left; }

.team-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; }
.team-photo { height: min(760px, 77vw); position: relative; }.team-photo::before { content: "FOUNDERS"; position: absolute; z-index: 2; writing-mode: vertical-rl; top: 24px; left: -25px; background: var(--copper); color: white; padding: 16px 8px; font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .18em; }.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.team-copy > p:not(.section-number) { color: #57676d; font-size: 18px; margin: 28px 0 40px; }
.founder-list { border-top: 1px solid var(--line); }.founder-list div { display: grid; grid-template-columns: 44px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }.founder-list span { grid-row: span 2; color: var(--copper); font: 600 11px "IBM Plex Mono", monospace; }.founder-list strong { font-size: 17px; }.founder-list small { color: #6d7b80; font: 500 10px "IBM Plex Mono", monospace; text-transform: uppercase; }

.registration-section { position: relative; overflow: hidden; background: #0a3248; color: white; }
.registration-section::before { content: "OPEN\AENROLLMENT"; white-space: pre; position: absolute; inset: 25px auto auto -10px; color: rgba(255,255,255,.035); font: 800 clamp(82px, 13vw, 190px)/.8 "IBM Plex Mono", monospace; letter-spacing: -.08em; }
.registration-ledger { position: relative; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.2); }
.registration-copy { padding: clamp(35px, 6vw, 80px); border-inline-end: 1px solid rgba(255,255,255,.2); }
.registration-copy h2 { margin: 18px 0 24px; max-width: 720px; font-size: clamp(42px, 5.4vw, 76px); line-height: 1.08; letter-spacing: -.06em; }
.registration-copy h2 em { color: var(--gold); font-style: normal; }
.registration-copy > p:last-child { max-width: 650px; color: #b9cbd1; }
.enrollment-status { display: inline-flex; gap: 9px; align-items: center; color: #c6d7dc; font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.enrollment-status i { width: 8px; height: 8px; border-radius: 50%; background: #55c88c; box-shadow: 0 0 0 6px rgba(85,200,140,.12); }
.registration-actions { display: grid; grid-template-rows: 1fr 1fr; }
.registration-actions article { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.registration-actions article:last-child { border-bottom: 0; }
.registration-actions small { color: var(--gold); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .1em; }
.registration-actions strong { margin-top: 10px; font-size: clamp(23px, 2.4vw, 34px); }
.registration-actions p { margin: 8px 0 22px; color: #aec1c7; font-size: 13px; }
.registration-actions .button, .registration-actions .text-link { align-self: flex-start; }
.light-link { color: white; }

.final-cta { background: var(--copper); color: var(--white); padding-block: clamp(95px, 13vw, 180px); text-align: center; }
.final-cta p { margin: 0 0 20px; font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .12em; }.final-cta h2 { margin: 0 0 45px; font-size: clamp(54px, 8.5vw, 120px); line-height: .96; letter-spacing: -.07em; }.final-cta > div > div { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }

.site-footer { background: #081f2d; color: var(--white); padding-block: 55px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 35px; align-items: start; }.footer-brand { display: flex; gap: 13px; align-items: center; letter-spacing: -.05em; line-height: .9; }.footer-brand img { width: 50px; height: 50px; border-radius: 50%; }.footer-grid p { margin: 0; color: #b7c6cb; }.footer-grid p span { color: var(--gold); }.footer-grid nav { display: grid; gap: 5px; }.footer-grid small { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; color: #82969d; }

.achievements-dialog { width: min(760px, calc(100vw - 32px)); max-height: 85vh; border: 0; padding: 0; background: var(--white); box-shadow: var(--shadow); }.achievements-dialog::backdrop { background: rgba(8,41,61,.76); backdrop-filter: blur(8px); }.dialog-head { display: flex; justify-content: space-between; align-items: start; padding: 28px; border-bottom: 1px solid var(--line); }.dialog-head small { color: var(--copper); font: 600 10px "IBM Plex Mono", monospace; }.dialog-head h2 { margin: 4px 0 0; }.dialog-head button { border: 0; background: var(--petrol-deep); color: white; width: 38px; height: 38px; cursor: pointer; }.achievements-dialog > p { margin: 0; padding: 20px 28px; color: #65757a; font-size: 13px; }.source-list { padding: 0 28px 28px; }.source-row { display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); align-items: center; }.source-row > span { color: var(--copper); font: 600 11px "IBM Plex Mono", monospace; }.source-row strong, .source-row small { display: block; }.source-row small { color: #7a898e; }.source-row a { font-size: 12px; border-bottom: 1px solid; }

.not-found { min-height: 100vh; background: var(--petrol-deep); color: white; display: grid; place-content: center; padding: 30px; text-align: center; }.not-found > span { color: var(--gold); font: 600 11px "IBM Plex Mono", monospace; }.not-found h1 { margin: 14px 0; font-size: clamp(44px, 7vw, 90px); line-height: 1.05; letter-spacing: -.06em; }.not-found p { color: #b9c9ce; }.not-found .button { justify-self: center; margin-top: 20px; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Shared inner-page shell */
.inner-body { background: #edf0ed; }
.inner-header { color: var(--ink); background: rgba(244,243,239,.95); box-shadow: 0 1px 0 var(--line); }
.inner-main { padding-top: 105px; min-height: 100vh; }
.app-shell { width: min(1480px, calc(100vw - 36px)); margin: 0 auto 40px; display: grid; grid-template-columns: 280px 1fr; min-height: calc(100vh - 140px); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.app-sidebar { background: var(--petrol-deep); color: var(--white); padding: 26px 20px; display: flex; flex-direction: column; }.app-sidebar .brand { margin-bottom: 40px; }.app-sidebar .brand img { width: 42px; height: 42px; }.sidebar-user { padding: 18px 0; border-block: 1px solid rgba(255,255,255,.14); }.sidebar-user small, .sidebar-user strong { display: block; }.sidebar-user small { color: #94a9b0; font-size: 10px; }.sidebar-user strong { margin-top: 4px; }.sidebar-nav { display: grid; gap: 5px; margin-top: 26px; }.sidebar-nav a { padding: 12px 14px; color: #b9c9ce; font-size: 13px; border-right: 2px solid transparent; }.sidebar-nav a.active, .sidebar-nav a:hover { background: rgba(255,255,255,.07); color: white; border-color: var(--copper); }.sidebar-security { margin-top: auto; padding: 16px; border: 1px solid rgba(255,255,255,.15); }.sidebar-security span, .sidebar-security strong, .sidebar-security small { display: block; }.sidebar-security span { color: #54c58d; font: 600 9px "IBM Plex Mono", monospace; }.sidebar-security small { color: #a9bbc1; margin-top: 6px; font-size: 10px; }
.app-content { padding: clamp(24px, 4vw, 54px); min-width: 0; }.app-topbar { display: flex; justify-content: space-between; align-items: start; margin-bottom: 36px; }.app-topbar h1 { margin: 4px 0 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.15; letter-spacing: -.055em; }.app-topbar small { color: var(--copper); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .1em; }.access-chip { padding: 9px 13px; border: 1px solid var(--line); font-size: 11px; }.access-chip b { color: var(--copper); }
.demo-ribbon { margin: calc(clamp(24px, 4vw, 54px) * -1) calc(clamp(24px, 4vw, 54px) * -1) 34px; padding: 10px 20px; background: #f4d98e; color: #473817; display: flex; align-items: center; gap: 16px; font-size: 11px; }.demo-ribbon b { font: 700 10px "IBM Plex Mono", monospace; letter-spacing: .07em; }.demo-ribbon span { opacity: .78; }
.student-overview { display: grid; grid-template-columns: 1.6fr .8fr .8fr; gap: 12px; margin-bottom: 40px; }.student-overview article { border: 1px solid var(--line); min-height: 160px; padding: 21px; }.panel-kicker { display: flex; justify-content: space-between; }.panel-kicker b { color: var(--copper); font: 600 22px "IBM Plex Mono", monospace; }.progress-track { height: 6px; background: var(--mist); margin: 27px 0 12px; }.progress-track i { display: block; height: 100%; background: var(--copper); }.progress-meta { display: flex; justify-content: space-between; color: #728187; font-size: 10px; }.next-panel { background: var(--petrol); color: white; display: flex; flex-direction: column; }.next-panel span { color: var(--gold); font: 600 9px "IBM Plex Mono", monospace; }.next-panel strong { margin-top: auto; font-size: 18px; }.next-panel small { color: #b5c5ca; }.support-panel { display: flex; flex-direction: column; }.support-panel span { color: #728187; font-size: 10px; }.support-panel strong { margin: 8px 0; }.support-panel button { margin-top: auto; background: transparent; border: 0; border-top: 1px solid var(--line); padding-top: 10px; text-align: right; cursor: pointer; }.support-panel button b { float: left; color: var(--copper); }
.support-panel a { margin-top: auto; border-top: 1px solid var(--line); padding-top: 10px; color: var(--ink); text-align: right; font-size: 12px; }.support-panel a b { float: left; color: var(--copper); }
.academy-register-link { border: 1px solid var(--petrol-deep); padding: 8px 12px; color: var(--petrol-deep); font-size: 11px; font-weight: 700; }
.protected-player-section { margin-bottom: 70px; }.player-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 17px; }.player-heading small, .lessons-head small, .device-panel small { color: var(--copper); font: 600 10px "IBM Plex Mono", monospace; }.player-heading h2, .lessons-head h2, .device-panel h2 { margin: 4px 0 0; font-size: clamp(27px, 3.2vw, 42px); letter-spacing: -.05em; }.player-heading > div:last-child { display: grid; text-align: left; font-size: 10px; }.player-heading > div:last-child b { color: var(--copper); }
.protected-player { direction: ltr; position: relative; aspect-ratio: 16/9; background: #020506; overflow: hidden; }.protected-player video { width: 100%; height: 100%; object-fit: contain; }.moving-watermark { position: absolute; z-index: 6; top: 0; left: 0; padding: 7px 10px; background: rgba(8,41,61,.52); color: rgba(255,255,255,.77); pointer-events: none; transition: transform 1.4s ease; text-align: left; line-height: 1.3; }.moving-watermark strong, .moving-watermark span { display: block; }.moving-watermark strong { font-size: 10px; }.moving-watermark span { font: 500 7px "IBM Plex Mono", monospace; letter-spacing: .04em; }.stream-token { position: absolute; top: 12px; left: 12px; z-index: 7; background: rgba(0,0,0,.62); color: white; padding: 6px 9px; display: flex; gap: 8px; font: 600 8px "IBM Plex Mono", monospace; }.stream-token span { color: #76d6a6; }.player-lock { position: absolute; z-index: 10; inset: 0; background: rgba(4,18,25,.94); color: white; display: grid; place-content: center; text-align: center; gap: 7px; }.player-lock[hidden] { display: none; }.player-lock strong { font-size: 26px; }.player-lock span { color: #aebfc4; }.player-lock button { margin: 12px auto 0; background: var(--copper); color: white; border: 0; padding: 10px 20px; cursor: pointer; }.capture-shield { position: absolute; z-index: 11; inset: 0; display: grid; place-content: center; background: var(--petrol-deep); color: white; font-size: 20px; }.capture-shield[hidden] { display: none; }.protected-player.is-obscured::after { content: "المحتوى محمي عند مغادرة التبويب"; position: absolute; z-index: 9; inset: 0; display: grid; place-content: center; background: var(--petrol-deep); color: white; }.player-foot { display: flex; align-items: center; gap: 20px; border: 1px solid var(--line); border-top: 0; padding: 10px 13px; color: #6a797e; font-size: 9px; }.player-foot span { display: flex; gap: 6px; align-items: center; }.player-foot i { width: 7px; height: 7px; border-radius: 50%; background: #3eac73; }.player-foot button { margin-right: auto; border: 0; background: transparent; color: var(--copper); cursor: pointer; }
.lecture-access-gate { position: absolute; z-index: 15; inset: 0; display: grid; place-content: center; justify-items: center; gap: 9px; padding: 30px; background: radial-gradient(circle at 50% 35%, rgba(21,68,91,.95), rgba(4,18,25,.98) 68%); color: white; text-align: center; }.lecture-access-gate[hidden] { display: none; }.lecture-access-gate small { color: var(--gold); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .12em; }.lecture-access-gate strong { max-width: 620px; font-size: clamp(25px,4vw,45px); line-height: 1.1; }.lecture-access-gate span { max-width: 560px; color: #b7c8ce; font-size: 12px; }.lecture-access-gate a { margin-top: 10px; padding: 10px 18px; border: 1px solid var(--copper); background: var(--copper); color: white; font-size: 11px; font-weight: 700; }
html[lang="en"] .protected-player.is-obscured::after { content: "Content is protected while this tab is inactive"; }
html[lang="en"] .player-foot button { margin-right: 0; margin-left: auto; }
.lessons-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 20px; }.lessons-head .text-link { font-size: 11px; }.materials-lock-note { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--line); color: #68787d; font-size: 10px; }.materials-lock-note span { color: var(--copper); font-size: 17px; }.course-lessons ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }.course-lessons li { display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; align-items: center; min-height: 86px; padding: 11px 8px; border-bottom: 1px solid var(--line); }.course-lessons li > span { color: #849398; font: 600 13px "IBM Plex Mono", monospace; }.course-lessons li strong, .course-lessons li small { display: block; }.course-lessons li small { color: #7d8b90; }.course-lessons li > b { color: #6c7b80; font: 500 9px "IBM Plex Mono", monospace; text-align: left; }.course-lessons li.current { margin-inline: -12px; padding-inline: 20px; background: var(--petrol-deep); color: white; }.course-lessons li.current > span, .course-lessons li.current > b { color: var(--gold); }.course-lessons li.current small { color: #a8bbc1; }
.catalog-note { max-width: 780px; margin: -5px 0 24px; color: #6b7a80; font-size: 12px; }.course-lessons li[role="button"] { cursor: pointer; transition: background .18s, color .18s, padding .18s; }.course-lessons li[role="button"]:hover { background: #edf1ef; }.course-lessons li[role="button"]:focus-visible { outline: 3px solid rgba(215,119,62,.38); outline-offset: 2px; }.course-lessons li.current:hover { background: var(--petrol-deep); }
html[lang="en"] .course-lessons li > b { text-align: right; }
.device-panel { margin-top: 70px; padding-top: 40px; border-top: 3px solid var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; }.device-panel p { color: #6a797e; }.device-list { display: grid; gap: 8px; }.device-list article { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); padding: 14px; }.device-list article > span { color: #46aa77; }.device-list strong, .device-list small { display: block; }.device-list small { color: #7c898e; }.device-list b { color: #2e8e61; font-size: 10px; }.device-list article.empty { border-style: dashed; color: #6f7f84; }.device-list article.empty > span { color: var(--copper); font-size: 22px; }
.app-toast { position: fixed; z-index: 999; bottom: 20px; right: 20px; max-width: 390px; background: var(--petrol-deep); color: white; border-right: 4px solid var(--copper); padding: 14px 18px; box-shadow: var(--shadow); transform: translateY(130%); opacity: 0; transition: .25s; font-size: 13px; }.app-toast.show { transform: none; opacity: 1; }
.revision-dialog { width: min(640px, calc(100vw - 32px)); }.revision-dialog-body { padding: 25px 28px 8px; }.revision-dialog-body > p { margin: 0 0 20px; color: #58686d; font-size: 12px; line-height: 1.8; }.revision-dialog-body label { display: block; margin-bottom: 7px; color: var(--petrol-deep); font-size: 11px; font-weight: 700; }.revision-dialog-body textarea { width: 100%; resize: vertical; border: 1px solid var(--line); background: #f7f8f6; color: var(--ink); padding: 14px; font: inherit; line-height: 1.7; }.revision-dialog-body textarea:focus { outline: 2px solid rgba(196,103,70,.22); border-color: var(--copper); }.revision-context { display: flex; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 12px 14px; background: #eef1ef; }.revision-context span { color: #6f7e83; font-size: 10px; }.revision-context strong { color: var(--copper); font: 600 11px "IBM Plex Mono", monospace; }.revision-actions { padding: 18px 28px 25px; }

/* Data analysis intake */
.analysis-body { background: var(--white); }.analysis-nav { display: flex; gap: 28px; align-items: center; font-size: 12px; }.analysis-main { padding-top: 70px; }.analysis-hero { min-height: 760px; display: grid; align-items: center; background: var(--petrol-deep); color: white; overflow: hidden; }.analysis-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; align-items: center; padding-block: 90px; }.analysis-hero h1 { margin: 0; font-size: clamp(52px, 6.6vw, 94px); line-height: 1.05; letter-spacing: -.07em; }.analysis-hero h1 em { color: var(--copper); font-style: normal; }.analysis-hero p:not(.eyebrow) { max-width: 680px; margin: 28px 0 35px; color: #c2d0d5; font-size: 18px; }.data-map { position: relative; width: min(100%, 560px); aspect-ratio: 1.2; direction: ltr; }.data-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(255,255,255,.24); stroke-width: 1.5; stroke-dasharray: 6 7; }.map-center { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 128px; aspect-ratio: 1; border: 1px solid var(--copper); border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--petrol-deep); box-shadow: 0 0 0 18px rgba(215,119,62,.07); }.map-center b { font-size: 34px; letter-spacing: -.07em; }.map-center span { color: var(--gold); font: 600 12px "IBM Plex Mono", monospace; }.map-node { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.3); background: #0b3046; color: #c8d6da; padding: 7px 10px; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }.map-node::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--copper); margin-right: 7px; }.n1 { left: 3%; top: 27%; }.n2 { top: 4%; left: 46%; }.n3 { right: 1%; top: 42%; }.n4 { right: 20%; bottom: 3%; }.n5 { bottom: 13%; left: 7%; }
.analysis-process { background: #e8ecea; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--petrol); border-right: 1px solid var(--petrol); }.process-grid article { min-height: 310px; padding: 27px; border-left: 1px solid var(--petrol); border-bottom: 1px solid var(--petrol); display: flex; flex-direction: column; }.process-grid article > span { color: var(--copper); font: 600 34px "IBM Plex Mono", monospace; }.process-grid h2 { margin: auto 0 8px; font-size: 30px; }.process-grid p { margin: 0; color: #5b6a70; font-size: 13px; }
.request-section { background: var(--paper); }.request-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: start; }.request-side { position: sticky; top: 100px; }.request-side h2 { margin: 0; font-size: clamp(42px, 4.7vw, 67px); line-height: 1.12; letter-spacing: -.06em; }.request-side > p:not(.section-number) { color: #5f6e73; }.privacy-card { margin-top: 35px; background: var(--petrol-deep); color: white; padding: 24px; border-right: 5px solid var(--copper); }.privacy-card span { color: var(--gold); font: 600 9px "IBM Plex Mono", monospace; }.privacy-card strong { display: block; margin: 8px 0; }.privacy-card p { margin: 0; color: #afc0c5; font-size: 12px; }.demo-price { margin-top: 12px; padding: 20px 24px; border: 1px solid var(--line); display: grid; }.demo-price small { color: var(--copper); }.demo-price strong { font-size: 31px; }.demo-price span { color: #76858a; font-size: 11px; }
.analysis-form { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 46px); }.form-head { display: flex; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 18px; margin-bottom: 34px; font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .08em; }.form-head span { color: var(--copper); }.form-head i { font-style: normal; color: var(--copper); }.form-step h3 { margin: 0 0 25px; font-size: 27px; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.form-grid .full { grid-column: 1/-1; }.analysis-form label { display: grid; gap: 7px; }.analysis-form label > span { font-size: 11px; font-weight: 600; }.analysis-form input, .analysis-form textarea, .analysis-form select { width: 100%; border: 1px solid #b9c6ca; border-radius: 0; background: #fbfbf8; padding: 13px 14px; color: var(--ink); outline: none; }.analysis-form input:focus, .analysis-form textarea:focus, .analysis-form select:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(215,119,62,.13); }.analysis-form textarea { resize: vertical; }.file-drop { min-height: 240px; border: 1px dashed var(--petrol); background: #eef2ef; place-content: center; text-align: center; padding: 30px; cursor: pointer; transition: background .2s, border .2s; }.file-drop.dragging { background: #f7e5d9; border-color: var(--copper); }.file-drop input { position: absolute; opacity: 0; pointer-events: none; }.file-drop .drop-icon { font: 400 50px/1 "IBM Plex Mono", monospace; color: var(--copper); }.file-drop strong, .file-drop small { display: block; }.file-drop small { color: #718086; }.file-list { display: grid; gap: 6px; margin: 15px 0 22px; }.file-list > p { color: #76858a; font-size: 12px; }.file-list > div { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; padding: 10px; border: 1px solid var(--line); }.file-list > div span { background: var(--petrol); color: white; padding: 6px; text-align: center; font: 600 8px "IBM Plex Mono", monospace; }.file-list > div small { color: #748388; }.review-box { border-top: 1px solid var(--line); }.review-box > div { padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 140px 1fr; gap: 15px; }.review-box span { color: #748388; font-size: 11px; }.review-box strong { font-size: 13px; }.check-row { grid-template-columns: 24px 1fr !important; align-items: start; margin-top: 20px; }.check-row input { width: 18px; height: 18px; margin-top: 4px; }.check-row span { font-weight: 400 !important; color: #4e5e64; }.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 35px; border-top: 1px solid var(--line); padding-top: 24px; }.form-back { border: 1px solid var(--line); background: transparent; padding: 11px 20px; cursor: pointer; }
.form-actions [hidden], .turnstile-slot[hidden], .form-submit-status[hidden] { display: none !important; }.turnstile-slot { margin-top: 22px; min-height: 65px; }.form-submit-status { margin: 24px 0 -14px; padding: 12px 14px; border-right: 4px solid var(--copper); background: #fff7f0; color: #5d4c42; font-size: 12px; }.form-submit-status[data-kind="error"] { border-color: #a64f3c; background: #fff0ed; color: #7c3029; }.analysis-form button:disabled { opacity: .55; cursor: wait; transform: none; }
.request-success { grid-column: 2; background: var(--white); border-top: 7px solid #3da372; padding: clamp(30px, 5vw, 70px); box-shadow: var(--shadow); }.request-success[hidden] { display: none; }.success-mark { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid #3da372; color: #3da372; border-radius: 50%; font-size: 30px; }.request-success > small { display: block; margin-top: 25px; color: #3da372; font: 600 10px "IBM Plex Mono", monospace; }.request-success h2 { margin: 8px 0; font-size: 42px; letter-spacing: -.05em; }.request-success h2 b { color: var(--copper); }.request-success p { color: #617075; }.success-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 35px 0; }.success-timeline span { padding-top: 12px; border-top: 3px solid #c8d1d2; color: #7b898d; font-size: 10px; }.success-timeline span.done { border-color: #3da372; color: #2d825b; }

/* Admin review dashboard */
.admin-shell { grid-template-columns: 250px 1fr; }.admin-content { background: #f9faf7; }.sidebar-nav a b { float: left; color: var(--gold); }.admin-date { direction: ltr; text-align: left; font: 600 11px/1.5 "IBM Plex Mono", monospace; color: #77868b; }.admin-date b { color: var(--copper); }.admin-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--petrol); border-right: 1px solid var(--petrol); margin-bottom: 25px; }.admin-metrics article { min-height: 145px; padding: 18px; border-left: 1px solid var(--petrol); border-bottom: 1px solid var(--petrol); display: flex; flex-direction: column; }.admin-metrics span { color: #64747a; font-size: 10px; }.admin-metrics strong { margin-top: auto; font: 600 37px "IBM Plex Mono", monospace; letter-spacing: -.06em; }.admin-metrics small { color: #329263; font-size: 9px; }
.admin-workspace { display: grid; grid-template-columns: 360px 1fr; min-height: 760px; border: 1px solid var(--line); background: white; }.case-inbox { border-left: 1px solid var(--line); }.inbox-head, .case-review-head { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); }.inbox-head small, .case-review-head span, .integration-panel small { color: var(--copper); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }.inbox-head h2, .case-review-head h2 { margin: 2px 0 0; font-size: 25px; }.inbox-head button, .case-review-head button { border: 1px solid var(--line); background: transparent; padding: 7px 10px; cursor: pointer; }.case-list { display: grid; }.case-item { direction: rtl; width: 100%; border: 0; border-bottom: 1px solid var(--line); background: white; display: grid; grid-template-columns: 12px 1fr 15px; gap: 11px; align-items: start; padding: 18px; text-align: right; cursor: pointer; }.case-item:hover, .case-item.active { background: #e8ecea; }.case-item.active { box-shadow: inset -3px 0 var(--copper); }.status-dot { width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: #99a5a8; }.status-dot.ready { background: #3eaa72; }.status-dot.processing { background: var(--copper); }.status-dot.waiting { background: var(--gold); }.case-item b, .case-item strong, .case-item small { display: block; }.case-item b { color: var(--copper); font: 600 9px "IBM Plex Mono", monospace; }.case-item strong { margin: 4px 0; font-size: 12px; }.case-item small { color: #7c898e; font-size: 9px; }.case-item i { font-style: normal; color: var(--copper); }
.case-review { padding-bottom: 20px; min-width: 0; }.case-review-head { padding: 20px 28px; }.case-title { padding: 25px 28px; }.case-title > small { color: #77868b; }.case-title h3 { margin: 4px 0 13px; max-width: 780px; font-size: 22px; line-height: 1.45; }.case-title > div { display: flex; gap: 7px; flex-wrap: wrap; }.case-title > div span { border: 1px solid var(--line); padding: 4px 8px; color: #67777c; font-size: 9px; }.quality-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 0 28px 25px; }.quality-grid article { border: 1px solid var(--line); padding: 13px; position: relative; overflow: hidden; }.quality-grid span, .quality-grid strong { display: block; }.quality-grid span { color: #7b898e; font-size: 9px; }.quality-grid strong { font: 600 20px "IBM Plex Mono", monospace; }.quality-grid strong.warning { color: var(--copper); }.quality-grid i { position: absolute; bottom: 0; right: 0; height: 3px; background: var(--petrol); }.admin-tabs { display: flex; gap: 4px; padding-inline: 28px; border-bottom: 1px solid var(--line); overflow-x: auto; }.admin-tabs button { border: 0; background: transparent; padding: 11px 13px; white-space: nowrap; cursor: pointer; color: #748388; font-size: 10px; }.admin-tabs button.active { background: var(--petrol-deep); color: white; }.tab-panel { padding: 25px 28px; }.tab-panel[hidden] { display: none; }.analysis-summary > span, .admin-email-preview > span { color: var(--copper); font: 600 9px "IBM Plex Mono", monospace; }.analysis-summary h3, .admin-email-preview h3 { margin: 6px 0 10px; }.analysis-summary > p { color: #59696e; font-size: 12px; }.analysis-summary ul { list-style: none; padding: 0; margin: 18px 0 25px; border-top: 1px solid var(--line); }.analysis-summary li { display: grid; grid-template-columns: .8fr 1fr auto; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 10px; }.analysis-summary li span { color: #76858a; }.analysis-summary li strong { color: #2f9162; }.analysis-summary li.warn strong { color: var(--copper); }.admin-email-preview { margin-top: 20px; border-top: 3px solid var(--ink); padding-top: 18px; }.email-card { background: #eef1ef; border-right: 4px solid var(--copper); padding: 17px; }.email-card small, .email-card strong { display: block; }.email-card small { color: #77858a; }.email-card p { color: #58686d; font-size: 11px; }.email-card button { background: transparent; border: 0; border-bottom: 1px solid; padding: 0 0 3px; cursor: pointer; color: var(--petrol); font-weight: 600; font-size: 10px; }.admin-file-row { display: grid; grid-template-columns: 50px 1fr auto; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); margin-bottom: 7px; }.admin-file-row > span { background: var(--petrol); color: white; padding: 6px; text-align: center; font: 600 8px "IBM Plex Mono", monospace; }.admin-file-row strong, .admin-file-row small { display: block; }.admin-file-row small { color: #758388; }.admin-file-row > b { color: #2f9162; font-size: 9px; }.prompt-preview { direction: ltr; text-align: left; margin: 0; padding: 20px; background: #081f2d; color: #c7d8dc; white-space: pre-wrap; font: 500 11px/1.8 "IBM Plex Mono", monospace; }.audit-list { list-style: none; margin: 0; padding: 0; }.audit-list li { direction: ltr; display: grid; grid-template-columns: 60px 1fr auto; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 10px; }.audit-list time { color: #7c8a8f; font-family: "IBM Plex Mono", monospace; }.audit-list span { text-align: right; }.audit-list b { color: #2f9162; font-family: "IBM Plex Mono", monospace; }.review-actions { display: flex; justify-content: flex-end; gap: 14px; padding: 20px 28px 0; border-top: 1px solid var(--line); }.danger-link { background: transparent; border: 0; color: #a64f3c; text-decoration: underline; cursor: pointer; }.button-approve { background: #2d8c60; border-color: #2d8c60; box-shadow: 5px 5px 0 rgba(45,140,96,.14); }.button-approve:disabled { opacity: .7; cursor: default; transform: none; }
.integration-panel { margin-top: 30px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; border-top: 3px solid var(--ink); padding-top: 30px; }.integration-panel h2 { margin: 5px 0; font-size: 31px; letter-spacing: -.05em; }.integration-panel p { color: #66757a; font-size: 12px; }.integration-panel ol { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); }.integration-panel li { display: grid; grid-template-columns: 40px 1fr; gap: 10px; border: 1px solid var(--line); padding: 13px; }.integration-panel li > span { color: var(--copper); font: 600 10px "IBM Plex Mono", monospace; }.integration-panel strong, .integration-panel li small { display: block; }.integration-panel li small { color: #748388; }
html[lang="en"] .case-item { direction: ltr; text-align: left; }
html[lang="en"] .audit-list span { text-align: left; }

@media (max-width: 1050px) {
  .hero-grid, .course-grid, .analysis-grid, .team-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 70px; }.aperture-stage { width: min(76vw, 580px); margin-top: 30px; }.hero { min-height: auto; }
  .course-grid { gap: 65px; }.analysis-grid { gap: 70px; }.team-photo { height: 690px; width: min(550px, 100%); }
  .security-grid { grid-template-columns: repeat(2, 1fr); }
  .main-nav { gap: 16px; }.main-nav > a:not(.button):not(.nav-login) { display: none; }
  .registration-ledger { grid-template-columns: 1fr; }.registration-copy { border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .output-ledger { grid-template-columns: repeat(2, 1fr); }.output-sheet:nth-child(2) { margin-top: 0; }.output-sheet:last-child { grid-column: 1/-1; width: calc(50% - 9px); justify-self: center; }
}
@media (max-width: 760px) {
  :root { --page: min(100% - 32px, 1280px); }
  .site-header { height: 72px; padding-inline: 16px; }.brand img { width: 42px; height: 42px; }.brand span { font-size: 13px; }
  .nav-toggle { display: block; }.main-nav { position: fixed; inset: 72px 0 0; background: var(--paper); color: var(--ink); padding: 35px 20px; display: flex; flex-direction: column; align-items: stretch; transform: translateX(105%); transition: transform .3s; }.main-nav.open { transform: translateX(0); }.main-nav > a:not(.button):not(.nav-login) { display: block; font-size: 20px; border-bottom: 1px solid var(--line); padding: 10px 0; }.main-nav .nav-login { display: block; }.main-nav .button { margin-top: 12px; }
  html[lang="en"] .main-nav { transform: translateX(-105%); } html[lang="en"] .main-nav.open { transform: translateX(0); }
  .site-header > .language-toggle { margin-inline-start: auto; margin-inline-end: 8px; }.language-toggle { min-width: 44px; }.academy-register-link { display: none; }
  .hero { padding-top: 90px; }.hero-grid { min-height: auto; padding: 50px 0 100px; }.hero h1 { font-size: clamp(43px, 13vw, 67px); }.hero-lede { font-size: 15px; }.hero-proof { margin-top: 45px; }.hero-proof div { min-width: 0; flex: 1; padding-inline: 12px; }.hero-proof strong { font-size: 23px; }.hero-proof span { font-size: 9px; }.hero-actions { align-items: stretch; }.hero-actions .button { width: 100%; }.aperture-stage { width: 95vw; margin-inline: -8vw; }.label-side { left: 8%; }
  .section { padding-block: 78px; }.manifesto-grid, .section-heading, .security-title { grid-template-columns: 1fr; gap: 30px; }.manifesto h2, .section-heading h2, .course-copy h2, .analysis-copy h2, .security-title h2, .team-copy h2 { font-size: 39px; }.manifesto-grid > div p, .large-copy, .analysis-copy p:not(.section-number), .team-copy > p:not(.section-number) { font-size: 15px; }
  .journey-rail { grid-auto-columns: 84vw; }.journey-card { min-height: 390px; }.journey-card small { margin-top: 28px; }
  .course-visual { padding: 12px 12px 77px; }.lecture-badge { right: 14px; }.price-row { align-items: stretch; flex-direction: column; }.price-row .button { width: 100%; }
  .analysis-console { margin-inline: 0; padding: 16px; }.console-note { align-items: start; flex-direction: column; }
  .output-ledger { grid-template-columns: 1fr; }.output-sheet, .output-sheet:last-child { width: 100%; min-height: 470px; grid-column: auto; }.output-disclaimer { align-items: flex-start; flex-direction: column; }
  .evidence-rail { grid-auto-columns: 83vw; padding-inline: 16px; }.evidence-card.wide, .evidence-card.portrait { width: auto; grid-column: auto; }.evidence-card { height: 470px; }.evidence-footer { align-items: start; gap: 22px; flex-direction: column; }
  .security-grid { grid-template-columns: 1fr; }.security-grid article { min-height: 210px; }.security-caveat { text-align: right; }
  .team-photo { height: 620px; }.final-cta h2 { font-size: 60px; }
  .registration-copy, .registration-actions article { padding: 28px 22px; }.registration-copy h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid small { grid-column: auto; }
  .app-shell { display: block; width: calc(100vw - 20px); }.app-sidebar { display: none; }.app-content { padding: 22px 16px; }.app-topbar { gap: 16px; flex-direction: column; }.inner-main { padding-top: 86px; }
  .demo-ribbon { margin: -22px -16px 26px; align-items: start; flex-direction: column; gap: 3px; }.student-overview { grid-template-columns: 1fr; }.student-overview article { min-height: 135px; }.player-heading, .lessons-head { align-items: start; flex-direction: column; }.player-heading > div:last-child { text-align: right; }.player-foot { gap: 8px; flex-wrap: wrap; }.player-foot button { margin-right: 0; }.course-lessons li { grid-template-columns: 35px 1fr; }.course-lessons li > b { grid-column: 2; }.device-panel { grid-template-columns: 1fr; }
  .analysis-nav > a:not(.text-link) { display: none; }.analysis-main { padding-top: 72px; }.analysis-hero { min-height: auto; }.analysis-hero-grid { grid-template-columns: 1fr; padding-block: 80px; }.analysis-hero h1 { font-size: 54px; }.analysis-hero p:not(.eyebrow) { font-size: 15px; }.data-map { margin-top: 30px; }.process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 210px; }.request-grid { grid-template-columns: 1fr; }.request-side { position: static; }.analysis-form { padding: 24px 16px; }.form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }.review-box > div { grid-template-columns: 1fr; gap: 2px; }.request-success { grid-column: auto; }.success-timeline { grid-template-columns: 1fr; gap: 10px; }.success-timeline span { border-top: 0; border-right: 3px solid #c8d1d2; padding: 7px 12px; }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }.admin-workspace { grid-template-columns: 1fr; }.case-inbox { border-left: 0; border-bottom: 1px solid var(--line); }.case-list { max-height: 290px; overflow: auto; }.quality-grid { grid-template-columns: 1fr; }.analysis-summary li { grid-template-columns: 1fr; gap: 2px; }.integration-panel { grid-template-columns: 1fr; }.integration-panel ol { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
