:root{--ink:#12211c;--muted:#52635b;--paper:#f6f7f2;--surface:#fff;--green:#075e4a;--green-dark:#043d31;--lime:#d7f38a;--gold:#b78221;--line:#d7ded9;--danger:#a12b2b;--shadow:0 18px 50px #12211c17;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #2d72d2}.skip-link{z-index:100;background:#fff;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.container{width:min(1140px,100% - 2rem);margin:0 auto}.site-header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f7f2f0;position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;gap:1.5rem;min-height:76px;display:flex}.logo{align-items:center;gap:.7rem;line-height:1.05;text-decoration:none;display:inline-flex}.logo span:last-child{gap:.15rem;display:grid}.logo small{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem}.logo-mark{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}nav{align-items:center;gap:1.2rem;display:flex}nav a{font-weight:700;text-decoration:none}.button{border:1px solid var(--green);background:var(--green);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{background:var(--green-dark)}.button.small{padding:.55rem .9rem}.button.secondary{color:var(--green-dark);background:0 0}.button.ghost{color:inherit;background:0 0;border-color:currentColor}.button:disabled{opacity:.55;cursor:not-allowed}.hero{background:radial-gradient(circle at 84% 20%,#d7f38a99,#0000 28%),linear-gradient(135deg,#f6f7f2 35%,#e7eee7);padding:clamp(4rem,10vw,8rem) 0 5rem;overflow:hidden}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:clamp(2rem,7vw,6rem);display:grid}.eyebrow{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.78rem;font-weight:900}h1,h2,h3{margin-top:0;line-height:1.08}h1{letter-spacing:-.045em;margin-bottom:1.4rem;font-family:Georgia,serif;font-size:clamp(2.8rem,6vw,5.6rem)}h2{letter-spacing:-.03em;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:1.15rem}.lede{color:var(--muted);max-width:65ch;font-size:1.18rem}.actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.hero-card,.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:1.6rem;transform:rotate(1deg)}.hero-card .program-code{border-bottom:1px solid var(--line);margin-bottom:1rem;padding-bottom:1rem}.stat-row{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.stat{background:var(--paper);border-radius:12px;padding:.85rem}.stat strong{font-size:1.3rem;display:block}.stat small{color:var(--muted)}.section{padding:5rem 0}.section.tint{background:#eaf0ea}.section-heading{max-width:760px;margin-bottom:2rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.card{padding:1.4rem}.card p:last-child{margin-bottom:0}.kicker{background:var(--lime);width:2.4rem;height:2.4rem;color:var(--green-dark);border-radius:10px;place-items:center;margin-bottom:1rem;font-weight:900;display:grid}.control-list{gap:.8rem;padding:0;list-style:none;display:grid}.control-list li{padding-left:1.7rem;position:relative}.control-list li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:0}.site-footer{background:var(--green-dark);color:#fff;padding:3rem 0}.footer-grid{justify-content:space-between;gap:2rem;display:flex}.site-footer p{color:#bed0c7;max-width:42ch}.site-footer nav{flex-wrap:wrap}.page-hero{padding:4rem 0 2rem}.prose{max-width:820px}.prose h2{margin-top:3rem;font-size:2rem}.prose h3{margin-top:2rem}.prose li{margin:.45rem 0}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.9rem 1rem}th{text-transform:uppercase;letter-spacing:.06em;background:#eef2ed;font-size:.78rem}tr:last-child td{border-bottom:0}.notice{border-left:4px solid var(--gold);background:#fff8e7;border-radius:4px 12px 12px 4px;padding:1rem 1.1rem}.notice.good{border-color:var(--green);background:#eaf6ef}.form-stack{gap:1rem;display:grid}label{gap:.4rem;font-weight:800;display:grid}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #aab7b0;border-radius:10px;padding:.8rem}textarea{resize:vertical;min-height:120px}.assessment-question{border:1px solid var(--line);border-radius:12px;padding:1rem}.assessment-question legend{padding:0 .35rem;font-weight:800}.radio-option{grid-template-columns:auto 1fr;align-items:start;padding:.35rem 0;font-weight:500}.radio-option input{width:auto;margin-top:.3rem}.help{color:var(--muted);font-size:.86rem;font-weight:400}.error-text{color:var(--danger);font-weight:700}.dashboard-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--green-dark);color:#fff;flex-direction:column;gap:2rem;padding:1.5rem;display:flex}.sidebar-brand{font-size:1.4rem;font-weight:900;text-decoration:none}.sidebar small,.sidebar strong{display:block}.sidebar small{color:#b9ccc3}.sidebar nav{flex-direction:column;align-items:stretch;gap:.35rem}.sidebar nav a{border-radius:9px;padding:.7rem .8rem}.sidebar nav a:hover{background:#ffffff1a}.role-chip,.status-pill{border-radius:999px;width:fit-content;padding:.28rem .6rem;font-size:.75rem;font-weight:800;display:inline-flex}.role-chip{color:var(--green-dark);background:var(--lime);margin-top:.65rem}.status-pill{background:#e7ece9}.status-pill.good{color:#16532d;background:#d9f2df}.status-pill.warn{color:#6e4a00;background:#fff0c9}.status-pill.bad{color:#7c1c1c;background:#f9dcdc}.dashboard-main{width:100%;max-width:1400px;padding:clamp(1.5rem,4vw,3.5rem)}.dashboard-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.metric-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.metric{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.2rem}.metric strong{font-size:1.8rem;display:block}.metric span{color:var(--muted);font-size:.88rem}.progress{background:#dbe3de;border-radius:999px;width:100%;height:10px;overflow:hidden}.progress>span{background:var(--green);border-radius:inherit;height:100%;display:block}.module-list{gap:.8rem;display:grid}.module-row{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem;text-decoration:none;display:grid}.module-row:hover{border-color:var(--green)}.module-number{background:#eaf0ea;border-radius:50%;place-items:center;width:2.4rem;height:2.4rem;font-weight:900;display:grid}.module-row p{color:var(--muted);margin:.25rem 0 0;font-size:.88rem}.module-meta{white-space:nowrap;font-weight:800}.empty{text-align:center;color:var(--muted);padding:3rem 1rem}@media (max-width:800px){.site-header nav a:not(.button){display:none}.hero-grid,.grid-3,.grid-2{grid-template-columns:1fr}.hero-card{transform:none}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-shell{display:block}.sidebar{gap:1rem;padding:1rem;position:static}.sidebar>div{display:none}.sidebar nav{flex-direction:row;overflow-x:auto}.sidebar nav a{white-space:nowrap}.sidebar form{position:absolute;top:1rem;right:1rem}.footer-grid{flex-direction:column}}@media (max-width:520px){.stat-row,.metric-grid{grid-template-columns:1fr}.module-row{grid-template-columns:auto 1fr}.module-meta{grid-column:2}h1{font-size:2.6rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
