:root {
  color-scheme: dark;
  --orange: #ff5e00;
  --orange-deep: #d84c00;
  --lime: #b9e531;
  --green: #0ca84f;
  --ink: #101713;
  --panel: #17201b;
  --panel-raised: #1d2922;
  --panel-soft: #243128;
  --text: #f7faf7;
  --muted: #9dac9f;
  --line: rgba(255,255,255,.105);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--text);
}
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 80% -10%, rgba(185,229,49,.07), transparent 28rem), var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, a, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { min-height: 48px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.training-topbar { min-height: calc(72px + var(--safe-top)); padding: var(--safe-top) max(20px, calc((100vw - 1240px)/2)) 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); background: rgba(16,23,19,.88); backdrop-filter: blur(18px); position: relative; z-index: 10; }
.training-brand { display: flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; }
.training-brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: #fff; overflow: hidden; }
.training-brand img { width: 42px; height: 42px; object-fit: contain; }
.training-brand > span:last-child { display: grid; line-height: 1.15; }
.training-brand strong { font-size: .98rem; font-weight: 900; }
.training-brand small { margin-top: 4px; color: var(--lime); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.training-top-actions { display: flex; align-items: center; gap: 16px; }
.training-mode { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(185,229,49,.24); border-radius: 999px; color: #dff5a2; background: rgba(185,229,49,.08); font-size: .76rem; font-weight: 800; }
.training-mode > span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(185,229,49,.12); }
.training-exit { color: var(--muted); font-size: .84rem; font-weight: 800; text-decoration: none; }
.training-exit:hover { color: var(--text); }
.lesson-progress-shell { width: min(1240px, calc(100% - 40px)); margin: 18px auto 0; }
.lesson-progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.lesson-progress-copy strong { color: #d9e3db; }
.lesson-progress-track { height: 5px; border-radius: 99px; background: var(--panel-soft); overflow: hidden; }
.lesson-progress-track span { display: block; width: 4%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lime), #d8f96b); box-shadow: 0 0 16px rgba(185,229,49,.45); transition: width var(--motion-duration-standard) var(--motion-ease-emphasized); }
.training-main { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.training-assignment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}
.training-assignment-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #111a13; background: var(--lime); font-weight: 950; }
.training-assignment p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.training-assignment div > p:first-child { margin-bottom: 3px; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.training-assignment h2 { margin: 0 0 4px; font-size: 1rem; }
.training-account-status { max-width: 230px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: #dce6de; font-size: .68rem; font-weight: 850; text-align: center; }
.training-access-error { max-width: 760px; margin: 54px auto; padding: clamp(28px, 6vw, 60px); border: 1px solid var(--line); border-radius: 16px; background: var(--panel); text-align: center; }
.training-access-error > p:first-child { margin: 0; color: var(--lime); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.training-access-error h1 { margin: 10px 0; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; }
.training-access-error > p:not(:first-child) { color: var(--muted); }
.training-access-error .button { margin-top: 14px; }
.training-hub { padding: 38px 0 70px; }
.academy-switch { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.academy-switch, .track-filters { scrollbar-width: none; }
.academy-switch::-webkit-scrollbar, .track-filters::-webkit-scrollbar { display: none; }
.academy-switch button { min-height: 76px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 17px; padding: 13px 16px; color: var(--text); background: var(--panel); text-align: left; cursor: pointer; transition: border-color var(--motion-duration-quick) var(--motion-ease-standard), background var(--motion-duration-quick) var(--motion-ease-standard), transform var(--motion-duration-quick) var(--motion-ease-standard); }
.academy-switch button:hover { transform: translateY(-1px); border-color: rgba(185,229,49,.25); }
.academy-switch button.active { border-color: rgba(185,229,49,.42); background: linear-gradient(135deg, rgba(185,229,49,.11), var(--panel)); box-shadow: 0 0 0 3px rgba(185,229,49,.045); }
.academy-switch button > span { width: 38px; height: 38px; display: grid; flex: 0 0 38px; place-items: center; border-radius: 11px; color: var(--muted); background: rgba(255,255,255,.05); font-size: .65rem; font-weight: 950; }
.academy-switch button.active > span { color: #101713; background: var(--lime); }
.academy-switch button div { display: grid; min-width: 0; }
.academy-switch strong { font-size: .84rem; }
.academy-switch small { margin-top: 3px; color: var(--muted); font-size: .65rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body[data-academy="coach"] .academy-switch button.active { border-color: rgba(12,168,79,.55); background: linear-gradient(135deg, rgba(12,168,79,.13), var(--panel)); }
body[data-academy="coach"] .academy-switch button.active > span { color: #fff; background: var(--green); }
body[data-academy="coach"] .hub-hero h1 span { color: #40cf7d; }
body[data-academy="admin"] .academy-switch button.active { border-color: rgba(255,94,0,.55); background: linear-gradient(135deg, rgba(255,94,0,.13), var(--panel)); }
body[data-academy="admin"] .academy-switch button.active > span { color: #fff; background: var(--orange); }
body[data-academy="admin"] .hub-hero h1 span { color: #ff7e33; }
.hub-hero { min-height: 385px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); align-items: center; gap: clamp(32px, 7vw, 95px); padding: clamp(28px, 5vw, 62px); border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 90% 5%, rgba(185,229,49,.12), transparent 24rem), linear-gradient(145deg, #18221c, #101713); overflow: hidden; position: relative; }
.hub-hero::after { content: ""; width: 230px; height: 230px; position: absolute; right: -110px; bottom: -125px; border-radius: 50%; background: var(--orange); opacity: .18; }
.hub-hero-copy { position: relative; z-index: 1; }
.hub-hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.8rem, 5.5vw, 5.35rem); line-height: .96; letter-spacing: -.06em; }
.hub-hero h1 span { color: var(--lime); }
.hub-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 23px 0 0; color: #b7c4b9; font-size: clamp(.98rem, 1.5vw, 1.12rem); line-height: 1.7; }
.hub-hero-copy .button { margin-top: 28px; }
.hub-path-card { padding: 23px; border: 1px solid rgba(185,229,49,.18); border-radius: 20px; background: rgba(29,41,34,.86); box-shadow: 0 24px 55px rgba(0,0,0,.2); position: relative; z-index: 1; }
.hub-path-head { display: flex; align-items: center; gap: 12px; }
.hub-path-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: #111a13; background: var(--lime); font-size: 1.25rem; font-weight: 950; }
.hub-path-head div { display: grid; }
.hub-path-head small { color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.hub-path-head strong { font-size: .95rem; }
.hub-path-progress { height: 7px; margin-top: 22px; border-radius: 99px; background: #344039; overflow: hidden; }
.hub-path-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--lime); transition: width var(--motion-duration-standard) var(--motion-ease-standard); }
.hub-path-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 18px; background: var(--line); }
.hub-path-stats div { display: grid; gap: 3px; padding: 13px 8px; background: var(--panel-raised); text-align: center; }
.hub-path-stats strong { color: var(--lime); font-size: 1.05rem; }
.hub-path-stats small { color: var(--muted); font-size: .62rem; line-height: 1.3; }
.hub-path-card > p { display: flex; align-items: center; gap: 7px; margin: 17px 0 0; color: var(--muted); font-size: .67rem; }
.hub-path-card > p span { color: var(--lime); }
.curriculum { padding-top: 58px; }
.curriculum-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.curriculum-head h2 { max-width: 640px; margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; letter-spacing: -.045em; }
.track-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.track-filters button { min-height: 39px; border: 1px solid var(--line); border-radius: 99px; padding: 8px 12px; color: var(--muted); background: var(--panel); font-size: .69rem; font-weight: 850; cursor: pointer; }
.track-filters button.active { border-color: rgba(185,229,49,.34); color: #e2f6ad; background: rgba(185,229,49,.08); }
.module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 26px; }
.module-card { min-height: 250px; display: grid; grid-template-columns: 70px 1fr auto; grid-template-rows: auto 1fr auto; gap: 0 17px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); position: relative; overflow: hidden; transition: transform var(--motion-duration-standard) var(--motion-ease-standard), border-color var(--motion-duration-standard) var(--motion-ease-standard), box-shadow var(--motion-duration-standard) var(--motion-ease-standard); }
.module-card::after { content: ""; width: 135px; height: 135px; position: absolute; right: -75px; bottom: -78px; border-radius: 50%; background: var(--module-accent, var(--lime)); opacity: .07; }
.module-card:hover { transform: translateY(-2px); border-color: rgba(185,229,49,.28); box-shadow: 0 18px 45px rgba(0,0,0,.17); }
.module-card.is-complete { border-color: rgba(185,229,49,.28); }
.module-icon { width: 70px; height: 70px; display: grid; grid-row: 1 / span 2; place-items: center; border: 1px solid color-mix(in srgb, var(--module-accent, var(--lime)) 28%, transparent); border-radius: 19px; color: var(--module-accent, var(--lime)); background: color-mix(in srgb, var(--module-accent, var(--lime)) 8%, transparent); }
.module-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.module-copy { min-width: 0; }
.module-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .63rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.module-meta span:first-child { color: var(--module-accent, var(--lime)); }
.module-copy h3 { margin: 7px 0 0; font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.025em; }
.module-copy p { margin: 10px 0 0; color: #aab8ad; font-size: .8rem; line-height: 1.55; }
.module-status { align-self: start; padding: 6px 9px; border-radius: 99px; color: var(--muted); background: rgba(255,255,255,.045); font-size: .61rem; font-weight: 900; text-transform: uppercase; }
.module-card.is-complete .module-status { color: #dff5a1; background: rgba(185,229,49,.09); }
.module-skills { grid-column: 2 / -1; align-self: end; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.module-skills span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 8px; color: #aebbb0; background: rgba(255,255,255,.025); font-size: .62rem; font-weight: 750; }
.module-start { grid-column: 1 / -1; min-height: 46px; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; border: 0; border-top: 1px solid var(--line); padding: 14px 0 0; color: var(--text); background: transparent; text-align: left; font-weight: 900; cursor: pointer; position: relative; z-index: 1; }
.module-start span:last-child { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #101713; background: var(--module-accent, var(--lime)); }
.hub-safety { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; border: 1px solid var(--line); border-radius: 20px; background: var(--line); overflow: hidden; }
.hub-safety > div { min-height: 125px; display: flex; align-items: flex-start; gap: 13px; padding: 23px; background: var(--panel); }
.hub-safety > div > span { width: 33px; height: 33px; display: grid; flex: 0 0 33px; place-items: center; border-radius: 10px; color: #111a13; background: var(--lime); font-weight: 950; }
.hub-safety p { display: grid; gap: 6px; margin: 0; }
.hub-safety strong { font-size: .85rem; }
.hub-safety small { color: var(--muted); line-height: 1.5; }
.module-back { min-height: 40px; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 99px; padding: 7px 12px; color: #c2cec4; background: rgba(255,255,255,.035); font-size: .76rem; font-weight: 850; cursor: pointer; }
.welcome-screen { min-height: calc(100vh - 130px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(40px, 8vw, 110px); padding: 42px 0 70px; }
.eyebrow { margin: 0 0 15px; color: var(--lime); font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.welcome-copy h1, .complete-screen h1 { max-width: 760px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.06em; }
.welcome-copy h1 span { color: var(--lime); }
.welcome-lead { max-width: 650px; margin: 25px 0 0; color: #b9c6bc; font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.7; }
.welcome-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 14px; padding: 13px 19px; color: var(--text); background: transparent; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform var(--motion-duration-quick) var(--motion-ease-standard), background var(--motion-duration-quick) var(--motion-ease-standard), border-color var(--motion-duration-quick) var(--motion-ease-standard), opacity var(--motion-duration-quick) var(--motion-ease-standard); }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .simulator-nav button:focus-visible, .choice-card:focus-visible, .map-choice:focus-visible, .training-exit:focus-visible { outline: 3px solid rgba(185,229,49,.55); outline-offset: 3px; }
.button.primary { color: #111a13; background: var(--lime); box-shadow: 0 12px 28px rgba(185,229,49,.16); }
.button.primary:hover { background: #c9ed5a; }
.button.quiet { border-color: var(--line); background: rgba(255,255,255,.035); }
.button:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.duration { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.duration svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lesson-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 46px 0 0; padding: 0; border: 1px solid var(--line); border-radius: 17px; background: var(--line); overflow: hidden; list-style: none; }
.lesson-benefits li { min-height: 102px; display: flex; flex-direction: column; justify-content: space-between; gap: 13px; padding: 16px; background: rgba(23,32,27,.94); }
.lesson-benefits span { color: var(--lime); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.lesson-benefits strong { font-size: .82rem; line-height: 1.35; }
.welcome-visual { min-height: 600px; display: grid; place-items: center; position: relative; }
.glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.glow-one { width: 380px; height: 380px; background: rgba(185,229,49,.09); }
.glow-two { width: 240px; height: 240px; transform: translate(115px, 150px); background: rgba(255,94,0,.11); }
.mini-phone { width: min(338px, 82vw); min-height: 585px; padding: 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 38px; background: #080c09; box-shadow: 0 42px 90px rgba(0,0,0,.5), inset 0 0 0 5px #252d27; position: relative; z-index: 1; transform: rotate(2deg); }
.mini-status { height: 27px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #cad5cc; font-size: .58rem; }
.mini-brand { display: flex; align-items: center; gap: 8px; padding: 9px 12px 13px; border-bottom: 1px solid var(--line); }
.mini-brand img { width: 31px; height: 31px; padding: 2px; border-radius: 9px; background: white; object-fit: contain; }
.mini-brand span { font-weight: 900; }
.mini-brand b { width: 30px; height: 30px; display: grid; place-items: center; margin-left: auto; border: 1px solid var(--lime); border-radius: 50%; color: #111; background: var(--lime); font-size: .62rem; }
.mini-hero { display: grid; gap: 7px; margin: 13px 7px; padding: 20px 18px; border-radius: 18px; background: linear-gradient(145deg, #27322a, #182019); position: relative; overflow: hidden; }
.mini-hero::after { content: ""; width: 105px; height: 105px; position: absolute; right: -47px; bottom: -58px; border-radius: 50%; background: var(--orange); opacity: .8; }
.mini-hero small, .mini-progress small, .mini-task small { color: var(--lime); font-size: .51rem; font-weight: 900; letter-spacing: .1em; }
.mini-hero strong { max-width: 200px; font-size: 1.25rem; }
.mini-hero span { color: #bdc8bf; font-size: .68rem; }
.mini-progress { margin: 10px 7px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); position: relative; }
.mini-progress div { display: grid; gap: 3px; }
.mini-progress strong { font-size: .76rem; }
.mini-progress b { position: absolute; right: 15px; top: 18px; color: var(--lime); font-size: .8rem; }
.mini-progress i { height: 5px; display: block; margin-top: 13px; border-radius: 99px; background: #303b32; overflow: hidden; }
.mini-progress em { display: block; width: 25%; height: 100%; background: var(--lime); }
.mini-task { display: flex; align-items: center; gap: 11px; margin: 8px 7px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.mini-task > span { width: 27px; height: 27px; display: grid; flex: 0 0 27px; place-items: center; border-radius: 9px; background: var(--panel-soft); color: var(--muted); font-size: .66rem; font-weight: 900; }
.mini-task.active { border-color: rgba(185,229,49,.38); box-shadow: 0 0 0 3px rgba(185,229,49,.06); }
.mini-task.active > span { color: #101713; background: var(--lime); }
.mini-task div { display: grid; }
.mini-task strong { font-size: .72rem; }
.mini-task b { margin-left: auto; color: var(--lime); }
.visual-note { display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(185,229,49,.26); border-radius: 15px; background: rgba(29,41,34,.95); box-shadow: 0 15px 40px rgba(0,0,0,.35); position: absolute; z-index: 2; right: 0; bottom: 80px; }
.visual-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #101713; background: var(--lime); font-weight: 950; }
.visual-note div { display: grid; }
.visual-note strong { font-size: .8rem; }
.visual-note small { color: var(--muted); font-size: .68rem; }
.lesson-screen { min-height: calc(100vh - 132px); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr); gap: 22px; padding: 24px 0 40px; }
.app-simulator, .coach-panel { border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: 0 25px 70px rgba(0,0,0,.18); overflow: hidden; }
.app-simulator { min-height: 680px; }
.simulator-topbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 18px; border-bottom: 1px solid var(--line); background: #f8faf8; color: #1d2520; }
.simulator-brand, .simulator-actions { display: flex; align-items: center; gap: 10px; }
.simulator-brand img { width: 38px; height: 38px; object-fit: contain; }
.simulator-brand strong { font-size: .9rem; }
.safe-label { padding: 5px 9px; border-radius: 99px; color: #29620d; background: #e6f7bd; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid #1d2520; border-radius: 50%; color: #fff; background: var(--orange); font-size: .66rem; font-weight: 900; }
.simulator-nav { display: flex; justify-content: center; gap: 6px; padding: 8px 12px; border-bottom: 1px solid #dfe6e0; background: #fff; }
.simulator-nav button { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 99px; padding: 8px 14px; color: #647067; background: transparent; font-size: .76rem; font-weight: 850; cursor: pointer; }
.simulator-nav button.active { color: #c44b06; background: #fff0e7; }
.simulator-nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.simulator-content { min-height: 565px; padding: clamp(16px, 3vw, 28px); color: #1d2520; background: #f2f5f2; }
.demo-hero { padding: 24px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #272d28, #3b493e); position: relative; overflow: hidden; }
.demo-hero::after { content: ""; position: absolute; width: 160px; height: 160px; right: -55px; bottom: -95px; border-radius: 50%; background: var(--orange); opacity: .45; }
.demo-hero small { color: var(--lime); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.demo-hero h2 { margin: 6px 0; font-size: clamp(1.5rem, 3vw, 2.3rem); }
.demo-hero p { margin: 0; color: #dce5dd; font-size: .86rem; }
.demo-progress { margin-top: 14px; padding: 17px; border: 1px solid #dfe6e0; border-radius: 17px; background: #fff; }
.demo-progress-head { display: flex; justify-content: space-between; gap: 12px; }
.demo-progress small { color: #0a7f3c; font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.demo-progress strong { display: block; margin-top: 3px; }
.demo-progress b { color: #28790d; }
.demo-progress-track { height: 7px; margin-top: 12px; border-radius: 99px; background: #e3e9e4; overflow: hidden; }
.demo-progress-track span { display: block; width: 25%; height: 100%; background: var(--green); }
.demo-task-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.demo-task { min-height: 86px; display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid #dfe6e0; border-radius: 16px; background: white; }
.demo-task.focus-target { border-color: #87b80b; box-shadow: 0 0 0 4px rgba(185,229,49,.32); animation: focusPulse var(--motion-duration-loop-slow) var(--motion-ease-standard) infinite; }
.demo-task-icon { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 10px; color: #28790d; background: #edf7d3; font-weight: 900; }
.demo-task small { display: block; color: #758077; font-size: .58rem; font-weight: 900; letter-spacing: .07em; }
.demo-task strong { font-size: .79rem; }
.demo-task > b { margin-left: auto; color: #36810c; }
.coach-panel { min-height: 680px; display: flex; flex-direction: column; padding: 26px; }
.coach-step { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.coach-step > span { width: 46px; height: 46px; display: grid; flex: 0 0 46px; place-items: center; border-radius: 14px; color: #121b14; background: var(--lime); font-weight: 950; }
.coach-step div { display: grid; }
.coach-step small { color: var(--muted); font-size: .63rem; font-weight: 900; letter-spacing: .11em; }
.coach-step strong { font-size: .88rem; }
.coach-content { flex: 1; padding: 28px 0; }
.coach-content h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.02; letter-spacing: -.04em; }
.coach-content p { margin: 17px 0 0; color: #b4c1b7; line-height: 1.65; }
.coach-tip { display: flex; gap: 11px; margin-top: 22px; padding: 14px; border: 1px solid rgba(185,229,49,.18); border-radius: 14px; background: rgba(185,229,49,.055); }
.coach-tip > span { color: var(--lime); font-weight: 950; }
.coach-tip div { color: #c5d0c7; font-size: .82rem; line-height: 1.5; }
.coach-feedback { height: 88px; display: flex; align-items: center; margin-bottom: 16px; padding: 13px 14px; border: 1px solid rgba(185,229,49,.25); border-radius: 13px; color: #e5f7b6; background: rgba(185,229,49,.07); font-size: .82rem; font-weight: 700; line-height: 1.45; overflow-y: auto; }
.coach-feedback:not(.is-applicable) { display: none; }
.coach-feedback.is-empty { visibility: hidden; }
.coach-feedback.try-again { border-color: rgba(255,176,0,.3); color: #ffd58a; background: rgba(255,176,0,.07); }
.coach-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding-top: 18px; border-top: 1px solid var(--line); }
.coach-actions .primary { justify-self: stretch; }
.scenario-shell h2, .map-shell h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.15rem); letter-spacing: -.035em; }
.scenario-shell > p, .map-shell > p { margin: 8px 0 19px; color: #647067; font-size: .87rem; }
.choice-grid { display: grid; gap: 10px; }
.choice-card { width: 100%; min-height: 74px; display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid #d9e1da; border-radius: 15px; color: #1d2520; background: #fff; text-align: left; cursor: pointer; }
.choice-card:hover { border-color: #aabbac; }
.choice-card.selected { border-color: #6b9904; box-shadow: 0 0 0 3px rgba(185,229,49,.27); }
.choice-card.wrong { border-color: #e9a43d; background: #fff9eb; }
.choice-letter { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 10px; color: #536057; background: #edf0ed; font-size: .72rem; font-weight: 950; }
.choice-card.selected .choice-letter { color: #fff; background: #508000; }
.choice-card div { display: grid; }
.choice-card strong { font-size: .82rem; }
.choice-card small { color: #738078; font-size: .7rem; }
.choice-card > b { margin-left: auto; color: #508000; }
.scenario-time { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; padding: 6px 9px; border-radius: 99px; color: #7a4600; background: #fff0d1; font-size: .66rem; font-weight: 900; }
.map-card { padding: 20px; border: 1px solid #dce4dd; border-radius: 18px; background: #fff; }
.map-prompt { margin-top: 17px; }
.map-prompt label, .map-prompt > span { display: block; margin-bottom: 8px; color: #445047; font-size: .7rem; font-weight: 900; }
.map-choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.map-choice { min-height: 52px; border: 1px solid #dce4dd; border-radius: 12px; color: #526057; background: #f8faf8; font-weight: 850; cursor: pointer; }
.map-choice.selected { border-color: #5d8b00; color: #315600; background: #eef8d4; box-shadow: 0 0 0 2px rgba(185,229,49,.25); }
.map-card textarea { width: 100%; min-height: 82px; resize: vertical; border: 1px solid #dce4dd; border-radius: 12px; padding: 12px; color: #1d2520; background: #f8faf8; outline: none; }
.map-card textarea:focus { border-color: #6f9c0c; box-shadow: 0 0 0 3px rgba(185,229,49,.24); }
.privacy-row { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #738078; font-size: .67rem; font-weight: 750; }
.privacy-row span { color: #477100; }
.feature-screen { display: grid; gap: 13px; }
.feature-screen-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 19px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #28342c, #182019); }
.feature-screen-head small { color: var(--lime); font-size: .61rem; font-weight: 900; letter-spacing: .1em; }
.feature-screen-head h2 { margin: 5px 0 0; font-size: clamp(1.45rem, 3vw, 2.15rem); }
.feature-screen-head p { margin: 7px 0 0; color: #c0cbc2; font-size: .76rem; }
.feature-screen-badge { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(185,229,49,.23); border-radius: 99px; color: #e1f7a7; background: rgba(185,229,49,.08); font-size: .62rem; font-weight: 900; }
.feature-screen-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.feature-tile { min-height: 112px; display: flex; gap: 12px; padding: 15px; border: 1px solid #dce4dd; border-radius: 16px; background: #fff; }
.feature-tile.is-focus { border-color: #79a90a; box-shadow: 0 0 0 4px rgba(185,229,49,.27); }
.feature-tile > span { width: 35px; height: 35px; display: grid; flex: 0 0 35px; place-items: center; border-radius: 11px; color: #427000; background: #edf7d3; font-size: .8rem; font-weight: 950; }
.feature-tile div { display: grid; align-content: start; gap: 4px; }
.feature-tile small { color: #758077; font-size: .57rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.feature-tile strong { font-size: .82rem; }
.feature-tile p { margin: 0; color: #718077; font-size: .68rem; line-height: 1.4; }
.connection-map { min-height: 470px; display: grid; align-content: center; gap: 11px; padding: 22px; border-radius: 20px; color: #fff; background: linear-gradient(145deg, #253129, #182019); }
.connection-map h2 { margin: 0 0 10px; text-align: center; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.connection-row { display: grid; grid-template-columns: 1fr 34px 1fr; align-items: center; }
.connection-node { min-height: 77px; display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.045); }
.connection-node span { width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; border-radius: 10px; color: #101713; background: var(--lime); font-size: .72rem; font-weight: 950; }
.connection-node div { display: grid; }
.connection-node strong { font-size: .77rem; }
.connection-node small { color: #9eaca1; font-size: .63rem; }
.connection-arrow { color: var(--lime); text-align: center; font-weight: 950; }
.screen-note { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #dce4dd; border-radius: 13px; color: #4b584e; background: #f8faf8; font-size: .7rem; font-weight: 750; }
.screen-note span { color: #4e7b00; font-weight: 950; }
.ops-checklist { display: grid; gap: 14px; }
.ops-checklist-head { padding: 18px 19px; border-radius: 17px; color: #fff; background: linear-gradient(135deg, #28342c, #182019); }
.ops-checklist-head small { color: var(--lime); font-size: .61rem; font-weight: 900; letter-spacing: .11em; }
.ops-checklist-head h2 { margin: 5px 0 0; font-size: clamp(1.5rem, 3vw, 2.15rem); }
.ops-checklist-head p { margin: 7px 0 0; color: #bec9c0; font-size: .75rem; }
.ops-checklist ol { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.ops-checklist li { min-height: 128px; display: flex; align-items: flex-start; gap: 12px; padding: 15px; border: 1px solid #dce4dd; border-radius: 15px; background: #fff; }
.ops-checklist li > span { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 10px; color: #315600; background: #eaf5cc; font-size: .65rem; font-weight: 950; }
.ops-checklist li div { display: grid; gap: 3px; }
.ops-checklist li small { color: #5d750e; font-size: .56rem; font-weight: 900; letter-spacing: .08em; }
.ops-checklist li strong { font-size: .8rem; }
.ops-checklist li p { margin: 2px 0 0; color: #718077; font-size: .67rem; line-height: 1.45; }
.ops-verification { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid #bdd58a; border-radius: 14px; color: #36432d; background: #f2f8e4; }
.ops-verification > span { width: 31px; height: 31px; display: grid; flex: 0 0 31px; place-items: center; border-radius: 50%; color: #fff; background: #508000; font-weight: 950; }
.ops-verification div { display: grid; }
.ops-verification strong { font-size: .76rem; }
.ops-verification small { color: #68755d; font-size: .65rem; }
.success-card { min-height: 470px; display: grid; align-content: center; justify-items: center; padding: 30px; border-radius: 20px; color: #fff; background: radial-gradient(circle at 50% 35%, rgba(185,229,49,.16), transparent 15rem), linear-gradient(145deg, #253129, #182019); text-align: center; }
.success-check { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; color: #101713; background: var(--lime); box-shadow: 0 0 0 12px rgba(185,229,49,.08); font-size: 2rem; font-weight: 950; }
.success-card h2 { margin: 25px 0 0; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.success-card p { max-width: 460px; margin: 10px 0 0; color: #bdc9bf; }
.success-pill { margin-top: 20px; padding: 8px 13px; border: 1px solid rgba(185,229,49,.22); border-radius: 99px; color: #dff2aa; background: rgba(185,229,49,.06); font-size: .74rem; font-weight: 850; }
.complete-screen { min-height: calc(100vh - 130px); display: grid; align-content: center; justify-items: center; padding: 55px 20px 80px; text-align: center; }
.complete-mark { width: 108px; height: 108px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(185,229,49,.25); border-radius: 50%; background: rgba(185,229,49,.07); }
.complete-mark span { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; color: #101713; background: var(--lime); font-size: 2rem; font-weight: 950; box-shadow: 0 0 35px rgba(185,229,49,.22); }
.complete-screen h1 { max-width: 850px; font-size: clamp(2.6rem, 6vw, 5.2rem); }
.complete-screen > p:not(.eyebrow):not(.closing-standard) { max-width: 650px; margin: 21px 0 0; color: #b4c1b7; font-size: 1.05rem; }
.complete-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(580px, 100%); margin-top: 34px; border: 1px solid var(--line); border-radius: 17px; background: var(--line); overflow: hidden; }
.complete-summary div { display: grid; gap: 4px; padding: 18px; background: var(--panel); }
.complete-summary span { color: var(--lime); font-size: 1.25rem; font-weight: 950; }
.complete-summary small { color: var(--muted); font-size: .68rem; }
.complete-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.closing-standard { margin-top: 42px !important; color: var(--orange) !important; font-size: .72rem !important; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
@keyframes focusPulse { 50% { box-shadow: 0 0 0 8px rgba(185,229,49,.13); } }
@media (max-width: 900px) {
  .academy-switch { grid-template-columns: 1fr; }
  .hub-hero { grid-template-columns: 1fr; }
  .curriculum-head { align-items: flex-start; flex-direction: column; }
  .track-filters { justify-content: flex-start; }
  .module-grid { grid-template-columns: 1fr; }
  .hub-safety { grid-template-columns: 1fr; }
  .welcome-screen { grid-template-columns: 1fr; padding-top: 65px; }
  .welcome-copy { text-align: center; }
  .welcome-lead { margin-right: auto; margin-left: auto; }
  .welcome-actions { justify-content: center; }
  .welcome-visual { min-height: 650px; }
  .visual-note { right: calc(50% - 220px); }
  .lesson-screen { grid-template-columns: 1fr; }
  .coach-panel { min-height: 0; order: -1; }
  .coach-content { padding: 22px 0; }
}
@media (max-width: 600px) {
  .training-topbar { min-height: calc(64px + var(--safe-top)); padding-right: 14px; padding-left: 14px; }
  .training-brand-mark { width: 40px; height: 40px; }
  .training-brand img { width: 37px; height: 37px; }
  .training-brand strong { font-size: .84rem; }
  .training-mode { padding: 7px 9px; font-size: .67rem; }
  .training-exit { display: none; }
  .training-main, .lesson-progress-shell { width: min(100% - 24px, 1240px); }
  .training-hub { padding-top: 18px; }
  .academy-switch { grid-template-columns: repeat(3, minmax(190px,1fr)); width: calc(100% + 12px); margin-left: -12px; padding: 0 12px 5px; overflow-x: auto; }
  .academy-switch button { min-height: 68px; }
  .hub-hero { min-height: 0; padding: 30px 22px; border-radius: 20px; }
  .hub-hero h1 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .hub-path-stats { grid-template-columns: 1fr; }
  .hub-path-stats div { grid-template-columns: auto 1fr; align-items: center; text-align: left; }
  .curriculum { padding-top: 42px; }
  .curriculum-head h2 { font-size: 2.25rem; }
  .track-filters { flex-wrap: nowrap; width: calc(100% + 12px); margin-left: -12px; padding: 0 12px 6px; overflow-x: auto; }
  .track-filters button { flex: 0 0 auto; }
  .module-card { min-height: 0; grid-template-columns: 54px 1fr; padding: 18px; }
  .module-icon { width: 54px; height: 54px; grid-row: 1; border-radius: 15px; }
  .module-icon svg { width: 25px; height: 25px; }
  .module-status { grid-column: 2; justify-self: start; margin-top: 9px; }
  .module-skills { grid-column: 1 / -1; }
  .hub-safety > div { min-height: 0; }
  .welcome-screen { min-height: auto; padding: 55px 0; }
  .welcome-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .welcome-actions { display: grid; }
  .lesson-benefits { grid-template-columns: 1fr; }
  .lesson-benefits li { min-height: 76px; flex-direction: row; align-items: center; justify-content: flex-start; }
  .lesson-benefits strong { margin-left: auto; text-align: right; }
  .welcome-visual { min-height: 610px; }
  .glow-one { width: 300px; height: 300px; }
  .glow-two { width: 210px; height: 210px; transform: translate(45px, 150px); }
  .visual-note { right: 0; bottom: 32px; }
  .lesson-screen { padding-top: 14px; }
  .coach-panel, .app-simulator { border-radius: 18px; }
  .coach-panel { padding: 20px; }
  .coach-content h2 { font-size: 1.9rem; }
  .simulator-brand strong, .simulator-nav button span { display: none; }
  .simulator-nav button { width: 52px; justify-content: center; }
  .simulator-content { padding: 13px; }
  .demo-task-grid { grid-template-columns: 1fr; }
  .feature-screen-list { grid-template-columns: 1fr; }
  .ops-checklist ol { grid-template-columns: 1fr; }
  .connection-row { grid-template-columns: 1fr; gap: 7px; }
  .connection-arrow { transform: rotate(90deg); }
  .map-choice-row { grid-template-columns: 1fr; }
  .complete-summary div { padding: 14px 8px; }
  .complete-actions { display: grid; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Instructional training system: restrained, procedural, and time-gated. */
body.instructional-training {
  color-scheme: light;
  color: #1d2520;
  background: #eef1ee;
}
.instructional-training .training-assignment { border-color: #cbd3cc; border-radius: 8px; color: #253029; background: #fff; }
.instructional-training .training-assignment-icon { border: 1px solid #97a298; color: #344137; background: #f3f6f3; }
.instructional-training .training-assignment p { color: #5c6960; }
.instructional-training .training-assignment h2 { color: #17201b; }
.instructional-training .training-account-status { border-color: #cad2cb; color: #3f4c43; background: #f5f7f5; }
.instructional-training .training-access-error { border-color: #cbd3cc; color: #17201b; background: #fff; }
.instructional-training .training-access-error > p:first-child { color: #b84408; }
.instructional-training .training-access-error > p:not(:first-child) { color: #5c6960; }
.instructional-training .training-topbar {
  border-color: #303a33;
  background: #17201b;
  backdrop-filter: none;
}
.instructional-training .training-brand small { color: #d9e3db; }
.instructional-training .training-mode {
  border-color: #536057;
  border-radius: 7px;
  color: #f3f6f3;
  background: #263129;
}
.instructional-training .training-mode > span { background: #8ec61f; box-shadow: none; }
.instructional-training .training-exit { color: #d1dad3; }
.instructional-training .lesson-progress-copy { color: #526057; }
.instructional-training .lesson-progress-copy strong { color: #29342c; }
.instructional-training .lesson-progress-track { height: 6px; border-radius: 2px; background: #d6ddd7; }
.instructional-training .lesson-progress-track span { border-radius: 2px; background: #df5008; box-shadow: none; transition: width var(--motion-duration-standard) var(--motion-ease-linear); }
.instructional-training .training-hub { padding-top: 24px; }
.instructional-training .academy-switch {
  gap: 0;
  border: 1px solid #ccd4cd;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.instructional-training .academy-switch button {
  min-height: 68px;
  border: 0;
  border-right: 1px solid #d9dfda;
  border-radius: 0;
  color: #273129;
  background: #fff;
  transition: background var(--motion-duration-quick) var(--motion-ease-standard);
}
.instructional-training .academy-switch button:last-child { border-right: 0; }
.instructional-training .academy-switch button:hover { transform: none; border-color: #d9dfda; background: #f7f9f7; }
.instructional-training .academy-switch button.active,
.instructional-training[data-academy="coach"] .academy-switch button.active,
.instructional-training[data-academy="admin"] .academy-switch button.active {
  border-color: #d9dfda;
  background: #f1f4f1;
  box-shadow: inset 0 -4px #df5008;
}
.instructional-training .academy-switch button > span,
.instructional-training .academy-switch button.active > span,
.instructional-training[data-academy="coach"] .academy-switch button.active > span,
.instructional-training[data-academy="admin"] .academy-switch button.active > span {
  width: 32px;
  height: 32px;
  border: 1px solid #c8d0c9;
  border-radius: 5px;
  color: #435047;
  background: #fff;
}
.instructional-training .academy-switch small { color: #68746b; }
.instructional-training .hub-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 44px;
  padding: clamp(30px, 4vw, 48px);
  border-color: #ccd4cd;
  border-radius: 12px;
  background: #fff;
  overflow: visible;
}
.instructional-training .hub-hero::after { display: none; }
.instructional-training .hub-hero h1 {
  max-width: 760px;
  color: #17201b;
  font-size: clamp(2.25rem, 4.5vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.instructional-training .hub-hero h1 span,
.instructional-training[data-academy="coach"] .hub-hero h1 span,
.instructional-training[data-academy="admin"] .hub-hero h1 span { color: #445047; }
.instructional-training .hub-hero-copy > p:not(.eyebrow) { margin-top: 18px; color: #526057; line-height: 1.6; }
.instructional-training .eyebrow { margin-bottom: 10px; color: #c94708; letter-spacing: .1em; }
.instructional-training .hub-hero-copy .button { margin-top: 22px; }
.instructional-training .button {
  min-height: 48px;
  border-radius: 8px;
  color: #263129;
  font-weight: 800;
  transition: background var(--motion-duration-quick) var(--motion-ease-standard), border-color var(--motion-duration-quick) var(--motion-ease-standard);
}
.instructional-training .button:hover { transform: none; }
.instructional-training .button.primary { color: #fff; background: #c94708; box-shadow: none; }
.instructional-training .button.primary:hover { background: #a93b05; }
.instructional-training .button.quiet { border-color: #cbd3cc; color: #344037; background: #fff; }
.instructional-training .button:disabled { color: #6d786f; background: #dfe4df; opacity: 1; }
.instructional-training .hub-path-card {
  padding: 20px;
  border-color: #ccd4cd;
  border-radius: 9px;
  color: #243027;
  background: #f6f8f6;
  box-shadow: none;
}
.instructional-training .hub-path-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #8d9990;
  border-radius: 50%;
  color: #354138;
  background: transparent;
  font-size: .82rem;
}
.instructional-training .hub-path-head small,
.instructional-training .hub-path-card > p { color: #627067; }
.instructional-training .hub-path-progress { height: 6px; border-radius: 2px; background: #d9dfda; }
.instructional-training .hub-path-progress span { border-radius: 2px; background: #477b1c; }
.instructional-training .hub-path-stats { border-top: 1px solid #d6ddd7; border-bottom: 1px solid #d6ddd7; background: transparent; }
.instructional-training .hub-path-stats div { background: #f6f8f6; }
.instructional-training .hub-path-stats strong { color: #243027; }
.instructional-training .hub-path-stats small { color: #657269; }
.instructional-training .hub-path-card > p span { color: #477b1c; }
.instructional-training .curriculum { padding-top: 42px; }
.instructional-training .curriculum-head h2 { color: #17201b; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.1; }
.instructional-training .track-filters button {
  min-height: 38px;
  border-color: #cbd3cc;
  border-radius: 7px;
  color: #56635a;
  background: #fff;
}
.instructional-training .track-filters button.active { border-color: #354138; color: #fff; background: #354138; }
.instructional-training .module-grid { grid-template-columns: 1fr; gap: 10px; }
.instructional-training .module-card {
  min-height: 0;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 12px 20px;
  padding: 20px;
  border-color: #cbd3cc;
  border-left: 4px solid var(--module-accent, #6d786f);
  border-radius: 9px;
  color: #1d2520;
  background: #fff;
  overflow: visible;
  transition: border-color var(--motion-duration-quick) var(--motion-ease-standard);
}
.instructional-training .module-card::after { display: none; }
.instructional-training .module-card:hover { transform: none; border-color: #9da89f; box-shadow: none; }
.instructional-training .module-card.is-complete { border-color: #7c9f61; }
.instructional-training .module-icon {
  width: 70px;
  height: 74px;
  display: flex;
  grid-row: 1 / span 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid #d7ddd8;
  border-radius: 0;
  color: #506057;
  background: transparent;
}
.instructional-training .module-icon svg { width: 22px; height: 22px; stroke-width: 1.7; }
.instructional-training .module-index { color: #46534a; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.instructional-training .module-meta { color: #657269; }
.instructional-training .module-meta span:first-child { color: #46534a; }
.instructional-training .module-copy h3 { color: #17201b; font-size: 1.22rem; }
.instructional-training .module-copy p { max-width: 850px; margin-top: 7px; color: #5a675e; }
.instructional-training .module-status {
  border: 1px solid #d3dad4;
  border-radius: 5px;
  color: #526057;
  background: #f5f7f5;
}
.instructional-training .module-card.is-complete .module-status { color: #315d17; background: #edf5e8; }
.instructional-training .module-skills { grid-column: 2; margin-top: 0; }
.instructional-training .module-skills span { border: 0; border-right: 1px solid #ccd4cd; border-radius: 0; padding: 0 8px 0 0; color: #5d6960; background: transparent; }
.instructional-training .module-start {
  grid-column: 3;
  align-self: end;
  min-width: 136px;
  min-height: 42px;
  justify-content: center;
  gap: 8px;
  margin: 0;
  border: 1px solid #364239;
  border-radius: 7px;
  padding: 9px 12px;
  color: #fff;
  background: #364239;
  text-align: center;
}
.instructional-training .module-start span:last-child { width: auto; height: auto; color: inherit; background: transparent; }
.instructional-training .hub-safety { margin-top: 38px; border-color: #cbd3cc; border-radius: 9px; background: #cbd3cc; }
.instructional-training .hub-safety > div { min-height: 105px; color: #273129; background: #fff; }
.instructional-training .hub-safety > div > span { border: 1px solid #9fac9f; border-radius: 50%; color: #3a5730; background: #f3f7f1; }
.instructional-training .hub-safety small { color: #657269; }
.instructional-training .welcome-screen { min-height: auto; padding: 46px 0 70px; }
.instructional-training .module-back { border-color: #cbd3cc; border-radius: 7px; color: #344137; background: #fff; }
.instructional-training .welcome-copy h1,
.instructional-training .complete-screen h1 { color: #17201b; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.02; }
.instructional-training .welcome-copy h1 span { color: #445047; }
.instructional-training .welcome-lead { margin-top: 18px; color: #526057; }
.instructional-training .duration { color: #56635a; }
.instructional-training .lesson-benefits { margin-top: 32px; border-color: #cbd3cc; border-radius: 9px; background: #cbd3cc; }
.instructional-training .lesson-benefits li { min-height: 90px; color: #263129; background: #fff; }
.instructional-training .lesson-benefits span { color: #b84408; }
.instructional-training .glow,
.instructional-training .visual-note { display: none; }
.instructional-training .welcome-visual { min-height: 560px; }
.instructional-training .mini-phone { transform: none; box-shadow: 0 14px 35px rgba(26,36,29,.17), inset 0 0 0 4px #252d27; }
.instructional-training .mini-task.active { box-shadow: none; }
.instructional-training .lesson-screen { grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 16px; }
.instructional-training .app-simulator,
.instructional-training .coach-panel { border-color: #c7d0c8; border-radius: 10px; background: #fff; box-shadow: none; }
.instructional-training .coach-panel { color: #1d2520; }
.instructional-training .coach-step { padding-bottom: 17px; border-color: #d5dcd6; }
.instructional-training .coach-step > span {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border: 1px solid #8e9b90;
  border-radius: 6px;
  color: #303b33;
  background: #f4f6f4;
}
.instructional-training .coach-step small { color: #657269; }
.instructional-training .coach-step strong { color: #202a23; }
.instructional-training .coach-content { padding: 23px 0 20px; }
.instructional-training .coach-content h2 { color: #17201b; font-size: clamp(1.65rem, 2.4vw, 2.2rem); line-height: 1.08; }
.instructional-training .coach-content p { margin-top: 13px; color: #4f5d53; line-height: 1.58; }
.instructional-training .coach-tip { margin-top: 17px; border-color: #cfd7d0; border-radius: 7px; background: #f5f7f5; }
.instructional-training .coach-tip > span { color: #b84408; }
.instructional-training .coach-tip div { color: #435047; }
.instructional-training .coach-feedback { margin-bottom: 12px; border-color: #a8bf9a; border-radius: 7px; color: #315d17; background: #f0f7ec; }
.instructional-training .coach-feedback.try-again { border-color: #e5bc80; color: #7a4600; background: #fff7e9; }
.instructional-training .section-timer-card {
  min-height: 140px;
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid #c8d1c9;
  border-radius: 7px;
  background: #f5f7f5;
}
.instructional-training .section-timer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.instructional-training .section-timer-head > div { display: grid; gap: 2px; }
.instructional-training .section-timer-head small { color: #5b685f; font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.instructional-training .section-timer-head strong { color: #17201b; font-size: 1.4rem; font-variant-numeric: tabular-nums; }
.instructional-training .section-timer-head > span { color: #5c685f; font-size: .7rem; font-weight: 800; text-align: right; }
.instructional-training .section-timer-track { height: 7px; margin-top: 10px; border-radius: 2px; background: #d9dfda; overflow: hidden; }
.instructional-training .section-timer-track span { display: block; width: 0; height: 100%; background: #c94708; transition: width var(--motion-duration-standard) var(--motion-ease-linear); }
.instructional-training .section-timer-card p { margin: 9px 0 0; color: #56635a; font-size: .72rem; line-height: 1.45; }
.instructional-training .coach-actions { border-color: #d5dcd6; }
.instructional-training .demo-task.focus-target { border-color: #c94708; box-shadow: 0 0 0 2px rgba(201,71,8,.14); animation: none; }
.instructional-training .choice-card { border-radius: 7px; }
.instructional-training .choice-card.selected { border-color: #4e7c35; box-shadow: 0 0 0 2px rgba(78,124,53,.15); }
.instructional-training .choice-card.wrong { border-color: #d99b3e; }
.instructional-training .map-choice,
.instructional-training .map-card textarea { border-radius: 7px; }
.instructional-training .feature-screen-head,
.instructional-training .ops-checklist-head { border-radius: 8px; background: #263129; }
.instructional-training .feature-tile,
.instructional-training .ops-checklist li,
.instructional-training .map-card { border-radius: 8px; }
.instructional-training .feature-tile.is-focus { border-color: #c94708; box-shadow: 0 0 0 2px rgba(201,71,8,.14); }
.instructional-training .connection-map,
.instructional-training .success-card {
  border: 1px solid #d1d8d2;
  border-radius: 8px;
  color: #1d2520;
  background: #fff;
}
.instructional-training .connection-node { border-color: #d2d9d3; border-radius: 7px; color: #243027; background: #f5f7f5; }
.instructional-training .connection-node span { border-radius: 5px; color: #fff; background: #526057; }
.instructional-training .connection-node small,
.instructional-training .success-card p { color: #647067; }
.instructional-training .connection-arrow { color: #68756b; }
.instructional-training .success-check { border: 1px solid #83a66c; color: #315d17; background: #edf5e8; box-shadow: none; }
.instructional-training .success-pill { border-color: #cdd6ce; color: #415049; background: #f4f6f4; }
.instructional-training .complete-screen { min-height: calc(100vh - 130px); }
.instructional-training .complete-mark { width: 76px; height: 76px; border-color: #aabc9f; background: #f0f6ed; }
.instructional-training .complete-mark span { width: 52px; height: 52px; color: #315d17; background: transparent; box-shadow: none; }
.instructional-training .complete-screen > p:not(.eyebrow):not(.closing-standard) { color: #526057; }
.instructional-training .complete-summary { border-color: #cbd3cc; border-radius: 8px; background: #cbd3cc; }
.instructional-training .complete-summary div { color: #273129; background: #fff; }
.instructional-training .complete-summary span { color: #315d17; }
.instructional-training .complete-summary small { color: #657269; }
.instructional-training .closing-standard { color: #b84408 !important; }

@media (max-width: 900px) {
  .instructional-training .academy-switch { grid-template-columns: repeat(4, minmax(210px, 1fr)); overflow-x: auto; }
  .instructional-training .hub-hero { grid-template-columns: 1fr; }
  .instructional-training .module-card { grid-template-columns: 62px minmax(0, 1fr); }
  .instructional-training .module-icon { width: 62px; }
  .instructional-training .module-status { grid-column: 2; justify-self: start; }
  .instructional-training .module-skills { grid-column: 2; }
  .instructional-training .module-start { grid-column: 2; justify-self: start; }
  .instructional-training .lesson-screen { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .training-assignment { grid-template-columns: auto 1fr; }
  .training-account-status { grid-column: 1 / -1; max-width: none; }
  .instructional-training .training-main,
  .instructional-training .lesson-progress-shell { width: min(100% - 24px, 1240px); }
  .instructional-training .academy-switch { width: calc(100% + 12px); border-right: 0; border-left: 0; border-radius: 0; }
  .instructional-training .hub-hero { padding: 26px 20px; border-radius: 8px; }
  .instructional-training .hub-hero h1 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .instructional-training .curriculum-head h2 { font-size: 2rem; }
  .instructional-training .module-card { grid-template-columns: 48px minmax(0, 1fr); gap: 10px 14px; padding: 16px 14px; }
  .instructional-training .module-icon { width: 48px; height: 66px; }
  .instructional-training .module-skills { gap: 6px; }
  .instructional-training .module-start { width: 100%; }
  .instructional-training .welcome-screen { padding-top: 35px; }
  .instructional-training .welcome-visual { min-height: 570px; }
  .instructional-training .coach-panel { padding: 18px; }
  .instructional-training .coach-content h2 { font-size: 1.72rem; }
  .instructional-training .coach-feedback { height: 112px; }
  .instructional-training .section-timer-card { min-height: 158px; }
  .instructional-training .section-timer-head { align-items: flex-start; }
}
