:root{font-family:Inter,system-ui,sans-serif;color:#1d3630;background:#f3f6f2;font-size:15px}*{box-sizing:border-box}body{margin:0}header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 5%;background:#123d35;color:#fff}header strong{font-size:23px;letter-spacing:-1px}header span{font-size:14px;font-weight:400;letter-spacing:0;color:#c4d9cb}header a{color:#d7e8dc;font-size:13px}main{max-width:1200px;margin:40px auto;padding:0 24px}.top{display:flex;justify-content:space-between;align-items:center;gap:20px}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:2px;color:#567457;font-weight:700}h1{font-size:38px;letter-spacing:-1.6px;margin:12px 0}h2{font-size:21px;margin:0 0 13px}.layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}.card{background:#fff;border:1px solid #dce4d9;border-radius:15px;padding:27px}.muted,.small{color:#6b7d72;line-height:1.6}.small{font-size:12px}.pill,.badge{display:inline-block;border-radius:30px;background:#e2eddf;padding:8px 12px;font-size:12px;white-space:nowrap}label{display:block;margin:22px 0 9px;font-weight:600;font-size:14px}label span{font-weight:400;color:#7b877c;margin-left:5px}fieldset{border:0;padding:0;margin:0;min-width:0}textarea,input{width:100%;font:inherit;border:1px solid #c8d7c8;border-radius:8px;padding:12px;background:#fcfdfb}input[type=file]{font-size:13px}textarea{resize:vertical}button{padding:13px 18px;border:0;border-radius:8px;background:#216942;color:#fff;font:inherit;font-weight:600;cursor:pointer;margin-top:18px}button:disabled{opacity:.5;cursor:wait}.secondary{background:#edf2e9;color:#355c3c;margin:0;font-size:13px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.section-head h2{margin:0}.notice{background:#fff4d8;border:1px solid #e8d9ae;border-radius:8px;padding:15px;line-height:1.5}.capture{padding:17px 0;border-top:1px solid #edf0e8}.capture p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.capture-head{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.media{display:flex;gap:8px;flex-wrap:wrap}.media img{height:85px;width:130px;object-fit:cover;border-radius:6px;border:1px solid #dce4d9}.media audio{max-width:100%;height:38px}.empty{padding:35px 15px;text-align:center;color:#7a8a7b;background:#f8faf5;border-radius:8px}footer{font-size:12px;color:#7b8879;line-height:1.7;padding:15px 0 35px}@media(max-width:760px){.layout{grid-template-columns:1fr}.top{align-items:flex-start;flex-direction:column;gap:2px}h1{font-size:30px}main{margin:25px auto;padding:0 16px}.card{padding:22px}header{padding:20px 18px}header strong{font-size:21px}header span{display:none}}
