@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap";:root{color-scheme:light;--navy: #073756;--navy-deep: #05263d;--navy-light: #4f6f82;--green: #9fc894;--green-light: #dcefd5;--green-wash: #eef8ea;--grey: #cdd8d7;--grey-light: #eef2f1;--red: #cc563c;--orange: #e7893f;--pink: #e7669d;--light-pink: #f8d6df;--pink-wash: #fff0f4;--aqua: #50bfbd;--light-aqua: #d2efed;--blue: #2f8cb8;--cream: #fff8f1;--ivory: #fffdf8;--ink: #09283f;--white: #ffffff;--line: rgba(7, 55, 86, .12);--line-strong: rgba(7, 55, 86, .2);--shadow-soft: 0 20px 56px rgba(7, 55, 86, .12);--shadow-tight: 0 10px 28px rgba(7, 55, 86, .1);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 14px;--radius-pill: 999px}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}body{margin:0;font-family:Noto Sans Display,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--ivory) 0%,var(--cream) 38%,var(--green-wash) 100%);line-height:1.5;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;letter-spacing:0}h1{max-width:13ch;font-size:clamp(2.9rem,7vw,6.2rem);line-height:.98}h2{font-size:clamp(2rem,3.6vw,3.7rem);line-height:1.04}h3{font-size:1.25rem;line-height:1.2}ul{margin:0;padding:0;list-style:none}.app-shell{width:min(1180px,100% - 32px);margin:0 auto}.loading-state{padding:48px 0}.eyebrow{color:var(--red);display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.button{min-height:44px;border:2px solid transparent;border-radius:var(--radius-pill);padding:.72rem 1.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:700;line-height:1;text-decoration:none;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button-primary{background:var(--navy);color:var(--cream)}.button-secondary{background:var(--green-light);color:var(--navy);border-color:#0737561f}.button-ghost{background:transparent;border-color:#fff8f1c7;color:var(--cream)}.button-ghost.dark{border-color:#0e2f4c40;color:var(--navy)}.button:disabled{background:var(--grey);color:#0a1f3373;border-color:transparent;transform:none}input,select{width:100%;min-height:48px;border:1px solid var(--line-strong);border-radius:var(--radius-md);padding:.75rem .85rem;background:var(--ivory);color:var(--ink)}label{display:grid;gap:.35rem;font-weight:700}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(80,191,189,.5);outline-offset:3px}.site-header{position:sticky;top:0;z-index:40;background:var(--navy);border-bottom:1px solid rgba(255,248,241,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{display:inline-flex;align-items:center;gap:16px;min-width:0;color:var(--cream);text-decoration:none}.site-logo img{flex:0 0 auto;height:38px;width:auto;max-width:150px;filter:brightness(0) invert(1);object-fit:contain}.site-logo span{min-height:34px;display:inline-flex;align-items:center;border-left:1px solid rgba(255,248,241,.32);padding-left:16px;color:var(--cream);font-size:.9rem;font-weight:900;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.site-nav,.site-footer-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.site-nav a,.site-footer-links a{min-height:36px;border-radius:var(--radius-pill);padding:.45rem .7rem;color:var(--cream);font-weight:700;text-decoration:none}.site-nav a:hover,.site-footer-links a:hover{background:#fff8f11f}.site-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.profile-menu{position:relative;flex:0 0 auto}.profile-menu-button{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,248,241,.18);border-radius:var(--radius-pill);background:#fff8f11a;color:var(--cream);padding:4px 10px 4px 4px;font-weight:900}.profile-menu-button:hover{background:#fff8f12e}.profile-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--aqua);color:var(--navy);font-size:.78rem;font-weight:900}.profile-menu-name{max-width:9ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:min(430px,calc(100vw - 24px));max-height:min(760px,calc(100vh - 96px));overflow:auto;display:grid;gap:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--cream);color:var(--navy);padding:16px;box-shadow:var(--shadow-lg)}.profile-dropdown-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:12px}.profile-dropdown-head div{display:grid;gap:3px;min-width:0}.profile-dropdown-head span{color:var(--navy-light);font-size:.86rem;overflow-wrap:anywhere}.profile-close-button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:var(--grey-light);color:var(--navy);font-weight:900}.profile-form{display:grid;gap:12px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-email-form{border-top:1px solid var(--line);padding-top:14px}.full-width{width:100%}.compact{font-size:.88rem}.hero{min-height:min(760px,calc(100vh - 76px));position:relative;display:flex;align-items:flex-end;overflow:hidden;color:var(--cream)}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05263d26,#05263de6),linear-gradient(90deg,#05263ddb,#07375642 58%,#9fc8942e),radial-gradient(circle at 86% 22%,rgba(231,102,157,.34),transparent 30%)}.hero-inner{position:relative;z-index:1;padding:clamp(64px,10vw,124px) 0 40px}.hero .eyebrow{color:var(--green-light)}.hero-lede{width:min(680px,100%);margin-top:24px;font-size:clamp(1.1rem,2vw,1.45rem);color:#fff8f1e6}.hero-actions,.challenge-actions,.module-actions,.resource-actions,.tier-card-footer{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.hero-actions{margin-top:32px}.hero-stats{width:min(920px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:56px;padding:18px;border:1px solid rgba(255,248,241,.24);border-radius:var(--radius-lg);background:#05263d6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-stats strong{display:block;font-size:clamp(2rem,4vw,3.5rem);line-height:1;font-weight:500}.hero-stats span{display:block;margin-top:6px;color:#fff8f1c7}.app-content{display:grid;gap:84px;padding:84px 0}.section-block{display:grid;gap:60px}.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:end;gap:28px}.section-head p{color:#09283fb8}.tier-grid,.module-grid,.resource-grid,.dashboard-grid{display:grid;gap:18px}.tier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tier-card,.module-card,.resource-card,.dashboard-panel,.mtick-card,.starter-pack,.learning-sidebar,.case-study,.quiz-panel,.onboarding-card{background:#fffdf8eb;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-tight)}.tier-card{display:grid;gap:20px;padding:26px;position:relative;overflow:hidden}.tier-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--aqua),var(--green),var(--pink))}.tier-card.is-selected{border-color:#cc563c85;box-shadow:var(--shadow-soft)}.tier-card-top,.module-meta,.resource-tags,.select-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.badge-chip,.pill,.resource-tags span,.resource-type{display:inline-flex;border-radius:var(--radius-pill);padding:.28rem .68rem;font-size:.78rem;font-weight:800}.badge-chip{background:var(--light-aqua);color:var(--navy)}.tier-card li{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line)}.tier-card li strong{white-space:nowrap;color:var(--red)}.progress-line,.challenge-progress{width:100%;height:10px;overflow:hidden;border-radius:var(--radius-pill);background:#0737561c}.progress-line span,.challenge-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--aqua),var(--green),var(--pink))}.certificate-note{color:var(--navy);font-weight:700}.dashboard{background:linear-gradient(135deg,#05263dfa,#073756f5),var(--navy);color:var(--cream);margin-inline:calc((100vw - min(1180px,100vw - 32px))/-2);padding:64px max(16px,calc((100vw - 1180px)/2))}.dashboard .eyebrow,.dashboard .section-head p{color:var(--green)}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-panel{background:#fff8f114;border-color:#fff8f129;box-shadow:none;padding:22px}.dashboard-panel span{color:#fff8f1b3}.dashboard-panel strong{display:block;margin:8px 0;font-size:2rem;line-height:1}.admin-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.admin-content{gap:48px}.admin-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-soft)}.admin-table{width:100%;min-width:900px;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.admin-table th{background:var(--ivory);color:var(--navy);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.admin-table tr:last-child td{border-bottom:0}.admin-table td span,.admin-rule-list span{display:block;margin-top:6px;color:#09283f9e;font-size:.9rem}.admin-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-rule-list{display:grid;gap:12px}.admin-rule-list>div{padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-soft)}.admin-rule-list strong{display:block;color:var(--navy)}.badge-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.badge-medal{display:grid;place-items:center;gap:8px;min-height:136px;border:1px dashed rgba(255,248,241,.34);border-radius:var(--radius-md);color:#fff8f19e}.badge-medal span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#fff8f11f;font-weight:800}.badge-medal.earned{border-style:solid;border-color:var(--green);color:var(--cream)}.badge-medal.earned span{background:var(--green);color:var(--navy)}.mtick-grid{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:stretch}.mtick-grid>div:first-child{display:grid;gap:18px}.mtick-card{display:grid;gap:12px;padding:28px;background:linear-gradient(135deg,var(--light-aqua),var(--green-light))}.mtick-card span{color:var(--navy-light);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.mtick-card strong{font-size:1.35rem}.challenge{padding:34px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--pink-wash),var(--green-wash));border:1px solid var(--line)}.challenge-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.challenge-timeline div{min-height:108px;display:grid;align-content:start;gap:8px;padding:16px;background:#fffdf8c2;border-radius:var(--radius-md)}.challenge-timeline span{color:#0a1f33b8}.starter-pack{padding:24px;display:grid;gap:12px}.starter-pack li{padding:8px 0 8px 24px;position:relative}.starter-pack li:before{content:"";position:absolute;left:0;top:17px;width:8px;height:8px;border-radius:50%;background:var(--red)}.filter-bar{display:flex;flex-wrap:wrap;gap:10px}.filter-bar button{min-height:40px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);padding:.52rem .9rem;background:#fffdf8a3;color:var(--navy);font-weight:800}.filter-bar button.active{background:var(--navy);color:var(--cream)}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-card{display:grid;grid-template-rows:148px 1fr auto;overflow:hidden}.module-card-media{position:relative;overflow:hidden;background:linear-gradient(135deg,#073756f0,#50bfbdc7),radial-gradient(circle at 82% 18%,rgba(231,102,157,.42),transparent 34%),var(--navy);color:var(--cream)}.module-card-media:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#04233775,#04233733 42%,#042337bd),linear-gradient(135deg,#07375633,#50bfbd2e);z-index:1}.module-card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.module-card-media-overlay{position:relative;z-index:2;display:grid;align-content:space-between;min-height:148px;height:100%;padding:18px;text-shadow:0 1px 10px rgba(4,35,55,.45)}.module-card-media span{width:fit-content;border:1px solid rgba(251,246,240,.62);border-radius:var(--radius-pill);padding:.25rem .62rem;background:#0423379e;font-weight:800}.module-card-body{display:grid;align-content:start;gap:12px;padding:18px}.module-card-body p,.resource-card p,.starter-pack p,.case-study p,.lesson-config p{color:#09283fb8}.presenter{color:var(--navy-light);font-weight:800}.module-card>.button{margin:0 18px 18px}.pill-not_started,.pill-in_progress{background:var(--green-light);color:var(--navy)}.pill-completed{background:var(--green);color:var(--navy)}.pill-review_required{background:#f8edd5;color:#6d4514}.pill-locked{background:#f8ddd5;color:#7a2a18}.learning-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.module-page h1{max-width:18ch;font-size:clamp(2.4rem,5vw,4.8rem)}.module-page-head{align-items:start}.module-page-lede{margin-top:18px;max-width:720px}.module-page-actions{display:grid;gap:18px;justify-items:start}.module-page-actions div{display:flex;flex-wrap:wrap;gap:12px}.learning-main{display:grid;gap:18px}iframe{width:100%;aspect-ratio:16 / 9;border:0;border-radius:var(--radius-md);background:var(--navy)}.case-study,.lesson-config,.learning-sidebar{padding:20px}.case-study span,.lesson-config span{display:block;color:var(--red);font-weight:900;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.lesson-config{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lesson-config div{display:grid;gap:10px;align-content:start}.lesson-config p{margin:0}.lesson-config strong,.lesson-config em,.lesson-config a{display:block}.lesson-config em{color:var(--navy-light);font-style:normal;font-weight:800}.lesson-config a{color:var(--navy);font-weight:900;text-decoration-color:#cc563c6b;text-underline-offset:3px}.learning-sidebar{display:grid;gap:12px;position:sticky;top:96px}.learning-sidebar button{width:100%;min-height:76px;display:grid;gap:4px;text-align:left;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--ivory);padding:12px}.learning-sidebar button.active{border-color:#cc563c8a;background:var(--pink-wash)}.learning-sidebar button:disabled{opacity:.5}.learning-sidebar span,.learning-sidebar em{color:var(--navy-light);font-size:.82rem;font-style:normal}.result-banner,.error-banner{border-radius:var(--radius-md);padding:14px 16px;background:var(--light-aqua);color:var(--navy);font-weight:800}.error-banner{background:#fce1d7;color:#792a16}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:#0a1f33a8}.modal-card{width:min(820px,100%);max-height:min(860px,92vh);overflow:auto;display:grid;gap:18px;padding:22px;background:var(--cream);border-radius:var(--radius-md)}.modal-header,.quiz-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.quiz-panel{display:grid;gap:18px;padding:20px}.quiz-progress{display:grid;gap:8px}.quiz-progress>div{display:flex;justify-content:space-between;gap:12px;color:var(--navy);font-weight:800}.quiz-progress span{color:var(--red)}.quiz-progress progress{width:100%;height:10px;overflow:hidden;border:0;border-radius:var(--radius-pill);background:var(--grey-light)}.quiz-progress progress::-webkit-progress-bar{background:var(--grey-light)}.quiz-progress progress::-webkit-progress-value{border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--aqua),var(--green))}.quiz-progress progress::-moz-progress-bar{border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--aqua),var(--green))}.quiz-question{display:grid;gap:10px;border:1px solid var(--line);border-radius:var(--radius-md);padding:14px}.quiz-question legend{padding:0 6px;font-weight:800}.quiz-option{grid-template-columns:auto 1fr;align-items:start;font-weight:500}.quiz-option input,.checkbox-row input,.select-row input{width:auto;min-height:auto}.quiz-navigation{display:flex;justify-content:space-between;gap:12px}.resource-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(180px,260px) auto;gap:14px;align-items:end}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-card{display:grid;align-content:start;gap:14px;padding:18px}.resource-card.selected{border-color:#cc563c8a}.resource-type{width:fit-content;background:var(--grey-light);color:var(--navy)}.resource-tags{justify-content:flex-start}.resource-tags span{background:var(--green-light);color:var(--navy)}.bulk-bar{min-height:64px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;border-radius:var(--radius-md);background:var(--navy);color:var(--cream)}.auth-page{min-height:calc(100vh - 100px);display:grid;align-items:center;padding:clamp(42px,7vw,84px) 0;background:linear-gradient(140deg,#d2efedb3,#fff8f1eb 44%,#fff0f4b8),var(--cream)}.auth-page-inner{display:grid;grid-template-columns:minmax(360px,540px) minmax(320px,1fr);align-items:stretch;gap:clamp(24px,4vw,46px)}.onboarding-card{width:100%;display:grid;gap:20px;align-content:start;padding:clamp(24px,4vw,38px);background:var(--ivory);border:1px solid rgba(7,55,86,.14);border-radius:var(--radius-md);box-shadow:0 24px 70px #07375624}.auth-card-head{display:grid;gap:10px}.auth-card-head h1,.onboarding-card h1{max-width:none;color:var(--navy);font-size:clamp(2rem,4vw,3rem);line-height:1.04}.auth-card-head p,.onboarding-card>p{color:#09283fb8}.auth-support-panel{min-height:100%;display:grid;grid-template-rows:minmax(220px,.62fr) auto 1fr;overflow:hidden;background:var(--navy);color:var(--cream);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.auth-support-panel img{width:100%;height:100%;min-height:220px;object-fit:cover;object-position:center}.auth-support-panel>div,.auth-support-panel ul{padding:26px}.auth-support-panel>div{display:grid;gap:12px;border-bottom:1px solid rgba(255,248,241,.14)}.auth-support-panel .eyebrow{color:var(--green)}.auth-support-panel h2{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.06}.auth-support-panel p,.auth-support-panel span{color:#fff8f1c2}.auth-support-panel ul{display:grid;align-content:start;gap:18px}.auth-support-panel li{display:grid;gap:4px;padding-left:18px;position:relative}.auth-support-panel li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--aqua)}.home-section{padding:84px 0}.explainer-grid,.pos-material-grid,.featured-unit-grid{display:grid;gap:18px}.explainer-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}.portal-feature-card,.pos-item{display:grid;align-content:start;gap:12px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fffdf8eb;box-shadow:var(--shadow-tight);padding:22px}.portal-feature-card p,.pos-item p{color:#09283fb8}.featured-units{background:#fffdf8bd;border-block:1px solid rgba(7,55,86,.08)}.featured-units-inner{display:grid;gap:34px;padding:78px 0 84px}.featured-units-heading{display:grid;justify-items:center;gap:10px;text-align:center}.featured-units-heading h2{color:var(--aqua);font-size:clamp(2rem,3vw,2.9rem)}.featured-units-heading span{width:106px;height:5px;display:block;margin-top:8px;background:var(--green)}.featured-unit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.featured-unit-card{min-width:0;display:grid;grid-template-rows:42px 128px 1fr;overflow:hidden;background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-tight)}.featured-unit-ribbon{display:flex;align-items:center;gap:10px;min-width:0;padding:0 18px;background:var(--aqua);color:var(--cream);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.featured-unit-ribbon strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-unit-icon{width:16px;height:18px;flex:0 0 auto;border:2px solid currentColor;border-radius:3px;position:relative}.featured-unit-icon:before,.featured-unit-icon:after{content:"";position:absolute;left:3px;right:3px;height:2px;background:currentColor}.featured-unit-icon:before{top:5px}.featured-unit-icon:after{top:10px}.featured-unit-card img{width:100%;height:128px;object-fit:cover;object-position:center}.featured-unit-body{display:grid;align-content:space-between;gap:18px;min-height:220px;padding:22px}.featured-unit-body h3{color:var(--aqua);font-size:clamp(1.22rem,1.8vw,1.55rem);line-height:1.08}.featured-unit-body p{margin-top:10px;color:#09283fb8}.featured-unit-link{width:fit-content;display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-weight:800;text-decoration:none}.featured-unit-link span{width:28px;height:28px;display:grid;place-items:center;border:2px solid var(--aqua);border-radius:50%;color:var(--orange);line-height:1}.featured-unit-link:hover{color:var(--red)}.pos-shop{background:linear-gradient(135deg,#d2efeddb,#eef8eaf5),var(--light-aqua)}.pos-shop-inner{padding:84px 0}.pos-material-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}.pos-item span{width:fit-content;border-radius:var(--radius-pill);padding:.28rem .68rem;background:var(--navy);color:var(--cream);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkbox-row{display:flex;align-items:flex-start;gap:10px;font-weight:600}.auth-mode-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--grey-light)}.auth-mode-row button{min-height:44px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--navy);font-weight:900;padding:0 16px}.auth-mode-row button.active{background:var(--navy);color:var(--cream)}.auth-action-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.turnstile-widget{min-height:65px}.site-footer{background:var(--navy);color:var(--navy);padding:36px 0}.site-footer,.site-footer a{color:var(--cream)}.site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer p{margin-top:12px;color:#fff8f1b8}.education-hero{min-height:min(720px,calc(100vh - 76px));position:relative;display:flex;align-items:flex-end;overflow:hidden;color:var(--cream)}.education-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.education-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#05263df0,#05263db3 52%,#05263d40),linear-gradient(180deg,#05263d14,#05263ddb)}.education-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,760px) minmax(260px,360px);align-items:end;justify-content:space-between;gap:36px;padding:clamp(72px,10vw,124px) 0 42px}.education-hero-copy{display:grid;gap:24px}.education-hero-copy .eyebrow{color:var(--green-light)}.education-hero-copy h1{max-width:14ch;font-size:clamp(2.7rem,5.4vw,5.4rem)}.education-hero-copy p:not(.eyebrow){max-width:690px;color:#fff8f1e6;font-size:clamp(1.08rem,2vw,1.36rem)}.education-hero-stats{display:grid;gap:12px}.education-hero-stats div{min-height:108px;display:grid;align-content:center;gap:8px;border:1px solid rgba(255,248,241,.24);border-radius:var(--radius-md);padding:18px;background:#05263d80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.education-hero-stats strong{font-size:clamp(2.15rem,4vw,3.6rem);line-height:1;font-weight:500}.education-hero-stats span{color:#fff8f1c7;font-weight:800}.education-content{display:grid;gap:84px;padding:84px 0}.education-format-grid,.education-story-grid,.education-resource-grid{display:grid;gap:18px}.education-format-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.education-format-card{display:grid;align-content:start;gap:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fffdf8eb;box-shadow:var(--shadow-tight);padding:28px}.education-format-card h2{color:var(--aqua);font-size:clamp(1.55rem,2.6vw,2.2rem)}.education-format-card p,.education-pathway p,.education-pathway span,.education-story-grid span,.education-challenge p{color:#09283fb8}.education-format-card a{width:fit-content;color:var(--red);font-weight:900;text-decoration:none}.education-story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.education-story-grid div{display:grid;align-content:start;gap:10px;border-top:4px solid var(--aqua);padding-top:18px}.education-story-grid strong{color:var(--navy);font-size:1.15rem}.education-pathway-list{display:grid;gap:22px}.education-pathway{display:grid;grid-template-columns:minmax(240px,.36fr) minmax(0,1fr);gap:24px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fffdf8eb;box-shadow:var(--shadow-tight);padding:26px}.education-pathway-head{display:grid;align-content:start;gap:12px}.education-pathway h3{color:var(--navy);font-size:clamp(1.45rem,2.6vw,2.35rem)}.education-pathway ol{display:grid;gap:0;margin:0;padding:0;list-style:none;counter-reset:education-module}.education-pathway li{counter-increment:education-module;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:16px 0 16px 44px;position:relative;border-bottom:1px solid var(--line)}.education-pathway li:last-child{border-bottom:0}.education-pathway li:before{content:counter(education-module);position:absolute;left:0;top:18px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--light-aqua);color:var(--navy);font-size:.82rem;font-weight:900}.education-pathway li div{display:grid;gap:6px}.education-pathway li em{color:var(--red);font-style:normal;font-weight:900;white-space:nowrap}.education-challenge{margin-inline:calc((100vw - min(1180px,100vw - 32px))/-2);padding:64px max(16px,calc((100vw - 1180px)/2));background:linear-gradient(135deg,#d2efedeb,#fff0f4eb),var(--light-aqua)}.education-challenge>div:first-child{display:grid;gap:16px;max-width:780px}.education-challenge-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.education-challenge-steps span{min-height:82px;display:grid;place-items:center;border-radius:var(--radius-md);background:#fffdf8d1;color:var(--navy);font-weight:900}.education-resource-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.education-resource-link{width:fit-content}@media (max-width: 960px){.site-header-inner,.site-footer-inner,.section-head{grid-template-columns:1fr}.section-head,.site-footer-inner,.site-header-inner{display:grid}.site-header-inner{align-items:flex-start;padding:14px 0}.site-nav{justify-content:flex-start}.site-header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.profile-dropdown{left:0;right:auto}.tier-grid,.dashboard-grid,.admin-split,.admin-user-row,.mtick-grid,.module-grid,.resource-grid,.learning-layout,.resource-toolbar,.featured-unit-grid,.explainer-grid,.pos-material-grid,.auth-page-inner,.education-hero-inner,.education-format-grid,.education-story-grid,.education-resource-grid,.education-pathway{grid-template-columns:1fr}.auth-support-panel{grid-template-rows:auto}.challenge-timeline,.badge-row,.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.education-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.learning-sidebar{position:static}.admin-actions{justify-content:flex-start}}@media (max-width: 640px){.app-shell{width:min(100% - 24px,1180px)}.site-header:before{min-height:24px;font-size:.62rem;letter-spacing:.06em;padding:0 8px;text-align:center}.site-header-inner{align-items:center;justify-items:center;gap:10px;padding:12px 0 14px}.site-logo img{height:34px}.site-logo{gap:10px}.site-logo span{min-height:28px;padding-left:10px;font-size:.72rem;white-space:normal}.site-nav{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;justify-items:center;gap:4px 12px}.site-nav a{min-height:32px;padding:.35rem .45rem;font-size:.82rem;white-space:normal}.site-header-actions{justify-content:center}.profile-menu{width:100%;display:flex;justify-content:center}.profile-dropdown{left:50%;right:auto;transform:translate(-50%)}.profile-form-grid{grid-template-columns:1fr}.hero{min-height:720px}.education-hero{min-height:760px;align-items:stretch}.education-hero-inner{align-content:end;gap:22px;padding:56px 0 28px}.education-hero-copy h1{font-size:clamp(2.65rem,14vw,4.4rem)}.hero-stats,.education-hero-stats,.education-challenge-steps,.challenge-timeline,.badge-row,.form-grid{grid-template-columns:1fr}.challenge,.dashboard{padding:28px 16px}.home-section,.featured-units-inner,.pos-shop-inner,.education-content{padding:56px 0}.education-pathway{padding:22px}.education-pathway li{grid-template-columns:1fr;gap:8px}.auth-page{align-items:start;padding:28px 0 48px}.featured-unit-card{grid-template-rows:42px 152px 1fr}.featured-unit-card img{height:152px}.featured-unit-body{min-height:0;padding:20px}.onboarding-card{width:min(100%,calc(100vw - 24px));padding:24px;overflow:hidden}.onboarding-card h1,.onboarding-card p{overflow-wrap:anywhere}.auth-support-panel{display:none}.module-actions,.quiz-navigation,.challenge-actions,.resource-actions,.hero-actions,.education-hero .hero-actions,.tier-card-footer{align-items:stretch;flex-direction:column}.button{width:100%}h1{font-size:clamp(3rem,18vw,5rem)}}
