.landing-page{--lh-navy: #0b3d59;--lh-navy-deep: #072c42;--lh-navy-soft: #0f4d6d;--lh-gold: #fdcb2e;--lh-gold-bright: #ffd43b;--lh-gold-hover: #e8b816;--lh-on-gold: #1a1a1a;--lh-bg: #f4f6f8;--lh-text: #1a1a1a;--lh-muted: #5a6570;--lh-card: #ffffff;--lh-shadow: 0 8px 30px rgba(11, 61, 89, .1);--lh-radius: 14px;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:var(--lh-text);background:var(--lh-bg);min-height:100vh;position:relative;overflow-x:hidden;padding-bottom:2.5rem}.landing-page a{color:var(--lh-navy);font-weight:600}.landing-nav{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(11,61,89,.1)}.landing-nav-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}.landing-nav-brand:hover{text-decoration:none}.landing-nav-logo{height:40px;width:auto;object-fit:contain}.landing-nav-title{font-weight:700;font-size:.95rem;letter-spacing:.02em;color:var(--lh-navy);line-height:1.2;max-width:200px}.landing-nav-actions{display:flex;align-items:center;gap:.5rem}.landing-nav-link{font-size:.9rem;font-weight:600;color:var(--lh-navy);text-decoration:none;padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(11,61,89,.2);background:#fff}.landing-nav-link:hover{background:#fdcb2e26;border-color:var(--lh-gold);text-decoration:none}.landing-hero{background:linear-gradient(165deg,var(--lh-navy-deep) 0%,var(--lh-navy) 45%,var(--lh-navy-soft) 100%);padding:2.5rem 1.25rem 3.5rem;text-align:center;border-bottom:none}.landing-hero-logo{max-width:min(300px,86vw);height:auto;margin:0 auto 1.5rem;display:block;padding:.85rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003}.landing-hero h1{margin:0 0 .75rem;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.15}.landing-hero-sub{margin:0 auto;max-width:520px;font-size:1.1rem;color:#ffffffeb;font-weight:500}.landing-hero-sub strong,.landing-hero-gold{color:var(--lh-gold-bright);font-weight:700}.landing-hero-accent{display:flex;justify-content:center;margin:1.5rem auto 0;max-width:220px;height:4px;border-radius:999px;overflow:hidden}.landing-hero-accent span:first-child{flex:3;background:var(--lh-gold)}.landing-hero-accent span:last-child{flex:1;background:var(--lh-gold-bright)}.landing-section{padding:3rem 1.25rem;max-width:1040px;margin:0 auto}.landing-section-narrow{max-width:720px;margin:0 auto;text-align:center}.landing-section h2{margin:0 0 1rem;font-size:1.35rem;color:var(--lh-navy);font-weight:700}.landing-intro-text{margin:0;font-size:1.05rem;line-height:1.65;color:var(--lh-muted)}.landing-modules-head{text-align:center;margin-bottom:2rem}.landing-modules-head h2{margin-bottom:.35rem}.landing-modules-head p{margin:0;color:var(--lh-muted);font-size:.95rem}.landing-section-modules{max-width:1120px}.landing-modules-layout{display:grid;grid-template-columns:1fr minmax(260px,300px);gap:1.75rem;align-items:start}.landing-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.landing-module-grid-four{grid-template-columns:repeat(2,1fr)}.landing-module-card{background:var(--lh-card);border-radius:var(--lh-radius);padding:1.35rem 1.25rem;box-shadow:var(--lh-shadow);border:1px solid rgba(11,61,89,.08);transition:box-shadow .2s ease,transform .2s ease}.landing-module-card:hover{box-shadow:0 12px 36px #0b3d5924;transform:translateY(-2px)}.landing-module-num{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--lh-navy-soft);margin-bottom:.35rem}.landing-module-card h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--lh-navy)}.landing-module-card p{margin:0;font-size:.92rem;line-height:1.55;color:var(--lh-muted)}.landing-trust{background:#fff;border-radius:var(--lh-radius);padding:2rem 1.5rem;box-shadow:var(--lh-shadow);border:1px solid rgba(11,61,89,.08)}.landing-trust h2{text-align:center;margin-bottom:1.5rem}.landing-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.landing-trust-item{text-align:center;padding:.75rem}.landing-trust-item strong{display:block;font-size:1rem;color:var(--lh-navy);margin-bottom:.35rem}.landing-trust-item span{font-size:.88rem;color:var(--lh-muted);line-height:1.5}.landing-cta{background:linear-gradient(180deg,var(--lh-navy-deep) 0%,var(--lh-navy) 100%);color:#fff;padding:3.5rem 1.25rem 4rem;text-align:center;margin-top:2rem}.landing-cta h2{color:#fff;font-size:clamp(1.4rem,3vw,1.85rem);margin:0 0 .75rem}.landing-cta p{margin:0 auto 2rem;max-width:520px;opacity:.9;font-size:1rem;line-height:1.55}.landing-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-width:min(100%,320px);padding:1rem 2.25rem;font-size:.95rem;font-weight:800;font-family:inherit;text-transform:uppercase;letter-spacing:.06em;color:var(--lh-on-gold);background:var(--lh-gold);border:none;border-radius:4px;cursor:pointer;text-decoration:none;box-shadow:0 6px 24px #fdcb2e73;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.landing-cta-btn:hover{transform:translateY(-2px);background:var(--lh-gold-bright);box-shadow:0 10px 28px #fdcb2e8c;color:var(--lh-on-gold);text-decoration:none}.landing-cta-btn:active{transform:translateY(0)}.landing-cta-note{margin-top:1rem;font-size:.85rem;opacity:.75}.landing-guide-panel{position:sticky;top:5.25rem;align-self:start;padding:1.25rem 1.15rem 1.35rem;border-radius:var(--lh-radius);background:linear-gradient(165deg,#fff,#f3f7fc 55%,#e8f0fa);border:1px solid rgba(11,61,89,.1);box-shadow:var(--lh-shadow)}.landing-guide-panel-label{margin:0 0 .85rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:var(--lh-navy);opacity:.85}.landing-guide-panel-label:after{content:"";display:block;height:3px;border-radius:999px;margin:.65rem auto 0;max-width:110px;background:linear-gradient(90deg,var(--lh-navy) 0%,var(--lh-navy) 35%,var(--lh-gold) 35%,var(--lh-gold) 100%)}.landing-guide-avatar-wrap{width:104px;height:104px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 8px 28px #0b3d592e;background:#fff}.landing-guide-avatar{width:100%;height:100%;object-fit:cover;object-position:center top}.landing-guide-bubbles{display:flex;flex-direction:column;gap:.55rem;align-items:stretch;width:100%}.landing-bubble{position:relative;padding:.65rem .8rem;font-size:.8rem;line-height:1.45;color:var(--lh-text);background:#fff;border-radius:10px;box-shadow:0 2px 12px #0b3d5914;border:1px solid rgba(11,61,89,.08);opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.landing-bubble.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 900px){.landing-modules-layout{grid-template-columns:1fr}.landing-module-grid-four{grid-template-columns:repeat(2,1fr)}.landing-guide-panel{position:relative;top:auto;order:2;max-width:420px;margin:0 auto}.landing-modules-layout .landing-module-grid-four{order:1}}@media (max-width: 640px){.landing-page{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px));padding-bottom:max(2.5rem,env(safe-area-inset-bottom,0px))}.landing-nav{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));gap:.65rem}.landing-nav-link{min-height:44px;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0b3d5914}.landing-nav-title{display:none}.landing-module-grid-four{grid-template-columns:1fr}.landing-guide-avatar-wrap{width:88px;height:88px}.landing-bubble{font-size:.78rem;padding:.55rem .72rem}.landing-module-card:hover{transform:none}}.landing-footer-legal{text-align:center;padding:1.5rem 1rem 0;font-size:.875rem;color:var(--lh-muted)}.landing-footer-legal a{color:var(--lh-navy-soft);font-weight:600;text-decoration:none}.landing-footer-legal a:hover{text-decoration:underline}.landing-footer-sep{margin:0 .5rem;color:#c5cdd6}@media (prefers-reduced-motion: reduce){.landing-bubble,.landing-module-card,.landing-cta-btn{transition:none}.landing-module-card:hover{transform:none}}:root{--lh-navy: #0b3d59;--lh-navy-deep: #072c42;--lh-navy-soft: #0f4d6d;--lh-gold: #fdcb2e;--lh-gold-bright: #ffd43b;--lh-gold-hover: #e8b816;--lh-on-gold: #1a1a1a;--lh-page-bg: #f4f6f8;--lh-text: #1a1a1a;--lh-muted: #5a6570;--lh-border: #d8dee4;--lh-card: #ffffff;--lh-shadow: rgba(11, 61, 89, .08);font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:500;color:var(--lh-text);background:var(--lh-page-bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}.legal-page{max-width:42rem;margin:0 auto;padding:1.5rem 1rem 3rem;min-height:100vh;background:var(--lh-page-bg)}.legal-page-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--lh-border)}.legal-page-back{display:inline-block;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.legal-page-header h1{margin:0;font-size:1.5rem;font-weight:800;color:var(--lh-navy);letter-spacing:-.02em}.legal-effective{font-size:.9rem;color:var(--lh-muted);margin:0 0 1.5rem}.legal-page-body section{margin-bottom:1.75rem}.legal-page-body h2{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:var(--lh-navy)}.legal-page-body p{margin:0 0 .75rem;line-height:1.6;color:var(--lh-text)}.legal-page-body ul{margin:0 0 .75rem;padding-left:1.25rem;line-height:1.55}.legal-page-body li{margin-bottom:.35rem}.auth-legal-links{text-align:center;margin-top:1.25rem}.auth-legal-sep{color:var(--lh-border)}.auth-terms-row{display:flex;align-items:flex-start;gap:.55rem;margin-top:.15rem}.auth-terms-row input[type=checkbox]{margin-top:.2rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--lh-navy-soft);cursor:pointer}.auth-terms-label{font-size:.68rem;line-height:1.4;font-weight:500;color:#1a1a1a7a;cursor:pointer}.auth-terms-label a{color:#0b3d598c;font-weight:600;text-decoration:underline}.auth-terms-label a:hover{color:var(--lh-navy)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:var(--lh-navy);font-weight:600;text-decoration:none}a:hover{color:var(--lh-navy-soft);text-decoration:underline}code{font-size:.9em}.screen-center{min-height:60vh;display:grid;place-items:center}.muted{color:var(--lh-muted)}.small{font-size:.875rem}.error{color:#b3261e;margin:.5rem 0}.success{color:#0d4a32;margin:.5rem 0}.success.small{font-size:.875rem}.verify-email-actions{margin-top:1rem}.verify-email-inbox-notice{margin:1rem 0 1.1rem;text-align:left}.verify-email-inbox-notice-title{margin:0 0 .4rem;font-size:.95rem;color:var(--lh-navy)}.verify-email-inbox-notice-lead{margin:0 0 .65rem;line-height:1.45}.verify-email-inbox-notice-list{margin:0;padding-left:1.2rem;line-height:1.45}.verify-email-inbox-notice-list li{margin-bottom:.4rem}.verify-email-inbox-notice-list li:last-child{margin-bottom:0}.verify-email-code-input{font-size:1.25rem;letter-spacing:.15em;font-variant-numeric:tabular-nums;text-align:center}.verify-review-dl{margin:1rem 0;padding:1rem 1.25rem}.verify-review-dl>div{display:grid;grid-template-columns:7rem 1fr;gap:.35rem 1rem;padding:.35rem 0;border-bottom:1px solid var(--lh-border)}.verify-review-dl>div:last-child{border-bottom:none}.verify-review-dl dt{margin:0;font-weight:600;color:var(--lh-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.verify-review-dl dd{margin:0}.code-inline{font-family:ui-monospace,monospace;font-size:.85em}.page{max-width:880px;margin:0 auto;padding:1.5rem 1rem 3rem}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.topbar h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--lh-navy)}.topbar-actions{display:flex;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:6px;border:1px solid var(--lh-border);background:var(--lh-card);color:var(--lh-text);font:inherit;font-weight:600;cursor:pointer;text-decoration:none}.btn:hover:not(:disabled){background:#eef1f4;border-color:#c5cdd6}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{background:var(--lh-gold);border-color:var(--lh-gold);color:var(--lh-on-gold);font-weight:700}.btn.primary:hover:not(:disabled){background:var(--lh-gold-hover);border-color:var(--lh-gold-hover);color:var(--lh-on-gold)}.btn.secondary{background:var(--lh-card);border-color:var(--lh-navy);color:var(--lh-navy)}.btn.secondary:hover:not(:disabled){background:#0b3d590f}.btn.ghost{border-color:transparent;background:transparent;color:var(--lh-navy)}.btn.ghost:hover:not(:disabled){background:#0b3d590f}.btn.danger{border-color:#b3261e;color:#b3261e}.btn.danger.outline{background:transparent;border-color:#b3261e8c;color:#8b1f18}.btn.danger.outline:hover:not(:disabled){background:#b3261e0f;border-color:#b3261e}.btn.small{padding:.25rem .5rem;font-size:.85rem}.btn.wide{width:100%}.status-banner{padding:.75rem 1rem;border-radius:8px;margin-bottom:1.25rem}.status-banner.progress{background:#e8eef3;border:1px solid rgba(11,61,89,.18);color:var(--lh-navy)}.status-banner.done{background:linear-gradient(180deg,#fffbeb,#fff4d6);border:1px solid var(--lh-gold);color:var(--lh-navy)}.status-banner.final-ready{background:#fdcb2e38;border:1px solid var(--lh-gold);color:var(--lh-navy)}.status-banner.locked{background:#fdecea;border:1px solid #e8a29a;color:#5c2a24}.status-banner.firestore-limited{background:#fff8e6;border:1px solid #e6c200;color:#4a3f10}.firestore-sync-actions{margin-top:.75rem}.firestore-sync-actions .error{margin-top:.5rem}.banner-link{font-weight:600;color:inherit;text-decoration:underline}.banner-link:hover{opacity:.9}.summary-cta-inline{margin:0 0 1.25rem}.avatar-coach{margin-top:.5rem}.avatar-coach-inner{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap}.avatar-coach-avatar-wrap{flex-shrink:0}.avatar-coach-avatar{border-radius:12px;border:2px solid rgba(11,61,89,.15);object-fit:cover;background:#fff}.avatar-coach-bubble{flex:1;min-width:200px}.avatar-coach-text{margin:0 0 .5rem;line-height:1.55}.avatar-coach-step{margin:0 0 .75rem}.avatar-coach-btn{margin-top:.25rem}.module-intro-panel{margin-bottom:1.5rem}.final-capstone-intro{margin-bottom:1.25rem}.coach-banner{display:flex;gap:1rem;align-items:center;padding:1rem 1.1rem;border-radius:10px;border:1px solid var(--lh-border);background:linear-gradient(135deg,#f8fafc,#eef4f8);margin-bottom:1.25rem}.coach-banner.dashboard-coach{border-color:#0b3d5933}.coach-banner-avatar{border-radius:10px;border:2px solid rgba(11,61,89,.12);flex-shrink:0;object-fit:cover}.coach-banner-title{margin:0 0 .25rem;font-weight:700;color:var(--lh-navy);font-size:1rem}.coach-banner-body{margin:0;color:var(--lh-muted);font-size:.92rem;line-height:1.5}.outcome-banner.pass{background:linear-gradient(135deg,#fffbeb,#fff4d6);border-color:var(--lh-gold)}.outcome-banner.retry{background:#f4f7fa;border-color:#0b3d5933}.outcome-banner.locked{background:#fdecea;border-color:#e8a29a}.summary-actions{margin-top:1.25rem}.summary-actions .btn{margin-top:.75rem}.quiz-held-msg{margin:0;max-width:36rem;line-height:1.5}.summary-page-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.summary-sign-out{flex-shrink:0}.summary-page .summary-section-title{margin:0 0 1rem;font-size:1rem;color:var(--lh-navy)}.summary-table th:last-child,.summary-table td:last-child{text-align:right}.summary-overall{margin-top:1.25rem}.skills-game-cta{margin-top:1.5rem;border-radius:12px;border-color:#fdcb2e73;background:linear-gradient(165deg,#fffef8,#fff9e6 40%,#fff)}.skills-game-cta-btn{margin-top:.85rem;text-decoration:none;display:inline-flex}.skills-game-placeholder{margin-top:1rem;text-align:center;padding:2rem 1.25rem;border-style:dashed;border-color:#0b3d5933}.skills-game-placeholder-title{margin:0 0 .65rem;font-size:1.15rem;font-weight:800;color:var(--lh-navy);letter-spacing:-.02em}.skills-game-page .skills-game-placeholder{max-width:28rem;margin-left:auto;margin-right:auto}.skills-game-head{margin-bottom:.75rem}html.skills-game-html-lock{height:100%;overflow:hidden}html.skills-game-html-lock #root{height:100%;min-height:100%}body.skills-game-body-lock{height:100%;overflow:hidden;overscroll-behavior:none;background:#0a0a0a}.skills-game-page-root{position:fixed;z-index:200;top:var(--vv-top, 0);left:var(--vv-left, 0);width:var(--vv-w, 100%);max-width:var(--vv-w, 100%);height:var(--vv-h, 100dvh);max-height:var(--vv-h, 100dvh);margin:0;padding:0;box-sizing:border-box;display:flex;flex-direction:column;background:#0a0a0a}.skills-game-shell{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;width:100%;height:100%;background:#0a0a0a}.skills-game-shell:fullscreen,.skills-game-shell:-webkit-full-screen{width:100%;height:100%}.skills-game-shell--immersive .skills-game-iframe:not(.skills-game-iframe--preload){position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;flex:none}.skills-game-launch{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));background:linear-gradient(180deg,#0b3d59,#0a0a0a);text-align:center;gap:.65rem}.skills-game-launch-title{margin:0;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:800;color:#fff;letter-spacing:-.02em}.skills-game-launch-lede{margin:0;max-width:22rem;color:#ffffffe0;font-size:.92rem;line-height:1.45}.skills-game-launch-btn{margin-top:.35rem;font-size:1rem;padding:.7rem 1.35rem}.skills-game-launch-hint{max-width:20rem;margin:0;color:#ffffffa6}.skills-game-launch-back{margin-top:.75rem;color:#ffffffbf}.skills-game-launch-back:hover{color:#fff}.skills-game-exit-corner{position:absolute;top:max(.5rem,env(safe-area-inset-top));left:max(.5rem,env(safe-area-inset-left));z-index:15;font-size:.82rem;font-weight:700;color:#fff!important;background:#0000008c;border:1px solid rgba(255,255,255,.35)!important;border-radius:8px;padding:.4rem .65rem}.skills-game-launch .btn.ghost{background:transparent;border-color:#ffffff59;color:#fff}.skills-game-iframe{display:block;width:100%;flex:1;min-height:0;border:0;background:#0a0a0a}.skills-game-iframe--preload{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.summary-overall-stat{margin:0 0 .35rem;font-size:1.05rem}.summary-overall-pct{margin:0;font-size:1.65rem;font-weight:700;color:var(--lh-navy)}.module-grid{display:grid;gap:1rem}.module-grid-flow{gap:1.15rem;position:relative}.module-card{position:relative;background:linear-gradient(145deg,#fff,#fafcfd,#f4f7fa);border:1px solid rgba(11,61,89,.12);border-radius:14px;padding:1.15rem 1.35rem 1.25rem;box-shadow:0 4px 24px var(--lh-shadow),0 1px #fffc inset;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.module-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--lh-gold) 0%,rgba(253,203,46,.45) 100%);opacity:.35;transition:opacity .2s ease}.module-card.unlocked:before,.module-card.completed:before{opacity:1}.module-card.completed:before{background:linear-gradient(180deg,#2a9d6e 0%,var(--lh-gold) 100%)}.module-card.locked:before,.module-card.coming_soon:before{background:linear-gradient(180deg,#c5cdd6,#9aa5b1);opacity:.5}.module-card:hover:not(.locked):not(.coming_soon){transform:translateY(-3px);box-shadow:0 12px 36px #0b3d591f,0 1px #ffffffe6 inset;border-color:#0b3d5933}.module-card-step{position:absolute;top:.85rem;right:1rem;font-size:1.85rem;font-weight:800;line-height:1;color:#0b3d5914;letter-spacing:-.04em;pointer-events:none;-webkit-user-select:none;user-select:none}.module-card.unlocked .module-card-step,.module-card.completed .module-card-step{color:#0b3d591f}.module-card.locked,.module-card.coming_soon{opacity:.94}.module-card-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-right:3rem}.module-card h3{margin:0;font-size:1.1rem;font-weight:700;color:var(--lh-navy)}.module-desc{margin:.5rem 0;color:var(--lh-muted)}.module-summary{margin:0 0 .75rem}.module-actions{display:flex;gap:.5rem;flex-wrap:wrap}.badge{font-size:.75rem;padding:.15rem .5rem;border-radius:999px;font-weight:600}.badge.done{background:#fdcb2e59;color:var(--lh-navy)}.badge.soon{background:#e8eef3;color:var(--lh-navy-soft)}.badge.lock{background:#eef1f4;color:var(--lh-muted)}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:100%;max-width:400px;background:var(--lh-card);border:1px solid var(--lh-border);border-radius:12px;padding:1.75rem;box-shadow:0 8px 32px var(--lh-shadow)}.auth-back{margin:0 0 .75rem;font-size:.88rem}.auth-back a{color:var(--lh-muted);text-decoration:none;font-weight:600}.auth-back a:hover{color:var(--lh-navy);text-decoration:underline}.auth-card h1{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;color:var(--lh-navy)}.auth-switch{margin-top:1rem;text-align:center;font-size:.9rem}.link-btn{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--lh-navy);cursor:pointer;text-decoration:underline}.link-btn:hover{color:var(--lh-navy-soft)}.form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.form.row{flex-direction:row;flex-wrap:wrap;align-items:flex-end}.form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.form input{padding:.5rem .6rem;border-radius:6px;border:1px solid var(--lh-border);font:inherit}.form input:focus{outline:2px solid rgba(253,203,46,.6);outline-offset:1px;border-color:var(--lh-navy)}.page-head .back{display:inline-block;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:var(--lh-navy)}.page-head h2{margin:0 0 .35rem;font-weight:700;color:var(--lh-navy)}.section{margin-top:1.5rem}.section-title{font-size:1rem;margin:0 0 .5rem;font-weight:700;color:var(--lh-navy)}.panel{background:var(--lh-card);border:1px solid var(--lh-border);border-radius:8px;padding:1rem}.panel.highlight{background:#fdcb2e1f;border-color:#fdcb2e8c}.video-wrap{background:var(--lh-card);border:1px solid var(--lh-border);border-radius:8px;padding:1rem}.video-label{margin:0 0 .5rem;font-weight:600}.video-el{width:100%;max-height:420px;border-radius:6px;background:#000}.video-player-shell{outline:none;border-radius:8px;overflow:hidden;border:1px solid var(--lh-border);background:var(--lh-card)}.video-player-shell:focus-visible{box-shadow:0 0 0 2px #fdcb2ea6}.video-frame{background:#0a0f18;line-height:0}.video-frame--relative{position:relative}.video-buffering-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;font-size:.88rem;font-weight:600;color:#ffffffeb;text-shadow:0 1px 3px rgba(0,0,0,.85);background:#0a0f1859}.video-el.video-el--no-native-controls{display:block;width:100%;max-height:min(70vh,480px);border-radius:0;cursor:pointer}.video-controls-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.65rem .85rem;background:var(--lh-card);border-top:1px solid var(--lh-border)}.video-time{font-variant-numeric:tabular-nums;font-size:.8rem;color:var(--lh-navy);flex-shrink:0}.video-seek{flex:1 1 140px;min-width:100px;height:.45rem;accent-color:var(--lh-gold)}.video-ctrl-btn{padding:.35rem .7rem;font-size:.8rem}.video-player-shell:fullscreen{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:.75rem;background:#0a0f18;border:none;border-radius:0}.video-player-shell:fullscreen .video-frame{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.video-player-shell:fullscreen .video-el.video-el--no-native-controls{max-height:calc(100vh - 5.5rem);width:auto;max-width:100%}.video-el.video-el--no-native-controls:fullscreen,.video-el.video-el--no-native-controls:-webkit-full-screen{width:100%;height:100%;max-height:none;max-width:none;object-fit:contain;border-radius:0;background:#000}.quiz-heading{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:var(--lh-navy)}.quiz fieldset{border:1px solid var(--lh-border);border-radius:8px;padding:.75rem 1rem;margin:0 0 1rem}.quiz legend{padding:0 .35rem;font-weight:600;color:var(--lh-navy)}.options{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.opt{display:flex;align-items:center;gap:.5rem;cursor:pointer}.quiz-actions .score{margin:0}.page-footer,.footnote{margin-top:2rem}.table-wrap{overflow-x:auto;border:1px solid var(--lh-border);border-radius:8px;background:var(--lh-card)}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #eee;vertical-align:top}.data-table thead th{background:#e8eef3;color:var(--lh-navy);font-weight:700}.data-table tr.inactive td{color:#888}.data-table .actions{display:flex;flex-wrap:wrap;gap:.35rem}.detail-row td{background:#fafafa;padding:1rem}.user-detail .inner{margin-top:.5rem}.data-table.compact{font-size:.8rem}.mono{font-family:ui-monospace,monospace}.admin .section{margin-bottom:2rem}.page.admin{max-width:1080px}.admin-charts-section{margin-top:0}.admin-charts-lede{margin:0 0 1rem;max-width:52rem;line-height:1.55}.admin-charts-note{margin:0 0 1.25rem;padding:.65rem .85rem;border-radius:8px;background:#0b3d590f;border:1px solid rgba(11,61,89,.12);max-width:52rem}.admin-charts-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 900px){.admin-charts-grid{grid-template-columns:1fr 1fr;align-items:start}}.admin-chart-card{padding:1.1rem 1.15rem 1.25rem}.admin-chart-card-title{margin:0 0 .2rem;font-size:1.05rem;font-weight:700;color:var(--lh-navy)}.admin-chart-card-sub{margin:0 0 .85rem}.admin-chart-legend{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;margin-bottom:1rem;color:var(--lh-muted)}.admin-chart-swatch{display:inline-block;width:.65rem;height:.65rem;border-radius:2px;margin-right:.35rem;vertical-align:middle}.admin-chart-swatch--pass{background:linear-gradient(180deg,#1a7a5c,#0f5c44);box-shadow:0 0 0 1px #0f5c4459}.admin-chart-swatch--fail{background:linear-gradient(180deg,#c75c4a,#a34435);box-shadow:0 0 0 1px #a3443559}.admin-chart-rows{display:flex;flex-direction:column;gap:.85rem}.admin-chart-row{display:grid;grid-template-columns:minmax(5.5rem,7rem) 1fr;grid-template-rows:auto auto;gap:.25rem .75rem;align-items:center}@media (min-width: 520px){.admin-chart-row{grid-template-columns:minmax(5.5rem,7rem) 1fr minmax(7.5rem,auto);grid-template-rows:auto}}.admin-chart-row-label{font-weight:600;font-size:.9rem;color:var(--lh-navy)}.admin-chart-row-bar-wrap{min-width:0}.admin-chart-bar{display:flex;height:2rem;border-radius:6px;overflow:hidden;background:#e8eef3;border:1px solid var(--lh-border);box-shadow:inset 0 1px 2px #0b3d590f}.admin-chart-bar--empty{align-items:center;justify-content:center;color:var(--lh-muted);font-size:.85rem}.admin-chart-seg{display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);min-width:0;transition:width .35s ease}.admin-chart-seg--pass{background:linear-gradient(180deg,#1f8f6a,#126b4f)}.admin-chart-seg--fail{background:linear-gradient(180deg,#d66b58,#b84a38)}.admin-chart-row-meta{grid-column:1 / -1;white-space:nowrap}@media (min-width: 520px){.admin-chart-row-meta{grid-column:auto;text-align:right}}.admin-chart-meta-pass{color:#0f5c44;font-weight:600}.admin-chart-meta-fail{color:#a34435;font-weight:600}.admin-chart-meta-sep{margin:0 .2rem;color:var(--lh-border)}.admin-demographics-page{max-height:calc(100vh - 8.5rem);overflow-y:auto;overflow-x:hidden;padding-right:.35rem;scrollbar-gutter:stable}.admin-charts--vertical .admin-charts-stack{display:flex;flex-direction:column;gap:2rem}.admin-vchart-group{padding:1.15rem 1.2rem 1.35rem}.admin-vchart-group-title{margin:0 0 .25rem;font-size:1.08rem;font-weight:700;color:var(--lh-navy)}.admin-vchart-group-sub{margin:0 0 .65rem;max-width:48rem;line-height:1.5}.admin-vchart-empty-hint{margin:0 0 .75rem;padding:.5rem .65rem;border-radius:8px;background:#0b3d590d;border:1px solid rgba(11,61,89,.1);max-width:44rem}.admin-quiz-bank-policy{margin-bottom:1rem;padding:.75rem 1rem;border-left:4px solid rgba(180,140,0,.65);background:#fff3c859}.admin-quiz-bank-policy-title{margin:0 0 .35rem;font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--lh-navy)}.admin-quiz-bank-policy-body{margin:0;line-height:1.5}.admin-vchart-legend{margin-bottom:.85rem}.admin-vchart-scroll{overflow-x:auto;overflow-y:visible;padding:.35rem .15rem .5rem;margin:0 -.15rem;-webkit-overflow-scrolling:touch}.admin-vchart-columns{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.75rem;justify-content:center;align-items:flex-end;min-width:min-content;padding:0 .5rem}.admin-vchart-column{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto;min-width:5.5rem}.admin-vchart-column--trio{min-width:7.5rem}.admin-vchart-columns--trio-age{gap:1rem}.admin-vchart-trio{display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:.4rem;width:100%}.admin-vchart-trio-cell{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1;min-width:0;max-width:3.25rem}.admin-vchart-bar-host--trio{height:220px;width:100%;display:flex;align-items:stretch;justify-content:center}.admin-vchart-trio-gender-label{font-size:.72rem;font-weight:800;color:var(--lh-muted);letter-spacing:.06em}.admin-vchart-bar.admin-vchart-bar--accent-female{border:2px solid #e090a8;background:linear-gradient(180deg,#fff8fa,#fce8ef);box-shadow:inset 0 0 0 1px #e090a840,0 2px 10px #c864821f}.admin-vchart-bar.admin-vchart-bar--accent-male{border:2px solid #5a8ec4;background:linear-gradient(180deg,#f5f9fd,#e8f0fa);box-shadow:inset 0 0 0 1px #5a8ec447,0 2px 10px #3c64a01a}.admin-vchart-bar.admin-vchart-bar--accent-other{border:2px solid #a8b0ba;background:linear-gradient(180deg,#fafbfc,#eceff2);box-shadow:inset 0 0 0 1px #78829133,0 2px 8px #0b3d590f}.admin-vchart-slice-label--trio{font-size:.62rem;padding:0 1px}.admin-vchart-legend--tworow{flex-direction:column;align-items:flex-start;gap:.45rem}.admin-vchart-legend-line{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem}.admin-chart-swatch--gender-female{background:linear-gradient(180deg,#fce8ef,#e8a0b8);box-shadow:0 0 0 1px #c8648259}.admin-chart-swatch--gender-male{background:linear-gradient(180deg,#e8f0fa,#5a8ec4);box-shadow:0 0 0 1px #3c64a059}.admin-chart-swatch--gender-other{background:linear-gradient(180deg,#eceff2,#a8b0ba);box-shadow:0 0 0 1px #78829166}.admin-vchart-bar-host{height:220px;display:flex;align-items:stretch;justify-content:center}.admin-vchart-bar{width:52px;height:100%;border-radius:10px;overflow:hidden;border:1px solid var(--lh-border);box-shadow:inset 0 1px 3px #0b3d5914;background:#1428460f}.admin-vchart-bar-inner{display:flex;flex-direction:column;height:100%;width:100%}.admin-vchart-bar--empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--lh-muted);font-size:.9rem;background:#1428460d}.admin-vchart-slice{display:flex;align-items:center;justify-content:center;min-height:0;width:100%;box-sizing:border-box}.admin-vchart-slice--pass{background:linear-gradient(180deg,#1f8f6a,#126b4f)}.admin-vchart-slice--fail{background:linear-gradient(180deg,#d66b58,#b84a38)}.admin-vchart-slice-label{font-size:.68rem;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);pointer-events:none;line-height:1.1;text-align:center;padding:0 2px}.admin-vchart-col-label{font-weight:700;font-size:.88rem;color:var(--lh-navy);text-align:center;max-width:7rem;line-height:1.25}.admin-vchart-col-meta{text-align:center;line-height:1.35;max-width:8rem}.admin-vchart-meta-pass{color:#0f5c44;font-weight:600}.admin-vchart-meta-fail{color:#a34435;font-weight:600}.admin-users-email-key{margin-bottom:1rem;padding:.75rem 1rem;background:#0b3d590a;border-color:#0b3d591f}.admin-users-email-key-title{margin:0 0 .5rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--lh-navy)}.admin-users-email-key-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}@media (min-width: 720px){.admin-users-email-key-list{flex-direction:row;flex-wrap:wrap;column-gap:1.25rem;row-gap:.45rem}}.admin-users-email-key-list li{display:flex;align-items:flex-start;gap:.45rem;font-size:.82rem;line-height:1.4;color:var(--lh-text);max-width:22rem}.admin-users-email-key-list li strong{color:var(--lh-navy);font-weight:700}.admin-users-email-key-sample{display:inline-flex;flex-shrink:0;padding-top:.05rem}.admin-user-email-cell{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem}.admin-user-outcome-emoji{font-size:1rem;line-height:1;flex-shrink:0}.admin-user-module-focus{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .3rem;border-radius:6px;font-size:.78rem;font-weight:800;color:var(--lh-navy);background:linear-gradient(180deg,#fff6bf,#ffe566);border:1px solid rgba(180,140,0,.45);box-shadow:0 1px 2px #0b3d5914;flex-shrink:0}.admin-user-email-text{min-width:0;word-break:break-word}.user-detail-overall{margin:.75rem 0 1rem;padding:.75rem 1rem;border-radius:10px;background:#0b3d590d;border:1px solid rgba(11,61,89,.1)}.user-detail-overall-title{margin:0 0 .35rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--lh-navy)}.user-detail-overall-value{margin:0;font-size:1.15rem;line-height:1.35}.user-detail-overall-sub{display:inline;font-weight:400}.user-detail-overall-pass{margin:.5rem 0 0}.onboarding-gender{border:1px solid var(--lh-border);border-radius:8px;padding:.75rem 1rem 1rem;margin:0}.onboarding-gender legend{padding:0 .35rem;font-weight:600;color:var(--lh-navy)}.onboarding-gender-hint{margin:0 0 .5rem}.onboarding-gender-options{display:flex;flex-direction:column;gap:.35rem}.onboarding-firestore-hint{padding:.65rem .75rem;border-radius:8px;background:#0b3d590f;border:1px solid rgba(11,61,89,.12);line-height:1.45}.admin-topbar{flex-wrap:wrap;align-items:center}.admin-nav{display:flex;flex-wrap:wrap;gap:.35rem .5rem;padding:.5rem 0 1rem;margin-bottom:.25rem;border-bottom:1px solid var(--lh-border)}.admin-nav-link{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;font-size:.875rem;font-weight:600;color:var(--lh-navy);text-decoration:none;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.admin-nav-link:hover{background:#0b3d590f;text-decoration:none}.admin-nav-link--active{background:#fdcb2e59;border-color:#0b3d5933;color:var(--lh-navy-deep)}@media (max-width: 720px){.admin-nav{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:.5rem;padding:.55rem .35rem .85rem;margin:0 -.35rem .35rem;scroll-snap-type:x proximity;scrollbar-width:thin;border-bottom:1px solid var(--lh-border);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10px,#000 calc(100% - 10px),transparent);mask-image:linear-gradient(90deg,transparent,#000 10px,#000 calc(100% - 10px),transparent)}.admin-nav-link{flex:0 0 auto;scroll-snap-align:start;min-height:44px;padding:.5rem 1rem;background:var(--lh-card);border:1px solid var(--lh-border);box-shadow:0 1px 3px var(--lh-shadow)}.admin-nav-link--active{background:linear-gradient(180deg,#fdcb2e8c,#fdcb2e47);border-color:#0b3d5947;box-shadow:0 2px 8px #0b3d591a}}@media (max-width: 720px){.admin-users-table-wrap{overflow-x:visible;border:none;background:transparent;box-shadow:none}.admin-users-table thead{display:none}.admin-users-table tr.admin-users-empty{display:block;background:var(--lh-card);border:1px solid var(--lh-border);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 12px var(--lh-shadow)}.admin-users-table tr.admin-users-empty td{display:block;padding:1.15rem 1rem;text-align:center;border:none}.admin-users-table tr.admin-users-empty td:before{content:none}.admin-users-table tbody tr:not(.detail-row){display:block;background:var(--lh-card);border:1px solid var(--lh-border);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 12px var(--lh-shadow);overflow:hidden}.admin-users-table tbody tr:not(.detail-row):has(+tr.detail-row){margin-bottom:0;border-radius:12px 12px 0 0;border-bottom:none}.admin-users-table tr:not(.detail-row) td{display:grid;grid-template-columns:minmax(5.5rem,34%) 1fr;gap:.4rem .85rem;align-items:start;padding:.7rem 1rem;border-bottom:1px solid #eee}.admin-users-table tr:not(.detail-row) td:last-child{border-bottom:none}.admin-users-table tr:not(.detail-row) td:before{content:attr(data-label);font-weight:700;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--lh-muted);line-height:1.4;padding-top:.2rem}.admin-users-table .admin-user-email-cell{flex-direction:row;flex-wrap:wrap;align-items:flex-start}.admin-users-table .admin-user-email-text{word-break:normal;overflow-wrap:anywhere;flex:1 1 100%;min-width:0}.admin-users-table td.actions{grid-template-columns:1fr;gap:.5rem}.admin-users-table td.actions:before{margin-bottom:.15rem}.admin-users-table td.actions .btn{width:100%;min-height:44px;justify-content:center}.admin-users-table tr.detail-row{display:block;margin:0 0 1rem}.admin-users-table tr.detail-row td{display:block;padding:0;border:none;background:transparent}.admin-users-table tr.detail-row td:before{content:none}.admin-users-table tr.detail-row .user-detail{margin:0;padding:1rem;background:#fafafa;border:1px solid var(--lh-border);border-top:1px dashed rgba(11,61,89,.18);border-radius:0 0 12px 12px;box-shadow:0 4px 14px var(--lh-shadow)}.user-detail .table-wrap.inner{margin-left:-.25rem;margin-right:-.25rem;border-radius:8px}.user-detail .data-table.compact{min-width:36rem}}@media (max-width: 560px){.page{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:max(3rem,env(safe-area-inset-bottom,0px))}.admin-topbar{flex-direction:column;align-items:stretch;gap:.85rem}.admin-topbar .topbar-actions{width:100%;flex-direction:column}.admin-topbar .topbar-actions .btn{width:100%;min-height:44px}.dashboard-hero.topbar{flex-direction:column;align-items:stretch;gap:.85rem}.dashboard-hero .topbar-actions{width:100%}.dashboard-hero .topbar-actions .btn{width:100%;min-height:44px}.quiz-review-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:.5rem;padding-bottom:.4rem;margin:0 -.15rem;padding-left:.15rem;padding-right:.15rem;scroll-snap-type:x proximity;scrollbar-width:thin}.quiz-review-tabs .btn,.quiz-review-tabs .quiz-review-tab{flex:0 0 auto;scroll-snap-align:start;min-height:44px}.module-back-link{min-height:44px;padding:.35rem .5rem;margin-left:-.35rem}}.admin-data-error{margin:0 0 1rem}.admin-data-info{margin:0 0 .75rem;padding:.65rem .85rem;background:#0b3d590f;border:1px solid rgba(11,61,89,.12);border-radius:8px;max-width:52rem;line-height:1.45}.admin-home-lede{margin:0 0 1.25rem;max-width:40rem}.admin-page-section{margin-top:.5rem}.admin-summary-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media (min-width: 720px){.admin-summary-strip{grid-template-columns:repeat(4,1fr)}}.admin-stat-card{text-align:center;padding:.85rem .65rem}.admin-stat-value{display:block;font-size:1.65rem;font-weight:800;color:var(--lh-navy);line-height:1.1}.admin-stat-label{display:block;font-size:.72rem;font-weight:600;color:var(--lh-muted);margin-top:.35rem;line-height:1.35}.admin-hub-grid{display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width: 640px){.admin-hub-grid{grid-template-columns:repeat(2,1fr)}}.admin-hub-card{display:block;text-decoration:none;color:inherit;padding:1.1rem 1.15rem;border-radius:10px;border:1px solid var(--lh-border);background:var(--lh-card);box-shadow:0 2px 8px var(--lh-shadow);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.admin-hub-card:hover{text-decoration:none;border-color:#0b3d5940;box-shadow:0 4px 16px #0b3d591a;transform:translateY(-2px)}.admin-hub-card-title{margin:0 0 .4rem;font-size:1.05rem;font-weight:700;color:var(--lh-navy)}.admin-hub-card-desc{margin:0 0 .75rem;line-height:1.45}.admin-hub-card-cta{font-size:.85rem;font-weight:700;color:var(--lh-navy-soft)}.admin-pipeline{padding:1.15rem 1.2rem 1.25rem;max-width:36rem}.admin-pipeline-total{margin:0 0 1rem}.admin-pipeline-row{display:grid;grid-template-columns:minmax(7rem,9.5rem) 1fr minmax(4.5rem,auto);gap:.5rem .75rem;align-items:center;margin-bottom:.65rem}@media (max-width: 520px){.admin-pipeline-row{grid-template-columns:1fr;gap:.25rem}.admin-pipeline-meta{padding-left:0}}.admin-pipeline-label{font-size:.88rem;font-weight:600;color:var(--lh-navy)}.admin-pipeline-track{height:1.35rem;border-radius:6px;background:#e8eef3;border:1px solid var(--lh-border);overflow:hidden}.admin-pipeline-fill{height:100%;border-radius:5px 0 0 5px;min-width:0;transition:width .4s ease}.admin-pipeline-fill--neutral{background:linear-gradient(90deg,#8a9aa8,#6b7c8c)}.admin-pipeline-fill--progress{background:linear-gradient(90deg,#3d7ea6 0%,var(--lh-navy-soft) 100%)}.admin-pipeline-fill--pass{background:linear-gradient(90deg,#2a9d6e,#126b4f)}.admin-pipeline-fill--fail{background:linear-gradient(90deg,#e07a65,#b84a38)}.admin-pipeline-meta{text-align:right;white-space:nowrap}.admin-pipeline-pct{color:var(--lh-muted);font-weight:500}.admin-chart-swatch--video{background:linear-gradient(180deg,#3d7ea6 0%,var(--lh-navy) 100%);box-shadow:0 0 0 1px #0b3d5959}.admin-chart-swatch--quiz{background:linear-gradient(180deg,#ffe066 0%,var(--lh-gold) 100%);box-shadow:0 0 0 1px #0b3d5933}.admin-chart-seg--video{background:linear-gradient(180deg,#4a8eb8 0%,var(--lh-navy-soft) 100%)}.admin-chart-seg--quiz{background:linear-gradient(180deg,#ffe566,#e8b816);color:var(--lh-on-gold);text-shadow:none}.admin-module-stack{display:flex;flex-direction:column;gap:1rem}.admin-module-legend{margin-bottom:0}.admin-module-row{padding:1rem 1.1rem}.admin-module-row-head{margin-bottom:.75rem}.admin-module-row-title{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:var(--lh-navy)}.admin-module-row-stats{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.admin-dual-bar{display:grid;grid-template-columns:minmax(6.5rem,8rem) 1fr;gap:.5rem .75rem;align-items:center;margin-top:.5rem}.admin-dual-bar-label{font-size:.8rem;font-weight:600;color:var(--lh-muted)}.admin-dual-bar-track{height:1.75rem}.admin-engagement-dual-bar{align-items:start}.admin-engagement-bar-stack{min-width:0;display:flex;flex-direction:column;gap:.35rem}.admin-engagement-count-line{font-size:.9rem;line-height:1.35;color:var(--lh-navy)}.admin-engagement-breakdown{margin:0;line-height:1.4;max-width:42rem}.module-video-policy-notice{margin-bottom:1rem;border-left:4px solid var(--lh-gold, #e9c46a)}.module-video-policy-title{margin:0 0 .5rem}.module-video-policy-list{margin:0;padding-left:1.15rem}.module-video-policy-list li{margin-bottom:.35rem}.module-video-locked-panel{margin-top:.25rem}.module-video-locked-title{margin:0 0 .5rem}.module-continue-quiz-btn{margin-top:.75rem}.module-video-post-complete-notice{margin-bottom:.75rem}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirm-modal-card{max-width:420px;width:100%;padding:1.25rem 1.35rem;box-shadow:0 12px 40px #0f172a33}.confirm-modal-title{margin:0 0 .75rem;font-size:1.15rem;color:var(--lh-navy)}.confirm-modal-body{margin:0 0 .65rem;line-height:1.45}.confirm-modal-body:last-of-type{margin-bottom:1rem}.confirm-modal-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.module-rewatch-hint{margin-bottom:.5rem}.summary-review{margin-top:1.25rem}.quiz-review-toolbar,.quiz-review-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0}.quiz-review-expanded-card{margin-top:1rem;border:1px solid var(--lh-border);border-radius:12px;padding:.85rem 1rem 1rem;background:linear-gradient(165deg,#fff,#f8fafc);box-shadow:0 2px 10px var(--lh-shadow)}.quiz-review-expanded-card .summary-review-video-wrap{margin-bottom:.75rem}.summary-review-video-wrap .video-wrap{margin-top:0}.summary-review-video-wrap .video-label{font-size:.88rem}.quiz-review-expanded-card .quiz-review-panel{border-top:none;padding-top:0}.quiz-review-expanded-card .quiz-review-panel--nested{margin-top:0;padding-top:.75rem;border-top:1px solid rgba(20,40,70,.12)}.quiz-review-panel--nested{margin-top:.75rem}.quiz-review-tab{font-size:.85rem}.quiz-review-tab--active{border-color:var(--lh-navy);background:#14284614;font-weight:700}.quiz-review-panel{max-height:min(70vh,32rem);overflow-y:auto;padding-right:.25rem;border-top:1px solid rgba(20,40,70,.12);padding-top:1rem}.quiz-review-panel-title{margin:0 0 .75rem;font-size:1rem;color:var(--lh-navy)}.quiz-review-q{margin-bottom:1rem}.quiz-review-qtext{margin:0 0 .5rem;font-weight:600;line-height:1.35}.quiz-review-qnum{color:var(--lh-muted);margin-right:.25rem}.quiz-review-options{list-style:none;margin:0;padding:0}.quiz-review-opt{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;padding:.4rem .5rem;margin-bottom:.35rem;border-radius:6px;border:1px solid rgba(20,40,70,.1);font-size:.9rem}.quiz-review-opt--correct{border-color:#2a9d6e73;background:#2a9d6e14}.quiz-review-opt--picked:not(.quiz-review-opt--correct){border-color:#b3261e59;background:#b3261e0f}.quiz-review-opt-label{font-weight:700;color:var(--lh-muted);min-width:1.25rem}.quiz-review-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .4rem;border-radius:4px;margin-left:auto}.quiz-review-badge--yours{background:#1428461a;color:var(--lh-navy)}.quiz-review-badge--correct{background:#2a9d6e33;color:#0d4a32}.quiz-review-unanswered{margin:.35rem 0 0}.admin-quiz-bank-lede{max-width:40rem}.admin-quiz-bank-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.admin-quiz-bank-select-label{display:flex;flex-direction:column;gap:.25rem;max-width:24rem}.admin-quiz-bank-select{padding:.45rem .5rem;border-radius:6px;border:1px solid rgba(20,40,70,.2);font-size:.95rem}.admin-quiz-bank-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-quiz-editor-stack{display:flex;flex-direction:column;gap:1rem}.admin-quiz-q-editor{padding:1rem 1.1rem}.admin-quiz-q-editor-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.admin-quiz-q-num{font-weight:700;color:var(--lh-navy)}.admin-quiz-id-input{width:4rem;margin-left:.35rem;padding:.2rem .35rem}.admin-quiz-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.admin-quiz-textarea{width:100%;padding:.5rem .6rem;border-radius:6px;border:1px solid rgba(20,40,70,.2);font:inherit;resize:vertical}.admin-quiz-options-fieldset{border:none;margin:0;padding:0}.admin-quiz-option-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.admin-quiz-opt-radio{display:flex;align-items:center;gap:.25rem;cursor:pointer}.admin-quiz-opt-letter{font-weight:700;color:var(--lh-muted);min-width:1.25rem}.admin-quiz-opt-input{flex:1;min-width:12rem;padding:.4rem .5rem;border-radius:6px;border:1px solid rgba(20,40,70,.2);font:inherit}.btn.small{font-size:.8rem;padding:.25rem .5rem}.badge.account-active{background:#2a9d6e2e;color:#0d4a32}.badge.account-inactive{background:#eef1f4;color:var(--lh-muted)}.badge.account-terminated{background:#b3261e1f;color:#7a1f18}.dashboard-page{position:relative;overflow:hidden}.dashboard-backdrop{position:absolute;inset:-15% -20% auto -20%;height:320px;background:radial-gradient(ellipse 75% 65% at 50% 0%,rgba(253,203,46,.22) 0%,transparent 65%),radial-gradient(ellipse 55% 45% at 85% 15%,rgba(11,61,89,.07) 0%,transparent 50%);pointer-events:none;z-index:0}.dashboard-hero,.dashboard-status-banner,.dashboard-coach-float,.dashboard-modules-section,.dashboard-footnote,.summary-cta-inline{position:relative;z-index:1}.dashboard-hero{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(11,61,89,.1)}.dashboard-kicker{margin:0 0 .25rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lh-navy-soft)}.dashboard-hero h1{margin:0 0 .2rem;font-size:1.65rem;font-weight:800;color:var(--lh-navy);letter-spacing:-.02em}.dashboard-email{margin:0}.dashboard-status-banner{border-radius:12px;border-width:1px;box-shadow:0 2px 12px #0b3d590f}.coach-banner.dashboard-coach-float{border-radius:14px;border-color:#0b3d5924;background:linear-gradient(125deg,#fff,#f6f9fb 45%,#fffef8);box-shadow:0 8px 28px #0b3d5914,0 1px #ffffffe6 inset}.dashboard-results-cta{border-radius:10px;padding:.65rem 1.25rem;box-shadow:0 4px 14px #fdcb2e59}.dashboard-modules-section{margin-top:1.75rem}.dashboard-modules-heading{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:var(--lh-navy)}.dashboard-modules-sub{margin:0 0 1rem}.dashboard-loading{padding:1rem 0}.dashboard-footnote{margin-top:2rem}@keyframes module-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.module-grid-flow .module-card{animation:module-card-in .55s ease forwards}.module-grid-flow .module-card:nth-child(1){animation-delay:.02s}.module-grid-flow .module-card:nth-child(2){animation-delay:.08s}.module-grid-flow .module-card:nth-child(3){animation-delay:.14s}.module-grid-flow .module-card:nth-child(4){animation-delay:.2s}.module-grid-flow .module-card:nth-child(5){animation-delay:.26s}.module-grid-flow .module-card:nth-child(6){animation-delay:.32s}@media (prefers-reduced-motion: reduce){.module-grid-flow .module-card{animation:none;opacity:1}.module-card:hover:not(.locked):not(.coming_soon){transform:none}}.module-page{position:relative;overflow:hidden}.module-backdrop{position:absolute;inset:-10% -25% auto -25%;height:260px;background:radial-gradient(ellipse 70% 60% at 30% 0%,rgba(11,61,89,.06) 0%,transparent 60%);pointer-events:none;z-index:0}.module-page-head,.module-flow-section,.module-intro-panel,.module-page-footer{position:relative;z-index:1}.module-page-head{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(11,61,89,.1)}.module-back-link{display:inline-flex;align-items:center;margin-bottom:.65rem;font-weight:600;padding:.2rem 0;border-radius:6px;transition:background .15s ease}.module-back-link:hover{background:#0b3d590f;text-decoration:none}.module-page-kicker{margin:0 0 .2rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lh-gold-hover)}.module-page-head h2{margin:0 0 .35rem;font-size:1.45rem;font-weight:800;color:var(--lh-navy);letter-spacing:-.02em}.module-page-desc{margin:0;max-width:36rem;line-height:1.55}.module-flow-card{border-radius:14px;border:1px solid rgba(11,61,89,.1);box-shadow:0 6px 28px #0b3d5912,0 1px #ffffffd9 inset}.module-intro-panel.module-flow-card{margin-bottom:1.25rem}.module-flow-section{margin-top:0}.module-quiz-section{margin-top:1.5rem}.module-video-card{padding:1.1rem 1.15rem 1.2rem;background:linear-gradient(160deg,#fff,#f8fafc 55%,#fffef6)}.module-quiz-card{padding:1.1rem 1.15rem 1.2rem;background:linear-gradient(165deg,#fff,#f4f8fb,#fafdff)}.module-flow-title{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:.85rem!important}.module-flow-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border-radius:10px;font-size:.85rem;font-weight:800;color:var(--lh-navy);background:linear-gradient(145deg,rgba(253,203,46,.55) 0%,var(--lh-gold) 100%);box-shadow:0 2px 8px #fdcb2e59}.module-flow-badge--video{background:linear-gradient(145deg,#4a8eb8 0%,var(--lh-navy-soft) 100%);color:#fff;box-shadow:0 2px 10px #0b3d5940}.module-flow-badge--quiz{background:linear-gradient(145deg,#2a9d6e,#1a6b4d);color:#fff;box-shadow:0 2px 10px #1a6b4d40}.module-flow-placeholder{border-radius:10px}.module-flow-hint{margin-top:.75rem!important;margin-bottom:0!important}.module-page-footer{margin-top:2rem;padding-top:.5rem}.module-done-btn{border-radius:10px;padding:.55rem 1.1rem}.module-panel-hero{border-radius:14px;box-shadow:0 6px 24px #0b3d590f}.module-loading-screen{flex-direction:column;gap:1rem}.module-loading-pulse{width:44px;height:44px;border-radius:50%;border:3px solid rgba(11,61,89,.12);border-top-color:var(--lh-navy-soft);animation:module-spin .85s linear infinite}@keyframes module-spin{to{transform:rotate(360deg)}}.admin-data-info-banner{margin:0 0 1rem}.admin-data-info-banner-text{margin:0;line-height:1.45}.admin-quiz-choice-global-empty{margin-bottom:1rem;text-align:left}.admin-quiz-choice-lede{max-width:46rem}.admin-quiz-choice-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-bottom:1rem}.admin-quiz-choice-field{display:flex;flex-direction:column;gap:.25rem;min-width:12rem}.admin-quiz-choice-field--grow{flex:1;min-width:16rem}.admin-quiz-choice-backfill .btn.small{white-space:nowrap}.admin-quiz-choice-select{padding:.45rem .5rem;border-radius:6px;border:1px solid rgba(20,40,70,.2);font-size:.95rem}.admin-quiz-choice-meta{margin-bottom:.75rem}.admin-quiz-choice-empty{margin-bottom:1rem}.admin-quiz-choice-stack{display:flex;flex-direction:column;gap:1rem}.admin-quiz-choice-card{padding:1rem 1.1rem}.admin-quiz-choice-card-head{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.35rem}.admin-quiz-choice-qnum{flex-shrink:0;font-weight:800;color:var(--lh-navy);font-size:.85rem}.admin-quiz-choice-qtext{margin:0;font-size:.95rem;line-height:1.35}.admin-quiz-choice-version{margin:0 0 .75rem}.admin-quiz-choice-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.admin-quiz-choice-bar-row{display:grid;grid-template-columns:1fr minmax(120px,28%) 4.5rem;gap:.5rem .65rem;align-items:center}@media (max-width: 720px){.admin-quiz-choice-bar-row{grid-template-columns:1fr}}.admin-quiz-choice-bar-row--correct .admin-quiz-choice-bar-fill{background:linear-gradient(90deg,#2a9d6e8c,#2a9d6e40)}.admin-quiz-choice-bar-label{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.88rem}.admin-quiz-choice-letter{font-weight:800;color:var(--lh-navy);width:1.25rem}.admin-quiz-choice-opt{flex:1;min-width:0}.admin-quiz-choice-correct-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0d4a32;background:#2a9d6e33;padding:.1rem .35rem;border-radius:4px}.admin-quiz-choice-bar-track{height:8px;border-radius:999px;background:#14284614;overflow:hidden}.admin-quiz-choice-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#0b3d5973,#0b3d5926);min-width:2px;transition:width .35s ease}.admin-quiz-choice-pct{font-size:.82rem;font-variant-numeric:tabular-nums;text-align:right;color:#142846bf}
