:root{color:#16221d;background:#f5f7f4;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{max-width:1180px;margin:0 auto;padding:24px}.top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.brand{font-size:20px;font-weight:800}.grid{grid-template-columns:repeat(12,1fr);gap:16px;display:grid}.card{background:#fff;border:1px solid #dde4df;border-radius:18px;padding:18px;box-shadow:0 8px 30px #1932230d}.span4{grid-column:span 4}.span8{grid-column:span 8}.span12{grid-column:span 12}.metric{margin-top:8px;font-size:36px;font-weight:800}.muted{color:#66736b}.btn{color:#fff;cursor:pointer;background:#163b2b;border:0;border-radius:12px;padding:11px 15px}.btn.secondary{color:#17382a;background:#e8eee9}.input{background:#fff;border:1px solid #ccd6cf;border-radius:12px;width:100%;padding:12px 13px}.field{gap:7px;margin-bottom:14px;display:grid}.list{gap:10px;display:grid}.row{border-bottom:1px solid #edf0ee;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;display:flex}.pill{background:#eef3ef;border-radius:999px;padding:5px 9px;font-size:12px}.nav{flex-wrap:wrap;gap:9px;display:flex}.nav a{background:#e9efeb;border-radius:10px;padding:8px 11px}.hero{padding:28px 0 12px}.hero h1{margin:0 0 10px;font-size:clamp(32px,6vw,56px)}.intake{max-width:720px;margin:0 auto;padding:28px 18px 60px}.progress{background:#e6ebe7;border-radius:99px;height:8px;margin:14px 0 24px;overflow:hidden}.progress>div{background:#1e6849;height:100%}.notice{background:#eef6f0;border-radius:12px;margin:14px 0;padding:12px 14px}.error{color:#8b261c;background:#fff0ee}.code{color:#d9eee2;background:#111c17;border-radius:14px;padding:14px;font-family:ui-monospace,Consolas,monospace;overflow:auto}@media (max-width:760px){.shell{padding:16px}.span4,.span8{grid-column:span 12}.top{flex-direction:column;align-items:flex-start}.card{border-radius:14px}}
