:root{font-family:Inter,ui-sans-serif,system-ui;color:#17211c;background:#f4f6f2}*{box-sizing:border-box}body{margin:0}header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem clamp(1rem,5vw,5rem);background:#173f35;color:white}a{color:inherit}.brand{font-size:1.2rem;font-weight:800;text-decoration:none}nav{display:flex;gap:1rem;align-items:center}nav a{text-decoration:none;color:#dcebe5}nav form{margin:0}main{max-width:1120px;margin:auto;padding:4rem 1.2rem;min-height:75vh}.hero{max-width:760px}.hero h1,h1{font-family:Georgia,serif;font-size:clamp(2.2rem,6vw,4.5rem);line-height:1;margin:.4rem 0 1rem}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#9a5a32;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:3rem}.grid article,.list a,dl,.panel{padding:1.5rem;border:1px solid #d8ded8;border-radius:1rem;background:white}.grid strong{display:block;font-size:1.4rem}.grid span,.list span{display:block;color:#647269;margin-top:.5rem}.list{display:grid;gap:.75rem}.list a{text-decoration:none}.heading{display:flex;justify-content:space-between;align-items:center}.button,button{display:inline-block;border:0;border-radius:.5rem;background:#173f35;color:white;padding:.75rem 1rem;text-decoration:none;font:inherit}.panel{display:grid;gap:1rem;max-width:720px}.narrow{width:100%;max-width:460px;margin:auto}form,label{min-width:0}label{display:grid;gap:.35rem;font-weight:700}input,select,textarea{width:100%;max-width:100%;padding:.75rem;border:1px solid #abb8b0;border-radius:.4rem;font:inherit}.check{display:flex;flex-direction:row}.check input{width:auto}.alert{background:#ffe3df;padding:1rem;margin-bottom:1rem}dt{font-weight:700}dd{margin:0 0 1rem;color:#536159}table{width:100%;border-collapse:collapse;background:white}th,td{text-align:left;padding:.75rem;border-bottom:1px solid #ddd}footer{text-align:center;padding:2rem;color:#647269}
.module-grid{display:grid;gap:1rem;margin-top:2rem}.module-card{max-width:none}.module-card h2{margin:.2rem 0}.module-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));padding:0}.module-meta div{padding:.75rem}.badge{padding:.35rem .6rem;border-radius:1rem;background:#e4eee8}.problem{padding:1rem;border-left:4px solid #a64b35;background:#fff1ed}.actions,.inline{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.inline select{width:auto}.secondary{background:#66756d}.warning{background:#9a5a32}code{color:#647269}
