@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300..900;1,300..900&family=Ubuntu:wght@700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-body:"Noto Sans", "Segoe UI", Arial, sans-serif;--font-caps:"Ubuntu", "Noto Sans", "Segoe UI", Arial, sans-serif;--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;--mtick-purple:#a678ff;--aqua:#50bfbd;--light-aqua:#d2efed;--blue:#2f8cb8;--cream:#fff8f1;--ivory:#fffdf8;--ink:#09283f;--white:#fff;--line:#0737561f;--line-strong:#07375633;--shadow-soft:0 20px 56px #0737561f;--shadow-tight:0 10px 28px #0737561a;--radius-sm:6px;--radius-md:8px;--radius-lg:14px;--radius-pill:999px;--page-max-width:1180px;--page-gutter:48px}@media (width<=640px){:root{--page-gutter:20px}}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--ink);background:linear-gradient(180deg, var(--ivory) 0%, var(--cream) 38%, var(--green-wash) 100%);margin:0;line-height:1.5;overflow-x:hidden}html.mobile-menu-open,body.mobile-menu-open{overscroll-behavior:none;overflow:hidden}button,input,select,textarea{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{letter-spacing:0;font-weight:500}h1{max-width:13ch;font-size:clamp(2.5rem,4vw,4rem);line-height:.98}h2{padding:15px 0;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(var(--page-max-width), calc(100% - (var(--page-gutter) * 2)));margin:0 auto}.loading-state{padding:48px 0}.page-loader{background:linear-gradient(115deg, #50bfbd1f, transparent 34%), linear-gradient(245deg, #e7669d29, transparent 38%), linear-gradient(135deg, var(--ivory) 0%, var(--cream) 46%, var(--green-wash) 100%);width:100%;min-height:100svh;color:var(--navy);place-items:center;padding:32px;display:grid;position:relative;overflow:hidden}.page-loader:before,.page-loader:after{content:"";pointer-events:none;position:absolute;inset:0}.page-loader:before{background:repeating-linear-gradient(90deg,#07375609 0 1px,#0000 1px 72px),repeating-linear-gradient(0deg,#07375608 0 1px,#0000 1px 72px);-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.page-loader:after{background:linear-gradient(115deg,#0000 20%,#ffffff7a 44%,#0000 66%);animation:2.8s ease-in-out infinite page-loader-sheen;transform:translate(-100%)}.page-loader-inner{z-index:1;text-align:center;justify-items:center;gap:24px;width:min(100%,380px);display:grid;position:relative}.page-loader-spinner{aspect-ratio:1;width:86px;animation:1.35s linear infinite page-loader-spin;position:relative}.page-loader-spinner span{aspect-ratio:1;border-radius:50%;width:28px;animation:1.35s ease-in-out infinite page-loader-dot;position:absolute;box-shadow:0 12px 28px #0737561f}.page-loader-spinner span:first-child{background:var(--red);margin-left:-14px;top:0;left:50%}.page-loader-spinner span:nth-child(2){background:var(--aqua);margin-top:-14px;animation-delay:.12s;top:50%;right:0}.page-loader-spinner span:nth-child(3){background:var(--green);margin-left:-14px;animation-delay:.24s;bottom:0;left:50%}.page-loader-spinner span:nth-child(4){background:var(--pink);margin-top:-14px;animation-delay:.36s;top:50%;left:0}.page-loader p{max-width:28ch;color:var(--navy);font-weight:900}.page-loader-progress{border-radius:var(--radius-pill);background:#0737561f;width:min(100%,240px);height:6px;overflow:hidden}.page-loader-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--red), var(--pink), var(--aqua));width:45%;height:100%;animation:1.35s ease-in-out infinite page-loader-progress;display:block}@keyframes page-loader-spin{to{transform:rotate(360deg)}}@keyframes page-loader-dot{0%,to{opacity:.58;transform:scale(.72)}50%{opacity:1;transform:scale(1)}}@keyframes page-loader-progress{0%{transform:translate(-110%)}to{transform:translate(235%)}}@keyframes page-loader-sheen{0%,28%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.page-loader:after,.page-loader-spinner,.page-loader-spinner span,.page-loader-progress span{animation:none}.page-loader-progress span{transform:translate(65%)}}.eyebrow{color:var(--red);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:inline-flex}.button{border-radius:var(--radius-pill);border:2px solid #0000;justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.72rem 1.15rem;font-weight:700;line-height:1;text-decoration:none;transition:background .16s,color .16s,border-color .16s,transform .16s;display:inline-flex}.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{color:var(--cream);background:0 0;border-color:#fff8f1c7}.button-ghost.dark{color:var(--navy);border-color:#0e2f4c40}.button:disabled{background:var(--grey);color:#0a1f3373;border-color:#0000;transform:none}input,select{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--ivory);width:100%;min-height:48px;color:var(--ink);padding:.75rem .85rem}label{gap:.35rem;font-weight:700;display:grid}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #50bfbd80}.site-header{z-index:40;background:var(--navy);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #fff8f11a;position:sticky;top:0}.site-header.brand-hey-sister{background:#f4d4c6;border-bottom-color:#0d385b24}.site-header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.site-logo{min-width:0;color:var(--cream);align-items:center;gap:16px;text-decoration:none;display:inline-flex}.site-logo img{filter:brightness(0)invert();object-fit:contain;flex:none;width:auto;max-width:150px;height:38px}.site-header.brand-hey-sister .site-logo,.site-header.brand-hey-sister .site-logo span,.site-header.brand-hey-sister .site-nav a{color:var(--navy)}.site-header.brand-hey-sister .site-logo img{filter:none}.site-header.brand-hey-sister .site-logo span{border-left-color:#0d385b3d}.site-header.brand-hey-sister .site-nav a:hover{background:#0d385b14}.site-logo span{min-height:34px;color:var(--cream);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-left:1px solid #fff8f152;align-items:center;padding-left:16px;font-size:.9rem;font-weight:900;line-height:1.1;display:inline-flex}.site-nav,.site-footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.site-nav a,.site-footer-links a{border-radius:var(--radius-pill);min-height:36px;color:var(--cream);padding:.45rem .7rem;font-weight:500;text-decoration:none}.site-nav a:hover,.site-footer-links a:hover{background:#fff8f11f}.site-header-actions{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.mobile-header-actions{align-items:center;gap:8px;display:none}.mobile-menu-toggle,.mobile-menu-backdrop,.mobile-sidebar{display:none}.mobile-menu-toggle{width:44px;height:44px;color:var(--cream);background:#fff8f11a;border:1px solid #fff8f138;border-radius:50%;flex:none;place-items:center;padding:10px}.mobile-menu-toggle span{background:currentColor;border-radius:999px;width:18px;height:2px}.site-header.brand-hey-sister .mobile-menu-toggle,.site-header.brand-hey-sister .profile-menu-button{color:var(--navy);background:#0d385b14;border-color:#0d385b2e}.site-header.brand-hey-sister .mobile-menu-toggle:hover,.site-header.brand-hey-sister .profile-menu-button:hover{background:#0d385b1f}.mobile-menu-backdrop{z-index:70;opacity:0;pointer-events:none;background:#05263d8f;border:0;transition:opacity .18s;position:fixed;inset:0}.mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-sidebar{z-index:80;visibility:hidden;pointer-events:none;background:var(--cream);width:0;height:100dvh;color:var(--navy);box-shadow:none;padding:18px 0;transition:width .22s,padding .22s,visibility .22s;position:fixed;inset:0 0 0 auto;overflow:hidden}.mobile-sidebar.is-open{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;visibility:visible;pointer-events:auto;width:min(88vw,380px);box-shadow:var(--shadow-lg);padding:18px;overflow-y:auto}.mobile-sidebar-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.mobile-sidebar .site-logo{color:var(--navy)}.mobile-sidebar .site-logo img{display:none}.mobile-sidebar .site-logo span{color:var(--navy);border-left:0;padding-left:0}.mobile-sidebar-close{border:1px solid var(--line);background:var(--grey-light);width:40px;height:40px;color:var(--navy);border-radius:50%;flex:none;font-weight:900}.mobile-sidebar-nav{gap:8px;padding:18px 0;display:grid}.mobile-sidebar-nav a{border-radius:var(--radius-md);min-height:46px;color:var(--navy);align-items:center;padding:.75rem .85rem;font-size:1rem;font-weight:900;text-decoration:none;display:flex}.mobile-sidebar-nav a:hover{background:var(--green-wash)}.mobile-sidebar-profile{border-top:1px solid var(--line);padding-top:16px}.mobile-sidebar .profile-menu{justify-content:stretch;gap:10px;width:100%;display:grid}.mobile-sidebar .profile-menu-button{border-color:var(--line);background:var(--ivory);width:100%;color:var(--navy);justify-content:flex-start;align-self:start;padding-right:12px}.mobile-sidebar .profile-menu-name{max-width:none}.mobile-sidebar .profile-dropdown{width:100%;max-width:100%;max-height:none;box-shadow:none;margin-top:0;position:static;transform:none}.profile-menu{flex:none;position:relative}.profile-menu-button{border-radius:var(--radius-pill);min-height:42px;color:var(--cream);background:#fff8f11a;border:1px solid #fff8f12e;align-items:center;gap:8px;padding:4px 10px 4px 4px;font-weight:500;display:inline-flex}.profile-menu-button:hover{background:#fff8f12e}.guest-profile-link{justify-content:center;min-width:42px;text-decoration:none}.profile-avatar{background:var(--aqua);width:34px;height:34px;color:var(--navy);border-radius:50%;flex:0 0 34px;place-items:center;font-size:.78rem;font-weight:900;display:grid}.profile-avatar-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px;display:block}.profile-menu-name{text-overflow:ellipsis;white-space:nowrap;max-width:9ch;overflow:hidden}.profile-dropdown{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--cream);width:min(430px,100vw - 24px);max-height:min(760px,100vh - 96px);color:var(--navy);box-shadow:var(--shadow-lg);gap:14px;padding:16px;display:grid;position:absolute;top:calc(100% + 10px);right:0;overflow:auto}.profile-dropdown-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.profile-dropdown-head div{gap:3px;min-width:0;display:grid}.profile-dropdown-head span{color:var(--navy-light);overflow-wrap:anywhere;font-size:.86rem}.profile-close-button{border:1px solid var(--line);background:var(--grey-light);width:32px;height:32px;color:var(--navy);border-radius:50%;font-weight:900}.profile-form{gap:12px;display:grid}.profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.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,100vh - 76px);color:var(--cream);align-items:flex-end;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#05263d26,#05263de6),linear-gradient(90deg,#05263ddb,#07375642 58%,#9fc8942e),radial-gradient(circle at 86% 22%,#e7669d57,#0000 30%);position:absolute;inset:0}.hero-inner{z-index:1;padding:clamp(64px,10vw,124px) 0 40px;position:relative}.hero .eyebrow{color:var(--green-light)}.hero-lede{color:#fff8f1e6;width:min(680px,100%);margin-top:24px;font-size:clamp(1.1rem,2vw,1.45rem)}.hero-actions,.module-actions,.resource-actions,.tier-card-footer{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-actions{margin-top:32px}.hero-stats{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05263d6b;border:1px solid #fff8f13d;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:min(920px,100%);margin-top:56px;padding:18px;display:grid}.hero-stats strong{font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1;display:block}.hero-stats span{color:#fff8f1c7;margin-top:6px;display:block}.app-content{gap:84px;padding-bottom:84px;display:grid}.section-block{gap:60px;display:grid}.resources-page-content>.section-block{padding-top:84px}.resources-coming-soon-page{grid-template-rows:auto 1fr auto;min-height:100svh;display:grid}.resources-coming-soon{background:radial-gradient(circle at 12% 18%, #50bfbd33, transparent 28%), radial-gradient(circle at 86% 82%, #e7669d26, transparent 30%), linear-gradient(135deg, var(--ivory), var(--cream) 48%, var(--green-wash));align-items:center;display:grid;position:relative;overflow:hidden}.resources-coming-soon:before{content:"";pointer-events:none;opacity:.42;background-image:linear-gradient(#0737560b 1px,#0000 1px),linear-gradient(90deg,#0737560b 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 65%);mask-image:linear-gradient(90deg,#000,#0000 65%)}.resources-coming-soon-inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:center;gap:clamp(48px,8vw,104px);min-height:620px;padding-block:clamp(72px,9vw,118px);display:grid;position:relative}.resources-coming-soon-copy{justify-items:start;gap:24px;display:grid}.resources-coming-soon-copy .eyebrow{color:var(--aqua)}.resources-coming-soon-copy h1{max-width:11ch;color:var(--navy);font-size:clamp(3rem,6vw,5.8rem)}.resources-coming-soon-lede{color:#09283fb8;max-width:610px;font-size:clamp(1.05rem,1.8vw,1.3rem)}.resources-coming-soon-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.resources-coming-soon-visual{min-height:420px;position:relative}.coming-soon-resource-card{aspect-ratio:.78;border-radius:var(--radius-lg);border:1px solid #07375624;align-content:start;gap:16px;width:min(100%,330px);padding:32px;display:grid;position:absolute;top:50%;left:50%;box-shadow:0 28px 70px #0737562b}.coming-soon-resource-card-back{background:var(--green-light);transform:translate(-68%,-52%)rotate(-11deg)}.coming-soon-resource-card-middle{background:var(--light-aqua);transform:translate(-37%,-50%)rotate(9deg)}.coming-soon-resource-card-front{color:var(--cream);background:var(--navy);transform:translate(-50%,-50%)rotate(-1.5deg)}.coming-soon-resource-card span{border-radius:var(--radius-pill);width:fit-content;color:var(--navy);background:var(--green);letter-spacing:.08em;text-transform:uppercase;padding:.34rem .72rem;font-size:.76rem;font-style:normal;font-weight:900}.coming-soon-resource-card strong{max-width:9ch;font-size:clamp(2rem,3.2vw,3rem);font-weight:500;line-height:1.02}.coming-soon-resource-card i{border-radius:var(--radius-pill);opacity:.16;background:currentColor;height:10px;display:block}.coming-soon-resource-card i:nth-last-child(2){width:82%}.coming-soon-resource-card i:last-child{width:58%}.section-head{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:end;gap:28px;display:grid}.section-head p{color:#09283fb8}.tier-grid,.module-grid,.resource-grid,.dashboard-grid{gap:18px;display:grid}.tier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tier-card,.module-card,.resource-card,.dashboard-panel,.starter-pack,.learning-sidebar,.case-study,.quiz-panel,.onboarding-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-tight);background:#fffdf8eb}.tier-card{gap:20px;padding:26px;display:grid;position:relative;overflow:hidden}.tier-card:before{content:"";background:linear-gradient(90deg, var(--aqua), var(--green), var(--pink));height:5px;position:absolute;inset:0 0 auto}.tier-card.is-selected{box-shadow:var(--shadow-soft);border-color:#cc563c85}.tier-card-top,.module-meta,.resource-tags,.select-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.achievement-chip,.pill,.resource-tags span,.resource-type{border-radius:var(--radius-pill);padding:.28rem .68rem;font-size:.78rem;font-weight:800;display:inline-flex}.achievement-chip{background:var(--light-aqua);color:var(--navy);align-items:center;gap:.42rem}.achievement-chip span,.achievement-icon-swatch{min-width:1.35rem;height:1.35rem;color:var(--navy);background:#ffffff6b;border-radius:999px;place-items:center;font-size:.72rem;font-weight:900;display:inline-grid}.tier-card li{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:10px 0;display:flex}.tier-card li strong{white-space:nowrap;color:var(--red)}.progress-line{border-radius:var(--radius-pill);background:#ffffff1c;width:100%;height:10px;overflow:hidden}.progress-line span{border-radius:inherit;background:linear-gradient(90deg, var(--aqua), var(--green), var(--pink));height:100%;display:block}.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(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)))) / -2);padding:64px max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2))}.dashboard .eyebrow,.dashboard .section-head p{color:var(--green)}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-panel{box-shadow:none;background:#fff8f114;border-color:#fff8f129;padding:22px}.dashboard-panel span{color:#fff8f1b3}.dashboard-panel strong{margin:8px 0;font-size:2rem;line-height:1;display:block}.learning-page-content{gap:56px;padding-top:32px}.learning-anchor-nav{z-index:18;border:1px solid var(--line);border-radius:var(--radius-pill);width:fit-content;max-width:100%;box-shadow:var(--shadow-tight);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8eb;flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:10px;margin-inline:auto;padding:8px;display:flex;position:static}.dashboard .learning-anchor-nav{margin-block:-28px}.learning-anchor-nav a{border-radius:var(--radius-pill);min-height:38px;color:var(--navy);white-space:nowrap;align-items:center;padding:.5rem .82rem;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.learning-anchor-nav a:hover{background:#0a2d4329}.learning-anchor-nav a:focus-visible{outline-offset:2px;outline:3px solid #cc563c6b}.pathway-progress-list{gap:16px;display:grid}.pathway-progress-card{border-radius:var(--radius-md);background:#fff8f114;border:1px solid #fff8f129;gap:14px;padding:22px;display:grid}.pathway-progress-card header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.pathway-progress-card header span,.pathway-progress-subtitle{color:#fff8f1b3;font-weight:800}.pathway-progress-card header span{color:var(--cream);font-size:1.05rem;font-weight:400}.pathway-progress-card h3{color:#fff8f1ad;margin:4px 0 0;font-size:1rem}.pathway-progress-subtitle{margin:6px 0 0}.pathway-progress-card header>strong{color:var(--green);font-size:2rem;line-height:1}.pathway-progress-card .progress-line{height:7px}.pathway-progress-card[data-tier=foundation] .progress-line span{background:var(--red)}.pathway-progress-card[data-tier=clinical] .progress-line span{background:var(--aqua)}.achievement-admin-title{align-items:center;gap:12px;display:flex}.achievement-icon-swatch{width:42px;min-width:42px;height:42px;font-size:.95rem}.achievement-condition-editor{gap:12px;padding-top:4px;display:grid}.achievement-condition-list{gap:10px;display:grid}.achievement-condition-row{border-radius:var(--radius-sm);background:#eef2f18a;border:1px solid #0737561a;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:12px;padding:12px;display:grid}.achievement-condition-row>button{grid-column:-2/-1;align-self:end}.admin-revision{color:#09283fa8;margin:-10px 0 18px}.admin-card-head strong{color:var(--navy)}.admin-card-head span{color:#09283f9e;margin-top:4px;display:block}.admin-card-head .achievement-icon-swatch{color:var(--navy);margin-top:0;display:inline-grid}.admin-card-list,.admin-form-section{gap:18px;display:grid}.admin-form-section label,.admin-edit-card label{color:#09283fbd;gap:8px;font-weight:700;display:grid}.admin-form-section input,.admin-form-section select,.admin-form-section textarea,.admin-edit-card input,.admin-edit-card select,.admin-edit-card textarea{border:1px solid var(--line);background:var(--white);width:100%;min-height:44px;color:var(--navy);font:inherit;border-radius:8px;padding:10px 12px;font-weight:500}.admin-form-section select[multiple],.admin-edit-card select[multiple]{min-height:124px}.admin-form-section textarea,.admin-edit-card textarea{resize:vertical}.admin-checkbox-list{border:1px solid var(--line);background:var(--white);border-radius:8px;max-height:260px;display:grid;overflow:auto}.admin-checkbox-option{border-bottom:1px solid var(--line);cursor:pointer;grid-template-columns:20px minmax(0,1fr);align-items:start;padding:12px;color:var(--navy)!important;gap:10px!important;display:grid!important}.admin-checkbox-option:last-child{border-bottom:0}.admin-checkbox-option input{width:18px;min-height:18px;margin-top:2px;padding:0}.admin-checkbox-option span,.admin-checkbox-option strong,.admin-checkbox-option small{min-width:0}.admin-checkbox-option small,.admin-empty-state{color:#09283f9e;margin-top:3px;font-weight:600;display:block}.admin-empty-state{border:1px solid var(--line);border-radius:8px;margin:0;padding:12px}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-edit-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);gap:16px;padding:18px;display:grid}.admin-card-head,.admin-card-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-option-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.admin-card-actions label{flex:1}.admin-resource-preview{grid-template-columns:152px minmax(0,1fr);align-items:stretch;gap:16px;display:grid}.admin-resource-preview .resource-card-media{min-height:188px}.admin-resource-thumbnail-details{align-content:center;gap:10px;min-width:0;display:grid}.admin-resource-thumbnail-details span{color:var(--muted);text-transform:uppercase;font-size:.84rem;font-weight:700}.admin-resource-thumbnail-details strong{overflow-wrap:anywhere;color:var(--ink);font-size:.92rem;line-height:1.45}.admin-file-upload{cursor:pointer}.admin-file-upload input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.compact-button{min-height:36px;padding:8px 12px}.admin-page{background:linear-gradient(180deg, #d2efed94, #fffdf8f5 34%, #fff0f46b), var(--ivory)}.admin-page-shell{gap:24px;padding:32px 0 72px;display:grid}.admin-page h1,.admin-page h2,.admin-page h3{max-width:none;color:var(--navy);overflow-wrap:anywhere;padding:0}.admin-page h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1}.admin-page h2{font-size:clamp(1.35rem,2vw,2rem);line-height:1.1}.admin-page h3{font-size:1rem;font-weight:800}.admin-hero,.admin-workspace{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:18px;display:grid}.admin-hero{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.admin-hero-copy,.admin-save-panel,.admin-overview-grid>div,.admin-list-panel,.admin-detail-panel,.admin-single-column,.admin-empty-panel{border-radius:var(--radius-md);min-width:0;max-width:100%;box-shadow:var(--shadow-tight);background:#fffdf8f0;border:1px solid #0737561f}.admin-hero-copy{gap:22px;padding:clamp(22px,4vw,34px);display:grid}.admin-hero-copy>div{gap:12px;display:grid}.admin-hero-copy p:not(.eyebrow),.admin-section-title p,.admin-panel-head span,.admin-detail-head span,.admin-list-item small,.admin-list-item>span:last-child,.admin-resource-thumbnail-details p{color:#09283fad}.admin-section-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.admin-section-tabs button{border-radius:var(--radius-sm);background:var(--white);min-height:82px;color:var(--navy);text-align:left;border:1px solid #07375621;grid-template-columns:minmax(0,1fr) auto;align-content:start;gap:4px 10px;padding:13px;display:grid}.admin-section-tabs button.active{background:linear-gradient(135deg, var(--pink-wash), var(--green-wash));border-color:#cc563c6b;box-shadow:inset 0 0 0 1px #cc563c24}.admin-section-tabs strong,.admin-section-tabs span,.admin-section-tabs small{min-width:0}.admin-section-tabs span{border-radius:var(--radius-pill);background:var(--navy);min-width:36px;color:var(--cream);justify-content:center;padding:2px 8px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-section-tabs small{color:#09283f9e;grid-column:1/-1;font-weight:700}.admin-save-panel{align-content:start;gap:12px;padding:20px;display:grid;position:sticky;top:92px}.admin-save-panel span{border-radius:var(--radius-pill);background:var(--green-light);width:fit-content;color:var(--navy);padding:.28rem .7rem;font-size:.78rem;font-weight:900}.admin-save-panel.is-dirty span{background:var(--light-pink);color:var(--red)}.admin-save-panel p{color:#09283fb3;font-weight:700}.admin-floating-save-bar{z-index:39;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf8f5;border-bottom:1px solid #07375624;animation:.18s ease-out admin-floating-save-enter;position:fixed;top:0;left:0;right:0;box-shadow:0 14px 32px #07375624}.admin-floating-save-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding-top:10px;padding-bottom:10px;display:grid}.admin-floating-save-inner>div{align-items:center;gap:12px;min-width:0;display:flex}.admin-floating-save-badge{border-radius:var(--radius-pill);background:var(--light-pink);color:var(--red);flex:none;padding:.28rem .7rem;font-size:.78rem;font-weight:900}.admin-floating-save-inner p{color:#09283fb8;overflow-wrap:anywhere;min-width:0;font-weight:800}.admin-floating-save-inner .button{min-width:150px}@keyframes admin-floating-save-enter{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.admin-floating-save-bar{animation:none}}.admin-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-overview-grid>div{gap:8px;padding:18px;display:grid}.admin-overview-grid span{color:#09283f9e;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.admin-overview-grid strong{color:var(--navy);font-size:2rem;font-weight:700;line-height:1}.admin-overview-grid p{color:#09283fad;font-weight:700}.admin-workspace{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.admin-list-panel,.admin-detail-panel,.admin-single-column,.admin-empty-panel{gap:18px;padding:18px;display:grid}.admin-list-panel{max-height:calc(100vh - 112px);position:sticky;top:92px}.admin-panel-head,.admin-detail-head,.admin-section-title.with-action,.admin-card-head,.admin-card-actions,.admin-inline-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-panel-head>div,.admin-detail-head>div,.admin-card-head>div{gap:4px;min-width:0;display:grid}.admin-filter-row{gap:10px;display:grid}.admin-list{gap:8px;padding-right:4px;display:grid;overflow:auto}.admin-list-item{border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--navy);text-align:left;border:1px solid #0737561f;grid-template-columns:minmax(0,1fr);gap:5px;padding:13px;display:grid}.admin-list-item.active{box-shadow:inset 4px 0 0 var(--aqua);background:#d2efed80;border-color:#50bfbd9e}.admin-list-item strong,.admin-list-item small,.admin-list-item>span:last-child{overflow-wrap:anywhere;min-width:0}.admin-list-item small,.admin-list-item>span:last-child{grid-column:1/-1;font-size:.84rem;font-weight:700}.admin-status-chip{border-radius:var(--radius-pill);background:var(--grey-light);width:fit-content;color:var(--navy);text-transform:uppercase;justify-self:start;padding:.22rem .56rem;font-size:.72rem;font-weight:900}.admin-status-chip.status-published{background:var(--green-light);color:#245a34}.admin-status-chip.status-draft{background:var(--pink-wash);color:var(--red)}.admin-status-chip.status-retired{background:var(--grey-light);color:var(--navy-light)}.admin-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-summary-strip div{border-radius:var(--radius-sm);background:var(--grey-light);border:1px solid #0737561a;gap:4px;padding:12px;display:grid}.admin-summary-strip span{color:#09283f9e;text-transform:uppercase;font-size:.74rem;font-weight:900}.admin-summary-strip strong{color:var(--navy);overflow-wrap:anywhere}.admin-section-title{gap:5px;display:grid}.admin-page .admin-form-section{border-radius:var(--radius-sm);background:#ffffffb8;border:1px solid #0737561a;gap:16px;padding:18px;display:grid}.admin-page .admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-page .admin-form-section label,.admin-page .admin-edit-card label,.admin-page .admin-filter-row label,.admin-page .admin-option-row label{color:#09283fbd;font-size:.9rem;font-weight:800}.admin-page .admin-form-section input,.admin-page .admin-form-section select,.admin-page .admin-form-section textarea,.admin-page .admin-edit-card input,.admin-page .admin-edit-card select,.admin-page .admin-edit-card textarea,.admin-page .admin-filter-row input,.admin-page .admin-filter-row select,.admin-page .admin-option-row input,.admin-page .admin-option-row textarea{background:var(--white);border-color:#07375629}.admin-card-list{gap:12px;display:grid}.admin-page .admin-edit-card{border-radius:var(--radius-sm);box-shadow:none;gap:14px;display:grid}.admin-card-head strong,.admin-card-head span{overflow-wrap:anywhere}.admin-inline-actions{flex-wrap:wrap;justify-content:flex-start}.admin-resource-preview.large{border-radius:var(--radius-sm);background:var(--white);border:1px solid #0737561a;grid-template-columns:minmax(180px,240px) minmax(0,1fr);align-items:stretch;gap:16px;padding:14px;display:grid}.admin-resource-preview.large .resource-card-media{min-height:240px}.admin-resource-thumbnail-details p{font-weight:700}.admin-mini-list{gap:8px;display:grid}.admin-mini-list button{border-radius:var(--radius-sm);background:var(--white);color:var(--navy);text-align:left;border:1px solid #0737561f;gap:4px;padding:12px;display:grid}.admin-mini-list span{color:#09283fa3;overflow-wrap:anywhere;font-size:.86rem;font-weight:700}.admin-single-column{width:min(980px,100%)}.admin-empty-panel{align-content:center;min-height:260px}.admin-repeat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-page .admin-option-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:10px;display:grid}.mtick-grid{margin-inline:calc((100vw - min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)))) / -2);padding:clamp(56px, 8vw, 88px) max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));background:var(--mtick-purple);color:var(--white);text-align:center;grid-template-columns:minmax(0,760px);justify-content:center}.dashboard+.mtick-grid{margin-top:-84px}.mtick-copy{justify-items:center;gap:18px;display:grid}.mtick-logo{width:clamp(112px,16vw,170px);height:auto}.mtick-grid .eyebrow{color:#ffffffd1}.mtick-grid p{color:#ffffffe6}.mtick-copy .button{background:var(--white);color:var(--navy);margin-top:8px}.starter-pack{gap:12px;padding:24px;display:grid}.starter-pack li{padding:8px 0 8px 24px;position:relative}.starter-pack li:before{content:"";background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:17px;left:0}.filter-bar{flex-wrap:wrap;gap:10px;display:flex}.filter-bar button{border:1px solid var(--line-strong);border-radius:var(--radius-pill);min-height:40px;color:var(--navy);background:#fffdf8a3;padding:.52rem .9rem;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{grid-template-rows:148px 1fr auto;display:grid;overflow:hidden}.module-card-media{background:linear-gradient(135deg, #073756f0, #50bfbdc7), radial-gradient(circle at 82% 18%, #e7669d6b, transparent 34%), var(--navy);color:var(--cream);position:relative;overflow:hidden}.module-card-media:after{content:"";z-index:1;background:linear-gradient(#04233775,#04233733 42%,#042337bd),linear-gradient(135deg,#07375633,#50bfbd2e);position:absolute;inset:0}.module-card-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.module-card-media-overlay{z-index:2;text-shadow:0 1px 10px #04233773;align-content:space-between;height:100%;min-height:148px;padding:18px;display:grid;position:relative}.module-card-media span{border-radius:var(--radius-pill);background:#0423379e;border:1px solid #fbf6f09e;width:fit-content;padding:.25rem .62rem;font-weight:800}.module-card-body{align-content:start;gap:12px;padding:18px;display:grid}.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{justify-self:stretch;width:auto;min-width:0;margin:0 18px 18px}.faq-video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.faq-video-card{border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;box-shadow:var(--shadow-tight);color:var(--navy);cursor:pointer;font:inherit;text-align:left;background:#fffdf8eb;grid-template-rows:168px 1fr;padding:0;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;overflow:hidden}.faq-video-card:hover,.faq-video-card:focus-visible{box-shadow:var(--shadow-soft);border-color:#cc563c57;transform:translateY(-2px)}.faq-video-card:focus-visible{outline-offset:3px;outline:3px solid #cc563c6b}.faq-video-card-media{background:linear-gradient(135deg, #073756f0, #50bfbdb8), radial-gradient(circle at 82% 18%, #e7669d57, transparent 34%), var(--navy);min-height:168px;position:relative;overflow:hidden}.faq-video-card-media:after{content:"";z-index:1;background:linear-gradient(#0423371f,#042337a3);position:absolute;inset:0}.faq-video-card-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.faq-video-play{z-index:2;width:56px;height:56px;color:var(--navy);background:#fffdf8eb;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 28px #04233747}.faq-video-play:before{content:"";border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:16px solid;margin-left:4px}.faq-video-card-body{align-content:start;gap:12px;padding:18px;display:grid}.faq-video-card-body>strong{color:var(--navy);font-size:1.05rem;line-height:1.2}.faq-video-meta{color:var(--red);flex-wrap:wrap;align-items:center;gap:8px;font-size:.78rem;font-weight:900;display:flex}.faq-video-meta span{border-radius:var(--radius-pill);background:var(--grey-light);width:fit-content;color:var(--navy);padding:.24rem .58rem}.faq-video-modal-overlay{background:#051a2bf5;padding:0}.pill-not_started,.pill-in_progress{background:var(--green-light);color:var(--navy)}.pill-completed{background:var(--green);color:var(--navy)}.pill-review_required{color:#6d4514;background:#f8edd5}.pill-locked{color:#7a2a18;background:#f8ddd5}.learning-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;display:grid}.module-page h1{max-width:18ch;font-size:clamp(2.4rem,5vw,3.8rem)}.module-page-head{align-items:start}.module-page-lede{max-width:720px;margin-top:18px}.module-page-actions{justify-items:start;gap:18px;display:grid}.module-page-actions div{flex-wrap:wrap;gap:12px;display:flex}.learning-workspace{padding-top:84px}.learning-main{gap:18px;display:grid}iframe{aspect-ratio:16/9;border-radius:var(--radius-md);background:var(--navy);border:0;width:100%}.case-study,.lesson-config,.learning-sidebar{padding:20px}.case-study span,.lesson-config span{color:var(--red);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.76rem;font-weight:900;display:block}.lesson-config{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.lesson-config div{align-content:start;gap:10px;display:grid}.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);text-underline-offset:3px;font-weight:900;text-decoration-color:#cc563c6b}.learning-sidebar{gap:12px;display:grid;position:sticky;top:96px}.learning-sidebar button{text-align:left;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--ivory);gap:4px;width:100%;min-height:76px;padding:12px;display:grid}.learning-sidebar button.active{background:var(--pink-wash);border-color:#cc563c8a}.learning-sidebar button:disabled{opacity:.5}.learning-sidebar span,.learning-sidebar em{color:var(--navy-light);font-size:.82rem;font-style:normal}.learning-sidebar .sidebar-module-title{color:var(--ink);justify-content:space-between;align-items:center;gap:10px;font-size:1rem;display:flex}.sidebar-module-title strong{min-width:0}.learning-sidebar .sidebar-status-icon{border-radius:6px;flex:none;place-items:center;width:22px;height:22px;display:inline-grid}.sidebar-status-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:16px;height:16px}.sidebar-status-icon-completed{background:var(--green);color:var(--navy)}.sidebar-status-icon-locked{background:var(--grey-light);color:var(--navy-light)}.result-banner,.error-banner{border-radius:var(--radius-md);background:var(--light-aqua);color:var(--navy);padding:14px 16px;font-weight:800}.error-banner{color:#792a16;background:#fce1d7}.modal-overlay{z-index:80;background:#0a1f33a8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:var(--cream);border-radius:var(--radius-md);gap:18px;width:min(820px,100%);max-height:min(860px,92vh);padding:22px;display:grid;overflow:auto}.modal-card.video-modal-card{width:100vw;height:100dvh;max-height:none;color:var(--cream);background:#000;border-radius:0;grid-template-rows:auto minmax(0,1fr);gap:0;padding:0;overflow:hidden}.video-modal-header{background:var(--cream);min-height:58px;color:var(--navy);border-bottom:1px solid #fff8f11f;justify-content:space-between;align-items:center;gap:16px;padding:8px clamp(14px,2vw,24px);display:flex}.video-modal-header>div{gap:2px;min-width:0;display:grid}.video-modal-header h3{min-width:0;color:var(--navy);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.15;overflow:hidden}.video-modal-meta{color:#09283fa8;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.78rem;font-weight:800;overflow:hidden}.video-modal-header .button{border-radius:var(--radius-pill);flex:none;min-height:36px;padding:.42rem .82rem;font-size:.9rem}.video-modal-card iframe{background:#000;border-radius:0;width:100%;height:100%;min-height:0}.quiz-success-card{text-align:center;justify-items:center;width:min(520px,100%)}.quiz-success-icon{background:var(--green);width:64px;height:64px;color:var(--navy);border-radius:50%;place-items:center;display:grid}.quiz-success-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:38px;height:38px}.quiz-success-copy{gap:8px;display:grid}.quiz-success-copy h3{font-size:1.8rem}.quiz-score-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--ivory);gap:2px;width:min(260px,100%);padding:16px;display:grid}.quiz-score-card span{color:var(--navy-light);text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:800}.quiz-score-card strong{color:var(--navy);font-size:2.5rem;line-height:1}.modal-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.modal-header,.quiz-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.quiz-panel{gap:18px;padding:20px;display:grid}.quiz-progress{gap:8px;display:grid}.quiz-progress>div{color:var(--navy);justify-content:space-between;gap:12px;font-weight:800;display:flex}.quiz-progress span{color:var(--red)}.quiz-progress progress{border-radius:var(--radius-pill);background:var(--grey-light);border:0;width:100%;height:10px;overflow:hidden}.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{border:1px solid var(--line);border-radius:var(--radius-md);gap:10px;padding:14px;display:grid}.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{justify-content:space-between;gap:12px;display:flex}.resource-toolbar{grid-template-columns:minmax(240px,1fr) minmax(180px,260px) auto;align-items:end;gap:14px;display:grid}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-card{align-content:start;gap:14px;padding:18px;display:grid}.download-resource-card{grid-template-rows:172px 1fr auto;align-content:stretch;gap:0;padding:0;overflow:hidden}.resource-card.selected{border-color:#cc563c8a}.resource-card-media{background:linear-gradient(135deg, #073756f0, #50bfbdc7), radial-gradient(circle at 84% 16%, #e7669d5c, transparent 34%), var(--navy);min-height:172px;color:var(--cream);position:relative;overflow:hidden}.resource-card-media:after{z-index:2;content:"";background:linear-gradient(#0423375c,#04233724 42%,#042337b8),linear-gradient(135deg,#07375638,#50bfbd24);position:absolute;inset:0}.resource-card-media img{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.resource-card-media-fallback{place-items:center;padding:22px;display:grid;position:absolute;inset:0}.resource-file-sheet{aspect-ratio:.72;background:#fffdf8f0;border-radius:8px;align-content:start;gap:9px;width:min(118px,42%);padding:18px 14px;display:grid;transform:rotate(-4deg);box-shadow:0 18px 42px #0423373d}.resource-file-sheet span{border-radius:var(--radius-pill);background:var(--green-light);width:fit-content;color:var(--navy);padding:.2rem .52rem;font-size:.72rem;font-weight:800}.resource-file-sheet i{border-radius:var(--radius-pill);background:#07375629;height:8px;display:block}.resource-file-sheet i:nth-child(3){width:78%}.resource-file-sheet i:nth-child(4){width:58%}.resource-card-media-overlay{z-index:3;text-shadow:0 1px 10px #04233773;align-content:space-between;height:100%;min-height:172px;padding:18px;display:grid;position:relative}.resource-card-media-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.resource-card-media-overlay .resource-media-type-pill{border-radius:var(--radius-pill);background:#0423379e;border:1px solid #fbf6f09e;width:fit-content;padding:.25rem .62rem;font-weight:800}.resource-card-media-overlay strong{max-width:18ch;font-size:1.08rem;line-height:1.1}.resource-card-media-footer{justify-content:space-between;align-items:end;gap:12px;display:flex}.resource-card-media-overlay .resource-format-pill-on-media{background:var(--green-light);color:var(--navy);text-shadow:none;border:0;flex:none;align-self:end;box-shadow:0 8px 18px #04233733}.resource-card-body{align-content:start;gap:12px;padding:18px;display:grid}.resource-card-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.resource-select-row{color:var(--navy);align-items:center;gap:9px;font-weight:800;display:inline-flex}.resource-select-row input{width:auto;min-height:auto}.resource-card-media-overlay .resource-select-row-on-media{border-radius:var(--radius-pill);color:var(--navy);text-shadow:none;opacity:0;pointer-events:none;background:#fbf6f0eb;flex:none;padding:.3rem .68rem;transition:opacity .18s,transform .18s;transform:translateY(-4px);box-shadow:0 8px 18px #04233738}.download-resource-card:hover .resource-select-row-on-media,.download-resource-card:focus-within .resource-select-row-on-media,.download-resource-card.selected .resource-select-row-on-media{opacity:1;pointer-events:auto;transform:translateY(0)}.resource-format-pill{border-radius:var(--radius-pill);background:var(--green-light);color:var(--navy);padding:.28rem .68rem;font-size:.78rem;font-weight:800;display:inline-flex}.download-resource-card .resource-actions{margin:0 18px 18px}.download-resource-card .resource-actions .button{flex:1 1 0}.resource-type{background:var(--grey-light);width:fit-content;color:var(--navy)}.resource-tags{justify-content:flex-start}.resource-tags span{background:var(--green-light);color:var(--navy)}.bulk-bar{border-radius:var(--radius-md);background:var(--navy);min-height:64px;color:var(--cream);justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.bulk-bar .button-primary:not(:disabled){color:var(--navy);background:#fff;border-color:#fff}.auth-page{background:linear-gradient(140deg, #d2efedb3, #fff8f1eb 44%, #fff0f4b8), var(--cream);align-items:center;min-height:calc(100vh - 100px);padding:clamp(42px,7vw,84px) 0;display:grid}.auth-page-inner{grid-template-columns:minmax(360px,540px) minmax(320px,1fr);align-items:stretch;gap:clamp(24px,4vw,46px);min-width:0;display:grid}.onboarding-card{background:var(--ivory);border-radius:var(--radius-md);border:1px solid #07375624;align-content:start;gap:20px;width:100%;min-width:0;padding:clamp(24px,4vw,30px);display:grid;box-shadow:0 24px 70px #07375624}.auth-card-head{gap:10px;display:grid}.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{background:var(--navy);min-height:100%;color:var(--cream);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);grid-template-rows:minmax(220px,.62fr) auto 1fr;display:grid;overflow:hidden}.auth-support-panel img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:220px}.auth-support-panel>div,.auth-support-panel ul{padding:26px}.auth-support-panel>div{border-bottom:1px solid #fff8f124;gap:12px;display:grid}.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{align-content:start;gap:18px;display:grid}.auth-support-panel li{gap:4px;padding-left:18px;display:grid;position:relative}.auth-support-panel li:before{content:"";background:var(--aqua);border-radius:50%;width:7px;height:7px;position:absolute;top:.62em;left:0}.home-section{padding:84px 0}.explainer-grid,.pos-material-grid,.featured-unit-grid{gap:18px;display:grid}.explainer-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}.portal-feature-card,.pos-item{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-tight);background:#fffdf8eb;align-content:start;gap:12px;padding:22px;display:grid}.portal-feature-card p,.pos-item p{color:#09283fb8}.featured-units{background:#fffdf8bd;border-block:1px solid #07375614}.featured-units-inner{gap:34px;padding:78px 0 84px;display:grid}.featured-units-heading{text-align:center;justify-items:center;gap:10px;display:grid}.featured-units-heading h2{color:var(--aqua);font-size:clamp(2rem,3vw,2.9rem)}.featured-units-heading span{background:var(--green);width:106px;height:5px;margin-top:8px;display:block}.featured-unit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.featured-unit-card{background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;box-shadow:var(--shadow-tight);grid-template-rows:42px 128px 1fr;display:grid;overflow:hidden}.featured-unit-ribbon{background:var(--aqua);min-width:0;color:var(--cream);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;padding:0 18px;font-size:.78rem;font-weight:900;display:flex}.featured-unit-ribbon strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.featured-unit-icon{border:2px solid;border-radius:3px;flex:none;width:16px;height:18px;position:relative}.featured-unit-icon:before,.featured-unit-icon:after{content:"";background:currentColor;height:2px;position:absolute;left:3px;right:3px}.featured-unit-icon:before{top:5px}.featured-unit-icon:after{top:10px}.featured-unit-card img{object-fit:cover;object-position:center;width:100%;height:128px}.featured-unit-body{align-content:space-between;gap:18px;min-height:220px;padding:22px;display:grid}.featured-unit-body h3{color:var(--aqua);font-size:clamp(1.22rem,1.8vw,1.55rem);line-height:1.08}.featured-unit-body p{color:#09283fb8;margin-top:10px}.featured-unit-link{width:100%;color:var(--navy);justify-content:space-between;align-items:center;gap:10px;font-weight:800;text-decoration:none;display:inline-flex}.featured-unit-link span{background:var(--aqua);width:28px;height:28px;color:var(--cream);border-radius:50%;flex:none;place-items:center;font-weight:900;line-height:1;display:grid}.featured-unit-link:hover{color:var(--red)}.education-homepage-highlight{background:linear-gradient(135deg, #05263dfa, #073756f0), var(--navy);color:var(--cream);overflow:hidden}.education-homepage-highlight-inner{grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);align-items:center;gap:clamp(30px,5vw,64px);padding:clamp(64px,8vw,94px) 0;display:grid}.education-homepage-highlight-copy{align-content:center;gap:18px;display:grid}.education-homepage-highlight-copy .eyebrow{color:var(--green)}.education-homepage-highlight-copy h2{max-width:14ch;color:var(--cream);padding:0;font-size:clamp(2.1rem,4vw,4rem)}.education-homepage-highlight-copy>p:not(.eyebrow){color:#fff8f1cc;max-width:58ch;font-size:clamp(1rem,1.45vw,1.15rem)}.education-homepage-highlight-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.education-homepage-highlight-actions .button-primary{background:var(--cream);color:var(--navy)}.education-homepage-highlight-actions .button-secondary{color:var(--cream);background:#fff8f11a;border-color:#fff8f147}.education-homepage-highlight-visual{grid-template-columns:minmax(190px,.78fr) minmax(220px,1fr);align-items:center;gap:18px;min-width:0;display:grid}.education-homepage-highlight-visual img{aspect-ratio:.82;object-fit:cover;object-position:center;border-radius:var(--radius-md);width:100%;box-shadow:0 24px 60px #00000042}.education-homepage-highlight-track{gap:12px;display:grid}.education-homepage-highlight-card{border-radius:var(--radius-md);background:#fff8f117;border:1px solid #fff8f129;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px;min-width:0;padding:16px;display:grid}.education-homepage-highlight-card span{background:var(--aqua);width:42px;height:42px;color:var(--navy);border-radius:50%;place-items:center;font-size:.78rem;font-weight:900;display:grid}.education-homepage-highlight-card div{gap:5px;min-width:0;display:grid}.education-homepage-highlight-card p{color:var(--green);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}.education-homepage-highlight-card h3{color:var(--white);font-size:clamp(1.1rem,1.8vw,1.35rem)}.education-homepage-highlight-card small{color:#fff8f1bd;font-size:.9rem;line-height:1.45}.featured-resources{background:linear-gradient(135deg, #fff8f1f5, #d2efedbd), var(--cream);border-bottom:1px solid #07375614}.featured-resources-inner{gap:30px;padding:76px 0 84px;display:grid}.featured-resources-heading{text-align:center;justify-items:center;gap:10px;max-width:640px;margin:0 auto;display:grid}.featured-resources-heading h2{color:var(--aqua);font-size:clamp(2rem,3vw,2.9rem)}.featured-resources-heading p{color:#09283fb8;max-width:52ch;font-size:1.02rem}.featured-resources-heading span{background:var(--green);width:106px;height:5px;margin-top:8px;display:block}.featured-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.featured-resource-card{border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;min-height:260px;box-shadow:var(--shadow-tight);background:#fffdf8eb;align-content:start;gap:12px;padding:24px;display:grid}.featured-resource-icon{border:2px solid var(--aqua);border-radius:var(--radius-sm);background:var(--ivory);width:54px;height:62px;color:var(--aqua);align-items:end;padding:7px;display:grid;position:relative}.featured-resource-icon:before,.featured-resource-icon:after{content:"";background:currentColor;height:2px;position:absolute;left:12px;right:12px}.featured-resource-icon:before{top:17px}.featured-resource-icon:after{top:27px}.featured-resource-icon span{background:var(--green);border-radius:4px;height:16px}.featured-resource-card>span{border-radius:var(--radius-pill);background:var(--navy);width:fit-content;color:var(--cream);letter-spacing:.08em;text-transform:uppercase;padding:.28rem .68rem;font-size:.75rem;font-weight:900}.featured-resource-card h3{color:var(--aqua);font-size:clamp(1.35rem,2vw,1.8rem)}.featured-resource-card p{color:#09283fb8}.featured-resources-action{justify-self:start}.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{border-radius:var(--radius-pill);background:var(--navy);width:fit-content;color:var(--cream);text-transform:uppercase;letter-spacing:.08em;padding:.28rem .68rem;font-size:.75rem;font-weight:900}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0;display:grid}.form-grid label,.onboarding-card input,.onboarding-card select,.auth-mode-row button,.auth-action-row .button,.turnstile-widget,.error-banner{min-width:0;max-width:100%}.onboarding-card input:not([type=checkbox]),.onboarding-card select{min-height:42px;padding:.55rem .75rem;font-size:.95rem;font-weight:600}.checkbox-row{align-items:flex-start;gap:12px;font-weight:400;line-height:1.35;display:flex}.checkbox-row input[type=checkbox]{appearance:none;border:2px solid var(--line-strong);background:var(--ivory);border-radius:5px;flex:0 0 22px;place-content:center;width:22px;height:22px;min-height:0;margin:.1em 0 0;padding:0;display:grid}.checkbox-row input[type=checkbox]:before{content:"";clip-path:polygon(14% 44%,0 60%,40% 100%,100% 18%,84% 4%,38% 67%);background:var(--navy);width:11px;height:11px;transition:transform .12s;transform:scale(0)}.checkbox-row input[type=checkbox]:checked{border-color:var(--navy)}.checkbox-row input[type=checkbox]:checked:before{transform:scale(1)}.auth-mode-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--grey-light);grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.auth-mode-row button{border-radius:var(--radius-sm);min-height:44px;color:var(--navy);background:0 0;border:0;padding:0 16px;font-weight:900}.auth-mode-row button.active{background:var(--navy);color:var(--cream)}.auth-mode-hint{color:#09283fb8;text-align:center;margin:-2px 0 0;font-size:.95rem;font-weight:600}.auth-mode-hint button{color:var(--navy);cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:900;text-decoration:underline}.auth-mode-hint button:hover,.auth-mode-hint button:focus-visible{color:var(--teal)}.auth-action-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.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{justify-content:space-between;align-items:center;gap:24px;display:flex}.site-footer p{color:#fff8f1b8;margin-top:12px}.education-hero{min-height:min(720px,100vh - 76px);color:var(--cream);align-items:flex-end;display:flex;position:relative;overflow:hidden}.education-hero-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.education-hero-overlay{background:linear-gradient(90deg,#05263df0,#05263db3 52%,#05263d40),linear-gradient(#05263d14,#05263ddb);position:absolute;inset:0}.education-hero-inner{z-index:1;grid-template-columns:minmax(0,760px) minmax(260px,360px);justify-content:space-between;align-items:end;gap:36px;padding:clamp(72px,10vw,124px) 0 42px;display:grid;position:relative}.education-hero-copy{gap:24px;display:grid}.education-hero-copy .eyebrow{color:var(--green-light)}.education-hero-copy h1{max-width:17ch;font-size:clamp(2.5rem,3.2vw,3.7rem)}.education-hero-copy p:not(.eyebrow){color:#fff8f1e6;max-width:690px;font-size:clamp(1.08rem,2vw,1.36rem)}.education-hero-stats{gap:12px;display:grid}.education-hero-stats div{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05263d80;border:1px solid #fff8f13d;align-content:center;gap:8px;min-height:108px;padding:18px;display:grid}.education-hero-stats strong{font-size:clamp(2.15rem,4vw,3.6rem);font-weight:500;line-height:1}.education-hero-stats span{color:#fff8f1c7;font-weight:800}.education-hero-stats div:nth-child(2){border-color:#50bfbd6b}.education-hero-stats div:nth-child(3){border-color:#e7669d6b}.education-hero-stats div:nth-child(4){border-color:#dcefd56b}.public-home-hero{color:var(--cream);background:radial-gradient(circle at 18% 18%,#e7669d2e,#0000 22%),radial-gradient(circle at 82% 18%,#9fc8941f,#0000 20%),linear-gradient(135deg,#051a2b 0%,#08253b 48%,#0c3452 100%);position:relative;overflow:hidden}.public-home-hero:before,.public-home-hero:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.public-home-hero:before{filter:blur(10px);background:radial-gradient(circle,#ffc6dd2e 0%,#ffc6dd0f 38%,#0000 72%);width:34rem;height:34rem;top:-12rem;left:-10rem}.public-home-hero:after{filter:blur(16px);background:radial-gradient(circle,#9fc89429 0%,#9fc8940a 36%,#0000 72%);width:26rem;height:26rem;top:4rem;right:-8rem}.public-home-hero-backdrop{pointer-events:none;position:absolute;inset:0;overflow:hidden}.public-home-hero-glow{border-radius:999px;position:absolute}.public-home-hero-glow-a{background:radial-gradient(circle,#ffffff1f 0%,#ffc6dd0d 34%,#0000 72%);width:min(54vw,640px);height:min(54vw,640px);top:-14%;left:-18%}.public-home-hero-glow-b{background:radial-gradient(circle,#9fc89424 0%,#9fc8940a 38%,#0000 72%);width:min(42vw,520px);height:min(42vw,520px);bottom:-14%;right:-14%}.public-home-hero-inner{z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center;gap:clamp(32px,5vw,72px);min-height:min(840px,100vh - 76px);padding:clamp(64px,8vw,112px) 0;display:grid;position:relative}.public-home-hero-copy{text-align:center;align-content:center;gap:22px;padding-block:clamp(18px,2vw,36px);display:grid}.public-home-hero .eyebrow.hs-pill{border-radius:var(--radius-pill);width:fit-content;color:var(--cream);letter-spacing:.12em;background:#f05326;margin:0 auto;padding:10px clamp(28px,4vw,40px);font-size:.94rem}.public-home-hero-copy h1{letter-spacing:-.045em;text-align:center;max-width:22ch;margin:0 auto;font-size:clamp(3rem,5.6vw,5.8rem);line-height:.94}.public-home-hero-description{color:#fff8f1e0;max-width:54ch;margin:0 auto;font-size:clamp(1.02rem,1.45vw,1.2rem);line-height:1.7}.public-home-hero .hero-actions{justify-content:center;margin:4px auto 0}.public-home-hero .button-primary{background:var(--cream);color:var(--navy);border-color:#0000;box-shadow:0 18px 36px #05263d33}.public-home-hero .button-primary:hover{background:var(--pink);color:var(--cream)}.public-home-hero .button-ghost{color:var(--cream);border-color:#fff8f157}.public-home-hero .button-ghost:hover{color:var(--cream);background:#fff8f11a;border-color:#fff8f185}.public-home-hero-visual{justify-content:center;align-items:center;min-height:min(650px,60vw);padding:clamp(20px,2vw,36px);display:flex;position:relative}.public-home-hero-visual-orb{aspect-ratio:1;filter:blur(10px);background:radial-gradient(circle,#ffffff1f 0%,#ffffff0d 34%,#0000 70%);border-radius:50%;width:min(78%,540px);position:absolute;inset:auto 8% 5% 12%}.public-home-hero-visual-frame{aspect-ratio:.84;background:linear-gradient(#fff8f114,#fff8f105);border:1px solid #fff8f126;border-radius:38px;width:min(100%,540px);position:relative;overflow:hidden;transform:translateY(10px);box-shadow:0 32px 80px #04172666}.public-home-hero-image{object-fit:cover;object-position:center 24%;filter:saturate(.98)contrast(1.02);width:100%;height:100%;position:absolute;inset:0}.public-home-hero-visual-frame:after{content:"";pointer-events:none;background:linear-gradient(#05263d05 0%,#05263d2e 100%);position:absolute;inset:0}.public-home-hero-floating{z-index:2;max-width:250px;color:var(--navy);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff8f1e6;border:1px solid #ffffff80;border-radius:22px;padding:16px 18px;position:absolute;box-shadow:0 24px 48px #0417263d}.public-home-hero-floating strong{margin-bottom:4px;font-size:1rem;font-weight:800;display:block}.public-home-hero-floating span{color:#05263dc2;font-size:.9rem;line-height:1.45;display:block}.public-home-hero-floating-top{top:11%;right:-2%}.public-home-hero-floating-bottom{max-width:280px;bottom:7%;left:-4%}.education-home-hero .public-home-hero-inner{min-height:min(760px,100vh - 76px)}.education-home-hero .public-home-hero-copy h1{max-width:17ch}.education-home-hero .public-home-hero-visual-frame{aspect-ratio:.9}.education-content{gap:84px;padding:84px 0 0;display:grid}.inside-portal-section{border-block:1px solid #0737561a;gap:16px;padding-block:26px;display:grid}.inside-portal-section .section-head{grid-template-columns:minmax(0,.92fr) minmax(300px,.58fr);gap:24px}.inside-portal-section h2{max-width:24ch;font-size:clamp(1.8rem,2.55vw,2.62rem);line-height:1.02}.inside-portal-grid,.clinical-evidence-grid{gap:18px;display:grid}.inside-portal-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.clinical-evidence-card,.education-resource-card{border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;box-shadow:var(--shadow-tight);background:#fffdf8f0;align-content:start;gap:12px;padding:20px;display:grid}.inside-portal-card{border-radius:var(--radius-sm);background:#fffdf8d1;border:1px solid #0737561a;align-content:start;gap:8px;min-width:0;min-height:142px;padding:12px;display:grid}.inside-portal-card span,.clinical-evidence-card .resource-type,.education-resource-card .resource-type{border-radius:var(--radius-pill);background:var(--green-wash);width:fit-content;color:var(--navy);text-transform:uppercase;padding:.28rem .64rem;font-size:.72rem;font-weight:900}.inside-portal-card span{margin-top:2px}.inside-portal-card h3,.clinical-evidence-card h3,.education-resource-card h3{color:var(--navy);font-size:clamp(1.2rem,1.8vw,1.48rem)}.inside-portal-card h3{padding:0;font-size:.98rem}.inside-portal-card p,.clinical-evidence-card p,.education-resource-card p,.education-program-note{color:#09283fb8}.inside-portal-card p{font-size:.84rem;line-height:1.4}.clinical-evidence-section{gap:24px;display:grid}.clinical-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.clinical-evidence-card{grid-template-columns:minmax(140px,.34fr) minmax(0,1fr);align-items:stretch;padding:16px}.clinical-evidence-thumbnail{border-radius:var(--radius-sm);background:linear-gradient(180deg, #fffdf8eb, #d2efedb8), var(--light-aqua);min-height:220px;color:var(--navy);border:1px solid #0737561f;align-content:space-between;justify-items:start;padding:18px;display:grid}.clinical-evidence-thumbnail span,.clinical-evidence-thumbnail em{text-transform:uppercase;font-size:.76rem;font-style:normal;font-weight:900}.clinical-evidence-thumbnail strong{color:var(--red);place-self:center;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1}.clinical-evidence-card>div:last-child{align-content:center;gap:12px;min-width:0;padding:8px;display:grid}.education-format-grid,.education-story-grid,.education-journey-track,.education-resource-grid{gap:18px;display:grid}.education-format-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.education-format-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-tight);background:#fffdf8eb;align-content:start;gap:16px;padding:28px;display:grid}.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-program 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{border-top:4px solid var(--aqua);align-content:start;gap:10px;padding-top:18px;display:grid}.education-story-grid strong{color:var(--navy);font-size:1.15rem}.education-journey{margin-inline:calc((100vw - min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)))) / -2);padding:clamp(56px, 8vw, 88px) max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));background:linear-gradient(180deg, #fffdf8f5, #eef8eaf0), var(--green-wash)}.education-journey .section-head p{color:#09283fb8}.education-journey-track{grid-template-columns:repeat(3,minmax(0,1fr));position:relative}.education-journey-track:before{content:"";background:#07375629;height:2px;position:absolute;top:78px;left:8%;right:8%}.education-journey-card{z-index:1;border:1px solid var(--line);border-top:6px solid var(--aqua);border-radius:var(--radius-md);min-height:344px;box-shadow:var(--shadow-tight);background:#fffdf8f5;align-content:start;gap:16px;padding:22px;display:grid;position:relative}.education-journey-level{border-radius:var(--radius-pill);background:var(--navy);width:fit-content;color:var(--cream);letter-spacing:.08em;text-transform:uppercase;padding:.32rem .72rem;font-size:.76rem;font-weight:900}.education-journey-award{grid-template-columns:50px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;display:grid}.education-journey-icon{width:50px;height:50px;color:var(--navy);border-radius:50%;place-items:center;font-size:.92rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 4px #fffdf87a}.education-journey-award div{gap:3px;min-width:0;display:grid}.education-journey-award strong,.education-journey-card h3,.education-journey-summary strong{overflow-wrap:anywhere}.education-journey-award strong{color:var(--navy);font-size:1rem;line-height:1.2}.education-journey-award span,.education-journey-card p,.education-journey-summary span{color:#09283fb8}.education-journey-card h3{color:var(--navy);font-size:clamp(1.25rem,2vw,1.6rem)}.education-journey-summary{border-radius:var(--radius-md);background:var(--navy);color:var(--cream);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;display:grid}.education-journey-summary div{gap:4px;display:grid}.education-journey-summary strong{font-size:clamp(1.15rem,2.4vw,1.7rem);line-height:1.15}.education-journey-summary span{color:#fff8f1c7}.education-journey-summary .button{background:var(--cream);color:var(--navy)}.education-certificate{margin-inline:calc((100vw - min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)))) / -2);background:var(--light-aqua);padding:clamp(56px, 8vw, 96px) max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));grid-template-columns:minmax(320px,.9fr) minmax(360px,1fr);align-items:center;gap:clamp(34px,6vw,72px);display:grid;overflow:hidden}.education-journey+.education-certificate,.mtick-grid+.education-final-cta{margin-top:-84px}.education-certificate-copy{gap:24px;min-width:0;display:grid}.education-certificate-copy h2{max-width:9.5ch;color:var(--navy);padding:0;font-size:clamp(3.1rem,7vw,5.8rem);line-height:.98}.education-certificate-copy h2 span{color:var(--red);display:block}.education-certificate-copy>p:not(.eyebrow){max-width:54ch;color:var(--navy);font-size:clamp(1.05rem,1.8vw,1.28rem)}.education-certificate-copy ul{border-block:1px solid #0737561f;gap:0;display:grid}.education-certificate-copy li{min-height:70px;color:var(--navy);border-bottom:1px solid #0737561f;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:16px;font-size:clamp(1rem,1.5vw,1.16rem);display:grid}.education-certificate-copy li:last-child{border-bottom:0}.education-certificate-copy li:before{content:"->";color:var(--red);font-weight:900}.education-certificate-copy .button{width:fit-content;min-width:186px;margin-top:18px}.education-certificate-preview{border:3px solid var(--navy);min-height:clamp(320px,37vw,470px);color:var(--navy);text-align:center;background:#fffaf4;border-radius:28px;align-content:center;justify-items:center;gap:16px;padding:clamp(34px,5vw,62px);display:grid;position:relative;transform:rotate(-1.4deg);box-shadow:0 24px 62px #07375629}.education-certificate-preview:after{content:"";background:#0737561f;order:9;width:84%;height:1px;margin-top:18px;display:block}.education-certificate-preview p{color:var(--red);font-family:var(--font-caps);letter-spacing:.22em;text-transform:uppercase;font-size:clamp(.82rem,1.2vw,1rem);font-weight:700}.education-certificate-preview>span,.education-certificate-preview small{color:#09283fa8;font-size:clamp(.92rem,1.4vw,1.05rem)}.education-certificate-preview>span{margin-top:8px;font-style:italic}.education-certificate-preview strong{color:var(--navy);font-size:clamp(2.4rem,5vw,4.2rem);font-weight:600;line-height:1}.education-certificate-preview h3{color:var(--red);gap:4px;margin-top:22px;font-size:clamp(1.25rem,2.4vw,1.85rem);line-height:1.14;display:grid}.education-certificate-preview h3 span{color:inherit;font:inherit;display:block}.certificate-footer{color:#09283fad;width:100%;font-family:var(--font-caps);letter-spacing:.16em;text-transform:uppercase;order:10;justify-content:space-between;align-items:center;gap:24px;padding-top:4px;font-size:clamp(.72rem,1.2vw,.92rem);font-weight:700;display:flex}.certificate-corner{border-color:var(--navy);border-style:solid;width:30px;height:30px;position:absolute}.certificate-corner-top{border-width:3px 0 0 3px;top:20px;left:20px}.certificate-corner-bottom{border-width:0 3px 3px 0;bottom:20px;right:20px}.education-pathway-list{gap:22px;display:grid}.education-pathway{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-tight);background:#fffdf8eb;grid-template-columns:minmax(240px,.36fr) minmax(0,1fr);gap:24px;padding:26px;display:grid}.education-pathway-head{align-content:start;gap:12px;display:grid}.education-pathway h3{color:var(--navy);font-size:clamp(1.45rem,2.6vw,2.35rem)}.education-pathway ol{counter-reset:education-module;gap:0;margin:0;padding:0;list-style:none;display:grid}.education-pathway li{counter-increment:education-module;border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:16px 0 16px 44px;display:grid;position:relative}.education-pathway li:last-child{border-bottom:0}.education-pathway li:before{content:counter(education-module);background:var(--light-aqua);width:28px;height:28px;color:var(--navy);border-radius:50%;place-items:center;font-size:.82rem;font-weight:900;display:grid;position:absolute;top:18px;left:0}.education-pathway li div{gap:6px;display:grid}.education-pathway li em{color:var(--red);white-space:nowrap;font-style:normal;font-weight:900}.education-program{margin-inline:calc((100vw - min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)))) / -2);padding:clamp(50px, 7vw, 76px) max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));background:linear-gradient(135deg, #d2efedf5 0%, #eff7eaf0 52%, #fff0f4f0 100%), var(--light-aqua);grid-template-columns:minmax(0,.95fr) minmax(320px,.5fr);align-items:stretch;gap:clamp(18px,3vw,32px);display:grid}.education-program-copy{align-content:center;gap:18px;max-width:760px;display:grid}.education-program-copy h2{max-width:18ch;padding:0}.education-program-copy>p{color:#09283fc7;max-width:660px;font-size:clamp(1rem,1.45vw,1.16rem)}.education-program-copy .button{width:fit-content}.education-program-actions{justify-items:start;gap:10px;display:grid}.education-program-note{max-width:560px;font-size:.92rem}.education-program-kit{border-radius:var(--radius-md);background:linear-gradient(160deg, #e7669d33, transparent 38%), var(--navy);color:var(--cream);box-shadow:var(--shadow-soft);align-content:center;gap:10px;padding:clamp(24px,4vw,30px);display:grid}.education-program-kit span{border-radius:var(--radius-pill);color:#fff8f1c7;letter-spacing:.1em;text-transform:uppercase;background:#fffdf81f;width:fit-content;padding:.38rem .72rem;font-size:.76rem;font-weight:900}.education-program-kit strong{color:var(--white);font-size:clamp(4.2rem,7vw,5.8rem);font-weight:900;line-height:.9}.education-program-kit h3{color:var(--cream);font-size:clamp(1.5rem,3vw,2.2rem)}.education-program-kit p{color:#fff8f1d1}.education-program-steps{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.education-program-step{border-radius:var(--radius-md);min-height:152px;box-shadow:var(--shadow-tight);color:var(--navy);background:#fffdf8d6;border:1px solid #0737561f;align-content:start;gap:12px;padding:16px;display:grid}.education-program-step span{background:var(--light-aqua);width:34px;height:34px;color:var(--navy);border-radius:50%;place-items:center;font-size:.78rem;font-weight:900;display:grid}.education-program-step h3{color:var(--navy);padding:0;font-size:1.04rem}.education-program-step p{color:#09283fb8;font-size:.9rem}.education-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.education-resource-card{min-height:186px}.education-resource-link{width:fit-content}.mtick-product-card{border-radius:var(--radius-md);background:#ffffff1f;border:1px solid #ffffff38;gap:8px;width:min(100%,620px);padding:18px;display:grid}.mtick-product-card span{color:#ffffffc2;text-transform:uppercase;font-size:.78rem;font-weight:900}.mtick-product-card strong{color:var(--white);font-size:clamp(1.25rem,2vw,1.7rem)}.mtick-faq-list{text-align:left;gap:10px;width:min(100%,760px);display:grid}.mtick-faq-list details{border-radius:var(--radius-sm);background:#ffffff1a;border:1px solid #ffffff38;overflow:hidden}.mtick-faq-list summary{cursor:pointer;color:var(--white);padding:14px 16px;font-weight:900}.mtick-faq-list p{padding:0 16px 16px}.education-final-cta{margin-inline:calc((100vw - min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)))) / -2);padding:clamp(42px, 7vw, 72px) max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));background:var(--navy);color:var(--cream);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.education-final-cta div{gap:10px;max-width:820px;display:grid}.education-final-cta h2{max-width:15ch;color:var(--cream);padding:0;font-size:clamp(2.2rem,4vw,4.1rem)}.education-final-cta p{color:#fff8f1d1;font-size:clamp(1rem,1.4vw,1.18rem)}.education-final-cta .button{background:var(--cream);color:var(--navy)}.program-page{--program-orange:#f95322;--program-orange-light:#ff9c45;--program-navy:#103f62;--program-sky:#78a8ee;background:var(--program-navy);min-height:100vh}.program-page-content{min-height:calc(100vh - 260px);padding:0 0 clamp(56px,8vw,104px)}.program-registration-layout{gap:0;display:grid}.program-registration-hero{border-radius:var(--radius-lg);background:radial-gradient(circle at 100% 0%, #e7669d52, transparent 38%), radial-gradient(circle at 0% 100%, #50bfbd3d, transparent 38%), var(--navy);color:var(--cream);box-shadow:var(--shadow-soft);text-align:center;justify-items:center;gap:22px;padding:clamp(40px,7vw,76px);display:grid;overflow:hidden}.program-registration-hero .eyebrow{color:var(--green-light)}.program-registration-hero h1{max-width:16ch;color:var(--cream);font-size:clamp(3rem,6.5vw,6rem);line-height:.98}.program-registration-hero-description{color:#fff8f1cc;max-width:62ch;font-size:clamp(1.05rem,1.8vw,1.28rem)}.program-registration-hero li span{color:#fff8f1cc}.program-prize{border-radius:var(--radius-md);background:radial-gradient(circle at 92% 14%,#e7669d7a,#0000 32%),linear-gradient(135deg,#50bfbd4d,#e7669d33);border:1px solid #fff8f14d;gap:12px;padding:clamp(22px,3vw,30px);display:grid}.program-registration-hero .program-prize{text-align:left;width:min(100%,680px)}.program-prize>span,.program-prize small{color:#fff8f1c7;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.program-prize strong{color:var(--white);letter-spacing:-.055em;font-size:clamp(3rem,6vw,4.6rem);font-weight:900;line-height:.96}.program-prize b{color:var(--white);letter-spacing:.025em;text-transform:uppercase;font-size:clamp(1.18rem,2.15vw,1.4rem);line-height:1.12}.program-prize p{color:var(--cream);margin-top:4px;font-weight:800;line-height:1.3}.program-prize small{letter-spacing:.07em;margin-top:4px;font-size:.66rem;line-height:1.45}.program-benefit-list{border-top:1px solid #fff8f12e;gap:0;display:grid}.program-registration-hero .program-benefit-list{border-bottom:1px solid #fff8f12e;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,980px)}.program-registration-hero .program-benefit-list li{text-align:left;border-left:1px solid #fff8f12e;gap:6px;padding:20px;display:grid}.program-registration-hero .program-benefit-list li:first-child{border-left:0}.program-intro-note{border-radius:var(--radius-md);text-align:left;background:#d2efed1f;width:min(100%,760px);padding:14px 16px;font-size:.92rem}.program-hero-cta{background:var(--cream);color:var(--navy);margin-top:4px}.program-registration-hero{background:var(--program-orange);color:var(--cream);box-shadow:none;text-align:left;border-radius:0;padding:0;display:block;overflow:hidden}.program-hero-promo{isolation:isolate;background:linear-gradient(115deg, var(--program-orange-light) -20%, transparent 45%), var(--program-orange);width:100%;position:relative;overflow:hidden}.program-hero-promo:before,.program-hero-promo:after{z-index:-1;content:"";pointer-events:none;border-radius:50%;position:absolute}.program-hero-promo:before{aspect-ratio:1;background:#ffa44642;border:1px solid #ffffff21;width:min(77vw,1080px);top:-48%;left:-14%}.program-hero-promo:after{aspect-ratio:1;background:linear-gradient(145deg, #91b7f1, var(--program-sky));width:min(47vw,700px);bottom:-47%;right:-12%;box-shadow:inset 0 14px 32px #fff3}.program-registration-hero-inner{z-index:1;grid-template-columns:minmax(0,.96fr) minmax(280px,.64fr);align-items:center;min-height:clamp(520px,45vw,650px);padding-block:clamp(62px,7vw,112px) clamp(54px,6vw,90px);display:grid;position:relative}.program-hero-copy{z-index:2;align-content:center;justify-items:start;gap:clamp(20px,2.4vw,32px);max-width:660px;display:grid;position:relative}.program-registration-hero .eyebrow{border-radius:var(--radius-pill);color:var(--white);font-family:var(--font-caps);letter-spacing:.1em;border:1px solid #ffffff94;padding:7px 12px;font-size:.72rem}.program-registration-hero h1{max-width:10ch;color:var(--white);font-family:var(--font-caps);letter-spacing:-.075em;text-transform:uppercase;row-gap:.05em;font-size:clamp(3.4rem,8.7vw,7.8rem);font-weight:700;line-height:.88;display:grid}.program-hero-win,.program-hero-voucher{letter-spacing:-.045em}.program-hero-win{padding-left:.04em;font-size:.52em;line-height:1}.program-registration-hero h1 strong{margin-left:-.07em;font-size:1.28em;line-height:.88}.program-hero-voucher{padding-left:.02em;font-size:.35em;line-height:1.18}.program-registration-hero-description{max-width:35ch;color:var(--white);font-size:clamp(1rem,1.5vw,1.16rem);font-weight:800;line-height:1.6}.program-hero-cta{border-radius:var(--radius-pill);background:var(--white);min-width:184px;color:var(--program-navy);box-shadow:0 10px #932e123b}.program-hero-cta:hover{background:var(--program-navy);color:var(--white);transform:translateY(2px);box-shadow:0 8px #932e123b}.program-hero-terms{color:#ffffffc7;max-width:54ch;font-size:.72rem;font-weight:700;line-height:1.6}.program-hero-travel{z-index:1;align-self:end;min-height:390px;position:relative}.program-hero-sky{aspect-ratio:1;background:radial-gradient(circle at 47% 72%,#ffb9c1d9,#0000 18%),linear-gradient(155deg,#9cc8fa 0%,#6c9ce6 51%,#d79ac3 100%);border:1px solid #fff3;border-radius:50%;place-items:center;width:min(31vw,410px);min-width:280px;display:grid;position:absolute;bottom:-17%;right:-6%;box-shadow:0 22px 40px #75261133}.program-hero-sky span{color:var(--white);text-shadow:0 12px 18px #07284e42;font-size:clamp(6rem,11vw,10rem);line-height:1;transform:rotate(-16deg)translate(2%,-9%)}.program-hero-travel>p{background:var(--white);width:174px;color:var(--program-orange);text-align:center;border-radius:50%;margin:0;padding:42px 18px;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-style:italic;line-height:1.04;position:absolute;bottom:2%;right:1%}.program-hero-program{background:var(--program-navy)}.program-hero-program-inner{grid-template-columns:minmax(210px,.48fr) minmax(280px,.72fr) minmax(260px,.8fr);align-items:center;gap:clamp(40px,5.5vw,84px);padding-block:clamp(60px,7vw,100px);display:grid}.program-hero-cycle{border:2px solid var(--white);width:min(100%,250px);color:var(--white);text-align:center;border-radius:50%;justify-items:center;gap:8px;margin:0;padding:32px 28px 28px;display:grid}.program-hero-cycle strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,6vw,5.5rem);font-weight:400;line-height:.94}.program-hero-cycle span{text-transform:uppercase;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;line-height:1.08}.program-hero-cycle em{font-style:italic}.program-hero-cycle b{border-radius:var(--radius-pill);background:var(--white);color:var(--program-navy);font-family:var(--font-caps);letter-spacing:.08em;text-transform:uppercase;margin-top:20px;padding:4px 15px;font-size:.76rem}.program-hero-program-copy{gap:22px;display:grid}.program-hero-program-copy>p:first-child{color:var(--white);font-size:clamp(1.04rem,1.55vw,1.22rem);font-weight:800;line-height:1.6}.program-intro-note{color:#ffffffc2;background:0 0;border-radius:0;width:auto;margin:0;padding:0;font-size:.85rem;font-weight:600;line-height:1.65}.program-benefit-list,.program-registration-hero .program-benefit-list{border-block:1px solid #ffffff3d;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;display:grid}.program-registration-hero .program-benefit-list li{color:var(--white);text-align:left;border-left:1px solid #ffffff3d;align-content:start;gap:13px;padding:24px 28px 26px;display:grid}.program-registration-hero .program-benefit-list li:first-child{border-left:0;padding-left:0}.program-registration-hero .program-benefit-list li:last-child{padding-right:0}.program-registration-hero .program-benefit-list strong{font-size:1rem;line-height:1.35}.program-registration-hero .program-benefit-list span{color:#ffffffb3;font-size:.84rem;font-weight:600;line-height:1.6}.program-registration-content{z-index:1;margin-top:clamp(38px,6vw,76px);position:relative}.program-prize-entry,.program-review-offer{border-radius:var(--radius-md);background:var(--pink-wash);gap:4px;width:100%;padding:16px;display:grid}.program-prize-entry strong,.program-review-offer strong{color:var(--red)}.program-prize-entry span,.program-review-offer span{color:#09283fb8}.program-form-card,.program-status-card{border-radius:var(--radius-lg);background:#fffdf8f2;border:1px solid #07375624;gap:28px;padding:clamp(24px,4vw,44px);display:grid;box-shadow:0 24px 70px #0737561f}.program-form-card{width:min(900px,100%);margin-inline:auto;scroll-margin-top:110px}.program-status-card{justify-items:start;width:min(720px,100%);margin-inline:auto}.program-status-card h1{color:var(--navy);font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98}.program-received{text-align:left;margin-block-start:clamp(24px,4vw,48px)}.program-received-mark{background:var(--green-light);width:64px;height:64px;color:var(--navy);border-radius:999px;place-items:center;font-size:2rem;font-weight:900;display:grid}.program-support-note{border-radius:var(--radius-md);background:var(--light-aqua);gap:4px;width:100%;padding:16px;display:grid}.program-processing-status{border-left:5px solid var(--aqua);border-radius:var(--radius-md);background:var(--light-aqua);gap:4px;width:100%;padding:16px;display:grid}.program-processing-status span{color:#09283fb3}.program-processing-status .program-diary-download{width:fit-content;margin-top:12px}.program-received .program-review-list{width:100%}.program-stepper{counter-reset:program-step;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.program-stepper li{color:#09283f8c;align-items:center;gap:8px;min-width:0;font-size:.86rem;font-weight:800;display:flex}.program-stepper li:after{content:"";background:var(--line-strong);flex:1;min-width:12px;height:2px}.program-stepper li:last-child:after{display:none}.program-stepper span{border:1px solid var(--line-strong);background:var(--ivory);border-radius:999px;flex:none;place-items:center;width:30px;height:30px;display:grid}.program-stepper .is-current,.program-stepper .is-complete{color:var(--navy)}.program-stepper .is-current span,.program-stepper .is-complete span{border-color:var(--navy);background:var(--navy);color:var(--cream)}.program-form,.program-form-head,.program-fieldset,.program-consents{gap:20px;display:grid}.program-form-head{gap:10px}.program-form-head h2{color:var(--navy);font-size:clamp(2rem,4vw,3rem)}.program-form-head>p:not(.eyebrow){color:#09283fb3}.program-fieldset,.program-consents{border:0;border-top:1px solid var(--line);padding:24px 0 0}.program-fieldset legend,.program-consents legend{color:var(--navy);padding:0 12px 0 0;font-size:1.2rem;font-weight:900}.program-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.program-field-grid label{align-content:start;min-width:0}.program-field-wide{grid-column:1/-1}.program-optional{color:#09283f8c;font-size:.8rem;font-weight:500}.program-field-error{color:#8e2d19;font-size:.84rem;font-weight:700}.program-address-warning{border-radius:var(--radius-md);color:var(--navy);background:#fff1e9;border:1px solid #d58b68;border-left:5px solid #b94f2d;gap:4px;padding:14px 16px;display:grid}.program-address-warning strong{color:#8e2d19}.program-address-warning span{line-height:1.5}.program-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;padding-top:4px;display:flex}.program-review-list{border-block:1px solid var(--line);gap:0;display:grid}.program-review-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,.34fr) minmax(0,1fr);gap:22px;padding:18px 0;display:grid}.program-review-list>div:last-child{border-bottom:0}.program-review-list dt{color:#09283f9e;font-weight:800}.program-review-list dd{color:var(--navy);font-weight:700}.program-edit-button{width:fit-content}.program-consents .checkbox-row{border-radius:var(--radius-md);background:var(--cream);padding:14px}.program-consents a{color:var(--navy);text-decoration-thickness:2px}.program-submit-help{color:#09283fa6;font-size:.88rem}@media (width<=960px){.resources-coming-soon-inner{grid-template-columns:1fr;gap:24px;min-height:0;padding-block:64px}.resources-coming-soon-copy{max-width:720px}.resources-coming-soon-visual{width:min(100%,520px);min-height:380px;margin:0 auto}.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}.tier-grid,.dashboard-grid,.admin-form-grid,.admin-resource-preview,.mtick-grid,.module-grid,.faq-video-grid,.resource-grid,.learning-layout,.resource-toolbar,.featured-unit-grid,.featured-resource-grid,.featured-resources-heading,.explainer-grid,.pos-material-grid,.auth-page-inner,.education-hero-inner,.education-certificate,.education-format-grid,.education-story-grid,.education-resource-grid,.clinical-evidence-grid,.education-program,.education-pathway,.education-homepage-highlight-inner,.public-home-hero-inner,.program-registration-hero .program-benefit-list{grid-template-columns:repeat(2,minmax(0,1fr))}.program-registration-hero .program-benefit-list li:nth-child(odd){border-left:0}.inside-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inside-portal-section .section-head{grid-template-columns:1fr}.clinical-evidence-card{grid-template-columns:minmax(160px,.32fr) minmax(0,1fr)}.public-home-hero-inner{gap:28px;min-height:auto;padding:56px 0 64px}.public-home-hero-copy{max-width:760px}.public-home-hero-copy h1{max-width:14ch;font-size:clamp(2.8rem,7vw,4.4rem)}.public-home-hero-visual{justify-items:center;gap:14px;min-height:0;padding:0;display:grid}.public-home-hero-visual-orb{width:min(84%,540px);inset:auto 10% 2%}.public-home-hero-visual-frame{width:min(100%,560px);transform:none}.public-home-hero-floating{width:min(100%,560px);max-width:none;position:static}.education-homepage-highlight-visual{grid-template-columns:minmax(180px,.56fr) minmax(0,1fr)}.auth-support-panel{grid-template-rows:auto}.admin-card-head,.admin-card-actions,.admin-option-row{grid-template-columns:1fr;align-items:flex-start;display:grid}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.education-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.education-journey-track{grid-template-columns:repeat(2,minmax(0,1fr))}.education-journey-track:before{display:none}.education-journey-card{min-height:0}.education-journey-summary{grid-template-columns:1fr;align-items:start}.education-journey-summary .button{justify-self:start}.education-final-cta{grid-template-columns:1fr;align-items:start}.education-program-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-sidebar{position:static}.pathway-progress-card header{grid-template-columns:1fr}.pathway-progress-card header>strong{justify-self:start}.site-header-inner{align-items:center;padding:0;display:flex}.site-nav{justify-content:flex-end}.site-header-actions{flex-wrap:nowrap;justify-content:flex-end;width:auto}.profile-dropdown{left:auto;right:0}}@media (width<=760px){.admin-floating-save-bar{top:0}.site-header-inner{min-height:64px}.site-header-actions{display:none}.mobile-header-actions{display:flex}.mobile-menu-toggle{display:inline-grid}.mobile-menu-backdrop,.mobile-sidebar{display:block}}@media (width<=640px){.resources-coming-soon-inner{gap:12px;padding-block:48px}.resources-coming-soon-copy h1{font-size:clamp(2.8rem,14vw,4rem)}.resources-coming-soon-actions{flex-direction:column;align-items:stretch;width:100%}.resources-coming-soon-actions .button{width:100%}.resources-coming-soon-visual{min-height:320px}.coming-soon-resource-card{width:min(80%,255px);padding:24px}.admin-floating-save-inner{grid-template-columns:1fr;align-items:stretch;gap:10px}.admin-floating-save-inner>div{flex-direction:column;align-items:flex-start;gap:6px}.admin-floating-save-inner .button{width:100%;min-width:0}.site-header:before{letter-spacing:.06em;text-align:center;min-height:24px;padding:0 8px;font-size:.62rem}.site-header-inner{align-items:center;gap:10px}.site-logo img{height:34px}.site-logo{gap:10px}.site-logo span{white-space:normal;min-height:28px;padding-left:10px;font-size:.72rem}.site-nav{display:none}.site-nav a{white-space:normal;min-height:32px;padding:.35rem .45rem;font-size:.82rem}.site-header-actions{display:none}.profile-menu{justify-content:center;width:100%;display:flex}.profile-dropdown{left:50%;right:auto;transform:translate(-50%)}.profile-form-grid{grid-template-columns:1fr}.hero{min-height:720px}.education-hero{align-items:stretch;min-height:760px}.public-home-hero{background:radial-gradient(circle at 18% 16%,#e7669d24,#0000 24%),radial-gradient(circle at 82% 18%,#9fc8941a,#0000 22%),linear-gradient(135deg,#051a2b 0%,#08253b 56%,#0c3452 100%)}.education-hero-inner{align-content:end;gap:22px;padding:56px 0 28px}.education-hero-copy h1{max-width:100%;font-size:clamp(2.4rem,11.5vw,3.2rem)}.education-certificate{margin-inline:calc(var(--page-gutter) * -1);padding:48px var(--page-gutter) 54px}.education-journey{margin-inline:calc(var(--page-gutter) * -1);padding:48px var(--page-gutter)}.education-journey-track{grid-template-columns:1fr}.education-journey-card{padding:20px}.education-certificate-copy{gap:20px}.education-certificate-copy h2{max-width:10ch;font-size:clamp(2.9rem,15vw,4.4rem)}.education-certificate-copy li{grid-template-columns:24px minmax(0,1fr);gap:10px;min-height:64px}.education-certificate-copy .button{width:100%}.education-certificate-preview{border-width:2px;border-radius:20px;gap:10px;min-height:300px;padding:30px 18px;transform:rotate(-.8deg)}.education-certificate-preview p{letter-spacing:.12em;font-size:.68rem}.education-certificate-preview strong{font-size:clamp(2rem,10vw,3rem)}.education-certificate-preview h3{margin-top:12px;font-size:clamp(1.1rem,6vw,1.4rem)}.certificate-footer{letter-spacing:.08em;justify-content:center;gap:6px;font-size:.64rem;display:grid}.certificate-corner{width:22px;height:22px}.hero-stats,.education-hero-stats,.inside-portal-grid,.clinical-evidence-card,.form-grid{grid-template-columns:1fr}.inside-portal-section{padding-block:28px}.dashboard{padding:28px var(--page-gutter)}.learning-page-content{gap:40px}.learning-anchor-nav{border-radius:var(--radius-md);flex-wrap:nowrap;width:100%;padding:6px;position:static;overflow-x:auto}.learning-anchor-nav a{flex:none}.faq-video-card{grid-template-rows:154px 1fr}.faq-video-card-media{min-height:154px}.video-modal-card{height:100dvh;max-height:none;padding:16px}.video-modal-header{align-items:center;padding:8px 12px;display:flex}.video-modal-header .button{width:auto}.home-section,.featured-units-inner,.featured-resources-inner,.pos-shop-inner,.education-content{padding:56px 0 0}.featured-resources-inner{padding-bottom:56px}.featured-resource-card{min-height:0}.featured-resources-action{justify-self:stretch}.education-homepage-highlight-inner{gap:28px;padding:52px 0}.education-homepage-highlight-copy h2{max-width:100%;font-size:clamp(2rem,10vw,2.8rem)}.education-homepage-highlight-visual{grid-template-columns:1fr}.education-homepage-highlight-visual img{aspect-ratio:1.5}.education-homepage-highlight-card{padding:14px}.education-homepage-highlight-actions{flex-direction:column;align-items:stretch}.education-pathway{padding:22px}.inside-portal-card,.clinical-evidence-card,.education-resource-card{min-height:0}.clinical-evidence-card,.education-resource-card{padding:18px}.inside-portal-card{min-height:0;padding:14px}.clinical-evidence-thumbnail{min-height:168px}.education-program{margin-inline:calc(var(--page-gutter) * -1);padding:42px var(--page-gutter) 48px;gap:16px}.education-program-copy h2{max-width:100%;font-size:clamp(2.15rem,10vw,2.7rem)}.education-program-kit,.education-program-step{padding:18px}.education-program-step{min-height:0}.education-program-copy .button,.education-final-cta .button{width:100%}.education-final-cta{margin-inline:calc(var(--page-gutter) * -1);padding:44px var(--page-gutter) 48px}.program-page-content{padding-block:28px 48px}.program-registration-layout{gap:18px}.program-registration-hero,.program-form-card,.program-status-card{border-radius:var(--radius-md);padding:22px}.program-registration-hero h1{font-size:clamp(2.4rem,12vw,3.4rem)}.program-registration-hero .program-benefit-list{grid-template-columns:1fr}.program-registration-hero .program-benefit-list li,.program-registration-hero .program-benefit-list li:nth-child(odd){border-bottom:1px solid #fff8f12e;border-left:0}.program-registration-hero .program-benefit-list li:last-child{border-bottom:0}.program-field-grid{grid-template-columns:1fr}.program-stepper{gap:6px}.program-stepper li{text-align:center;justify-items:center;gap:5px;display:grid}.program-stepper li:after{display:none}.program-review-list>div{grid-template-columns:1fr;gap:5px}.program-form-actions,.program-form-actions .button,.program-edit-button,.education-journey-summary .button{width:100%}.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:100%;padding:clamp(18px,5vw,24px);overflow:hidden}.onboarding-card h1,.onboarding-card p{overflow-wrap:anywhere}.auth-support-panel{display:none}.module-actions,.quiz-navigation,.resource-actions,.hero-actions,.education-hero .hero-actions,.tier-card-footer{flex-direction:column;align-items:stretch}.button{width:100%}.public-home-hero-inner{padding:48px 0 56px}.public-home-hero-copy{gap:18px}.public-home-hero-copy h1{font-size:clamp(2.5rem,12vw,3.3rem)}.public-home-hero-description{font-size:1rem}.public-home-hero-visual{gap:10px}.public-home-hero-visual-frame{aspect-ratio:.96;border-radius:28px}.public-home-hero-floating{border-radius:18px;width:100%;padding:14px 16px}.public-home-hero-floating-bottom{max-width:none}h1{font-size:clamp(2.4rem,11.5vw,3.2rem)}}@media (width<=480px){.education-program-steps{grid-template-columns:1fr}}@media (width<=980px){.admin-hero,.admin-workspace,.admin-overview-grid,.admin-resource-preview.large,.admin-repeat-grid{grid-template-columns:1fr}.admin-save-panel,.admin-list-panel{max-height:none;position:static}.admin-list{max-height:none}.admin-section-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.admin-page-shell{width:calc(100vw - (var(--page-gutter) * 2));max-width:calc(100vw - (var(--page-gutter) * 2));padding:20px 0 48px;overflow-x:hidden}.admin-page h1{max-width:10ch;font-size:clamp(2rem,9vw,2.2rem);line-height:1.05}.admin-hero-copy p:not(.eyebrow){max-width:30ch}.admin-hero-copy,.admin-save-panel,.admin-list-panel,.admin-detail-panel,.admin-single-column,.admin-empty-panel,.admin-page .admin-form-section{padding:14px}.admin-section-tabs,.admin-summary-strip,.admin-page .admin-form-grid,.achievement-condition-row,.admin-panel-head,.admin-detail-head,.admin-section-title.with-action,.admin-card-head,.admin-card-actions,.admin-page .admin-option-row{grid-template-columns:1fr}.admin-panel-head,.admin-detail-head,.admin-section-title.with-action,.admin-card-head,.admin-card-actions{align-items:stretch;display:grid}.admin-section-tabs button,.admin-list-item{grid-template-columns:1fr}.admin-section-tabs span,.admin-status-chip{justify-self:start}.achievement-condition-row>button{grid-column:auto}}[data-sonner-toaster].app-toaster{font-family:var(--font-body)}[data-sonner-toaster] .app-toast{--normal-bg:var(--ivory);--normal-border:var(--line-strong);--normal-text:var(--ink);--success-bg:var(--green-wash);--success-border:#3b7e4442;--success-text:var(--navy);--info-bg:var(--light-aqua);--info-border:#2f8cb83d;--info-text:var(--navy);--warning-bg:#fff3df;--warning-border:#e7893f57;--warning-text:#7a3e0d;--error-bg:#fff0ed;--error-border:#cc563c47;--error-text:#792a16;box-shadow:var(--shadow-tight)}[data-sonner-toaster] .app-toast [data-title]{font-weight:800}[data-sonner-toaster] .app-toast [data-description]{font-weight:600}[data-sonner-toaster] .app-toast [data-button],[data-sonner-toaster] .app-toast .toast-action-button{border-radius:var(--radius-sm);background:var(--navy);min-width:72px;height:32px;color:var(--white);border:0;justify-content:center;align-items:center;margin-left:auto;padding:0 10px;font-size:.82rem;font-weight:800;line-height:1;text-decoration:none;display:flex}[data-sonner-toaster] .app-toast [data-button]:hover,[data-sonner-toaster] .app-toast .toast-action-button:hover{background:var(--navy-deep)}.caps-text,.eyebrow,.site-logo span,.profile-avatar,.admin-resource-thumbnail-details span,.admin-overview-grid span,.admin-status-chip,.admin-summary-strip span,.case-study span,.lesson-config span,.quiz-score-card span,.featured-unit-ribbon,.featured-resource-card>span,.resource-file-sheet span,.resource-format-pill,.education-journey-level,.education-certificate-preview p,.certificate-footer{font-family:var(--font-caps);font-weight:700}.admin-nested-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffb3;gap:14px;margin-top:14px;padding:16px;display:grid}.admin-section-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-field-help,.admin-field-error{font-size:.82rem;font-weight:500;line-height:1.45}.admin-field-help{color:#09283fad}.admin-field-help a{color:var(--navy);font-weight:700}.admin-field-error{color:#a13f2d}.admin-form-section input[aria-invalid=true],.admin-edit-card input[aria-invalid=true]{border-color:#b94f39;box-shadow:0 0 0 2px #b94f391f}.program-admin{gap:22px;display:grid}.program-admin-heading{align-items:flex-start}.program-admin-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.program-admin-metrics article{border:1px solid var(--line);background:#fff;border-radius:14px;gap:4px;padding:16px;display:grid}.program-admin-metrics span,.program-admin-metrics small,.program-admin-list-summary,.program-admin-list button>span,.program-admin-list button>small{color:var(--muted)}.program-admin-metrics strong{color:var(--navy);text-transform:capitalize;font-size:1.5rem}.program-admin-metrics strong.is-open{color:#176b50}.program-admin-metrics strong.is-closed{color:#9b3f37}.program-admin-filters{grid-template-columns:minmax(240px,1fr) minmax(180px,.35fr) auto;align-items:end;gap:12px;display:grid}.program-admin-filters label,.program-admin-address-form label{gap:6px;display:grid}.program-admin-workspace{grid-template-columns:minmax(250px,.34fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.program-admin-list,.program-admin-detail{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:0}.program-admin-list{max-height:920px;display:grid;overflow:auto}.program-admin-list-summary{border-bottom:1px solid var(--line);justify-content:space-between;padding:14px;display:flex}.program-admin-list>p{padding:16px}.program-admin-list button{border:0;border-bottom:1px solid var(--line);width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;gap:4px;padding:14px;display:grid}.program-admin-list button:hover,.program-admin-list button.is-active{background:var(--light-aqua)}.program-admin-list button.is-active{box-shadow:inset 4px 0 var(--teal)}.program-admin-list button>em{color:#9b3f37;font-size:.78rem;font-style:normal}.program-admin-list-head,.program-admin-detail-title,.program-admin-job-head,.program-admin-section-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.program-admin-detail{padding:20px}.program-admin-detail-title{margin-bottom:18px}.program-admin-detail-title h3{margin:3px 0 6px}.program-admin-status{color:#42505a;width:fit-content;font-family:var(--font-caps);text-transform:capitalize;white-space:nowrap;background:#edf1f3;border-radius:999px;padding:4px 8px;font-size:.7rem;line-height:1.2;display:inline-flex}.program-admin-status--confirmed,.program-admin-status--succeeded,.program-admin-status--accepted{color:#176b50;background:#dff3e9}.program-admin-status--processing,.program-admin-status--pending,.program-admin-status--retry-scheduled,.program-admin-status--held{color:#745b08;background:#fff2cc}.program-admin-status--needs-attention,.program-admin-status--failed,.program-admin-status--cancelled,.program-admin-status--denied,.program-admin-status--suppressed{color:#8e332b;background:#f9dfdc}.program-admin-status--approved{color:#176b50;background:#dff3e9}.program-admin-section{border-top:1px solid var(--line);padding:18px 0}.program-admin-section h4{margin:0 0 12px}.program-admin-section-title h4{margin-bottom:3px}.program-admin-section-title p{color:var(--muted);margin:0}.program-admin-section address{font-style:normal;line-height:1.55}.program-admin-definition-grid,.program-admin-jobs article dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:0;display:grid}.program-admin-definition-grid div,.program-admin-jobs article dl div{min-width:0}.program-admin-definition-grid dt,.program-admin-jobs dt{color:var(--muted);font-size:.76rem}.program-admin-definition-grid dd,.program-admin-jobs dd{overflow-wrap:anywhere;margin:3px 0 0}.program-admin-jobs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.program-admin-jobs article{border:1px solid var(--line);border-radius:12px;min-width:0;padding:14px}.program-admin-jobs article dl{grid-template-columns:1fr;margin:14px 0}.program-admin-warning,.program-admin-guidance{color:#684f00;background:#fff2cc;border-radius:8px;padding:10px}.program-admin-review{background:#fffdf4;border:2px solid #e5c65f}.program-admin-review-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.program-admin-address-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.program-admin-form-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}.program-admin-audit{gap:10px;margin:0;padding:0;list-style:none;display:grid}.program-admin-audit li{border-left:3px solid var(--aqua);padding-left:12px}.program-admin-audit li>div{justify-content:space-between;gap:12px;display:flex}.program-admin-audit time{color:var(--muted);font-size:.78rem}.program-admin-audit code{overflow-wrap:anywhere;margin-top:5px;display:block}@media (width<=1100px){.program-admin-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.program-admin-jobs{grid-template-columns:1fr}}@media (width<=760px){.program-admin-metrics,.program-admin-workspace,.program-admin-filters,.program-admin-address-form{grid-template-columns:1fr}.program-admin-list{max-height:460px}.program-admin-form-actions{grid-column:auto}.program-admin-definition-grid{grid-template-columns:1fr}}.program-form-card{background:var(--ivory);border:0;border-radius:30px;box-shadow:0 24px #021f3430,0 34px 74px #021f3442}.program-form-card .eyebrow{color:var(--program-orange)}.program-form-head h2{color:var(--program-navy);font-family:var(--font-caps);letter-spacing:-.04em;font-weight:700}.program-form-card .program-stepper .is-current span,.program-form-card .program-stepper .is-complete span{border-color:var(--program-orange);background:var(--program-orange);color:var(--white)}.program-form-card .program-stepper .is-current,.program-form-card .program-stepper .is-complete,.program-form-card .program-fieldset legend,.program-form-card .program-consents legend{color:var(--program-navy)}.program-form-card input:focus,.program-form-card select:focus{outline-offset:1px;outline:3px solid #f9532238}.program-form-card .button-primary{border-radius:var(--radius-pill);background:var(--program-orange);color:var(--white)}.program-form-card .button-primary:hover{background:#dc4219}@media (width<=1280px){.program-registration-hero .program-benefit-list{grid-column:1/-1}}@media (width<=900px){.program-registration-hero-inner{grid-template-columns:minmax(0,1fr) minmax(230px,.52fr);min-height:510px}.program-hero-program-inner{grid-template-columns:minmax(190px,.46fr) minmax(0,1fr)}}@media (width<=640px){.program-page-content{padding:0 0 64px}.program-registration-layout{gap:0}.program-registration-hero{border-radius:0;padding:0}.program-hero-promo:before{width:160vw;top:-16%;left:-54%}.program-hero-promo:after{display:none}.program-registration-hero-inner{grid-template-columns:1fr;gap:4px;min-height:0;padding-block:58px 0}.program-registration-hero h1{max-width:100%;font-size:clamp(3.8rem,20vw,5.4rem)}.program-hero-copy{gap:24px}.program-hero-cta{width:auto;min-width:176px}.program-hero-travel{min-height:258px;margin-top:-8px}.program-hero-sky{width:78vw;min-width:260px;bottom:-25%;right:-7%}.program-hero-travel>p{width:142px;padding:33px 14px;font-size:1rem;bottom:3%;right:5%}.program-hero-program-inner{grid-template-columns:1fr;gap:42px;padding-block:60px 66px}.program-hero-cycle{margin-inline:auto}.program-hero-program-copy{text-align:center}.program-registration-hero .program-benefit-list{grid-template-columns:1fr}.program-registration-hero .program-benefit-list li,.program-registration-hero .program-benefit-list li:nth-child(odd){border-bottom:1px solid #ffffff3d;border-left:0;padding:22px 0}.program-registration-hero .program-benefit-list li:last-child{border-bottom:0}.program-registration-content{margin-top:34px}.program-form-card{border-radius:24px;padding:24px 20px;box-shadow:0 16px #021f3430,0 24px 48px #021f3438}}.program-hero-promo{background:var(--program-orange);min-height:0}.program-hero-promo:before,.program-hero-promo:after{content:none;display:none}.program-hero-title-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.program-hero-image-link,.program-hero-image-link picture,.program-hero-image-link img{width:100%;display:block}.program-hero-image-link{line-height:0;position:relative}.program-hero-image-link img{height:auto}.program-hero-image-link:focus-visible{z-index:1;outline:4px solid var(--white);outline-offset:-8px;box-shadow:inset 0 0 0 8px var(--program-navy)}.download-resource-card .resource-actions-with-options{flex-wrap:wrap}.download-resource-card .resource-actions-with-options .button{flex:100%}
