:root{font-family:Arial,Helvetica,sans-serif;color:#23372e;background:#f4f7f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header{background:#fff;border-bottom:1px solid #dce5df;padding:20px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{font-weight:800;font-size:24px;text-decoration:none;color:#254c3a}.brand span{display:block;font-size:9px;letter-spacing:2.5px;margin-top:5px}nav{display:flex;gap:24px}a{color:#28593f}nav a{font-size:14px;text-decoration:none}main{max-width:1080px;margin:auto;padding:38px 24px 60px}h1{font-size:38px;letter-spacing:-1.4px;margin:8px 0 12px}h2{font-size:23px;margin:0 0 14px;letter-spacing:-.6px}h3{font-size:16px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;color:#5a7564}p{color:#5a6d62;line-height:1.65;margin:10px 0 18px}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.card{padding:28px;background:#fff;border:1px solid #dce5df;border-radius:14px;margin:24px 0;box-shadow:0 3px 12px #14352204}.notice{border:1px solid #cedfd3;background:#eaf2ec;padding:18px 20px;border-radius:10px;line-height:1.6;color:#36523f;margin:18px 0}.pill{font-size:12px;font-weight:700;border-radius:100px;padding:9px 14px;background:#e9f1eb;color:#315b40;white-space:nowrap}.pill.offline{background:#fff0d9;color:#825616}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:22px 0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:9px;font-size:14px;font-weight:700}input,select,textarea{font:inherit;color:#263e30;border:1px solid #b9cbbf;border-radius:7px;padding:12px;background:#fff;width:100%;min-height:44px}textarea{resize:vertical;line-height:1.6}button{font:inherit;font-size:14px;font-weight:700;padding:12px 18px;min-height:44px;border:1px solid transparent;background:#28553e;color:#fff;border-radius:7px;cursor:pointer}button:hover{filter:brightness(.95)}button.secondary{background:white;border-color:#b9cbbf;color:#28553e}button.quiet{background:transparent;color:#28553e;border-color:#d7e3db}button:disabled{opacity:.5;cursor:wait}.danger{color:#993d2e!important}fieldset{border:0;padding:0;margin:0;min-width:0}.check{flex-direction:row;align-items:center;gap:12px;padding:12px 0;line-height:1.6}.check input{width:19px;min-height:19px;height:19px;flex-shrink:0}.check span small{display:block}small{font-size:12px;color:#62786b;line-height:1.6;font-weight:400}.upload{margin:24px 0;padding:18px;border:1px dashed #adc3b5;border-radius:9px;background:#f8faf8}.photos{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo{border:1px solid #dce5df;border-radius:10px;overflow:hidden;padding:12px}.photo img{width:100%;height:145px;object-fit:cover;border-radius:5px}.photo label{margin:12px 0;font-size:12px}.capture{border-top:1px solid #e0e9e3;padding:22px 0}.capture h3{font-size:18px;margin:12px 0 8px}.capture p{white-space:pre-wrap;overflow-wrap:anywhere}.capture .status-error{color:#993d2e}.capture .toolbar{margin-bottom:0}#feedback{border-radius:9px;padding:16px 20px;border:1px solid #b5d4bf;background:#e8f3ec;color:#245a38}#feedback.error{background:#fff0ea;border-color:#eac6b7;color:#8b3e27}footer{font-size:12px;color:#6a8072;text-align:center;line-height:1.7;margin-top:36px}[hidden]{display:none!important}:focus-visible{outline:3px solid #9dbda9;outline-offset:3px}@media(max-width:650px){header{padding:16px 20px;align-items:flex-start}nav{flex-wrap:wrap;justify-content:flex-end;gap:12px;max-width:190px}nav a{font-size:12px}main{padding:24px 14px 44px}h1{font-size:31px}.heading{align-items:flex-start;flex-wrap:wrap;gap:12px}.card{padding:22px 17px}.grid{grid-template-columns:1fr}.photos{grid-template-columns:1fr 1fr}.photo{padding:9px}.photo img{height:115px}.toolbar button{flex-grow:1}.notice{padding:15px}}
