:root{--bg: #f8f9fb;--bg2: #ffffff;--bg3: #f1f3f7;--border: rgba(0,0,0,.09);--border2: rgba(0,0,0,.15);--text: #111827;--text2: #4b5563;--text3: #9ca3af;--blue: #E81E25;--blue-dk: #b8161c;--blue-lt: #fde8e9;--blue-mid: #ef5560;--green: #3B6D11;--green-lt: #EAF3DE;--amber: #854F0B;--amber-lt: #FAEEDA;--red: #A32D2D;--red-lt: #FCEBEB;--radius: 8px;--radius-lg: 12px;--nav-h: 52px;--sidebar-w: 230px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 2px 8px rgba(0,0,0,.1);--transition: .16s ease}.dark{--bg: #111827;--bg2: #1f2937;--bg3: #1a2332;--border: rgba(255,255,255,.08);--border2: rgba(255,255,255,.14);--text: #f3f4f6;--text2: #9ca3af;--text3: #6b7280;--blue-lt: rgba(232,30,37,.18);--green-lt: rgba(59,109,17,.18);--amber-lt: rgba(133,79,11,.18);--red-lt: rgba(163,45,45,.18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{font-family:Inter,sans-serif;font-size:14px;color:var(--text);background:var(--bg);min-height:100%;line-height:1.5}a{color:var(--blue);text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}h2{font-size:18px;font-weight:600}h3{font-size:15px;font-weight:600}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-2{gap:8px}.mt-2{margin-top:8px}.text-sm{font-size:12px}.text-muted{color:var(--text3)}.fw-600{font-weight:600}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}.spinner-dark{border-color:#e81e2526;border-top-color:var(--blue)}@keyframes spin{to{transform:rotate(360deg)}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--blue);color:#fff;border:none;border-radius:var(--radius);padding:10px 18px;font-size:14px;font-weight:600;transition:background var(--transition),opacity var(--transition)}.btn-primary:hover{background:var(--blue-dk)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-full{width:100%}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;color:var(--text);border:1px solid var(--border2);border-radius:var(--radius);padding:7px 14px;font-size:13px;font-weight:500;transition:background var(--transition)}.btn-outline:hover{background:var(--bg3)}.btn-danger{background:var(--red-lt);color:var(--red);border:none;border-radius:var(--radius);padding:5px 10px;font-size:12px;font-weight:500}.btn-danger:hover{opacity:.8}.btn-sm{padding:5px 10px;font-size:12px}.btn-icon{background:none;border:none;padding:5px;border-radius:6px;color:var(--text2);display:inline-flex;align-items:center;transition:background var(--transition)}.btn-icon:hover{background:var(--bg3)}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;line-height:1.6}.badge-blue{background:var(--blue-lt);color:var(--blue)}.badge-green{background:var(--green-lt);color:var(--green)}.badge-amber{background:var(--amber-lt);color:var(--amber)}.badge-red{background:var(--red-lt);color:var(--red)}.badge-gray{background:var(--bg3);color:var(--text2)}.badge.alto{background:var(--green-lt);color:var(--green)}.badge.medio{background:var(--amber-lt);color:var(--amber)}.badge.baixo{background:var(--red-lt);color:var(--red)}.dq-banner{background:var(--amber-lt);border:1px solid var(--amber);border-left:4px solid var(--amber);border-radius:10px;padding:14px 16px;margin-bottom:20px}.dq-banner-head{display:flex;align-items:center;gap:8px;color:var(--amber);font-size:14px;margin-bottom:10px}.dq-banner-head strong{color:var(--text1)}.dq-banner-note{margin-left:auto;font-size:11px;font-weight:500;color:var(--text3);text-transform:uppercase;letter-spacing:.03em}.dq-banner-items{display:flex;flex-direction:column;gap:6px}.dq-issue{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:8px 12px}.dq-issue summary{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:600;color:var(--text1);list-style:none}.dq-issue summary::-webkit-details-marker{display:none}.dq-issue summary:after{content:"▸";margin-left:auto;color:var(--text3);transition:transform .15s}.dq-issue[open] summary:after{transform:rotate(90deg)}.dq-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dq-sev-alta .dq-dot{background:var(--red)}.dq-sev-media .dq-dot{background:var(--amber)}.dq-issue-body{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.dq-issue-body p{font-size:12px;color:var(--text2);margin:0 0 6px}.dq-issue-body ul{margin:0;padding-left:18px}.dq-issue-body li{font-size:12px;color:var(--text2);margin:2px 0}.dq-flag{display:inline-block;margin-left:4px;font-size:10px;font-weight:700;color:var(--red);white-space:nowrap}#toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:9999}.toast{padding:12px 18px;border-radius:var(--radius);background:var(--bg2);border:1px solid var(--border);box-shadow:var(--shadow-md);font-size:13px;font-weight:500;color:var(--text);animation:toastIn .2s ease;max-width:320px}.toast.success{border-left:4px solid var(--green)}.toast.error{border-left:4px solid var(--red)}.toast.info{border-left:4px solid var(--blue)}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}}.loading-overlay{position:fixed;inset:0;background:var(--bg2);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;z-index:9990;font-size:14px;color:var(--text2)}.loading-overlay .spinner{width:28px;height:28px;border-width:3px}.loading-overlay .spinner{border-color:#e81e2526;border-top-color:var(--blue)}.login-page{background:#0a4a32;min-height:100vh}.login-split{position:relative;min-height:100vh;overflow:hidden}.login-banner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.login-banner img{width:100%;height:100%;object-fit:contain}.login-panel{position:absolute;top:60%;right:4.5%;transform:translateY(-50%);width:360px;max-width:90vw;background:#ffffff2e;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border:1px solid rgba(255,255,255,.4);border-radius:18px;box-shadow:0 16px 48px #00000059,inset 0 1px #ffffff4d;padding:30px 28px 24px}.login-card{width:100%}@media(max-width:860px){.login-split{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.login-banner{position:static;inset:auto;margin-bottom:24px}.login-banner img{max-height:38vh}.login-panel{position:static;top:auto;right:auto;transform:none;width:100%;max-width:400px}}.login-logo{display:flex;align-items:center;gap:14px;margin-bottom:28px}.login-jsi-logo{width:72px;height:auto;border-radius:6px;flex-shrink:0}.login-logo-text h1{font-size:17px;font-weight:700;color:#111;line-height:1.2}.login-logo-text span{font-size:12px;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:14px}.field-group label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:5px}.field-group input{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:var(--radius);font-size:14px;color:#111;background:#fff;transition:border-color var(--transition),box-shadow var(--transition)}.field-group input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #e81e251f}.login-error{background:var(--red-lt);color:var(--red);border-radius:var(--radius);padding:10px 14px;font-size:13px;font-weight:500;margin-bottom:4px}.login-footer{margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:2px;text-align:center;font-size:11px;color:#9ca3af}.dashboard-page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.topnav{height:var(--nav-h);min-height:var(--nav-h);background:var(--blue);display:flex;align-items:center;gap:0;padding:0 18px 0 0;z-index:100;box-shadow:0 2px 6px #0000002e}.topnav-brand{display:flex;align-items:center;gap:10px;padding:0 18px;height:100%;background:#0000001f;color:#fff;font-weight:700;font-size:15px;white-space:nowrap;border-right:1px solid rgba(255,255,255,.12)}.topnav-brand svg{flex-shrink:0}.topnav-jsi-logo{height:32px;width:auto;background:#fff;border-radius:5px;padding:3px 6px;flex-shrink:0}.topnav-spacer{flex:1}.topnav-actions{display:flex;align-items:center;gap:4px}.topnav-btn{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:background var(--transition)}.topnav-btn:hover{background:#fff3}.topnav-btn svg{width:15px;height:15px}.topnav-user{display:flex;align-items:center;gap:8px;margin-left:10px;padding-left:12px;border-left:1px solid rgba(255,255,255,.18);color:#fff;font-size:13px}.topnav-user-name{font-weight:600}.topnav-user-role{font-size:10px;font-weight:600;color:#fff;background:#fff3;padding:1px 6px;border-radius:20px}.dashboard-body{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--bg2);border-right:1px solid var(--border);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;padding-bottom:16px}.sidebar-section{padding:16px 10px 4px}.sidebar-section-title{font-size:10px;font-weight:700;color:var(--text3);letter-spacing:.06em;text-transform:uppercase;padding:0 8px;margin-bottom:4px}.sidebar-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:7px;cursor:pointer;color:var(--text2);font-size:13px;font-weight:500;border:none;background:none;width:100%;text-align:left;transition:background var(--transition),color var(--transition);position:relative}.sidebar-item:hover{background:var(--bg3);color:var(--text)}.sidebar-item.active{background:var(--blue-lt);color:var(--blue);border-left:3px solid var(--blue);padding-left:8px}.dark .sidebar-item.active{background:#e81e252e}.sidebar-item svg{width:16px;height:16px;flex-shrink:0}.main-content{flex:1;overflow-y:auto;padding:24px;background:var(--bg)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-header h2{font-size:20px}.page-header p{font-size:13px;color:var(--text2);margin-top:2px}.filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:18px;flex-wrap:wrap}.filter-btn{padding:5px 14px;border-radius:20px;border:1px solid var(--border2);background:var(--bg2);color:var(--text2);font-size:12px;font-weight:500;cursor:pointer;transition:all var(--transition)}.filter-btn:hover{border-color:var(--blue);color:var(--blue)}.filter-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.filter-label{font-size:13px;font-weight:500;color:var(--text2)}select.filter-select{padding:5px 10px;border-radius:6px;border:1px solid var(--border2);background:var(--bg2);color:var(--text);font-size:13px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:20px}.kpi-card{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);padding:18px 20px;box-shadow:var(--shadow-sm)}.kpi-card .kpi-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text3);margin-bottom:8px}.kpi-card .kpi-value{font-size:28px;font-weight:700;color:var(--text);line-height:1}.kpi-card .kpi-sub{font-size:12px;color:var(--text2);margin-top:4px}.kpi-card.blue .kpi-value{color:var(--blue)}.kpi-card.green .kpi-value{color:var(--green)}.kpi-card.amber .kpi-value{color:var(--amber)}.kpi-card.red .kpi-value{color:var(--red)}.chart-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width:900px){.chart-grid-2{grid-template-columns:1fr}}.chart-card{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);padding:18px 20px;box-shadow:var(--shadow-sm);margin-bottom:16px}.chart-card.full{grid-column:1 / -1}.chart-card h3{margin-bottom:14px;font-size:14px;color:var(--text2)}.chart-wrap{position:relative;height:260px}.chart-wrap.short{height:200px}.chart-wrap.tall{height:340px}.prog-bar-wrap{margin-bottom:10px}.prog-bar-label{display:flex;justify-content:space-between;font-size:12px;color:var(--text2);margin-bottom:4px}.prog-bar-bg{height:8px;background:var(--bg3);border-radius:4px;overflow:hidden}.prog-bar{height:100%;border-radius:4px;background:var(--blue);transition:width .6s ease}.prog-bar.green{background:var(--green)}.prog-bar.amber{background:#ef9f27}.prog-bar.red{background:#d85a30}.kap-items-list{display:flex;flex-direction:column;gap:6px}.kap-item-row{display:flex;align-items:center;gap:10px}.kap-item-label{font-size:11px;color:var(--text2);width:180px;flex-shrink:0}.kap-item-bar-bg{flex:1;height:14px;background:var(--bg3);border-radius:4px;overflow:hidden}.kap-item-bar{height:100%;border-radius:4px;transition:width .6s ease}.kap-item-bar.good{background:#639922}.kap-item-bar.warn{background:#ef9f27}.kap-item-bar.bad{background:#d85a30}.kap-item-pct{font-size:11px;font-weight:600;width:36px;text-align:right;color:var(--text2)}.heatmap{display:flex;flex-direction:column;gap:5px}.heatrow{display:flex;align-items:center;gap:8px}.heatrow-label{font-size:11px;color:var(--text2);width:160px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.heatbar-bg{flex:1;height:18px;background:var(--bg3);border-radius:4px;overflow:hidden}.heatbar-fill{height:100%;border-radius:4px;display:flex;align-items:center;transition:width .6s ease}.heatbar-val{font-size:10px;font-weight:600;color:#fff;padding-left:6px;white-space:nowrap}.stacked-wrap{display:flex;flex-direction:column;gap:8px}.stacked-row{display:flex;align-items:center;gap:8px}.stacked-label{font-size:11px;color:var(--text2);width:160px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stacked-bar{flex:1;height:20px;display:flex;border-radius:4px;overflow:hidden}.stacked-seg{height:100%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#fff;transition:width .4s ease;min-width:0;overflow:hidden}.seg-dt{background:#d85a30}.seg-dp{background:#ef9f27}.seg-cp{background:#97c459}.seg-ct{background:#639922}.stacked-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}.legend-item{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text2)}.legend-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.mini-table{width:100%;border-collapse:collapse;font-size:13px}.mini-table th{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border2);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text3)}.mini-table td{padding:9px 10px;border-bottom:1px solid var(--border);color:var(--text)}.mini-table tr:last-child td{border-bottom:none}.mini-table tr:hover td{background:var(--bg3)}.insights-list{display:flex;flex-direction:column;gap:14px}.insight-card{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);border-left:4px solid var(--text3);padding:16px 18px;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition)}.insight-card:hover{box-shadow:var(--shadow)}.insight-card.critica{border-left-color:var(--red);background:#e81e2505}.insight-card.alta{border-left-color:#ef9f27}.insight-card.media{border-left-color:var(--blue)}.insight-card-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:4px;flex-wrap:wrap}.insight-card-header h3{font-size:14px;font-weight:600;color:var(--text);line-height:1.4}.insight-area-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px}.insight-area-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.insight-body{font-size:13px;color:var(--text2);margin-bottom:10px;line-height:1.55}.insight-action-box{background:var(--bg3);border-radius:var(--radius);padding:10px 12px;margin-bottom:8px}.insight-action-label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text3);margin-bottom:4px}.insight-action{font-size:13px;color:var(--blue);font-weight:500;margin:0;line-height:1.5}.insight-ref{font-size:11px;color:var(--text3);margin-top:0}.plan-district{margin-bottom:20px}.plan-district-title{font-size:13px;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid var(--blue);display:flex;align-items:center;gap:6px}.plan-school{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);margin-bottom:8px;overflow:hidden}.plan-school-header{display:flex;align-items:center;gap:8px;padding:11px 16px;cursor:pointer;font-size:13px;color:var(--text);transition:background var(--transition)}.plan-school-header:hover{background:var(--bg3)}.plan-school-header .chevron{transition:transform .2s ease;font-size:12px;flex-shrink:0;margin-left:4px}.plan-school.open .plan-school-header .chevron{transform:rotate(180deg)}.plan-school-body{display:none;padding:12px 16px 16px;border-top:1px solid var(--border)}.plan-school.open .plan-school-body{display:block}.plan-action-row{display:grid;grid-template-columns:120px 1fr auto;gap:10px;align-items:start;padding:10px 0;border-bottom:1px solid var(--border);font-size:12px}.plan-action-row:last-child{border-bottom:none}.plan-action-prio{display:flex;flex-direction:column;gap:4px}.plan-action-cat{font-size:10px;color:var(--text3);font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-top:2px}.plan-action-text{flex:1;color:var(--text2);line-height:1.5}.plan-action-meta{font-size:11px;color:var(--text3);white-space:nowrap;text-align:right}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}}.modal{background:var(--bg2);border-radius:var(--radius-lg);box-shadow:0 8px 40px #0003;width:540px;max-width:95vw;max-height:90vh;overflow-y:auto;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(-12px)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid var(--border)}.modal-header h3{font-size:16px}.modal-body{padding:20px 22px}.modal-footer{padding:14px 22px 18px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.form-row.full{grid-template-columns:1fr}.form-field{display:flex;flex-direction:column;gap:5px}.form-field label{font-size:12px;font-weight:600;color:var(--text2)}.form-field input,.form-field select{padding:8px 10px;border:1px solid var(--border2);border-radius:var(--radius);background:var(--bg);color:var(--text);font-size:13px;transition:border-color var(--transition)}.form-field input:focus,.form-field select:focus{outline:none;border-color:var(--blue)}.form-field input:disabled{opacity:.6}.checkboxes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 12px}.cb-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text2);cursor:pointer}.cb-item input[type=checkbox]{accent-color:var(--blue);cursor:pointer}.config-card{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);padding:24px 26px;box-shadow:var(--shadow-sm);margin-bottom:16px;max-width:640px}.config-card h3{margin-bottom:16px;color:var(--text2);font-size:13px;text-transform:uppercase;letter-spacing:.05em}.config-info{background:var(--blue-lt);border-radius:var(--radius);padding:12px 16px;font-size:13px;color:var(--blue);margin-bottom:16px}.forms-list{margin-top:12px}.form-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;font-size:13px;color:var(--text2);border-bottom:1px solid var(--border)}.form-item:last-child{border-bottom:none}.form-item code{font-family:monospace;font-size:12px;background:var(--bg3);padding:2px 6px;border-radius:4px;cursor:pointer}.form-item code:hover{background:var(--blue-lt);color:var(--blue)}.stats-summary{display:flex;flex-wrap:wrap;gap:0;background:var(--bg3);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.stats-item{flex:1 1 80px;min-width:72px;padding:10px 14px;border-right:1px solid var(--border);text-align:center}.stats-item:last-child{border-right:none}.stats-item-hi{background:var(--blue-lt)}.stats-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--text3);margin-bottom:3px}.stats-value{font-size:18px;font-weight:700;color:var(--text1);font-variant-numeric:tabular-nums}.stats-hint{font-size:10px;color:var(--text3);margin-top:2px}.export-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--text3);font-weight:600;margin-bottom:10px;margin-top:8px;padding-left:2px}.export-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.export-card{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);padding:18px 18px 16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:6px}.export-card-green{border-left:3px solid var(--green)}.export-card-blue{border-left:3px solid var(--blue)}.export-card-amber{border-left:3px solid var(--amber)}.export-card-title{font-size:14px;font-weight:600;color:var(--text1)}.export-card-desc{font-size:12px;color:var(--text2);flex:1;margin:0;line-height:1.5}.btn-amber{background:var(--amber);color:#fff;border:none;padding:6px 14px;border-radius:var(--radius);cursor:pointer;font-size:12px;font-weight:600;transition:opacity var(--transition)}.btn-amber:hover{opacity:.85}.i4-section-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.i4-section-icon{font-size:20px;line-height:1;margin-top:1px}.i4-note{background:var(--bg3);border-radius:var(--radius);padding:10px 12px;font-size:12px;border:1px solid var(--border)}.i4-no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;color:var(--text3);font-size:13px;background:var(--bg3);border-radius:var(--radius);border:1px dashed var(--border2);min-height:120px;gap:6px}.i4-no-data small{font-size:10px;font-family:monospace;opacity:.7}.i4-comment{background:var(--blue-lt);border-left:3px solid var(--blue);border-radius:0 var(--radius) var(--radius) 0;padding:10px 12px;font-size:12px;color:var(--text2);line-height:1.6}.i4-qual-q{padding:12px 0;border-top:1px solid var(--border)}.i4-qual-q:first-of-type{border-top:none;padding-top:2px}.i4-qual-q-label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:10px;line-height:1.45}.i4-qual-answers{display:flex;flex-direction:column;gap:8px}.i4-qual-answer{display:flex;gap:10px;align-items:flex-start;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:8px 10px}.i4-qual-answer .badge{flex-shrink:0;margin-top:1px}.i4-qual-answer p{margin:0;font-size:12px;color:var(--text2);line-height:1.55;white-space:pre-wrap}.i4-lacunas{font-size:12px}.i4-lacunas strong{display:block;margin-bottom:4px}.i4-tag-list{list-style:none;display:flex;flex-direction:column;gap:3px}.i4-tag-list li{padding:3px 8px;background:var(--bg3);border-radius:4px;font-size:12px;border:1px solid var(--border)}.i4-uso-levels{font-size:12px}.theme-table td{vertical-align:top;font-size:12px}.theme-table td:first-child{font-size:12px;min-width:140px}.theme-table td small{font-size:11px}.i4-recs-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media(max-width:900px){.i4-recs-grid{grid-template-columns:1fr}}.i4-rec-block{border-radius:var(--radius);padding:14px 16px;border:1px solid var(--border)}.i4-rec-block ul{list-style:none;display:flex;flex-direction:column;gap:6px;margin-top:10px}.i4-rec-block li{padding:6px 10px;border-radius:5px;font-size:12px;line-height:1.5;background:var(--bg3);border:1px solid var(--border)}.i4-rec-header{font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;justify-content:space-between}.i4-rec-horizon{font-size:11px;font-weight:400;color:var(--text3)}.i4-rec-curto{border-top:3px solid #E81E25}.i4-rec-medio{border-top:3px solid #854F0B}.i4-rec-longo{border-top:3px solid #3B6D11}.i4-rec-curto .i4-rec-header{color:#e81e25}.i4-rec-medio .i4-rec-header{color:#854f0b}.i4-rec-longo .i4-rec-header{color:#3b6d11}.i4-narrative{font-size:13px;line-height:1.8;color:var(--text2);background:var(--bg3);border-radius:var(--radius);padding:16px 20px;border:1px solid var(--border)}.i4-narrative p{margin-bottom:10px}.i4-narrative p:last-child{margin-bottom:0}.i4-narrative strong{color:var(--text)}.distrito-chips-bar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:6px 16px;background:var(--bg2);border-bottom:1px solid var(--border)}.distrito-chips-bar label{font-size:11px;color:var(--text3);font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.chip-distrito{padding:3px 12px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid var(--border2);background:var(--bg3);color:var(--text2);transition:all var(--transition);cursor:pointer}.chip-distrito:hover{border-color:var(--blue);color:var(--blue)}.chip-distrito.active{background:var(--blue);border-color:var(--blue);color:#fff}.prog-blocks-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:4px}@media(max-width:768px){.prog-blocks-grid{grid-template-columns:1fr}}.prog-block{display:flex;flex-direction:column;gap:4px}.prog-block-header{display:flex;justify-content:space-between;align-items:baseline}.prog-block-label{font-size:13px;font-weight:600;color:var(--text)}.prog-block-count{font-size:13px;font-weight:700;color:var(--text)}.prog-block-sub{font-size:11px;color:var(--text3);margin-bottom:2px}.prog-bar-lg{height:10px;border-radius:5px}.prog-block-pct{font-size:12px;font-weight:600;text-align:right}.prog-block-pct.green{color:var(--green)}.prog-block-pct.amber{color:var(--amber)}.prog-block-pct.red{color:var(--red)}.prog-global-badge{padding:4px 14px;border-radius:20px;font-size:13px;font-weight:700;white-space:nowrap}.prog-global-badge.green{background:var(--green-lt);color:var(--green)}.prog-global-badge.amber{background:var(--amber-lt);color:var(--amber)}.prog-global-badge.red{background:var(--red-lt);color:var(--red)}.recs-list{list-style:none;display:flex;flex-direction:column;gap:8px;padding:4px 0}.recs-list li{padding:8px 12px;background:var(--bg3);border-radius:var(--radius);border-left:3px solid var(--blue);font-size:13px;line-height:1.5;color:var(--text2)}.users-table-wrap{background:var(--bg2);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.user-pages-tags{display:flex;flex-wrap:wrap;gap:3px}.user-pages-tag{font-size:10px;padding:1px 6px;background:var(--bg3);border-radius:3px;color:var(--text2)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:60px 20px;color:var(--text3)}.empty-state svg{opacity:.4}.empty-state p{font-size:14px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}@media(max-width:768px){:root{--sidebar-w: 200px}.main-content{padding:14px}.kpi-grid{grid-template-columns:1fr 1fr}.kap-item-label,.stacked-label,.heatrow-label{width:110px}}.rep-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.rep-actions{display:flex;gap:8px;flex-shrink:0}.rep-doc{max-width:1100px}.rep-meta-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--text2,#667);padding:10px 14px;background:var(--blue-lt);border-radius:8px;margin-bottom:8px}.rep-section-title{font-size:15px;font-weight:700;margin:26px 0 14px;padding-bottom:7px;border-bottom:2px solid var(--blue);color:var(--text,#1a1a1a)}.rep-sub{font-size:13px;font-weight:700;margin:0 0 8px;color:var(--text,#1a1a1a)}.rep-na{color:var(--text3,#999)}.rep-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rep-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:920px){.rep-grid-2,.rep-grid-4{grid-template-columns:1fr}}.rep-barwrap{display:flex;align-items:center;gap:8px;min-width:120px}.rep-bar-bg{flex:1;height:7px;border-radius:4px;background:var(--border);overflow:hidden;min-width:60px}.rep-bar{height:100%;border-radius:4px}.rep-bar.good{background:#16a34a}.rep-bar.warn{background:#d97706}.rep-bar.bad{background:#dc2626}.rep-bar-val{font-size:11px;font-weight:600;color:var(--text2,#667);min-width:34px;text-align:right}.rep-instr-card{border:1px solid var(--border);border-radius:10px;background:var(--card,#fff);padding:14px 16px}.rep-instr-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--border)}.rep-instr-title{font-weight:700;font-size:13.5px;color:var(--text,#1a1a1a)}.rep-instr-sub{font-size:11px;color:var(--text3,#999);white-space:nowrap}.rep-instr-rows{display:flex;flex-direction:column;gap:7px}.rep-instr-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12.5px}.rep-instr-lbl{color:var(--text2,#667)}.rep-instr-val{font-weight:600;color:var(--text,#1a1a1a);min-width:120px;text-align:right;display:flex;justify-content:flex-end}.rep-pill{display:inline-block;min-width:22px;text-align:center;padding:1px 8px;border-radius:99px;font-size:11px;font-weight:700;color:#fff}.rep-pill.green{background:#16a34a}.rep-pill.amber{background:#d97706}.rep-pill.red{background:#dc2626}.rep-highlight{border-radius:10px;padding:14px 16px;color:#fff}.rep-highlight.best{background:linear-gradient(135deg,#16a34a,#15803d)}.rep-highlight.worst{background:linear-gradient(135deg,#dc2626,#b91c1c)}.rep-highlight.none{background:var(--card,#f3f4f6);color:var(--text3,#999);border:1px solid var(--border)}.rep-highlight .rh-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;opacity:.85}.rep-highlight .rh-name{font-size:15px;font-weight:700;margin:4px 0;line-height:1.25}.rep-highlight .rh-score{font-size:26px;font-weight:800}.rep-highlight .rh-sub{font-size:11px;opacity:.85;margin-top:2px}.rep-table td,.rep-table th{font-size:12.5px}.rep-details{margin-top:12px}.rep-details summary{cursor:pointer;font-size:12.5px;font-weight:600;color:var(--blue);padding:6px 0}.rep-fullonly{display:none}.rep-narrative{font-size:13px;line-height:1.6;color:var(--text,#1a1a1a);margin-bottom:14px}.rep-narrative p{margin:0 0 10px}.rep-ins{border:1px solid var(--border);border-left:4px solid var(--blue);border-radius:8px;background:var(--card,#fff);padding:12px 14px;margin-bottom:10px}.rep-ins.critica{border-left-color:#dc2626}.rep-ins.alta{border-left-color:#d97706}.rep-ins.media{border-left-color:#2563eb}.rep-ins.baixa{border-left-color:#16a34a}.rep-ins-tt{font-weight:700;font-size:13.5px;margin-bottom:5px;color:var(--text,#1a1a1a)}.rep-ins-desc{font-size:12.5px;color:var(--text2,#667);line-height:1.55}.rep-ins-acc{font-size:12.5px;margin-top:6px;color:var(--text,#1a1a1a)}.rep-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;padding:2px 7px;border-radius:99px;color:#fff;margin-right:7px;vertical-align:middle}.rep-badge.critica{background:#dc2626}.rep-badge.alta{background:#d97706}.rep-badge.media{background:#2563eb}.rep-badge.baixa{background:#16a34a}.rep-footer{margin-top:28px;padding-top:12px;border-top:1px solid var(--border);font-size:11px;color:var(--text3,#999);text-align:center}@media print{@page{margin:14mm;size:A4}html,body{background:#fff!important}html.dark{filter:none}.sidebar,.topnav,.distrito-chips-bar,.no-print,#btn-refresh,.rep-details{display:none!important}.main-content,#page-container,.rep-doc{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}.rep-fullonly{display:block!important}.rep-fullonly .rep-table{font-size:11px}.kpi-card,.rep-instr-card,.rep-ins,.rep-highlight,.table-wrap,table,.rep-narrative{break-inside:avoid;page-break-inside:avoid}.rep-section-title{break-after:avoid;page-break-after:avoid}.rep-highlight,.rep-bar,.rep-pill,.rep-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
