@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Open+Sans:wght@400;600;700&display=swap";
:root{--deep-teal:#004f56;--teal:#006972;--cyan:#00a8b8;--soft-cyan:#a1eff9;--gold:#cca72f;--light-gold:#eac249;--background:#f5fafb;--surface:#fff;--low-surface:#eff4f5;--ink:#171d1e;--muted:#3f484a;--outline:#bec8ca;--danger:#a33a2c;--shadow:0 24px 70px #004f5624;--radius:8px;--radius-lg:16px}*{box-sizing:border-box}body{background:var(--background);color:var(--ink);margin:0;font-family:Open Sans,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{background:radial-gradient(circle at 10% 6%, #a1eff96b, transparent 25rem), linear-gradient(180deg, #fff 0%, var(--background) 45%, #eff4f5 100%);min-height:100vh}.nav{justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto;padding:28px 24px;display:flex}.brand{align-items:center;gap:12px;font-weight:800;display:flex}.brand-mark{background:var(--deep-teal);color:#fff;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.nav-links{color:var(--muted);align-items:center;gap:20px;font-size:14px;font-weight:800;display:flex}.button,.btn{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .16s,opacity .16s,box-shadow .16s;display:inline-flex}.button:hover,.btn:hover{transform:translateY(-1px)}.button-primary:hover,.btn-primary:hover{background:var(--cyan);color:var(--deep-teal)}.button-primary,.btn-primary{background:var(--teal);color:#fff;border-radius:15px;box-shadow:0 12px 28px #0069722e}.button-secondary{border-color:var(--outline);color:var(--deep-teal);background:#fff}.btn-ghost{color:var(--muted);background:0 0;padding:0 12px}.btn:disabled{cursor:not-allowed;opacity:.42;transform:none}.page-hero{max-width:1160px;margin:0 auto;padding:70px 24px 42px}.compact-hero{padding-bottom:24px}.page-title,.section-title,.quiz-card h2,.product-card h2,.module-row h2{color:var(--deep-teal);letter-spacing:0;font-family:Merriweather,Georgia,serif}.page-title{max-width:100%;margin:0 0 20px;font-size:60px;line-height:1}.page-hero p,.module-summary{color:var(--muted);max-width:720px;margin:0;font-size:18px;line-height:1.7}.section{max-width:1160px;margin:0 auto;padding:48px 24px 72px}.tight-section{padding-top:22px}.section-title{margin:0 0 14px;font-size:36px;line-height:1.1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-card,.content-panel,.auth-card,.module-row,.empty-panel{box-shadow:none;background:#fffffff0;border:1px solid #bec8cacc}.product-card{gap:16px;min-height:270px;padding:28px;display:grid}.product-card h2,.module-row h2{margin:0;font-size:24px;line-height:1.2}.product-card p,.module-row p,.content-panel p{color:var(--muted);margin:0;line-height:1.65}.card-kicker{letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:900;color:var(--gold)!important}.module-list{gap:14px;display:grid}.module-row{justify-content:space-between;align-items:center;gap:22px;padding:24px;display:flex}.module-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:28px;max-width:1240px;margin:0 auto;padding:44px 24px 72px;display:grid}.module-content{gap:22px;min-width:0;display:grid}.module-quiz{min-width:0}.video-frame{aspect-ratio:16/9;background:var(--deep-teal);overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%}.content-panel,.empty-panel{padding:24px}.content-panel h2{color:var(--deep-teal);margin:0 0 14px;font-family:Merriweather,Georgia,serif}.file-list{gap:10px;display:grid}.file-row{background:var(--low-surface);color:var(--ink);cursor:pointer;text-align:left;border:1px solid #0000;justify-content:space-between;align-items:center;padding:14px;display:flex}.file-row:hover{border-color:var(--teal)}.file-row span:first-child{gap:2px;display:grid}.file-row small{color:var(--muted)}.auth-card{gap:18px;max-width:560px;margin:44px auto;padding:32px;display:grid}.form-stack{gap:14px;display:grid}.field{gap:7px;display:grid}.field label{color:var(--deep-teal);font-size:13px;font-weight:900}.field input,.field textarea,.field select{border:1px solid var(--outline);color:var(--ink);background:#fff;width:100%;min-height:48px;padding:10px 12px}.text-link{color:var(--deep-teal);font-size:14px;font-weight:800;text-decoration:underline}.form-note,.notice{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.notice{color:var(--deep-teal);background:#00a8b81a;border:1px solid #00a8b847;margin-bottom:16px;padding:12px}.error-text{color:var(--danger)}.success-text{color:var(--deep-teal)}.muted{color:var(--muted)}.quiz-card{background:var(--surface);border-radius:var(--radius-lg);width:100%;padding:34px;box-shadow:0 10px 30px #171d1e0f}.module-quiz-card{position:sticky;top:24px}.progress-bar{gap:6px;margin-bottom:28px;display:flex}.progress-segment{background:var(--outline);border-radius:2px;flex:1;height:4px;transition:background .3s}.progress-segment.filled{background:var(--light-gold)}.section-label,.result-band-label,.score-meter-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:900}.result-band-label{color:var(--gold)}.question-prompt,.result-title{margin:0 0 8px;font-size:24px;line-height:1.25}.question-sting{color:var(--muted);margin:0 0 24px;font-size:14px;font-style:italic;line-height:1.6}.options-list{gap:10px;margin-bottom:28px;display:grid}.option-pill{background:var(--low-surface);color:var(--ink);cursor:pointer;text-align:left;border:2px solid #0000;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;display:flex}.option-pill:hover{border-color:var(--teal)}.option-pill.selected{border-color:var(--light-gold);background:#eac24926}.option-letter{color:var(--muted);min-width:20px;font-size:13px;font-weight:900}.option-pill.selected .option-letter{color:var(--deep-teal)}.btn-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.result-body{background:var(--low-surface);border-left:4px solid var(--light-gold);color:var(--ink);margin:18px 0 24px;padding:20px;line-height:1.75}.score-meter{margin:0 0 20px}.meter-bar-row{align-items:center;gap:12px;display:flex}.meter-bar-label{color:var(--muted);text-align:right;flex:0 0 58px;font-size:12px}.meter-bar-track{background:var(--outline);border-radius:5px;flex:1;height:10px;overflow:hidden}.meter-bar-fill{border-radius:5px;height:100%;transition:width .6s}.meter-bar-fill.primary{background:var(--deep-teal)}.meter-bar-fill.accent{background:var(--light-gold)}.meter-pct{color:var(--muted);opacity:0;flex:0 0 32px;font-size:12px;font-weight:900}.meter-pct.visible{opacity:1}.retake-link{color:var(--muted);cursor:pointer;background:0 0;border:0;margin:10px auto 0;font-size:14px;text-decoration:underline;display:block}@media (max-width:900px){.nav,.nav-links{flex-direction:column;align-items:flex-start}.product-grid,.module-layout{grid-template-columns:1fr}.module-row{flex-direction:column;align-items:flex-start}.module-quiz-card{position:static}}@media (max-width:600px){.page-hero{padding-top:42px}.page-title{font-size:40px}.quiz-card,.auth-card,.product-card,.content-panel{padding:22px}}.app-shell{background:linear-gradient(180deg, #fff 0%, var(--background) 100%)}.app-nav{max-width:1240px;padding-top:14px;padding-bottom:14px}.app-nav .brand-mark{width:34px;height:34px}.app-main{max-width:1160px;margin:0 auto;padding:18px 24px 48px}.app-toolbar{border-bottom:1px solid var(--outline);justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.app-toolbar h1{color:var(--deep-teal);margin:0;font-family:Merriweather,Georgia,serif;font-size:34px;line-height:1.1}.app-toolbar p{color:var(--muted);margin:4px 0 0;font-size:13px}.compact-grid{gap:14px}.compact-card{gap:12px;min-height:210px;padding:22px}.compact-card h2,.compact-row h2{font-size:21px}.compact-notice{margin-bottom:14px}.compact-row{padding:18px}.compact-auth{margin-top:24px}.compact-module-layout{padding-top:18px}.module-toolbar{margin-bottom:0}@media (max-width:900px){.app-toolbar{flex-direction:column;align-items:flex-start}}:root{--resource-glass:#ffffffbd;--resource-glass-border:#bec8ca9e;--resource-shadow:0 18px 45px #004f561a}.resource-shell{background:linear-gradient(180deg, #fffffff5 0%, var(--background) 42%, var(--low-surface) 100%);padding-top:18px}.resource-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--resource-glass);box-shadow:none;z-index:20;border:0;border-radius:999px;max-width:1180px;margin:0 auto;padding:16px 18px 16px 20px;position:sticky;top:14px}.logo-brand{min-width:0}.logo-brand img{width:auto;height:52px;display:block}.resource-nav .nav-links{gap:10px}.resource-nav .nav-links a{color:var(--muted);border-radius:999px;align-items:center;min-height:40px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.resource-nav .nav-links a:hover{color:var(--deep-teal);background:#004f5612}.resource-nav .nav-links .nav-button{background:var(--deep-teal);color:#fff;padding:0 18px;box-shadow:0 12px 26px #004f562e}.resource-nav .nav-links .nav-button:hover{background:var(--teal);color:#fff}.resource-section{max-width:1180px;margin:0 auto;padding:68px 24px 86px}.resource-header{grid-template-columns:1fr;align-items:end;gap:24px;margin-bottom:38px;display:grid}.resource-heading{max-width:100%}.resource-heading .page-title{max-width:100%;margin:0 0 24px;font-size:60px;line-height:1.02}.page-hero-text{color:var(--muted);max-width:100%;margin:0;font-size:17px;line-height:1.7}.page-credibility{color:var(--ink);max-width:100%;margin:18px 0 0;font-size:15px;font-weight:700;line-height:1.6}.filter-panel{justify-self:start;width:100%;max-width:100%}.filter-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:900}.filter-chips{flex-wrap:wrap;justify-content:flex-start;gap:10px;display:flex}.filter-chip{color:var(--muted);cursor:pointer;background:#ffffffb8;border:1px solid #bec8cabf;border-radius:2px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;transition:background .16s,border-color .16s,color .16s,transform .16s}.filter-chip:hover{border-color:var(--teal);color:var(--deep-teal);transform:translateY(-1px)}.filter-chip.active{background:var(--deep-teal);border-color:var(--deep-teal);color:#fff}.resource-notice{border-radius:12px;margin-bottom:18px}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-card{box-shadow:var(--resource-shadow);border:0;border-radius:12px;flex-direction:column;justify-content:space-between;gap:24px;min-height:330px;padding:26px;display:flex}.resource-card-topline,.resource-card-footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.resource-card-body{gap:14px;display:grid}.resource-card h2{font-size:26px;line-height:1.15}.resource-card p{font-size:15px}.resource-meta{font-weight:800;color:var(--muted)!important;font-size:13px!important;line-height:1.35!important}.status-pill{color:var(--deep-teal);letter-spacing:.05em;text-transform:uppercase;background:#004f5614;border-radius:999px;flex:none;padding:7px 10px;font-size:11px;font-weight:900}.status-pill.completed{color:#6b5510;background:#cca72f2e}.status-pill.in-progress{background:#00a8b824}.status-pill.not-started,.status-pill.assigned{color:var(--muted);background:#3f484a17}.resource-empty{box-shadow:var(--resource-shadow);border:0;border-radius:12px;place-items:start;gap:14px;max-width:560px;display:grid}.resource-empty h2{color:var(--deep-teal);margin:0;font-family:Merriweather,Georgia,serif;font-size:30px;line-height:1.15}.resource-empty p{color:var(--muted);margin:0 0 8px;line-height:1.65}.button,.btn{border-radius:999px}.resource-detail-section{max-width:1180px;padding-top:44px}.resource-detail-toolbar{border:0;margin-bottom:24px;padding-bottom:0}.resource-module-row,.access-card{box-shadow:var(--resource-shadow);border:0;border-radius:12px}@media (max-width:1050px){.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.resource-nav{border-radius:24px;align-items:center;position:static}.resource-nav,.resource-nav .nav-links{flex-direction:row}.resource-header{grid-template-columns:1fr;align-items:start}.filter-panel{justify-self:start}.filter-chips{justify-content:flex-start}}@media (max-width:680px){.resource-shell{padding-top:0}.resource-nav{border-left:0;border-right:0;border-radius:0;padding:12px 16px}.logo-brand img{height:40px}.resource-nav .nav-links{gap:4px}.resource-nav .nav-links a{min-height:34px;padding:0 8px;font-size:12px}.resource-nav .nav-links .nav-button{padding:0 10px}.resource-section{padding:42px 18px 60px}.resource-heading .page-title{font-size:42px}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:280px;padding:22px}.resource-card-footer,.resource-card-topline{flex-direction:column;align-items:flex-start}}.signup-layout{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:start;gap:48px;max-width:1180px;margin:0 auto;padding:74px 24px 86px;display:grid}.signup-intro{gap:20px;padding-top:22px;display:grid}.signup-intro .page-title{margin:0;font-size:58px}.signup-meta{margin-top:8px!important}.signup-card{box-shadow:var(--resource-shadow);border:0;border-radius:12px;margin-top:0}.signup-form .button{width:100%}@media (max-width:900px){.signup-layout{grid-template-columns:1fr;padding-top:44px}}.assessment-layout{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);align-items:start;gap:48px;max-width:1180px;margin:0 auto;padding:64px 24px 86px;display:grid}.assessment-intro{gap:20px;padding-top:24px;display:grid}.assessment-intro .page-title{margin:0;font-size:58px}.public-assessment-card{box-shadow:var(--resource-shadow);border:0;justify-self:stretch}.public-assessment-card .button-primary{width:100%}@media (max-width:900px){.assessment-layout{grid-template-columns:1fr;padding-top:42px}}.resource-nav{padding-top:16px;padding-bottom:16px;box-shadow:none!important;border:0!important}.logo-brand img{width:auto;height:52px}@media (max-width:680px){.resource-nav{padding-top:12px;padding-bottom:12px;border:0!important}.logo-brand img{height:40px}}.markdown-content{color:var(--muted);gap:12px;line-height:1.75;display:grid}.markdown-content h3{color:var(--deep-teal);margin:4px 0 0;font-family:Merriweather,Georgia,serif;font-size:22px;line-height:1.2}.markdown-content p,.markdown-content ul{margin:0}.markdown-content ul{padding-left:22px}.markdown-content li+li{margin-top:6px}.download-success{gap:12px;display:grid}.resource-card-media{aspect-ratio:16/10;background:var(--low-surface);border-radius:8px;margin:-6px -6px 4px;overflow:hidden}.resource-card-media img,.product-hero-image,.module-image img,.markdown-image img{object-fit:cover;width:100%;height:100%;display:block}.product-hero-image{aspect-ratio:16/9;box-shadow:var(--resource-shadow);border-radius:8px;max-height:360px}.module-image,.markdown-image{background:var(--low-surface);aspect-ratio:16/9;border-radius:8px;margin:0;overflow:hidden}.module-text-panel{gap:16px;display:grid}@media (max-width:600px){.resource-card-media{margin:0 0 2px}.product-hero-image,.module-image,.markdown-image{aspect-ratio:4/3}}.portal-footer{color:var(--muted);border-top:1px solid #bec8cacc;flex-wrap:wrap;justify-content:space-between;gap:10px 16px;max-width:1180px;margin:10px auto 0;padding:22px 24px 44px;display:flex}.portal-footer a{color:var(--deep-teal);font-weight:800}@media (max-width:900px){.portal-footer{flex-direction:column;align-items:flex-start}}body{font-size:15px}.page-title{font-size:60px}.page-hero p,.module-summary{font-size:16px;line-height:1.6}.section-title{font-size:36px}.product-card h2,.module-row h2{font-size:21px}.resource-heading .page-title{font-size:60px;line-height:1.02}.page-hero-text{font-size:17px;line-height:1.6}.page-credibility{font-size:14px;line-height:1.5}.resource-card h2{font-size:26px}.resource-card p{font-size:14px;line-height:1.55}.resource-meta{font-size:12px!important}.signup-intro .page-title,.assessment-intro .page-title{font-size:58px;line-height:1.04}.signup-card .section-title{font-size:34px}.question-prompt,.result-title{font-size:24px}.resource-empty h2{font-size:25px}.markdown-content h3{font-size:20px}@media (max-width:680px){.resource-heading .page-title,.page-title{font-size:34px}.resource-card h2{font-size:22px}}@media (max-width:900px){.page-title,.resource-heading .page-title,.signup-intro .page-title,.assessment-intro .page-title{font-size:48px}.section-title{font-size:32px}.app-toolbar h1{font-size:30px}.resource-card h2,.product-card h2,.module-row h2{font-size:24px}.question-prompt,.result-title{font-size:23px}}@media (max-width:680px){.page-title,.resource-heading .page-title,.signup-intro .page-title,.assessment-intro .page-title{font-size:32px}.section-title,.signup-card .section-title,.app-toolbar h1{font-size:26px}.page-hero-text,.page-hero p,.module-summary{font-size:15px}.resource-card h2,.product-card h2,.module-row h2{font-size:22px}.question-prompt,.result-title{font-size:21px}}.page-hero-text,.page-credibility{max-width:100%}.button-primary,.btn-primary,.resource-nav .nav-links .nav-button{background:var(--teal);border-radius:15px;box-shadow:0 12px 26px #00697229}.button-primary:hover,.btn-primary:hover,.resource-nav .nav-links .nav-button:hover{background:var(--cyan);color:var(--deep-teal)}.route-loader{pointer-events:none;z-index:1000;background:#f5fafb85;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.route-loader-spinner{border:3px solid #0069722e;border-top-color:var(--teal);background:#ffffffe0;border-radius:999px;width:46px;height:46px;animation:.78s linear infinite route-spin;display:block;box-shadow:0 14px 35px #004f5629}@keyframes route-spin{to{transform:rotate(360deg)}}.resource-card-footer .button,.resource-card-footer .btn{text-align:center;white-space:normal;border-radius:15px;min-height:48px;padding:10px 20px;font-size:15px;line-height:1.25}.resource-card-footer .button-primary,.resource-card-footer .btn-primary{background:var(--teal);border-color:var(--teal);color:#fff}.resource-card-footer .button-primary:hover,.resource-card-footer .btn-primary:hover{background:var(--cyan);border-color:var(--cyan);color:var(--deep-teal)}.result-report-card{gap:22px;display:grid}.result-report-header{justify-content:space-between;align-items:start;gap:18px;display:flex}.result-score-line{color:var(--muted);margin:6px 0 0;font-size:14px}.score-badge{background:var(--low-surface);border:1px solid var(--outline);border-radius:12px;flex:none;place-items:center;min-width:92px;padding:14px 12px;display:grid}.score-badge span{color:var(--deep-teal);font-family:Merriweather,Georgia,serif;font-size:26px;line-height:1}.score-badge small{color:var(--muted);text-transform:uppercase;margin-top:6px;font-size:11px;font-weight:800}.result-body-report{margin:0}.report-section{border-top:1px solid #bec8cab8;gap:14px;padding-top:18px;display:grid}.report-section-heading{justify-content:space-between;align-items:end;gap:14px;display:flex}.report-section-note{color:var(--muted);text-align:right;margin:0;font-size:13px}.result-range-meter{background:#bec8ca80;border-radius:999px;height:12px;position:relative;overflow:visible}.result-range-fill{border-radius:999px;height:100%;transition:width .6s}.result-range-fill.primary{background:var(--deep-teal)}.result-range-fill.accent{background:var(--light-gold)}.result-range-marker{opacity:0;transition:opacity .22s;position:absolute;top:50%;transform:translate(-50%,-50%)}.result-range-marker.visible{opacity:1}.result-range-marker span{background:var(--surface);border:1px solid var(--outline);color:var(--deep-teal);border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #171d1e14}.result-range-labels{color:var(--muted);justify-content:space-between;font-size:12px;font-weight:800;display:flex}.answer-recap-list{gap:12px;display:grid}.answer-recap-item{background:#f5fafbcc;border:1px solid #bec8cab8;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:16px;display:grid}.answer-recap-main{gap:8px;min-width:0;display:grid}.answer-recap-section{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:900}.answer-recap-main h3{color:var(--ink);margin:0;font-size:16px;line-height:1.35}.answer-recap-choice{color:var(--muted);align-items:start;gap:10px;margin:0;line-height:1.55;display:flex}.answer-recap-choice span{color:var(--deep-teal);min-width:18px;font-size:12px;font-weight:900}.answer-signal{text-align:center;border-radius:999px;justify-content:center;align-items:center;min-width:0;padding:9px 12px;display:inline-flex}.answer-signal span{text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.25}.answer-signal.good{color:var(--deep-teal);background:#0069721a}.answer-signal.steady{color:#6b5510;background:#eac2492e}.answer-signal.watch{color:var(--teal);background:#00a8b824}.answer-signal.high{color:var(--danger);background:#a33a2c1a}.other-results-grid{grid-template-columns:1fr;gap:14px;display:grid}.other-result-card{background:#f5fafbb8;border:1px solid #bec8cab8;border-radius:12px;gap:10px;padding:18px;display:grid}.other-result-card h3{color:var(--deep-teal);margin:0;font-size:18px;line-height:1.3}.other-result-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.cta-block .button-primary{background:var(--deep-teal);box-shadow:0 14px 30px #004f563d}.cta-block{border:1px solid #cca72f94;border-left:7px solid var(--light-gold);background:linear-gradient(135deg,#eac24947,#fff9e0eb);border-radius:12px;gap:12px;padding:22px;display:grid;box-shadow:0 18px 36px #cca72f2e}.cta-block h3{color:var(--deep-teal);margin:0;font-family:Merriweather,Georgia,serif;font-size:21px;line-height:1.2}.cta-block p{color:var(--muted);margin:0;line-height:1.6}@media (max-width:900px){.result-report-header,.report-section-heading{flex-direction:column;align-items:start}.report-section-note{text-align:left}.answer-recap-item{grid-template-columns:1fr}.answer-signal{text-align:center;border-radius:999px;justify-content:center;align-items:center;min-width:0;padding:9px 12px;display:inline-flex}}
