:root{--bg:#f6f8f7;--surface:#fff;--surface-soft:#f1f5f3;--surface-strong:#e8f2ee;--text:#13201d;--muted:#62716c;--faint:#8a9893;--border:#dfe7e4;--border-strong:#c7d6d1;--teal:#0a7c6f;--teal-dark:#075d55;--teal-soft:#dff3ee;--blue:#3d7edb;--yellow:#f5c84c;--yellow-soft:#fff4cd;--danger:#c3423f;--danger-soft:#fde8e7;--shadow:0 18px 50px #162a2414;--shadow-soft:0 10px 28px #162a240f;--radius:8px;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text);background:var(--bg);font-family:var(--font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box}body{background:linear-gradient(#fffffff5,#f6f8f7f5),radial-gradient(circle at 18% 8%,#0a7c6f14,#0000 26%),radial-gradient(circle at 78% 18%,#3d7edb14,#0000 28%);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{border:0}#root{min-height:100vh}.app-shell{grid-template-columns:286px minmax(540px,1fr) 420px;gap:16px;min-height:100vh;padding:16px;display:grid}.sidebar,.notes-panel,.map-panel{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fffffff0}.sidebar{flex-direction:column;min-height:calc(100vh - 32px);padding:16px;display:flex}.brand{align-items:center;gap:12px;padding:8px 4px 18px;display:flex}.brand-mark{border-radius:var(--radius);color:#fff;background:linear-gradient(135deg, var(--teal), var(--teal-dark));place-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{color:var(--text);font-size:16px;line-height:1.1}.brand span{color:var(--muted);text-transform:uppercase;font-size:12px}.sidebar-summary{border:1px solid var(--border);border-radius:var(--radius);color:var(--teal-dark);background:var(--teal-soft);align-items:center;gap:10px;margin-bottom:14px;padding:12px;display:flex}.sidebar-summary strong,.sidebar-summary span{display:block}.sidebar-summary strong{font-size:14px}.sidebar-summary span{color:var(--muted);font-size:12px}.search-field{border:1px solid var(--border);border-radius:var(--radius);min-height:42px;color:var(--muted);background:var(--surface);align-items:center;gap:8px;margin-bottom:14px;padding:0 12px;display:flex}.search-field:focus-within{border-color:#0a7c6f73;box-shadow:0 0 0 3px #0a7c6f1f}.search-field input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.filter-group{gap:8px;margin-bottom:16px;display:grid}.filter-group button,.state-row,.region-card,.note-row,.editor-actions button,.primary-action{cursor:pointer;transition:transform .16s,border-color .16s,background .16s,color .16s,box-shadow .16s}.filter-group button{min-height:34px;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;font-size:13px}.filter-group button:hover,.filter-group button.is-active{color:var(--teal-dark);background:var(--surface-strong)}.state-list{gap:8px;min-height:0;padding-right:2px;display:grid;overflow:auto}.state-row{border:1px solid var(--border);border-radius:var(--radius);min-height:56px;color:var(--text);background:var(--surface);text-align:left;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:8px;display:grid}.state-row:hover,.state-row.is-active{background:var(--teal-soft);border-color:#0a7c6f52;transform:translateY(-1px)}.state-code{width:34px;height:34px;color:var(--teal-dark);background:var(--surface-soft);border-radius:7px;place-items:center;font-size:12px;font-weight:800;display:grid}.state-row.is-active .state-code{color:var(--text);background:var(--yellow)}.state-meta{min-width:0}.state-meta strong,.state-meta small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.state-meta strong{font-size:13px}.state-meta small{color:var(--muted);font-size:11px}.note-pill{min-width:26px;height:24px;color:var(--teal-dark);background:var(--surface-soft);border-radius:999px;place-items:center;font-size:12px;font-weight:800;display:grid}.workspace{flex-direction:column;gap:16px;min-width:0;display:flex}.topbar{justify-content:space-between;align-items:center;gap:16px;min-height:86px;padding:8px 6px;display:flex}.eyebrow{color:var(--teal);text-transform:uppercase;font-size:12px;font-weight:800;display:block}.topbar h1,.map-panel h2,.notes-header h2{color:var(--text);margin:0;line-height:1.1}.topbar h1{max-width:520px;font-size:30px;font-weight:760}.topbar-stats{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.topbar-controls{justify-items:end;gap:10px;display:grid}.topbar-user{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.topbar-user span,.subtle-action{border:1px solid var(--border);border-radius:var(--radius);min-height:34px;color:var(--muted);background:var(--surface);white-space:nowrap;align-items:center;gap:7px;padding:0 11px;font-size:13px;display:inline-flex}.subtle-action{cursor:pointer}.subtle-action:hover{color:var(--teal-dark);background:var(--surface-strong)}.segment-tabs{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);grid-template-columns:repeat(2,1fr);gap:4px;padding:4px;display:inline-grid}.segment-tabs button{min-width:86px;min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;font-size:13px;font-weight:800}.segment-tabs button.is-active{color:#fff;background:var(--teal);box-shadow:0 8px 18px #0a7c6f2e}.topbar-stats span,.selected-badge{border:1px solid var(--border);border-radius:var(--radius);min-height:34px;color:var(--muted);background:var(--surface);white-space:nowrap;align-items:center;gap:7px;padding:0 11px;font-size:13px;display:inline-flex}.map-panel{min-height:calc(100vh - 134px);padding:18px}.admin-panel{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fffffff0;gap:16px;padding:18px;display:grid}.admin-panel__header,.admin-panel__stats,.admin-users__header,.admin-user-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-panel__header h2{color:var(--text);margin:4px 0 0;font-size:24px}.admin-panel__header p{color:var(--muted);margin:8px 0 0;font-size:13px}.admin-panel__stats{flex-wrap:wrap;justify-content:flex-end}.admin-panel__stats span{border:1px solid var(--border);border-radius:var(--radius);min-height:34px;color:var(--muted);background:var(--surface);align-items:center;gap:7px;padding:0 11px;font-size:13px;display:inline-flex}.admin-panel__grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;display:grid}.admin-form,.admin-users{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);gap:12px;padding:14px;display:grid}.admin-form label{gap:6px;display:grid}.admin-form label span{color:var(--muted);font-size:12px;font-weight:800}.admin-form input,.admin-form select{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:42px;color:var(--text);background:var(--surface);outline:none;padding:0 12px;font-size:14px}.admin-form input:focus,.admin-form select:focus{border-color:#0a7c6f7a;box-shadow:0 0 0 3px #0a7c6f1f}.admin-success{border-radius:var(--radius);color:var(--teal-dark);background:var(--teal-soft);border:1px solid #0a7c6f29;padding:12px;font-size:13px}.admin-users__header strong{color:var(--text);font-size:14px}.admin-users__header small,.admin-user-row small,.admin-user-row span{color:var(--muted);font-size:12px}.admin-users__list{gap:8px;max-height:270px;display:grid;overflow:auto}.admin-user-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:12px}.admin-user-row strong,.admin-user-row span,.admin-user-row small{display:block}.map-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:2px 2px 16px;display:flex}.map-panel h2{font-size:24px;font-weight:760}.map-panel p,.notes-header p{color:var(--muted);margin:6px 0 0;font-size:13px}.selected-badge{color:var(--text);background:var(--yellow-soft)}.map-layout{grid-template-columns:minmax(0,1fr) 230px;align-items:stretch;gap:16px;display:grid}.brazil-map{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#ffffffeb,#f1f5f3c2),radial-gradient(circle at 48% 45%,#0a7c6f14,#0000 45%);width:100%;min-height:580px}.map-state{stroke:#fff;stroke-width:1.2px;fill-opacity:.9;outline:none;transition:fill-opacity .16s,opacity .16s,filter .16s,stroke .16s}.map-state.is-hovered,.map-state:focus-visible{fill-opacity:1;filter:drop-shadow(0 6px 10px #0a7c6f2e);stroke:var(--teal)}.map-state.is-selected{fill-opacity:1;filter:drop-shadow(0 10px 18px #765b0a3d);stroke:#111827;stroke-width:2px}.map-state.is-dimmed:not(.is-selected){opacity:.22}.map-labels{pointer-events:none}.map-label{fill:#243832;paint-order:stroke;stroke:#ffffffdb;stroke-linejoin:round;stroke-width:3px;font-size:12px;font-weight:800}.map-note-dot{fill:#ffffffd1;stroke:#0a7c6f47}.map-state-message{border:1px solid var(--border);border-radius:var(--radius);min-height:580px;color:var(--muted);background:var(--surface);place-items:center;display:grid}.consultant-legend{align-content:start;gap:12px;min-width:0;display:grid}.legend-header,.selected-coverage,.legend-item,.split-hint{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.legend-header{justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.legend-header span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.legend-header strong{color:var(--teal-dark);font-size:15px}.selected-coverage{background:var(--surface-strong);gap:10px;padding:12px;display:grid}.coverage-title{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.coverage-row,.legend-item{grid-template-columns:14px 1fr;align-items:start;gap:9px;min-width:0;display:grid}.coverage-dot,.legend-swatch{border:2px solid #ffffffe6;border-radius:999px;width:14px;height:14px;margin-top:3px;display:block;box-shadow:0 0 0 1px #13201d21}.coverage-row strong,.legend-item strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:12px;display:block;overflow:hidden}.coverage-row small,.legend-item small{color:var(--muted);font-size:11px;line-height:1.35;display:block}.legend-list{gap:8px;max-height:356px;padding-right:2px;display:grid;overflow:auto}.legend-item{padding:10px}.split-hint{color:var(--muted);background:var(--yellow-soft);margin:0;padding:10px 12px;font-size:12px;line-height:1.4}.notes-panel{flex-direction:column;min-width:0;min-height:calc(100vh - 32px);padding:18px;display:flex}.notes-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.notes-header h2{font-size:26px;font-weight:780}.primary-action{border-radius:var(--radius);color:#fff;background:var(--teal);white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.primary-action:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 10px 22px #0a7c6f38}.note-list{gap:10px;max-height:312px;margin:16px 0;padding-right:3px;display:grid;overflow:auto}.note-row{border:1px solid var(--border);border-radius:var(--radius);min-height:78px;color:var(--text);background:var(--surface);text-align:left;gap:5px;padding:12px;display:grid}.note-row:hover,.note-row.is-active{background:var(--surface-strong);border-color:#0a7c6f52}.note-row strong,.note-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.note-row strong{font-size:14px}.note-row span{color:var(--muted);font-size:12px}.note-row small{color:var(--faint);font-size:11px}.empty-notes{border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--muted);background:var(--surface-soft);gap:4px;padding:16px;display:grid}.empty-notes strong{color:var(--text);font-size:14px}.empty-notes span{font-size:12px}.editor{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px;display:flex}.editor-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-topline span{color:var(--text);font-size:13px;font-weight:800}.editor-topline small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.editor-quick-actions{flex-shrink:0;gap:8px;display:inline-flex}.editor-quick-actions button{border:1px solid var(--border);border-radius:var(--radius);color:#fff;background:var(--teal);cursor:pointer;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 11px;font-size:13px;font-weight:800;transition:transform .16s,border-color .16s,background .16s,color .16s,box-shadow .16s;display:inline-flex}.editor-quick-actions button:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 10px 22px #0a7c6f2e}.editor-quick-actions .danger-action{width:38px;color:var(--danger);background:var(--surface);padding:0}.editor-quick-actions .danger-action:hover:not(:disabled){color:var(--danger);background:var(--danger-soft);box-shadow:none;border-color:#c3423f47}.editor-quick-actions button:disabled{cursor:not-allowed;opacity:.48}.editor label{flex-direction:column;gap:6px;display:flex}.editor label span{color:var(--muted);font-size:12px;font-weight:800}.editor input,.editor textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:var(--surface);outline:none;font-size:14px}.editor input{min-height:42px;padding:0 12px}.editor textarea{resize:vertical;min-height:250px;padding:12px}.editor input:focus,.editor textarea:focus{border-color:#0a7c6f7a;box-shadow:0 0 0 3px #0a7c6f1f}.editor input:disabled,.editor textarea:disabled{color:var(--muted);background:#ffffffa3}.body-field{flex:1;min-height:190px}.body-field textarea{flex:1;height:auto;min-height:190px}.editor-actions{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.editor-actions button{border:1px solid var(--border);border-radius:var(--radius);min-height:38px;color:var(--text);background:var(--surface);justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.editor-actions button:hover:not(:disabled){color:var(--teal-dark);background:var(--teal-soft);border-color:#0a7c6f61}.editor-actions .danger-action:hover:not(:disabled){color:var(--danger);background:var(--danger-soft);border-color:#c3423f47}.editor-actions button:disabled{cursor:not-allowed;opacity:.48}.auth-screen{background:radial-gradient(circle at top,#0a7c6f1f,#0000 34%),linear-gradient(#f5fbfa 0%,#eef5f2 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);background:#fffffff5;gap:18px;width:min(100%,480px);padding:28px;display:grid;box-shadow:0 24px 80px #0f172a17}.auth-card--loading{text-align:center}.auth-header h1{color:var(--text);margin:6px 0 0;font-size:30px;line-height:1.08}.auth-header p{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.6}.auth-tabs{width:100%}.auth-form{gap:12px;display:grid}.auth-form label{gap:6px;display:grid}.auth-form label span{color:var(--muted);font-size:12px;font-weight:800}.auth-form input{border:1px solid var(--border);border-radius:var(--radius);min-height:44px;color:var(--text);background:var(--surface);outline:none;padding:0 12px;font-size:14px}.auth-form input:focus{border-color:#0a7c6f7a;box-shadow:0 0 0 3px #0a7c6f1f}.auth-error{border-radius:var(--radius);color:var(--danger);background:var(--danger-soft);border:1px solid #c3423f29;padding:12px;font-size:13px}.auth-submit{width:100%}.auth-footer{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #0a7c6f38}@media (width<=1240px){.app-shell{grid-template-columns:260px minmax(460px,1fr)}.notes-panel{grid-column:1/-1;min-height:auto}}@media (width<=920px){.app-shell{grid-template-columns:1fr;padding:10px}.workspace{order:1}.notes-panel{order:2}.sidebar{order:3}.sidebar,.notes-panel,.map-panel{min-height:auto}.state-list{grid-template-columns:repeat(auto-fit,minmax(188px,1fr));max-height:256px}.topbar{flex-direction:column;align-items:flex-start;min-height:auto}.topbar-controls{justify-items:start;width:100%}.topbar-user{justify-content:flex-start}.topbar h1{font-size:25px}.topbar-stats{justify-content:flex-start}.map-layout,.admin-panel__grid{grid-template-columns:1fr}.brazil-map,.map-state-message{min-height:480px}.consultant-legend{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.legend-list{max-height:none}}@media (width<=560px){.notes-header,.map-panel-header{flex-direction:column}.primary-action{width:100%}.editor-actions{grid-template-columns:1fr}.editor-topline{flex-direction:column;align-items:stretch}.editor-quick-actions{width:100%}.editor-quick-actions button:first-child{flex:1}.brazil-map,.map-state-message{min-height:380px}.state-row{grid-template-columns:34px 1fr auto}}
