:root { color-scheme: light; font-family: Arial, sans-serif; color: #17261f; background: #f5f7f4; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.5; }
.site-header { background: #173f2d; padding: 1rem; }
.site-title { color: #fff; font-size: 1.15rem; font-weight: 700; text-decoration: none; }
.page-content { max-width: 44rem; margin: 0 auto; padding: 1.5rem 1rem 3rem; }
h1 { font-size: 1.75rem; line-height: 1.2; margin: .5rem 0 1rem; }
h2 { font-size: 1.2rem; margin: 0 0 .5rem; }
.workflow-actions { display: grid; gap: 1rem; margin-top: 1.5rem; }
.internal-access { margin-top: 1.5rem; text-align: center; font-size: .92rem; }
.action-card, .submit-button { display: block; width: 100%; min-height: 3.5rem; padding: 1rem; border: 0; border-radius: .35rem; background: #1c6845; color: #fff; font: inherit; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; }
.action-card { font-size: 1.1rem; }
.back-link { color: #174f92; }
form { margin-top: 1.25rem; }
fieldset, form > section { margin: 0 0 1.25rem; padding: 1rem; border: 1px solid #789087; border-radius: .35rem; background: #fff; }
legend { padding: 0 .25rem; font-weight: 700; }
.field { margin: 0 0 1rem; }
.field:last-child { margin-bottom: 0; }
label { display: block; font-weight: 700; margin-bottom: .35rem; }
input, select, textarea { width: 100%; min-height: 2.75rem; padding: .55rem; border: 1px solid #52675e; border-radius: .2rem; background: #fff; color: inherit; font: inherit; }
textarea { min-height: 6rem; resize: vertical; }
input[type="radio"], input[type="checkbox"] { width: 1.25rem; min-height: 1.25rem; margin: .1rem .55rem .1rem 0; accent-color: #1c6845; }
.choice-list { display: grid; gap: .65rem; }
.choice, .checkbox { display: flex; align-items: flex-start; min-height: 2.75rem; margin: 0; padding: .65rem; border: 1px solid #789087; border-radius: .25rem; font-weight: 400; }
.choice span, .checkbox span { flex: 1; }
.field-hint, .required-note { margin: .25rem 0 0; color: #405249; font-size: .92rem; }
.photo-location-notice { margin: 1rem 0; border: 1px solid #789087; border-radius: .35rem; background: #fff; }
.photo-location-notice summary { min-height: 2.75rem; padding: .65rem 1rem; cursor: pointer; font-weight: 700; }
.photo-location-notice > div { padding: 0 1rem 1rem; }
.photo-location-notice p { margin: 0 0 .75rem; }
.photo-location-notice p:last-child { margin-bottom: 0; }
.optional { color: #405249; font-size: .92rem; font-weight: 400; }
.field-error { margin: .35rem 0 0; color: #a51d2d; font-weight: 700; }
.error-summary, .notice { margin: 1rem 0; padding: 1rem; border-left: .35rem solid #a51d2d; background: #fff0f1; }
.notice { border-color: #1c6845; background: #e9f6ed; }
.error-summary h2 { margin-bottom: .25rem; }
.error-summary p { margin: 0; }
.submit-button { margin-top: .5rem; font-size: 1.05rem; }
.device-location-button { width: 100%; min-height: 3.25rem; padding: .75rem 1rem; border: 1px solid #174f92; border-radius: .25rem; background: #fff; color: #173f2d; font: inherit; font-weight: 700; cursor: pointer; }
.location-coordinates { display: grid; gap: 1rem; margin-top: 1rem; }
.location-map { width: 100%; height: 19rem; margin-top: .75rem; border: 1px solid #52675e; border-radius: .25rem; background: #e7ece8; }
.location-map .leaflet-control-attribution { font-size: .72rem; }
.location-map .leaflet-control-layers { font-size: .9rem; }
.location-map .leaflet-control-layers label { min-height: 2rem; margin: 0; padding: .25rem; font-weight: 400; }
.location-map .leaflet-control-layers input { width: auto; min-height: 1.25rem; margin-right: .4rem; }
.confirmation { margin: 1.5rem 0; padding: 1rem; border-left: .35rem solid #1c6845; background: #fff; }
.reference-code { margin: 0; font-size: 1.25rem; font-weight: 700; letter-spacing: .06em; }
a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #e08a00; outline-offset: 2px; }
input[aria-invalid="true"], select[aria-invalid="true"] { border: 2px solid #a51d2d; }
@media (min-width: 48rem) { .page-content { padding: 2rem; } .location-coordinates { grid-template-columns: 1fr 1fr; } }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { display: flex; justify-content: center; gap: 1.5rem; padding: 1.25rem 1rem; border-top: 1px solid #789087; background: #fff; }
.site-footer a { color: #174f92; }
.legal-content h2 { margin-top: 1.75rem; }
.legal-content h3 { font-size: 1rem; margin: 1.25rem 0 .25rem; }
.user-list { display: grid; gap: 1rem; }
.user-card { padding: 1rem; border: 1px solid #789087; border-radius: .35rem; background: #fff; }
.user-card h3, .user-card p { margin: 0 0 .5rem; }
.user-card form { margin-top: .75rem; }
.invitation-link { overflow-wrap: anywhere; padding: 1rem; border: 1px solid #789087; background: #fff; }
