
:root {
  --ink: #18322d;
  --green: #0d5a45;
  --green-dark: #073f34;
  --green-soft: #eaf4ef;
  --gold: #d59a27;
  --cream: #f7f5ee;
  --line: #dce5e0;
  --muted: #64756f;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Inter", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 16px clamp(24px, 5vw, 76px); background: rgba(247,245,238,.94); border-bottom: 1px solid rgba(13,90,69,.12); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 220px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--green); background: #dfece5; }
.brand-mark svg { width: 28px; height: 28px; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 14px; letter-spacing: .07em; }
.brand small { color: var(--muted); font-size: 11px; }
nav { display: flex; align-items: center; gap: 30px; color: #3f554e; font-size: 13px; font-weight: 650; }
nav a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; transition: .2s ease; }
.button.primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(13,90,69,.18); }
.button.primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.button.outline { color: var(--green); border-color: rgba(13,90,69,.35); background: transparent; }
.button.compact { min-height: 40px; padding: 0 17px; font-size: 12px; }
.text-link { color: var(--green); font-size: 14px; font-weight: 750; }
.text-link span { margin-left: 8px; }

.hero { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 7vw, 110px); align-items: center; min-height: 620px; padding: 88px clamp(24px, 7vw, 110px) 100px; overflow: hidden; background: radial-gradient(circle at 78% 10%, rgba(213,154,39,.14), transparent 30%), linear-gradient(135deg, #f7f5ee 60%, #edf3ed 100%); }
.hero::after { position: absolute; content: ""; width: 380px; height: 380px; right: -190px; bottom: -190px; border: 70px solid rgba(13,90,69,.05); border-radius: 50%; }
.government-label { display: inline-block; margin-bottom: 22px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.4vw, 78px); font-weight: 500; letter-spacing: -.045em; line-height: 1.01; }
.hero h1 em { color: var(--green); font-style: italic; }
.hero-copy > p { max-width: 650px; margin: 26px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.trust-row { display: flex; gap: 28px; margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(13,90,69,.14); }
.trust-row span { display: grid; gap: 2px; color: var(--muted); font-size: 11px; }
.trust-row b { color: var(--ink); font-family: Georgia, serif; font-size: 23px; }
.process-card { position: relative; z-index: 1; padding: 36px; color: #eaf5f0; background: var(--green-dark); border-radius: 2px 42px 2px 42px; box-shadow: 0 28px 60px rgba(7,63,52,.22); }
.card-top { display: flex; align-items: center; gap: 9px; color: #b8d6ca; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #7add9e; box-shadow: 0 0 0 5px rgba(122,221,158,.12); }
.process-card h2 { margin: 25px 0 28px; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.process-card ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-card li { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-card li b { color: #e2b65d; font-family: Georgia, serif; font-size: 18px; }
.process-card li span { display: grid; gap: 5px; }
.process-card li strong { font-size: 14px; }
.process-card li small { color: #9fc1b5; font-size: 12px; line-height: 1.5; }
.privacy-note { display: flex; gap: 13px; margin-top: 20px; padding: 17px; color: #24473e; background: #f0e5c6; border-radius: 8px; }
.privacy-note > span { color: #9a6b12; }
.privacy-note p { margin: 0; font-size: 11px; line-height: 1.55; }

.report-section, .status-section { padding: 96px clamp(24px, 7vw, 110px); }
.report-section { background: white; }
.section-intro { max-width: 690px; margin-bottom: 36px; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-intro h2, .status-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -.025em; }
.section-intro > p:last-child, .status-heading > div > p:last-child { color: var(--muted); line-height: 1.7; }
.report-form { max-width: 1120px; padding: 34px; border: 1px solid var(--line); background: #fbfcfa; box-shadow: 0 18px 50px rgba(37,67,57,.08); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-heading h2 { margin: 0; font-size: 24px; }
.step-pill { padding: 7px 11px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span, .label-title { color: #385149; font-size: 12px; font-weight: 750; }
.form-grid label > small:not(.error-text) { color: var(--muted); font-size: 9px; line-height: 1.45; }
.form-grid input, .form-grid select, .form-grid textarea, .search input { width: 100%; color: var(--ink); background: white; border: 1px solid #cad8d1; border-radius: 8px; outline: 0; }
.form-grid input, .form-grid select { height: 46px; padding: 0 13px; }
.form-grid textarea { padding: 13px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus, .search:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,90,69,.09); }
.form-grid select:disabled { color: #95a29d; background: #f1f4f2; }
.full { grid-column: 1 / -1; }
.location-block { overflow: hidden; border: 1px solid #cad8d1; border-radius: 8px; background: white; }
.location-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 13px 15px; }
.location-head > div { display: grid; gap: 4px; }
.location-head small { color: var(--muted); font-size: 11px; }
.location-head output { padding: 7px 10px; color: var(--green); background: var(--green-soft); border-radius: 5px; font-family: ui-monospace, monospace; font-size: 11px; }
.map { height: 310px; border-top: 1px solid #cad8d1; z-index: 1; }
.leaflet-control-attribution { font-size: 8px !important; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0 20px; color: var(--muted); font-size: 12px; }
.consent input { accent-color: var(--green); }
.submit-button { width: 100%; }
.success-panel { display: grid; max-width: 680px; justify-items: center; padding: 65px 40px; text-align: center; background: #f7fbf8; border: 1px solid var(--line); }
.success-icon { display: grid; width: 54px; height: 54px; margin-bottom: 23px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 25px; }
.success-panel h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.report-code { margin-bottom: 14px; color: var(--green); font-family: ui-monospace, monospace; font-size: 25px; letter-spacing: .05em; }
.success-panel > p:not(.eyebrow) { max-width: 500px; color: var(--muted); line-height: 1.7; }

.status-section { background: var(--cream); }
.status-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.search { display: flex; align-items: center; gap: 9px; width: min(100%, 340px); padding: 0 14px; background: white; border: 1px solid #cad8d1; border-radius: 8px; }
.search span { color: var(--green); font-size: 22px; }
.search input { height: 44px; padding: 0; border: 0; box-shadow: none !important; font-size: 12px; }
.table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
th { padding: 14px 16px; color: #6c7e78; background: #f4f7f5; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .07em; text-align: left; text-transform: uppercase; white-space: nowrap; }
td { padding: 17px 16px; border-bottom: 1px solid #e6ece8; vertical-align: middle; }
td strong, td small { display: block; }
td small { margin-top: 4px; color: #7c8b86; }
.risk, .status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.risk.rendah { color: #276e48; background: #e2f3e9; }.risk.sedang { color: #8c6317; background: #f8edcf; }.risk.tinggi { color: #a13a37; background: #f8dddd; }
.status.pending, .status.belum_diproses { color: #7b5b1b; background: #fbf0d8; }
.status.diproses { color: #195f85; background: #dceef8; }
.status.tidak_diproses { color: #943735; background: #f6dfde; }
.status.forwarded, .status.diteruskan { color: #176249; background: #dcf1e8; }
.status.selesai { color: #fff; background: #0d5a45; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.empty { padding: 45px; color: var(--muted); text-align: center; }
.status-footnote { margin-top: 15px; color: var(--muted); font-size: 10px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px clamp(24px, 7vw, 110px); color: #bbd0c8; background: #062f28; font-size: 11px; }
.brand.inverse { color: white; }.brand.inverse .brand-mark { color: #f2cd78; background: rgba(255,255,255,.08); }.brand.inverse small { color: #99b7ad; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 720px; }
  .status-heading { align-items: start; flex-direction: column; }
  .search { width: 100%; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .site-header { padding: 12px 18px; }.site-header .brand { min-width: 0; }.site-header .brand small { display: none; }.site-header .button { padding: 0 11px; font-size: 10px; }
  .hero { padding: 58px 20px 70px; }.hero h1 { font-size: 45px; }.hero-actions, .trust-row { align-items: flex-start; flex-direction: column; }.trust-row { gap: 14px; }.process-card { padding: 26px; border-radius: 2px 28px 2px 28px; }
  .report-section, .status-section { padding: 70px 20px; }.report-form { padding: 22px 17px; }.form-heading { align-items: flex-start; gap: 15px; flex-direction: column; }.form-grid { grid-template-columns: 1fr; }.full { grid-column: auto; }.location-head { align-items: flex-start; flex-direction: column; }.map { height: 280px; }
}

/* Petugas login */
.login-shell { min-height: 100vh; padding: 38px clamp(20px, 5vw, 72px); background: radial-gradient(circle at 18% 10%, #14644f, transparent 34%), #073f34; }
.login-brand { display: inline-flex; align-items: center; gap: 11px; color: white; }
.login-brand > span:last-child { display: grid; gap: 2px; }.login-brand strong { letter-spacing: .08em; }.login-brand small { color: #9cc3b5; font-size: 11px; }
.login-emblem { display: grid; width: 40px; height: 40px; place-items: center; color: #184e40; background: #e3bf6c; border-radius: 50%; font-weight: 900; }
.login-card { display: grid; grid-template-columns: 1fr .92fr; width: min(100%, 1050px); min-height: 610px; margin: 55px auto 20px; overflow: hidden; background: white; box-shadow: 0 40px 90px rgba(0,0,0,.24); }
.login-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 65px; color: #e6f1ed; background: linear-gradient(145deg, rgba(4,43,36,.87), rgba(8,76,60,.91)), radial-gradient(circle, #376859, #06352c); }
.eyebrow.light { color: #e4bc61; }.login-copy h1 { margin: 0; font-family: Georgia, serif; font-size: 45px; font-weight: 500; line-height: 1.08; }.login-copy > p:not(.eyebrow) { color: #a7c5ba; line-height: 1.75; }
.login-flow { display: grid; gap: 15px; margin: 32px 0 42px; }.login-flow span { display: flex; align-items: center; gap: 13px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }.login-flow b { color: #e2b65d; font-family: Georgia, serif; }
.login-copy > small { color: #86aa9d; }.login-form { display: flex; flex-direction: column; justify-content: center; padding: 60px; }.back-link { align-self: flex-start; margin-bottom: 45px; color: var(--green); font-size: 11px; font-weight: 700; }
.login-form h2 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }.login-form > div > p:last-child { margin-bottom: 26px; color: var(--muted); font-size: 12px; }
.login-form > label:not(.remember) { display: grid; gap: 8px; margin-bottom: 18px; }.login-form label span { color: #385149; font-size: 12px; font-weight: 750; }.login-form input { height: 48px; padding: 0 13px; border: 1px solid #cad8d1; border-radius: 7px; outline: 0; }.login-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,90,69,.09); }
.remember { display: flex; align-items: center; gap: 9px; margin: 3px 0 22px; }.remember input { width: 15px; height: 15px; accent-color: var(--green); }.remember span { font-weight: 500 !important; }
.demo-note { display: grid; gap: 3px; margin-top: 22px; padding: 12px 14px; color: var(--muted); background: #f3f7f5; border-left: 3px solid var(--gold); font-size: 10px; }.demo-note strong { color: var(--ink); }

/* Petugas dashboard */
.dashboard-shell { display: grid; grid-template-columns: 245px 1fr; min-height: 100vh; background: #f3f5f2; }
.sidebar { position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 25px 18px 18px; color: #d9e8e2; background: #063b31; }.sidebar-brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 27px; border-bottom: 1px solid rgba(255,255,255,.1); }.sidebar-brand > span { display: grid; width: 35px; height: 35px; place-items: center; color: #174f40; background: #e1b75d; border-radius: 50%; }.sidebar-brand div { display: grid; }.sidebar-brand strong { font-size: 13px; letter-spacing: .08em; }.sidebar-brand small { color: #91b5a8; font-size: 10px; letter-spacing: .16em; }
.sidebar-caption { margin: 26px 11px 9px; color: #6f9a8b; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.side-nav { display: grid; gap: 5px; }.side-nav a { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; min-height: 45px; padding: 0 11px; color: #a8c4ba; border-radius: 7px; font-size: 12px; }.side-nav a:hover, .side-nav a.active { color: white; background: rgba(255,255,255,.09); }.side-nav i { color: #d5aa4b; font-style: normal; font-size: 16px; }.side-nav b { display: grid; min-width: 21px; height: 21px; padding: 0 5px; place-items: center; color: #234f43; background: #e7c670; border-radius: 999px; font-size: 9px; }
.sidebar-user { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 14px 8px; border-top: 1px solid rgba(255,255,255,.1); }.sidebar-user > span { display: grid; width: 34px; height: 34px; place-items: center; color: #214d41; background: #d5e5df; border-radius: 50%; font-size: 10px; font-weight: 850; }.sidebar-user div { display: grid; gap: 2px; }.sidebar-user strong { font-size: 10px; }.sidebar-user small { color: #7da497; font-size: 9px; }.logout { display: flex; justify-content: space-between; padding: 11px 9px; color: #94b4a8; font-size: 10px; }
.dashboard-content { min-width: 0; padding: 32px clamp(20px, 3vw, 44px) 60px; }.dashboard-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }.dashboard-top p { margin: 0 0 4px; color: var(--muted); font-size: 10px; }.dashboard-top h1 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }.role-switch { display: flex; padding: 3px; background: white; border: 1px solid var(--line); border-radius: 8px; }.role-switch button { min-height: 34px; padding: 0 12px; color: var(--muted); background: transparent; border: 0; border-radius: 5px; font-size: 10px; font-weight: 750; }.role-switch button.active { color: white; background: var(--green); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }.stats article { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 18px; background: white; border: 1px solid #e1e7e3; }.stat-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 8px; font-size: 17px; font-weight: 850; }.stat-icon.green { color: #196048; background: #dff1e8; }.stat-icon.amber { color: #936615; background: #f7ebca; }.stat-icon.teal { color: #216871; background: #dceff0; }.stat-icon.red { color: #9f3937; background: #f6dedd; }.stats article div { display: grid; }.stats small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }.stats strong { margin: 3px 0; font-family: Georgia, serif; font-size: 24px; }.stats em { color: #6f867e; font-size: 9px; font-style: normal; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; }.admin-table-card, .detail-panel, .operators { background: white; border: 1px solid #e1e7e3; }.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; border-bottom: 1px solid #e6ece8; }.panel-head h2 { margin: 0; font-size: 15px; }.panel-head p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }.panel-head > div:last-child { display: flex; gap: 7px; }.mini-button { min-height: 31px; padding: 0 10px; color: var(--green); background: white; border: 1px solid #bfd1c9; border-radius: 5px; font-size: 9px; font-weight: 750; }.mini-button.primary-mini { color: white; background: var(--green); border-color: var(--green); }
.filter-row { display: grid; grid-template-columns: 1fr 145px 145px; gap: 8px; padding: 12px 15px; background: #fafbf9; border-bottom: 1px solid #e6ece8; }.filter-row label { display: flex; align-items: center; gap: 7px; padding: 0 9px; background: white; border: 1px solid #d5dfda; border-radius: 5px; }.filter-row label span { color: var(--green); }.filter-row input, .filter-row select { width: 100%; height: 32px; color: var(--muted); background: white; border: 1px solid #d5dfda; border-radius: 5px; outline: 0; font-size: 9px; }.filter-row label input { border: 0; }.filter-row select { padding: 0 8px; }
.admin-table-scroll { overflow-x: auto; }.admin-table-scroll table { font-size: 10px; }.admin-table-scroll th { padding: 10px 12px; font-size: 8px; }.admin-table-scroll td { padding: 13px 12px; }.admin-table-scroll tbody tr { cursor: pointer; }.admin-table-scroll tbody tr:hover, .admin-table-scroll tbody tr.selected { background: #f3f8f5; }.row-arrow { display: grid; width: 27px; height: 27px; place-items: center; color: var(--green); background: transparent; border: 1px solid #cbd9d3; border-radius: 50%; }
.detail-panel { padding: 19px; }.detail-top { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #e4ebe7; }.detail-top > div { display: grid; gap: 4px; }.detail-number { color: var(--green); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 800; }.detail-top small { color: var(--muted); font-size: 8px; }.detail-map { position: relative; display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 100px; margin: 16px 0; padding: 15px; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(13,90,69,.16), transparent 26%), repeating-linear-gradient(25deg, #edf4f0 0 10px, #e8f0ec 10px 11px); border-radius: 7px; }.map-pin { display: grid; width: 26px; height: 26px; place-items: center; color: white; background: var(--gold); border: 3px solid white; border-radius: 50%; box-shadow: 0 3px 12px rgba(0,0,0,.18); }.detail-map div { display: grid; }.detail-map strong { font-size: 11px; }.detail-map small { color: var(--muted); font-size: 8px; }.detail-map em { grid-column: 2; color: #517167; font-family: ui-monospace, monospace; font-size: 8px; font-style: normal; }
.detail-panel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }.detail-panel dl div { display: grid; gap: 4px; }.detail-panel dt, .chronology small { color: #84928d; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }.detail-panel dd { margin: 0; font-size: 10px; font-weight: 700; }.chronology { margin-top: 18px; }.chronology p { margin: 6px 0 0; color: #4d625b; font-size: 9px; line-height: 1.6; }.evidence { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 8px; margin: 16px 0; padding: 9px; background: #f5f7f5; }.evidence > span { display: grid; width: 29px; height: 29px; place-items: center; color: var(--green); background: #e0ede7; }.evidence div { display: grid; }.evidence strong { font-size: 9px; }.evidence small { color: var(--muted); font-size: 8px; }.evidence button { color: var(--green); background: transparent; border: 0; font-size: 8px; font-weight: 800; }.forward-button { width: 100%; min-height: 42px; font-size: 10px; }.forwarded-note { display: flex; gap: 9px; padding: 11px; color: #1b684d; background: #e2f2e9; }.forwarded-note > span { font-weight: 900; }.forwarded-note p { display: grid; gap: 3px; margin: 0; }.forwarded-note strong { font-size: 9px; }.forwarded-note small { color: #5f8376; font-size: 8px; }
.operators { margin-top: 18px; }.operator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }.operator-grid article { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 15px 20px; border-right: 1px solid #e6ece8; border-bottom: 1px solid #e6ece8; }.operator-grid article > span { display: grid; width: 33px; height: 33px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 8px; font-weight: 800; }.operator-grid article div { display: grid; gap: 3px; }.operator-grid strong { font-size: 10px; }.operator-grid small { color: var(--muted); font-size: 8px; }.operator-grid em { padding: 5px 7px; color: #216b50; background: #def0e7; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 800; }.operator-grid em.inactive { color: #8a5d1c; background: #f5e9cc; }

@media (max-width: 1100px) { .stats { grid-template-columns: repeat(2, 1fr); }.workspace-grid { grid-template-columns: 1fr; }.detail-panel { max-width: none; } }
@media (max-width: 760px) { .login-card { grid-template-columns: 1fr; }.login-copy { display: none; }.login-form { padding: 45px 28px; }.dashboard-shell { grid-template-columns: 1fr; }.sidebar { position: static; height: auto; }.side-nav { grid-template-columns: repeat(2, 1fr); }.sidebar-caption, .sidebar-user { display: none; }.dashboard-top { align-items: flex-start; flex-direction: column; }.filter-row { grid-template-columns: 1fr; }.operator-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .stats { grid-template-columns: 1fr; }.panel-head { align-items: flex-start; flex-direction: column; }.role-switch { width: 100%; }.role-switch button { flex: 1; } }

/* Laravel application additions */
.error-text { min-height: 0; color: #b33936 !important; font-size: 10px !important; font-weight: 650 !important; }
.error-text:empty { display: none; }.error-text.block { display: block; margin-top: -14px; margin-bottom: 14px; }
.button:disabled { cursor: not-allowed; opacity: .65; transform: none !important; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }
.simple-page { min-height: calc(100vh - 170px); padding: 90px clamp(24px, 8vw, 130px); background: linear-gradient(140deg, #f7f5ee, #edf3ed); }
.simple-page .success-panel { margin: 20px auto; }.success-panel h1 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.status-page { display: grid; align-content: start; justify-items: center; }.status-page > * { width: min(100%, 820px); }.status-page .section-intro { text-align: center; }
.status-page .section-intro h1 { margin: 0; font-family: Georgia, serif; font-size: 50px; font-weight: 500; }.status-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 5px 0 24px; padding: 12px; background: white; border: 1px solid var(--line); box-shadow: 0 15px 40px rgba(27,65,53,.09); }.status-search input { min-height: 48px; padding: 0 14px; border: 1px solid #cad8d1; border-radius: 7px; outline: 0; }.status-search input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,90,69,.09); }
.status-result { padding: 28px; background: white; border: 1px solid var(--line); }.result-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.result-head h2 { margin: 0 0 4px; color: var(--green); font-family: ui-monospace, monospace; font-size: 26px; }.result-head small { color: var(--muted); }.result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-top: 24px; }.result-grid div { display: grid; gap: 5px; }.result-grid small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.result-grid strong { font-size: 13px; }.result-grid span { color: var(--muted); font-size: 11px; }
.not-found { padding: 45px; text-align: center; background: white; border: 1px solid var(--line); }.not-found > span { color: var(--gold); font-size: 44px; }.not-found h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }.not-found p { color: var(--muted); }.back-public { margin-top: 26px; color: var(--green); font-size: 12px; font-weight: 750; }
.role-badge { padding: 8px 12px; color: var(--green); background: #e1eee8; border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }.flash { margin-bottom: 16px; padding: 12px 15px; border-radius: 6px; font-size: 11px; font-weight: 700; }.flash.success { color: #176249; background: #dcf1e8; border: 1px solid #b7ddcc; }.flash.error { color: #943735; background: #f6dfde; border: 1px solid #e8bfbd; }
.dash-two { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 18px; }.activity-card { background: white; border: 1px solid #e1e7e3; }.activity-card ul { margin: 0; padding: 4px 18px 18px; list-style: none; }.activity-card li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid #e8eeea; }.activity-card li > span { display: grid; width: 23px; height: 23px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 9px; }.activity-card li div { display: grid; gap: 3px; }.activity-card strong { color: #36524a; font-size: 9px; line-height: 1.4; }.activity-card small { color: var(--muted); font-size: 8px; }.empty-mini { display: block !important; color: var(--muted); font-size: 10px; text-align: center; }
.reports-filter { grid-template-columns: minmax(170px, 1fr) repeat(3, minmax(115px, 150px)) auto auto; }.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; padding: 18px; border-top: 1px solid var(--line); }.pagination a { display: grid; min-width: 30px; height: 30px; padding: 0 7px; place-items: center; color: var(--muted); border: 1px solid #d6e0db; border-radius: 4px; font-size: 9px; }.pagination a.active { color: white; background: var(--green); border-color: var(--green); }.pagination a.disabled { pointer-events: none; opacity: .4; }
.back-admin { display: inline-block; margin-bottom: 18px; color: var(--green); font-size: 10px; font-weight: 750; }.report-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 18px; }.report-detail, .action-card { padding: 24px; background: white; border: 1px solid #e1e7e3; }.detail-hero { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.detail-hero h2 { margin: 0; color: var(--green); font-family: ui-monospace, monospace; font-size: 22px; }.detail-hero small { color: var(--muted); }.detail-hero > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.sensitive-note { margin: 18px 0; padding: 10px 12px; color: #73591b; background: #faf0d6; border-left: 3px solid var(--gold); font-size: 9px; }.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; }.detail-list div { display: grid; gap: 4px; }.detail-list dt, .chronology-large small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.detail-list dd { margin: 0; font-size: 12px; font-weight: 750; }.chronology-large { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }.chronology-large p { color: #435b53; font-size: 11px; line-height: 1.75; white-space: pre-line; }.evidence.large { margin-bottom: 0; }.evidence.large b { color: var(--green); font-size: 9px; }
.action-card { align-self: start; }.coordinate-card { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 17px; background: repeating-linear-gradient(25deg, #edf4f0 0 10px, #e8f0ec 10px 11px); }.coordinate-card div { display: grid; gap: 3px; }.coordinate-card strong { font-size: 11px; }.coordinate-card small { color: var(--muted); font-family: ui-monospace, monospace; font-size: 8px; }.coordinate-card a { grid-column: 2; color: var(--green); font-size: 8px; font-weight: 800; }.action-card h3 { margin: 24px 0 7px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }.action-card > p { color: var(--muted); font-size: 10px; line-height: 1.55; }.action-card form label { display: grid; gap: 7px; margin: 16px 0; }.action-card form label span { font-size: 10px; font-weight: 750; }.action-card textarea, .action-card select { width: 100%; padding: 10px; color: var(--ink); background: white; border: 1px solid #cad8d1; border-radius: 6px; }.action-card textarea { resize: vertical; }.action-card textarea:focus, .action-card select:focus { border-color: var(--green); outline: 0; box-shadow: 0 0 0 3px rgba(13,90,69,.09); }.action-card .button { width: 100%; font-size: 10px; }.forwarded-note.large { margin-top: 20px; }
.operator-list article { display: grid; grid-template-columns: 40px minmax(0, 1fr) 210px 30px; align-items: center; gap: 13px; padding: 16px 20px; border-bottom: 1px solid #e5ebe7; }.operator-list article > span { display: grid; width: 37px; height: 37px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 9px; font-weight: 850; }.operator-list article > div { display: grid; gap: 4px; }.operator-list strong, .operator-list b { font-size: 10px; }.operator-list small { color: var(--muted); font-size: 8px; }.operator-list em { justify-self: start; padding: 5px 8px; color: #176249; background: #dcf1e8; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 800; }.operator-list em.inactive { color: #8a5d1c; background: #f5e9cc; }
.operator-form { max-width: 880px; padding: 28px; background: white; border: 1px solid #e1e7e3; }.operator-form .form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.profile-grid { display: grid; grid-template-columns: 300px minmax(0, 650px); gap: 18px; align-items: start; }.profile-card { display: flex; gap: 16px; padding: 25px; background: white; border: 1px solid #e1e7e3; }.profile-card > span { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; color: white; background: var(--green); border-radius: 50%; font-weight: 850; }.profile-card h2 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }.profile-card p:not(.eyebrow) { margin: 6px 0; color: var(--muted); font-size: 9px; }.profile-card em { display: inline-flex; padding: 5px 7px; color: #176249; background: #dcf1e8; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 800; }.one-column { grid-template-columns: 1fr; }.password-hint { color: var(--muted); font-size: 9px; }

@media (max-width: 1100px) { .dash-two, .report-detail-grid, .profile-grid { grid-template-columns: 1fr; }.reports-filter { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .status-search { grid-template-columns: 1fr; }.result-head { flex-direction: column; }.result-grid, .detail-list { grid-template-columns: 1fr; }.reports-filter { grid-template-columns: 1fr; }.operator-list article { grid-template-columns: 40px 1fr 30px; }.operator-list article > div:nth-of-type(2) { grid-column: 2; }.simple-page { padding: 60px 20px; }.site-footer { align-items: flex-start; flex-direction: column; } }

/* Blade-only additions: no npm or build tools */
.menu-toggle, .sidebar-toggle { display: none; color: var(--green); background: transparent; border: 1px solid rgba(13,90,69,.25); border-radius: 6px; font-size: 18px; }
.public-flash { max-width: 1120px; margin-bottom: 20px; }.public-flash ul, .flash ul { margin: 8px 0 0; padding-left: 20px; }.map-error { display: block; padding: 8px 14px; }.reset-link { display: inline-flex; align-items: center; justify-content: center; }
.access-notice { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 18px; padding: 16px 18px; color: #24473e; background: #f7edcf; border-left: 4px solid var(--gold); }.access-notice > span { font-size: 20px; }.access-notice strong { font-size: 11px; }.access-notice p { margin: 4px 0 0; color: #6e644a; font-size: 9px; line-height: 1.55; }.compact-notice { padding-block: 12px; }
.operator-note { margin-top: 16px; padding: 13px; background: #f3f7f5; border-left: 3px solid var(--green); }.operator-note small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.operator-note p { margin: 6px 0 0; color: #435b53; font-size: 10px; line-height: 1.6; white-space: pre-line; }
.evidence-preview { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }.evidence-preview figcaption { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 12px; }.evidence-preview figcaption div { display: grid; gap: 4px; }.evidence-preview figcaption small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.evidence-preview figcaption strong { font-size: 11px; }.evidence-preview figcaption a { color: var(--green); font-size: 9px; font-weight: 800; }.evidence-preview > a { display: block; overflow: hidden; background: #edf2ef; border: 1px solid #d9e3de; border-radius: 8px; }.evidence-preview img { display: block; width: 100%; max-height: 560px; object-fit: contain; }.no-evidence { margin-top: 24px; padding: 18px; color: var(--muted); background: #f4f6f5; border: 1px dashed #cad7d1; border-radius: 7px; font-size: 10px; line-height: 1.6; text-align: center; }.no-evidence code { display: inline-block; margin-top: 5px; padding: 2px 5px; overflow-wrap: anywhere; color: #8d3d39; background: #f6dfde; border-radius: 3px; font-size: 9px; }
.completion-note { display: grid; gap: 4px; margin-top: 16px; padding: 14px; color: #164f3e; background: #e2f2e9; border-left: 3px solid var(--green); }.completion-note small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.completion-note strong { font-size: 11px; }.completion-note span { color: #52776b; font-size: 9px; }.complete-button { background: #0d5a45 !important; }
.pagination span { display: grid; min-width: 30px; height: 30px; padding: 0 7px; place-items: center; color: var(--muted); border: 1px solid #d6e0db; border-radius: 4px; font-size: 9px; }.pagination span.active { color: white; background: var(--green); border-color: var(--green); }.pagination span.disabled { opacity: .45; }
.error-page { display: grid; min-height: 100vh; padding: 30px; place-content: center; justify-items: center; color: var(--ink); text-align: center; background: radial-gradient(circle at 50% 20%, #e2eee8, transparent 32%), var(--cream); }.error-page > span { color: var(--gold); font-family: Georgia, serif; font-size: 72px; }.error-page h1 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }.error-page p { max-width: 560px; margin: 16px 0 24px; color: var(--muted); line-height: 1.7; }
.blade-filter button, .blade-filter a { height: 32px; }.sidebar form { width: 100%; }.sidebar form .logout { width: 100%; border: 0; background: transparent; }

@media (max-width: 900px) {
  .menu-toggle { display: block; width: 40px; height: 40px; }.desktop-login { display: none; }
  .site-header .main-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; padding: 12px; background: white; border: 1px solid var(--line); box-shadow: 0 16px 35px rgba(20,54,44,.14); }.site-header .main-nav.open { display: grid; gap: 4px; }.site-header .main-nav a { padding: 11px; }
}
@media (max-width: 760px) {
  .sidebar-toggle { display: inline-grid; width: 38px; height: 38px; place-items: center; }.dashboard-top { display: grid; grid-template-columns: auto 1fr; }.dashboard-top .role-badge { grid-column: 1 / -1; justify-self: start; }
  .evidence-preview figcaption { align-items: flex-start; flex-direction: column; }
}
