:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201d;background:#f3f0e8;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh}.app-root{display:contents}a{color:inherit}button,input,textarea,select{font:inherit}button,.button,input,select{min-height:48px}button,.button{border:0;border-radius:.75rem;padding:.75rem 1rem;background:#183f35;color:#fff;font-weight:750;cursor:pointer}button.secondary,.button.secondary{background:transparent;color:#183f35;border:1px solid #9da9a3}button.danger{background:#a43131}input,textarea,select{width:100%;border:1px solid #b8b7af;border-radius:.7rem;padding:.75rem;background:#fffefa;color:#17201d}textarea{min-height:9rem;resize:vertical}label{display:grid;gap:.4rem;font-weight:700}fieldset{border:0;padding:0;margin:0;display:grid;gap:1rem}.card{background:#fffefa;border:1px solid #d7d3c8;border-radius:1rem;padding:clamp(1rem,3vw,1.75rem)}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.stack{display:grid;gap:1rem}.eyebrow{color:#227557;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.muted{color:#64716c}.error-summary{border-left:4px solid #b52e2e;background:#fff0ef;padding:1rem;border-radius:.5rem;color:#7e1f1f}.notice{border-left:4px solid #25815f;background:#ecf8f2;padding:1rem;border-radius:.5rem}.skeleton{min-height:8rem;border-radius:1rem;background:linear-gradient(90deg,#e8e4dc,#f6f3ed,#e8e4dc);background-size:200% 100%;animation:pulse 1.2s infinite}@keyframes pulse{to{background-position:-200% 0}}:focus-visible{outline:3px solid #e99135;outline-offset:2px}
