@charset "UTF-8";
:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#243c37;background:#f3f5f4;font-synthesis:none;font-size:16px;--green:#174e41;--muted:#687973;--border:#dfe6e2}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #459a80;outline-offset:3px}button{transition:background .15s,box-shadow .15s}button:hover{filter:brightness(.96)}[hidden]{display:none!important}.topbar{height:84px;background:white;border-bottom:1px solid var(--border);padding:0 4.2%;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#193f34;font-weight:750;font-size:24px;letter-spacing:-.8px}.brand-icon{display:grid;place-items:center;background:var(--green);color:white;border-radius:10px;width:36px;height:36px;font-size:25px}.brand-divider{height:24px;width:1px;background:var(--border);margin:0 9px}.brand-context{font-size:11px;letter-spacing:1.7px;color:#71827a;font-weight:600}main{max-width:1400px;padding:43px 4.2% 25px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:1.7px;color:#75847c}.eyebrow span{padding:0 10px;color:#b1b9b4}h1{font-size:34px;letter-spacing:-1.2px;line-height:1.2;margin:13px 0 9px;display:flex;align-items:center;gap:15px}p{color:var(--muted);line-height:1.6;margin:0}.prototype{font-size:11px;font-weight:600;letter-spacing:0;color:#6a786f;border:1px solid #d5dfd7;padding:5px 8px;border-radius:4px}.button{min-height:46px;padding:11px 18px;border-radius:6px;border:1px solid transparent;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.primary{background:var(--green);color:white}.secondary{background:white;border-color:#d8e1db;color:#3c5449}.small{min-height:40px;padding:8px 12px;font-size:13px}.workspace{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(340px,1fr);align-items:start;gap:25px}.editor{background:white;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 3px 6px #213a2910}.steps{display:flex;background:#fbfcfb;border-bottom:1px solid var(--border);padding:0 28px;gap:25px}.step{padding:21px 0 19px;background:none;border:0;border-bottom:3px solid transparent;font-size:14px;font-weight:600;color:#7b8780;display:flex;align-items:center;gap:9px}.step span{font-size:11px;font-weight:700;background:#edf0ed;padding:5px 6px;border-radius:4px}.step.active{border-bottom-color:var(--green);color:var(--green)}.step.active span{background:#e0eee6}.form-page{padding:29px 30px 0}.section-heading{display:flex;gap:14px;margin-bottom:29px;align-items:center}.section-icon{background:#edf4ef;color:#487259;font-size:22px;display:grid;place-items:center;width:43px;height:43px;flex-shrink:0;border:1px solid #e0e9e1;border-radius:7px}h2{font-size:19px;letter-spacing:-.4px;margin:0 0 6px}.section-heading p{font-size:13px}h3,legend{font-size:14px;font-weight:650;margin:0 0 15px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:21px 19px}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:flex;flex-direction:column;gap:9px;font-size:14px;font-weight:550;min-width:0}input,select,textarea{width:100%;min-width:0;border:1px solid #d6dfd9;border-radius:5px;padding:12px;color:#2c4438;background:#fff;font-size:14px;min-height:45px}input::placeholder,textarea::placeholder{color:#8b9690;font-weight:400}textarea{resize:vertical;line-height:1.6}.label-note{font-size:12px;color:#819085;font-weight:400;display:inline}.fields label{position:relative}.fields label .label-note{position:absolute;right:0;top:1px}.rule{height:1px;background:#edf0ed;margin:28px 0 24px}fieldset{border:0;padding:0;margin:25px 0 0;min-width:0}legend{margin-bottom:12px}legend .label-note{margin-left:7px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{display:block;position:relative}.chip input,.triage input{position:absolute;opacity:0;width:1px;height:1px;min-height:0}.chip span{display:block;border:1px solid #dce3de;padding:10px 13px;font-size:13px;border-radius:5px;font-weight:500}.chip input:checked+span{background:#e9f3ee;border-color:#4f8b6a;color:#20593c}.chip input:focus-visible+span,.triage input:focus-visible+span{outline:3px solid #459a80;outline-offset:3px}.triage-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.triage{position:relative;cursor:pointer;display:block}.triage span{display:flex;flex-direction:column;gap:7px;border:1px solid #e0e5e1;border-radius:5px;padding:12px 10px;font-size:12px;color:#66736a;min-height:65px}.triage strong{font-size:13px;font-weight:600;display:flex;gap:6px;align-items:center}.triage strong:before{content:"";height:7px;width:7px;background:var(--category);border-radius:50%}.triage input:checked+span{background:var(--tint);border-color:var(--category);box-shadow:0 0 0 1px var(--category)}.section-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf0ed;margin:28px -30px 0;padding:20px 30px;background:#fdfefd}.section-foot>span{font-size:12px;color:#728276;line-height:1.5}.lock-icon{padding-right:5px}.summary{background:white;border:1px solid var(--border);border-radius:10px;overflow:hidden;position:sticky;top:24px;box-shadow:0 3px 6px #213a2908}.summary-heading{padding:26px 25px 19px;display:flex;align-items:center;justify-content:space-between;gap:12px}.summary h2{font-size:20px;margin:8px 0 0}.live-badge{font-size:11px;border:1px solid #dee8df;background:#f5f9f5;color:#617a66;padding:6px 8px;border-radius:5px}.summary-tabs{display:flex;border-bottom:1px solid #e3e9e4;padding:0 25px;gap:23px}.summary-tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:12px 0 13px;font-size:13px;color:#7f8c82}.summary-tabs button[aria-selected=true]{color:var(--green);border-bottom-color:var(--green);font-weight:650}#summary-content{padding:23px 25px;max-height:580px;overflow:auto}.card-ident{display:flex;justify-content:space-between;gap:10px;align-items:center;padding-bottom:20px;border-bottom:1px dashed #dce3dd}.card-ident strong{font-size:20px;letter-spacing:-.4px;overflow-wrap:anywhere}.card-ident p{font-size:13px;margin-top:5px}.triage-badge{font-size:11px;padding:6px 8px;background:#f0f3f0;border-radius:4px;white-space:nowrap}.summary-section{padding-top:21px}.summary-section h3{font-size:10px;letter-spacing:1.5px;color:#7a8a7e;margin-bottom:13px}.summary-section dl{display:grid;grid-template-columns:100px 1fr;font-size:13px;line-height:1.55;gap:10px;margin:0}.summary-section dt{color:#7b897f}.summary-section dd{margin:0;color:#354d3f;overflow-wrap:anywhere;white-space:pre-wrap}.empty{color:#929c95!important;font-weight:400}.summary-note{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.summary-log{font-size:13px;line-height:1.6;border-left:2px solid #dce7df;padding-left:12px;margin-bottom:12px;white-space:pre-wrap;overflow-wrap:anywhere}.copy-area{padding:21px 25px 18px;border-top:1px solid #e5ebe6;background:#fafcf9}.copy-button{width:100%;font-size:14px}.copy-area p{text-align:center;font-size:11px;margin-top:11px}#text-content{padding:20px}#text-preview{min-height:450px;border:0;background:#f7f9f7;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.spaced{margin-top:20px}.row-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.row-heading h3{margin:0}.log-entry{border:1px solid var(--border);border-radius:7px;background:#fafcfb;padding:17px;margin-bottom:14px}.log-entry .fields{gap:14px}.log-entry label{font-size:13px}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:#54705e;font-size:13px;font-weight:600}.remove{border:0;background:none;color:#875746;text-decoration:underline;font-size:12px;min-height:32px}.helper{font-size:12px}.danger{background:#a83d38;color:white}footer{display:flex;justify-content:space-between;gap:16px;font-size:11px;color:#89958d;margin-top:30px;line-height:1.6}footer>span:first-child{font-size:10px;font-weight:600;letter-spacing:1.2px}.footer-dot{padding:0 10px;color:#b1bcb3}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#183e31;color:white;padding:14px 22px;border-radius:8px;box-shadow:0 4px 20px #183e3130;z-index:5;font-size:14px;max-width:90vw}dialog{border:1px solid var(--border);border-radius:12px;max-width:480px;width:calc(100% - 32px);padding:28px;color:#243c37}dialog::backdrop{background:#142b2266}dialog p{margin:15px 0 24px;font-size:15px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:1500px){main{padding-left:30px;padding-right:30px}}@media(max-width:1000px){.workspace{grid-template-columns:minmax(0,1.3fr) minmax(310px,1fr);gap:18px}.form-page{padding:23px 20px 0}.section-foot{margin-left:-20px;margin-right:-20px;padding:18px 20px}.steps{padding:0 20px;gap:18px}.step{gap:5px;font-size:13px}.triage-options{grid-template-columns:1fr 1fr}.section-heading p{font-size:12px}.brand-context{display:none}}@media(max-width:760px){.topbar{height:68px;padding:0 20px}.brand{font-size:21px}.brand-divider{display:none}main{padding:27px 18px}.page-heading{align-items:flex-start;margin-bottom:24px}h1{font-size:28px;gap:9px;flex-wrap:wrap}.prototype{font-size:10px}.page-heading>.button{padding:9px 11px;font-size:12px;white-space:nowrap;margin-top:28px}.workspace{grid-template-columns:1fr}.summary{position:static}#summary-content{max-height:none}.fields{gap:17px 13px}.steps{justify-content:space-between;gap:8px}.step{font-size:12px}.section-heading{gap:10px}.section-heading h2{font-size:18px}.section-heading p{font-size:12px}.section-foot>span{max-width:150px}.fields label .label-note{position:static}.fields label{font-size:13px}input,select,textarea{font-size:16px}footer{flex-direction:column;gap:8px}.summary-section dl{grid-template-columns:95px 1fr}.brand-icon{width:32px;height:32px}}@media(max-width:370px){.fields{grid-template-columns:1fr}.step span{display:none}.form-page{padding-left:16px;padding-right:16px}.section-foot{margin-left:-16px;margin-right:-16px;padding:16px}}

.casualty-foot{justify-content:flex-end}

/* Dark field workspace */
:root{color-scheme:dark;color:#e3eae7;background:#111a19;--green:#98d8b9;--muted:#a5b5ae;--border:#34453f}
.topbar{background:#15211e}.brand{color:#e3eee8}.brand-icon{background:#8dcead;color:#142b22}.brand-context,.eyebrow{color:#a4b8ad}.eyebrow span{color:#869b90}.prototype{color:#bacbc1;border-color:#41584b;background:#1d2c25}.secondary{background:#24362f;color:#dfebe4;border-color:#40594c}.primary{background:#94d5b5;color:#12291e}.button:disabled{cursor:not-allowed;opacity:.5;filter:none}button:hover{filter:brightness(1.1)}
.editor,.summary{background:#192622;box-shadow:0 4px 14px #0002}.steps{background:#16211e}.step{color:#a9b9b1}.step span{background:#293a32}.step.active{color:#a2e1bd}.step.active span{background:#304c3c;color:#c5f2d6}.section-icon{background:#263b2f;color:#aad7b9;border-color:#3b5445}
input,select,textarea{background:#121e19;color:#e7efe9;border-color:#43564a}input::placeholder,textarea::placeholder{color:#9caca1}input:disabled{opacity:.6}.label-note{color:#a6b9aa}.rule,.section-foot{border-color:#34443a}.rule{background:#34443a}.section-foot{background:#17231e}.chip span{background:#1e2e26;border-color:#405345;color:#c7d7ca}.chip input:checked+span{background:#304d3b;border-color:#88c69c;color:#d3f3dc}.triage span{border-color:#425248;color:#bcc9c0;background:#1b2922}.triage input:checked+span{color:#edf2ee}.remove{color:#dfa899}.live-badge{background:#243b2e;color:#b4d4bb;border-color:#3e5745}.summary-tabs{border-color:#394b3e}.summary-tabs button{color:#b0c0b4}.summary-tabs button[aria-selected=true]{color:#a2e1bd}.card-ident{border-color:#425447}.triage-badge{background:#2e3e34;color:#c9d5cc}.summary-section h3{color:#a6bbaa}.summary-section dt{color:#a9b9ad}.summary-section dd{color:#e0e9e1}.empty{color:#a6b3a9!important}.summary-log{border-color:#47634c;color:#d7e5da}.copy-area{background:#17261d;border-color:#3b4e40}#text-preview{background:#101c15;color:#dce9de}.log-entry{background:#142219}.log-header{color:#b6d0bc}.danger{background:#b34c46;color:#fff}dialog{background:#1c2c22;color:#e4eee5}dialog::backdrop{background:#040c08b0}.toast{background:#c0e9ce;color:#152b1b;border:1px solid #8ac49a}footer{color:#a2b2a5}.footer-dot{color:#6e8876}
.casualty-manager{margin:0 0 24px}.casualty-manager-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}.casualty-manager-heading .eyebrow{font-size:12px}.casualty-manager-heading .eyebrow span{font-size:12px;letter-spacing:0;font-weight:500;padding-left:14px}.casualty-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.casualty-switch{min-width:0;text-align:left;display:flex;flex-direction:column;gap:11px;padding:15px 17px;border:1px solid #3b5043;border-radius:8px;background:#192920;color:#deebe0;min-height:123px}.casualty-switch.selected{border-color:#91d8ad;background:#263f2f;box-shadow:inset 0 0 0 1px #91d8ad}.casualty-switch-top{display:flex;align-items:center;justify-content:space-between;gap:9px;font-size:11px;color:#a7bdaa}.card-number{font-family:ui-monospace,monospace;color:#bfd9c7;font-size:12px}.casualty-switch strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.4}.card-category{font-size:12px;color:#aebfb1}.casualty-manager .helper{margin-top:12px;color:#c0cebF}.casualty-manager-heading .remove{font-size:13px}
@media(max-width:1000px){.casualty-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.casualty-cards{display:flex;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x proximity}.casualty-switch{flex:0 0 165px;scroll-snap-align:start;min-height:115px}.casualty-manager-heading{gap:8px}.casualty-manager-heading .eyebrow{font-size:11px}.casualty-manager-heading .eyebrow span{padding-left:8px}.casualty-manager-heading .remove{font-size:12px}.casualty-manager{margin-bottom:16px}}

.pulse-sites{margin:10px 0 0}.pulse-sites legend{font-size:12px;font-weight:500;color:var(--muted);margin-bottom:4px}.pulse-site-options{display:flex;flex-wrap:wrap;gap:4px 16px}.pulse-site-options label{flex-direction:row;align-items:center;gap:8px;min-height:44px;cursor:pointer}.pulse-site-options input{width:18px;height:18px;min-height:0;padding:0;margin:0;accent-color:#94d5b5}
