:root {
  --ink: #202322;
  --muted: #68706e;
  --paper: #fff;
  --warm: #f2f1ef;
  --line: #d9dcda;
  --teal: #09b8b3;
  --teal-dark: #007b7b;
  --lime: #e7ff23;
  --sand: #e8ded0;
  --danger: #b42318;
  --sidebar: 264px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--warm);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--warm); }
body.drawer-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(0,123,123,.3); outline-offset: 3px; }

.boot { height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--ink); }
.evoo-lockup { display: inline-grid; justify-items: center; gap: 5px; color: #0dc7cc; text-decoration: none; }
.evoo-lockup img { width: 148px; height: auto; }
.evoo-lockup span { font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: .01em; white-space: nowrap; }
.evoo-lockup--login { position: relative; z-index: 2; align-self: flex-start; color: var(--lime); }
.evoo-lockup--login img { width: 170px; }
.evoo-lockup--login span { color: var(--lime); font-size: 12px; }
.eyebrow { margin: 0 0 13px; color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.eyebrow--light { color: var(--lime); }
.muted { color: var(--muted); line-height: 1.55; }
.meta { display: flex; gap: 24px; color: var(--muted); font-size: 13px; font-weight: 650; }
.page { width: min(1220px, calc(100% - 80px)); margin: 0 auto; padding: 74px 0 110px; }
.page h1 { margin: 0; font-size: clamp(46px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.page h1 em { color: var(--teal-dark); font-family: Georgia, serif; font-weight: 400; }
.page-lead { max-width: 610px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }

.login-shell { position: relative; min-height: 100vh; display: grid; grid-template-columns: minmax(480px, 1.12fr) minmax(420px, .88fr); background: var(--paper); }
.login-story { position: relative; overflow: hidden; min-height: 700px; display: flex; flex-direction: column; justify-content: space-between; padding: 54px clamp(44px, 6vw, 92px); background: var(--teal); }
.login-story::before { content: ''; position: absolute; width: 720px; height: 720px; right: -330px; bottom: -350px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.04), 0 0 0 200px rgba(255,255,255,.03); }
.story-copy { position: relative; z-index: 1; max-width: 670px; margin: auto 0; padding: 80px 0; }
.story-copy .eyebrow { color: #005f61; }
.story-copy h1 { margin: 0; font-size: clamp(58px, 6vw, 94px); line-height: .92; letter-spacing: -.065em; }
.story-copy h1 em { display: inline-block; margin-top: 14px; color: white; font-family: Georgia, serif; font-weight: 400; }
.story-copy > p:last-child { max-width: 510px; margin: 34px 0 0; color: #064f50; font-size: 19px; font-weight: 600; line-height: 1.55; }
.login-story footer { position: relative; z-index: 1; color: #076a6a; font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.story-orbit { position: absolute; right: 7%; bottom: 9%; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.story-orbit::before, .story-orbit::after { content: ''; position: absolute; inset: 25%; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.story-orbit::after { inset: 43%; background: var(--lime); border: 0; }
.story-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: white; }
.story-orbit i:nth-child(1) { left: 13px; top: 43px; }
.story-orbit i:nth-child(2) { right: 16px; bottom: 41px; background: #057f7d; }
.story-orbit i:nth-child(3) { left: 43%; bottom: -7px; background: var(--lime); }
.story-orbit span { position: absolute; right: 38px; top: 24px; color: #067372; font-size: 11px; font-weight: 900; }
.login-panel { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; background: #f8f7f5; }
.login-card { width: min(100%, 460px); }
.login-card h2 { margin: 0; font-size: 47px; letter-spacing: -.04em; }
.login-card form { display: grid; gap: 22px; margin-top: 34px; }
.login-card label { display: grid; gap: 9px; color: #424846; font-size: 13px; font-weight: 800; }
.login-card input { width: 100%; min-height: 56px; padding: 14px 16px; border: 1px solid #c9cecc; border-radius: 7px; background: white; color: var(--ink); }
.login-card input:focus { border-color: var(--teal-dark); outline: 3px solid rgba(9,184,179,.15); }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 80px; }
.reveal { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); border: 0; color: var(--teal-dark); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.form-error { margin: 0; padding: 12px 14px; border-radius: 7px; color: #8f1712; background: #fdecea; font-size: 13px; line-height: 1.4; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 22px; border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; }
.button svg { width: 18px; }
.button--primary { color: #006f71; background: var(--lime); }
.button--dark { color: white; background: var(--ink); }
.button--outline { border: 1px solid #bfc8c5; color: var(--teal-dark); background: rgba(255,255,255,.72); }
.button--wide { width: 100%; }
.button:disabled { cursor: wait; opacity: .6; }
.login-first-access { margin: 22px 0 0; padding: 13px 15px; border-left: 3px solid var(--teal); color: var(--muted); background: #eeefec; font-size: 12px; line-height: 1.5; }
.login-help { margin: 32px 0 0; color: var(--muted); font-size: 12px; }
.login-help a { color: var(--teal-dark); font-weight: 800; }
.change-logout { width: 100%; margin-top: 18px; padding: 10px; border: 0; color: var(--teal-dark); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; z-index: 20; inset: 0 auto 0 0; width: var(--sidebar); display: flex; flex-direction: column; padding: 35px 25px 24px; border-right: 1px solid #d6d8d6; background: #eae9e6; }
.evoo-lockup--sidebar { align-self: center; margin: 2px 0 48px; }
.evoo-lockup--sidebar img { width: 160px; }
.evoo-lockup--sidebar span { color: #008487; font-size: 10px; }
.sidebar nav { display: grid; gap: 5px; }
.sidebar nav p { margin: 23px 13px 8px; color: #8b908e; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.sidebar nav a, .sidebar-preview { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 0; border-radius: 8px; color: #5b615f; background: transparent; text-decoration: none; text-align: left; font-size: 14px; font-weight: 750; cursor: pointer; }
.sidebar nav a:hover, .sidebar-preview:hover { background: rgba(255,255,255,.55); }
.sidebar nav a.active, .sidebar-preview.active { color: #006f71; background: white; box-shadow: inset 3px 0 var(--teal); }
.sidebar-preview svg { width: 21px; flex: 0 0 auto; }
.sidebar-help { margin-top: auto; padding: 18px; border-radius: 10px; background: #deded9; }
.sidebar-help > span { width: 27px; height: 27px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; color: #006b6c; background: var(--lime); font-weight: 900; }
.sidebar-help strong, .sidebar-help a { display: block; font-size: 12px; }
.sidebar-help a { margin-top: 5px; color: var(--teal-dark); }
.sidebar-user { display: grid; grid-template-columns: 38px 1fr 31px; align-items: center; gap: 10px; margin-top: 19px; padding-top: 19px; border-top: 1px solid #d1d2cf; }
.avatar { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #006667; background: var(--lime); font-size: 11px; font-style: normal; font-weight: 900; }
.sidebar-user div { min-width: 0; }
.sidebar-user strong, .sidebar-user small { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-user strong { font-size: 12px; }
.sidebar-user small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.sidebar-user button { width: 31px; height: 31px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.sidebar-user button svg { width: 18px; }
.main-content { min-height: 100vh; margin-left: var(--sidebar); }
.mobile-header { display: none; }
.employee-preview-banner { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; margin-bottom: 30px; padding: 15px 18px; border: 1px solid #95d7d2; border-radius: 11px; color: #075e60; background: #e5f7f4; }
.employee-preview-banner > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; }
.employee-preview-banner > span svg { width: 21px; }
.employee-preview-banner strong, .employee-preview-banner small { display: block; }
.employee-preview-banner strong { font-size: 14px; }
.employee-preview-banner small { margin-top: 4px; color: #477170; font-size: 12px; line-height: 1.4; }
.employee-preview-banner button { padding: 9px 12px; border: 0; color: #006f71; background: transparent; font-size: 12px; font-weight: 850; cursor: pointer; }
.topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.date-chip { padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); color: var(--muted); font-size: 12px; font-weight: 750; text-transform: capitalize; }

.progress-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: 170px 1fr 180px; align-items: center; gap: 38px; min-height: 260px; padding: 42px 52px; border-radius: 18px; color: white; background: var(--ink); }
.progress-hero::after { content: ''; position: absolute; width: 260px; height: 260px; right: -120px; top: -150px; border: 1px solid rgba(231,255,35,.35); border-radius: 50%; box-shadow: 0 0 0 50px rgba(231,255,35,.025); }
.ring { width: 145px; height: 145px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--lime) var(--progress), #4b4e4d 0); }
.ring::before { content: ''; width: 116px; height: 116px; grid-area: 1/1; border-radius: 50%; background: var(--ink); }
.ring div { z-index: 1; grid-area: 1/1; text-align: center; }
.ring strong { display: block; font-size: 36px; letter-spacing: -.04em; }
.ring strong small { font-size: 17px; }
.ring span { color: #9ea3a1; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.progress-hero h2 { margin: 0; font-size: clamp(27px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.progress-hero > div:nth-child(2) > p:last-child { max-width: 570px; margin: 17px 0 0; color: #b8bcb9; line-height: 1.55; }
.hero-stat { padding-left: 28px; border-left: 1px solid #454847; }
.hero-stat span, .hero-stat small { display: block; color: #aeb2b0; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.hero-stat strong { display: block; margin: 10px 0 4px; color: var(--lime); font-size: 35px; }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 63px 0 24px; }
.section-title.compact { margin-top: 78px; }
.section-title h2 { margin: 0; font-size: clamp(30px, 3.2vw, 43px); letter-spacing: -.04em; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 5px; border: 0; color: var(--teal-dark); background: transparent; font-weight: 850; cursor: pointer; }
.text-link svg { width: 18px; }
.video-play { z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: var(--lime); cursor: pointer; box-shadow: 0 12px 30px rgba(20,42,41,.18); }
.video-play svg { width: 25px; height: 25px; margin-left: 4px; }
.progress-line { height: 5px; overflow: hidden; border-radius: 999px; background: #e5e7e5; }
.progress-line i { height: 100%; display: block; border-radius: inherit; background: var(--teal); }
.home-primary-video { box-shadow: 0 26px 70px rgba(20,48,46,.12); }
.video-info--home { align-items: stretch; padding: 34px 40px 36px; }
.video-info--home > div:first-child { max-width: 760px; }
.video-info--home h2 { margin-bottom: 10px; font-size: clamp(30px,3vw,42px); }
.video-summary { margin: 0 0 15px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.home-video-actions { min-width: 245px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 22px; padding-left: 28px; border-left: 1px solid var(--line); }
.home-video-actions .watch-stat { min-width: 0; padding: 0; border: 0; }
.home-video-actions .button { white-space: nowrap; }
.module-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mini-module { min-height: 154px; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.7); text-align: left; cursor: pointer; }
.mini-module > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: auto; border-radius: 50%; color: #007576; background: #d9f5f2; font-size: 11px; font-weight: 900; }
.mini-module span svg { width: 17px; }
.mini-module strong { margin-top: 18px; font-size: 13px; }
.mini-module small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.mini-module.done { border-color: #b8d6d2; background: #eaf7f5; }
.mini-module.done > span { background: var(--lime); }
.mini-module.locked { opacity: .55; cursor: not-allowed; }

.overview-number { min-width: 180px; padding: 20px 0 0 30px; border-left: 1px solid var(--line); }
.overview-number strong, .overview-number span { display: block; }
.overview-number strong { color: var(--teal-dark); font-size: 45px; letter-spacing: -.04em; }
.overview-number span { color: var(--muted); font-size: 12px; }
.journey { position: relative; display: grid; gap: 15px; }
.journey::before { content: ''; position: absolute; z-index: -1; left: 37px; top: 70px; bottom: 70px; border-left: 1px dashed #afb6b3; }
.journey-row { display: grid; grid-template-columns: 75px 1fr 240px; align-items: center; min-height: 220px; padding: 30px 34px 30px 0; border: 1px solid var(--line); border-radius: 15px; background: white; }
.journey-index { z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; justify-self: center; border-radius: 50%; color: #007576; background: #d9f5f2; font-size: 12px; font-weight: 900; }
.journey-index svg { width: 20px; }
.journey-main { padding: 0 35px; border-left: 1px solid #e4e5e4; }
.journey-main h2 { margin: 0 0 10px; font-size: 30px; letter-spacing: -.035em; }
.journey-main > p:not(.eyebrow) { max-width: 680px; margin: 0 0 22px; color: var(--muted); line-height: 1.5; }
.journey-status { min-height: 110px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; padding-left: 30px; border-left: 1px solid #e4e5e4; text-align: right; }
.status-pill { margin-bottom: 14px; color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.journey-status > strong { font-size: 27px; }
.journey-status > small { color: var(--muted); font-size: 10px; }
.circle-arrow { width: 46px; height: 46px; display: grid; place-items: center; margin-top: 12px; padding: 0; border: 0; border-radius: 50%; color: white; background: var(--ink); cursor: pointer; }
.journey-row.done { background: #f5fbfa; border-color: #b9dcd7; }
.journey-row.done .journey-index { background: var(--lime); }
.journey-row.locked { filter: grayscale(.5); opacity: .56; }

.back-link { margin-bottom: 38px; padding: 5px 0; border: 0; color: var(--teal-dark); background: transparent; font-weight: 800; cursor: pointer; }
.module-header { display: flex; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.module-header h1 { font-size: clamp(48px, 5vw, 70px); }
.module-header > div:first-child > p:last-child { max-width: 750px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.module-number { align-self: center; color: var(--teal-dark); font-size: 48px; font-weight: 850; }
.module-number span { color: #a3a8a6; font-size: 14px; }
.video-card { overflow: hidden; border-radius: 16px; background: white; box-shadow: 0 20px 60px rgba(30,50,48,.08); }
.video-stage { position: relative; overflow: hidden; aspect-ratio: 16/8.15; display: grid; place-items: center; color: white; background: #0b7776; }
.video-stage video { width: 100%; height: 100%; object-fit: cover; }
.video-placeholder { position: absolute; inset: 0; overflow: hidden; display: flex; align-items: flex-end; padding: 55px 60px; background: linear-gradient(125deg, #087c7a, #10bcb7); }
.video-placeholder::before { content: ''; position: absolute; width: 480px; height: 480px; right: -80px; top: -250px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.04), 0 0 0 150px rgba(255,255,255,.025); }
.video-placeholder::after { content: ''; position: absolute; width: 230px; height: 230px; right: 14%; bottom: -120px; border: 1px solid rgba(231,255,35,.5); border-radius: 50%; }
.stage-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(100deg, black, transparent 70%); }
.stage-mark { position: absolute; left: 55px; top: 45px; font-size: 15px; font-weight: 900; letter-spacing: .15em; }
.video-placeholder > div:last-child { z-index: 1; max-width: 55%; }
.video-placeholder small { display: block; margin-bottom: 10px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.video-placeholder strong { display: block; font-size: clamp(29px, 3vw, 47px); letter-spacing: -.04em; }
.video-placeholder p { margin: 9px 0 0; color: rgba(255,255,255,.72); }
.video-play { position: relative; }
.video-play.playing { opacity: .14; }
.video-stage:hover .video-play.playing { opacity: 1; }
.video-controls { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; display: grid; grid-template-columns: 35px 1fr 115px; align-items: center; gap: 14px; padding: 11px 16px; border-radius: 8px; background: rgba(19,31,30,.75); backdrop-filter: blur(8px); }
.video-controls button { display: grid; place-items: center; padding: 0; border: 0; color: white; background: transparent; cursor: pointer; }
.video-controls button svg { width: 17px; }
.video-track { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.28); }
.video-track i { height: 100%; display: block; background: var(--lime); }
.video-controls > span { font-size: 11px; text-align: right; }
.video-controls b { font-weight: 800; }
.video-info { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 38px; }
.video-info h2 { margin: 0 0 8px; font-size: 32px; line-height: 1.12; letter-spacing: -.03em; }
.video-info > div:first-child > span { color: #4f5b58; font-size: 15px; font-weight: 700; line-height: 1.4; }
.watch-stat { min-width: 120px; padding-left: 30px; border-left: 1px solid var(--line); text-align: right; }
.watch-stat strong, .watch-stat span { display: block; }
.watch-stat strong { color: var(--teal-dark); font-size: 26px; }
.watch-stat span { color: var(--muted); font-size: 10px; }
.preview-quiz-note { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: flex-start; padding: 38px 42px; border: 1px solid #9dd9d4; border-radius: 16px; background: #e7f7f5; }
.preview-quiz-note > span { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: #006f71; background: white; }
.preview-quiz-note h2 { margin: 0 0 10px; font-size: 32px; }
.preview-quiz-note div > p:last-child { max-width: 760px; margin: 0; color: #4d6a67; line-height: 1.55; }
.takeaways { margin: 86px 0; }
.takeaways h2 { margin: 0 0 28px; font-size: 40px; letter-spacing: -.04em; }
.takeaways > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.takeaways article { min-height: 160px; padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.6); }
.takeaways article span { color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.takeaways article p { margin: 24px 0 0; font-size: 15px; font-weight: 680; line-height: 1.5; }
.resources-section { margin: 0 0 86px; }
.resource-list { display: grid; gap: 18px; }
.resource-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 14px 40px rgba(28,47,44,.05); }
.resource-card > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; color: white; background: var(--ink); }
.resource-card > header span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.resource-card > header h3 { margin: 5px 0 0; font-size: 25px; letter-spacing: -.03em; }
.resource-card > header button { min-height: 40px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white; background: transparent; font-size: 12px; font-weight: 850; cursor: pointer; }
.resource-subject { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 20px 28px; border-bottom: 1px solid var(--line); background: #f4f7f5; }
.resource-subject strong { color: var(--teal-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.resource-subject p { margin: 0; font-size: 15px; font-weight: 750; }
.resource-body { padding: 28px; color: #3f4946; font-size: 15px; line-height: 1.65; white-space: pre-wrap; }
.quiz-section { display: grid; grid-template-columns: minmax(260px,.37fr) minmax(500px,.63fr); gap: 55px; padding: 55px; border-radius: 18px; background: white; }
.quiz-intro { position: sticky; top: 30px; align-self: start; }
.quiz-intro h2 { margin: 0; font-size: 45px; letter-spacing: -.045em; }
.quiz-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.previous-score { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.previous-score span { color: var(--muted); font-size: 11px; }
.previous-score strong { color: var(--teal-dark); font-size: 25px; }
.quiz-form { display: grid; gap: 15px; }
.quiz-question { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 11px; }
.quiz-question legend { width: 100%; display: flex; gap: 14px; padding: 0; font-size: 15px; font-weight: 850; line-height: 1.45; }
.quiz-question legend > span { color: var(--teal-dark); font-size: 10px; letter-spacing: .1em; }
.quiz-question > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.quiz-question label { position: relative; min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #dfe2e0; border-radius: 7px; background: #f8f8f7; cursor: pointer; font-size: 12px; font-weight: 650; }
.quiz-question input { position: absolute; opacity: 0; pointer-events: none; }
.quiz-question label:has(input:checked) { border-color: var(--teal); background: #eaf9f7; }
.answer-letter { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #e4e6e4; font-size: 9px; font-weight: 900; }
.quiz-question label:has(input:checked) .answer-letter { color: white; background: var(--teal-dark); }
.quiz-question.correct { border-color: #79beb4; }
.quiz-question.incorrect { border-color: #e3a7a2; }
.answer-feedback { margin: 15px 0 0; padding-top: 13px; border-top: 1px solid #e7e8e7; color: var(--muted); font-size: 12px; line-height: 1.5; }
.correct .answer-feedback { color: #087769; }
.incorrect .answer-feedback { color: var(--danger); }
.quiz-submit { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; margin-top: 15px; }
.quiz-result { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 25px; margin-top: 20px; padding: 25px; border-radius: 12px; background: #eaf8f6; }
.quiz-result.failed { background: #f7efea; }
.result-score { width: 88px; height: 88px; display: grid; place-items: center; border: 5px solid var(--teal); border-radius: 50%; }
.failed .result-score { border-color: #cf7a6f; }
.result-score strong { font-size: 27px; }
.result-score small { font-size: 12px; }
.quiz-result h3 { margin: 0 0 6px; font-size: 21px; }
.quiz-result p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }

.management-actions { display: flex; align-items: center; gap: 10px; }
.management-actions .button svg { width: 19px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.stats-grid article { min-height: 160px; display: flex; align-items: flex-start; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.8); }
.stat-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; }
.stat-icon svg { width: 19px; }
.stat-icon.teal { color: white; background: var(--teal); }
.stat-icon.lime { color: #00696a; background: var(--lime); }
.stat-icon.dark { color: white; background: var(--ink); }
.stat-icon.sand { background: var(--sand); }
.stats-grid article small { color: #858b89; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.stats-grid article strong { display: block; margin-top: 10px; font-size: 34px; letter-spacing: -.04em; }
.stats-grid article strong em { font-size: 17px; font-style: normal; }
.stats-grid article p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.people-section { margin-top: 70px; }
.search { min-width: 280px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); }
.search input { min-height: 42px; border: 0; outline: 0; background: transparent; }
.people-table { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: white; }
.people-head, .person-row { display: grid; grid-template-columns: minmax(260px,2fr) minmax(140px,1fr) 90px 90px 125px 35px; align-items: center; gap: 20px; padding: 0 24px; }
.people-head { min-height: 48px; border-bottom: 1px solid var(--line); color: #8b908e; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.person-row { width: 100%; min-height: 86px; border: 0; border-bottom: 1px solid #e9eae9; background: white; text-align: left; cursor: pointer; }
.person-row:last-child { border-bottom: 0; }
.person-row:hover { background: #f8fbfa; }
.person { display: flex; align-items: center; gap: 13px; }
.person > span { min-width: 0; }
.person strong, .person small, .person-row > span > strong, .person-row > span > small { display: block; }
.person strong { font-size: 13px; }
.person small { overflow: hidden; margin-top: 4px; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.person-row > span > strong { font-size: 12px; }
.person-row > span > small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.table-progress { display: flex; align-items: center; gap: 10px; }
.table-progress > span { width: 90px; height: 5px; overflow: hidden; border-radius: 99px; background: #e3e5e3; }
.table-progress i { height: 100%; display: block; background: var(--teal); }
.table-progress b { font-size: 10px; }
.row-arrow { color: var(--teal-dark); }
.drawer-overlay { position: fixed; z-index: 50; inset: 0; background: rgba(22,28,27,.4); backdrop-filter: blur(2px); }
.detail-drawer { position: fixed; z-index: 51; right: 0; top: 0; bottom: 0; width: min(680px, 100%); overflow-y: auto; padding: 40px; background: #f4f3f1; box-shadow: -20px 0 60px rgba(14,29,28,.15); }
.drawer-header { display: grid; grid-template-columns: 58px 1fr 40px; align-items: center; gap: 15px; }
.avatar.large { width: 58px; height: 58px; font-size: 15px; }
.drawer-header .eyebrow { margin-bottom: 6px; }
.drawer-header h2 { margin: 0; font-size: 30px; letter-spacing: -.035em; }
.drawer-header p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.drawer-close { width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 25px; cursor: pointer; }
.drawer-overview { margin: 35px 0; padding: 23px; border-radius: 11px; color: white; background: var(--ink); }
.drawer-overview > div:first-child { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.drawer-overview strong { color: var(--lime); font-size: 27px; }
.drawer-overview span { color: #b7bcba; font-size: 10px; }
.employee-modules { display: grid; gap: 10px; }
.employee-module { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; }
.employee-module summary { min-height: 88px; display: grid; grid-template-columns: 40px 1fr 145px 20px; align-items: center; gap: 13px; padding: 16px 18px; cursor: pointer; list-style: none; }
.employee-module summary::-webkit-details-marker { display: none; }
.module-dot { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: #e3f3f0; font-size: 9px; font-weight: 900; }
.employee-module.done .module-dot { background: var(--lime); }
.module-dot svg { width: 16px; }
.employee-module summary > div:nth-child(2) small, .employee-module summary > div:nth-child(2) strong { display: block; }
.employee-module summary > div:nth-child(2) small { margin-bottom: 4px; color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.employee-module summary > div:nth-child(2) strong { font-size: 12px; }
.module-metrics { display: flex; gap: 20px; }
.module-metrics span { min-width: 52px; }
.module-metrics b, .module-metrics small { display: block; }
.module-metrics b { font-size: 12px; }
.module-metrics small { color: var(--muted); font-size: 8px; }
.module-detail { padding: 0 20px 22px 73px; }
.watch-detail { display: grid; grid-template-columns: 95px 1fr 90px; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid #e8e9e8; font-size: 9px; }
.watch-detail > strong { text-align: right; }
.attempt-head { display: flex; justify-content: space-between; margin: 16px 0 10px; color: var(--muted); font-size: 9px; }
.attempt-head strong { color: var(--teal-dark); font-size: 13px; }
.answer-list { display: grid; gap: 7px; }
.answer-list > div { display: grid; grid-template-columns: 24px 1fr; gap: 9px; padding: 11px; border-radius: 7px; background: #f4f6f4; }
.answer-list > div > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 900; }
.answer-good > span { color: #076e65; background: #ccebe6; }
.answer-bad > span { color: #8d2118; background: #f5d3cf; }
.answer-list strong { font-size: 10px; }
.answer-list p, .answer-list small { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.answer-list small { display: block; color: #8d2118; }
.empty-attempt { color: var(--muted); font-size: 11px; }
.employee-module.archived { opacity: .72; }
.employee-module.archived summary { background: #f0efec; }

.content-topline { align-items: flex-end; }
.editor-safety { max-width: 310px; display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid #b9d9d4; border-radius: 11px; background: #eaf7f5; }
.editor-safety > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #006f70; background: var(--lime); }
.editor-safety svg { width: 17px; }
.editor-safety strong, .editor-safety small { display: block; }
.editor-safety strong { font-size: 14px; }
.editor-safety small { margin-top: 5px; color: #53605d; font-size: 12px; line-height: 1.5; }
.content-workspace { display: grid; grid-template-columns: 275px minmax(0,1fr); align-items: start; gap: 24px; }
.content-modules { position: sticky; top: 30px; display: grid; gap: 7px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.65); }
.content-modules-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 5px 5px 7px 10px; }
.content-modules-heading p { margin: 0; color: #68716e; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.content-modules-heading button { padding: 8px 10px; border: 0; border-radius: 7px; color: #006f70; background: #dff3f0; font-size: 12px; font-weight: 900; cursor: pointer; }
.content-module-button { width: 100%; min-height: 78px; display: grid; grid-template-columns: 36px 1fr 20px; align-items: center; gap: 12px; padding: 12px; border: 0; border-radius: 8px; background: transparent; text-align: left; cursor: pointer; }
.content-module-button:hover { background: white; }
.content-module-button.active { color: #006f70; background: white; box-shadow: 0 8px 24px rgba(30,50,48,.07), inset 3px 0 var(--teal); }
.content-module-button > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e3eeeb; font-size: 11px; font-weight: 900; }
.content-module-button.active > span { background: var(--lime); }
.content-module-button.is-draft { border: 1px dashed #9ebcb7; }
.content-module-button.is-draft > span { color: #006f70; background: #dff3f0; }
.content-module-button strong, .content-module-button small { display: block; }
.content-module-button strong { overflow: hidden; font-size: 15px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.content-module-button small { margin-top: 6px; color: #68716e; font-size: 11px; line-height: 1.35; }
.content-module-button i svg { width: 15px; }
.content-editor { min-width: 0; }
.content-form { display: grid; gap: 18px; }
.editor-header { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 30px; border-radius: 13px; color: white; background: var(--ink); }
.editor-header .eyebrow { color: var(--lime); margin-bottom: 7px; }
.editor-header h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.editor-header p:last-child { margin: 6px 0 0; color: #aeb3b1; font-size: 9px; }
.editor-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.button--outline-light { border: 1px solid rgba(255,255,255,.45); color: white; background: transparent; }
.icon-button-light, .icon-button-danger { min-width: 38px; min-height: 38px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; background: transparent; font-size: 12px; font-weight: 850; cursor: pointer; }
.icon-button-light:disabled { cursor: default; opacity: .28; }
.icon-button-danger { color: #ffd5ce; border-color: rgba(255,173,160,.35); }
.content-dialog { width: min(520px,calc(100% - 30px)); padding: 0; border: 0; border-radius: 16px; color: var(--ink); background: white; box-shadow: 0 30px 90px rgba(7,31,29,.32); }
.content-dialog::backdrop { background: rgba(16,30,29,.58); backdrop-filter: blur(3px); }
.content-dialog form { position: relative; display: grid; gap: 18px; padding: 38px; }
.content-dialog h2 { margin: -8px 0 0; font-size: 31px; letter-spacing: -.04em; }
.content-dialog form > p:not(.eyebrow):not(.form-error) { margin: -7px 0 3px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.content-dialog label { display: grid; gap: 9px; color: #323a38; font-size: 13px; font-weight: 850; }
.content-dialog input { min-height: 51px; padding: 12px 14px; border: 1px solid #c5cdca; border-radius: 7px; font-size: 15px; }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #5c6461; background: #eef0ed; font-size: 21px; cursor: pointer; }
.editor-section { padding: 31px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.editor-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 27px; }
.editor-section-heading > div:first-child { display: flex; gap: 15px; }
.editor-step { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #006f70; background: #dff3f0; font-size: 9px; font-weight: 900; }
.editor-section-heading h3 { margin: 0; font-size: 25px; letter-spacing: -.03em; }
.editor-section-heading p { max-width: 650px; margin: 8px 0 0; color: #53605d; font-size: 14px; line-height: 1.55; }
.content-form label { display: grid; gap: 9px; color: #323a38; font-size: 13px; font-weight: 850; line-height: 1.35; }
.content-form input:not([type="radio"]):not([type="file"]), .content-form textarea { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #c5cdca; border-radius: 7px; color: var(--ink); background: white; font-size: 15px; resize: vertical; }
.content-form textarea { line-height: 1.5; }
.content-form input:focus, .content-form textarea:focus { border-color: var(--teal-dark); outline: 3px solid rgba(9,184,179,.13); }
.form-grid { display: grid; gap: 15px; margin-top: 24px; }
.form-grid--2 { grid-template-columns: 1fr 1fr; }
.form-grid--3 { grid-template-columns: 1.25fr 1fr .65fr; }
.field-wide { grid-column: 1/-1; }
.video-upload-frame { overflow: hidden; border: 1px dashed #b5bfbc; border-radius: 11px; background: #f6f7f5; }
.video-upload-frame.has-video { border-style: solid; }
.video-upload-preview { min-height: 250px; display: grid; place-items: center; overflow: hidden; background: #dfe8e5; }
.video-upload-preview video { width: 100%; max-height: 430px; display: block; background: #17201e; }
.empty-video { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; color: var(--muted); text-align: center; }
.empty-video > span { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #006e70; background: var(--lime); }
.empty-video strong { color: var(--ink); font-size: 14px; }
.empty-video small { margin-top: 6px; font-size: 9px; }
.video-upload-controls { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; padding: 17px 19px; }
.video-upload-controls strong, .video-upload-controls small { display: block; }
.video-upload-controls strong { overflow: hidden; max-width: 360px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.video-upload-controls small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.file-button { min-height: 43px; display: flex !important; align-items: center; justify-content: center; padding: 9px 17px; border: 1px solid #cdd2cf; border-radius: 999px; background: white; cursor: pointer; }
.file-button input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.video-upload-controls .button { min-height: 43px; font-size: 10px; }
.upload-progress { position: relative; height: 23px; overflow: hidden; border-top: 1px solid #dfe2e0; background: #e6e9e7; }
.upload-progress i { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--teal); transition: width .15s linear; }
.upload-progress span { position: relative; z-index: 1; height: 100%; display: grid; place-items: center; color: var(--ink); font-size: 8px; font-weight: 900; }
.repeatable-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 30px 0 13px; }
.repeatable-heading strong, .repeatable-heading small { display: block; }
.repeatable-heading strong { font-size: 11px; }
.repeatable-heading small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.repeatable-heading button { padding: 7px; border: 0; color: var(--teal-dark); background: transparent; font-size: 10px; font-weight: 850; cursor: pointer; }
.takeaway-editor-list { display: grid; gap: 8px; }
.repeatable-row { display: grid; grid-template-columns: 34px 1fr 32px; align-items: center; gap: 8px; }
.repeatable-row > span { color: var(--teal-dark); font-size: 9px; font-weight: 900; }
.repeatable-row > button { width: 31px; height: 31px; padding: 0; border: 0; border-radius: 50%; color: #8f4a43; background: #f6e8e5; cursor: pointer; }
.score-field { min-width: 160px; text-align: right; }
.score-field > span { display: flex; align-items: center; justify-content: flex-end; gap: 7px; color: var(--teal-dark); font-size: 14px; }
.score-field input { width: 74px !important; min-height: 42px !important; margin-top: 5px; color: var(--teal-dark) !important; font-size: 18px; font-weight: 900; text-align: center; }
.question-editor-list { display: grid; gap: 15px; }
.resource-editor-list { display: grid; gap: 15px; }
.resource-editor { padding: 23px; border: 1px solid #cfd8d4; border-radius: 10px; background: #f7faf8; }
.resource-editor > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.resource-editor > header span { color: #68716e; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.resource-editor > header b { color: var(--teal-dark); }
.resource-editor > header button { padding: 7px; border: 0; color: #9b4b43; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.resource-editor textarea { min-height: 260px; font-family: inherit; }
.question-editor { padding: 23px; border: 1px solid #d9ddda; border-radius: 10px; background: #fafaf9; }
.question-editor > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.question-editor > header span { color: #7e8582; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.question-editor > header b { color: var(--teal-dark); }
.question-editor > header button { padding: 5px; border: 0; color: #9b4b43; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.option-editor-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 13px 0; }
.option-editor { position: relative; grid-template-columns: 27px 1fr auto !important; align-items: center; gap: 8px !important; min-height: 53px; padding: 5px 9px; border: 1px solid #d9ddda; border-radius: 7px; background: white; cursor: pointer; }
.option-editor > input[type="radio"] { position: absolute; opacity: 0; }
.option-editor > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e8eae8; font-size: 8px; }
.option-editor > input[data-option] { min-height: 38px !important; padding: 7px 4px !important; border: 0 !important; outline: 0 !important; }
.option-editor > small { color: transparent; font-size: 7px; letter-spacing: .08em; }
.option-editor:has(input[type="radio"]:checked) { border-color: var(--teal); background: #eaf8f6; }
.option-editor:has(input[type="radio"]:checked) > span { color: #006d6d; background: var(--lime); }
.option-editor:has(input[type="radio"]:checked) > small { color: var(--teal-dark); }
.add-question { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 15px; border: 1px dashed #aebbb7; border-radius: 10px; color: var(--teal-dark); background: #f3f8f6; cursor: pointer; }
.add-question > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 900; }
.add-question strong { font-size: 11px; }
.add-question small { color: var(--muted); font-size: 8px; }
.editor-footer { position: sticky; z-index: 5; bottom: 15px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 16px 18px; border: 1px solid #cbd0cd; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 10px 35px rgba(31,45,42,.12); backdrop-filter: blur(10px); }
.editor-footer > span { margin-right: auto; color: var(--muted); font-size: 9px; }
.editor-footer .form-error { max-width: 360px; }

.toast { position: fixed; z-index: 100; right: 25px; bottom: 25px; max-width: 380px; padding: 15px 20px; border-radius: 9px; color: white; background: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.18); font-size: 13px; font-weight: 700; }
.toast--error { background: #8f211a; }
.skeleton { height: 90px; border-radius: 12px; background: linear-gradient(90deg,#e4e4e1,#f2f2ef,#e4e4e1); background-size: 200% 100%; animation: pulse 1.2s infinite; }
.skeleton-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 30px; }
.skeleton-grid i, .skeleton.tall { height: 220px; border-radius: 12px; background: #e4e4e1; }
.error-state { padding-top: 150px; text-align: center; }
.error-state h1 { font-size: 45px; }
@keyframes pulse { to { background-position: -200% 0; } }

@media (max-width: 1180px) {
  :root { --sidebar: 230px; }
  .page { width: min(100% - 48px, 1100px); }
  .progress-hero { grid-template-columns: 140px 1fr; }
  .hero-stat { display: none; }
  .module-strip { grid-template-columns: repeat(3,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .people-head, .person-row { grid-template-columns: minmax(220px,2fr) 140px 80px 80px 30px; }
  .people-head span:nth-child(5), .person-row > span:nth-child(5) { display: none; }
  .quiz-section { padding: 40px; gap: 35px; }
}

@media (max-width: 860px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-story { min-height: 420px; padding: 35px; }
  .story-copy { padding: 50px 0; }
  .story-copy h1 { font-size: clamp(48px,12vw,70px); }
  .story-orbit { width: 150px; height: 150px; opacity: .55; }
  .login-panel { padding: 55px 28px; }
  .sidebar { transform: translateX(-100%); transition: transform .25s ease; box-shadow: 15px 0 45px rgba(0,0,0,.12); }
  .sidebar.open { transform: translateX(0); }
  .main-content { margin-left: 0; padding-top: 72px; }
  .mobile-header { position: fixed; z-index: 19; left: 0; right: 0; top: 0; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); background: rgba(242,241,239,.94); backdrop-filter: blur(9px); }
  .evoo-lockup--mobile { padding: 8px 12px 7px; border-radius: 9px; background: var(--ink); }
  .evoo-lockup--mobile img { width: 90px; }
  .evoo-lockup--mobile span { font-size: 7px; }
  .menu-toggle { width: 42px; height: 42px; border: 0; border-radius: 50%; background: white; cursor: pointer; }
  .progress-hero { grid-template-columns: 120px 1fr; padding: 35px; }
  .ring { width: 110px; height: 110px; }
  .ring::before { width: 88px; height: 88px; }
  .ring strong { font-size: 29px; }
  .journey-row { grid-template-columns: 68px 1fr; padding-right: 25px; }
  .journey-status { grid-column: 2; min-height: 70px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; padding: 15px 35px; border-left: 1px solid #e4e5e4; border-top: 1px solid #e4e5e4; text-align: left; }
  .journey-status .status-pill { margin: 0 auto 0 0; }
  .journey-status .circle-arrow { margin: 0; }
  .quiz-section { grid-template-columns: 1fr; }
  .quiz-intro { position: static; }
  .takeaways > div { grid-template-columns: 1fr; }
  .content-workspace { grid-template-columns: 1fr; }
  .content-modules { position: static; grid-template-columns: repeat(2,1fr); }
  .content-modules-heading { grid-column: 1/-1; }
  .employee-preview-banner { grid-template-columns: 42px 1fr; }
  .employee-preview-banner button { grid-column: 2; justify-self: start; padding-left: 0; }
  .people-head, .person-row { grid-template-columns: minmax(220px,2fr) 130px 80px 30px; }
  .people-head span:nth-child(4), .person-row > span:nth-child(4) { display: none; }
}

@media (max-width: 600px) {
  .page { width: calc(100% - 30px); padding: 42px 0 70px; }
  .page h1 { font-size: 45px; }
  .topline { display: block; margin-bottom: 38px; }
  .management-actions { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .date-chip, .overview-number { display: inline-block; margin-top: 25px; }
  .progress-hero { grid-template-columns: 1fr; padding: 28px; }
  .ring { width: 100px; height: 100px; }
  .progress-hero h2 { font-size: 27px; }
  .section-title { display: block; }
  .section-title .text-link { margin-top: 15px; }
  .module-strip { grid-template-columns: 1fr 1fr; }
  .journey-row { grid-template-columns: 55px 1fr; padding-right: 15px; }
  .journey-index { width: 40px; height: 40px; }
  .journey-main { padding: 10px 18px; }
  .journey-main h2 { font-size: 24px; }
  .journey-status { padding-left: 18px; }
  .module-header { display: block; }
  .module-number { margin-top: 20px; }
  .video-stage { aspect-ratio: 1/1; }
  .video-placeholder { padding: 35px 25px 85px; }
  .video-placeholder > div:last-child { max-width: 100%; }
  .stage-mark { left: 25px; top: 25px; }
  .video-play { width: 63px; height: 63px; }
  .video-controls { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 28px 1fr 86px; padding: 10px; }
  .video-info { padding: 24px; }
  .video-info h2 { font-size: 22px; }
  .video-info--home { display: block; }
  .home-video-actions { min-width: 0; align-items: stretch; margin-top: 24px; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .home-video-actions .watch-stat { text-align: left; }
  .preview-quiz-note { grid-template-columns: 1fr; padding: 28px 24px; }
  .resource-card > header { align-items: flex-start; flex-direction: column; padding: 22px; }
  .resource-subject { grid-template-columns: 1fr; gap: 7px; padding: 18px 22px; }
  .resource-body { padding: 22px; font-size: 14px; }
  .watch-stat { min-width: 90px; padding-left: 15px; }
  .takeaways { margin: 60px 0; }
  .quiz-section { padding: 27px 18px; }
  .quiz-question { padding: 20px 15px; }
  .quiz-question > div { grid-template-columns: 1fr; }
  .quiz-result { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article { min-height: 150px; display: block; padding: 18px; }
  .stat-icon { margin-bottom: 12px; }
  .people-section .section-title { display: block; }
  .search { min-width: 0; margin-top: 18px; }
  .people-table { overflow-x: auto; }
  .people-head, .person-row { min-width: 600px; }
  .detail-drawer { padding: 24px 15px; }
  .content-topline .editor-safety { margin-top: 25px; }
  .content-modules { grid-template-columns: 1fr; }
  .editor-header { align-items: flex-start; flex-direction: column; padding: 24px; }
  .editor-header-actions { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .editor-header-actions .button[type="submit"] { margin-left: auto; }
  .content-dialog form { padding: 32px 23px 25px; }
  .editor-section { padding: 23px 16px; }
  .editor-section-heading { display: block; }
  .editor-section-heading .score-field { margin-top: 20px; text-align: left; }
  .score-field > span { justify-content: flex-start; }
  .form-grid--2, .form-grid--3 { grid-template-columns: 1fr; }
  .video-upload-controls { grid-template-columns: 1fr; }
  .video-upload-controls strong { max-width: 100%; }
  .option-editor-list { grid-template-columns: 1fr; }
  .add-question { align-items: flex-start; flex-direction: column; padding: 16px; }
  .editor-footer { align-items: stretch; flex-direction: column; bottom: 8px; }
  .editor-footer > span { margin: 0; }
  .drawer-header { grid-template-columns: 48px 1fr 35px; }
  .avatar.large { width: 48px; height: 48px; }
  .drawer-header h2 { font-size: 24px; }
  .employee-module summary { grid-template-columns: 36px 1fr 18px; }
  .module-metrics { grid-column: 2; margin-top: 9px; }
  .employee-module summary > i { grid-column: 3; grid-row: 1; }
  .module-detail { padding-left: 18px; }
  .watch-detail { grid-template-columns: 85px 1fr; }
  .watch-detail > strong { grid-column: 2; }
}
