/* Registro público de denúncia no design system SIGCAÇAMBA. */
.denuncia-create { color:var(--color-dark); }
.denuncia-create__wrap { width:min(1120px,100%); margin-inline:auto; }
.denuncia-create__hero { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:18px; padding:28px 32px; border-radius:16px; background:linear-gradient(135deg,#1b5e20,#2e7d32 55%,#1565c0); color:#fff; box-shadow:var(--shadow-md); }
.denuncia-create__eyebrow { display:inline-flex; align-items:center; gap:7px; margin-bottom:7px; font-size:.78rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.denuncia-create__hero h1 { margin:0 0 7px; color:#fff; font-size:clamp(1.7rem,3vw,2.25rem); font-weight:800; }
.denuncia-create__hero p { max-width:720px; margin:0; color:rgba(255,255,255,.87); }
.denuncia-create__secure { display:inline-flex; flex:0 0 auto; align-items:center; gap:7px; padding:9px 12px; border:1px solid rgba(255,255,255,.3); border-radius:999px; background:rgba(255,255,255,.12); font-size:.8rem; font-weight:700; }
.denuncia-create__card { padding:clamp(20px,4vw,38px); border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow-sm); }
.denuncia-steps { display:grid; grid-template-columns:repeat(3,1fr); margin:0 0 38px; padding:0; list-style:none; }
.denuncia-steps li { position:relative; display:flex; flex-direction:column; align-items:center; gap:7px; color:var(--muted); font-size:.8rem; }
.denuncia-steps li:not(:last-child)::after { position:absolute; z-index:0; top:20px; left:calc(50% + 25px); width:calc(100% - 50px); height:2px; background:var(--line); content:""; }
.denuncia-steps span { z-index:1; display:grid; width:40px; height:40px; place-items:center; border:2px solid var(--line); border-radius:50%; background:#fff; font-size:19px; }
.denuncia-steps .is-active { color:var(--color-green); }
.denuncia-steps .is-active span { border-color:var(--color-green); color:#fff; background:var(--color-green); box-shadow:0 0 0 5px #e8f5e9; }
.denuncia-section-title { display:flex; align-items:center; gap:11px; margin:0 0 7px; font-size:1.2rem; font-weight:800; }
.denuncia-section-title span { display:grid; width:36px; height:36px; place-items:center; border-radius:10px; color:var(--color-green); background:#e8f5e9; }
.denuncia-create :is(input:not([type=checkbox]):not([type=file]),textarea) { border:1px solid var(--line); border-radius:10px; background:#fbfcfc; }
.denuncia-create :is(input,textarea):focus { border-color:var(--color-green); box-shadow:0 0 0 3px rgba(46,125,50,.12); }
.denuncia-create .form-label { margin-bottom:6px; color:#37474f; font-size:.84rem; font-weight:700; }
.denuncia-create #map_canvas { min-height:390px; border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.denuncia-create :is(.solid-btn,.outline-btn) { display:inline-flex; min-height:44px; align-items:center; justify-content:center; gap:8px; border-radius:10px; font-weight:700; }
.denuncia-next,.denuncia-back,.denuncia-submit { min-width:150px; padding-inline:24px!important; }
.denuncia-submit { background:var(--color-green)!important; }
.denuncia-create .custom-file-label { min-height:58px; border:1px dashed #90a4ae; border-radius:10px; background:#f8fafb; }
.denuncia-create .custom-file-label i { color:var(--color-blue); font-size:21px; }
.denuncia-info { display:flex; align-items:flex-start; gap:8px; margin:8px 0 16px; padding:12px 14px; border-radius:9px; color:#455a64; background:#e3f2fd; font-size:.82rem; }
.denuncia-draft { margin-top:24px; padding:18px; border:1px solid #dbe3e6; border-radius:12px; color:#455a64; background:#f6f8f9; }
.denuncia-draft > div > i { color:var(--color-blue); font-size:21px; }
.denuncia-cancel { display:inline-flex; align-items:center; gap:7px; color:var(--muted); font-weight:600; text-decoration:none; }
@media(max-width:767.98px){.denuncia-create__hero{align-items:flex-start;padding:22px;}.denuncia-create__secure{display:none}.denuncia-create__card{padding:18px 14px}.denuncia-steps{margin-bottom:28px}.denuncia-steps strong{font-size:.72rem}.denuncia-next,.denuncia-back,.denuncia-submit{min-width:0;flex:1}.denuncia-create #map_canvas{min-height:330px}}
