:root{--merx-white: #ffffff;--merx-bg: #f8f9fa;--merx-nav: #1e3a5f;--merx-nav-hover: #2a4a6f;--merx-primary: #1565c0;--merx-success: #2e7d32;--merx-danger: #c62828;--merx-warning: #ef6c00;--merx-text: #212121;--merx-text-muted: #616161;--merx-border: #e0e0e0;--merx-card: #ffffff;--merx-badge-ok: #e8f5e9;--merx-badge-issue: #ffebee;--merx-badge-pending: #fff3e0}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--merx-bg);color:var(--merx-text);line-height:1.5}#root{min-height:100vh;display:flex}.app-layout{display:flex;width:100%;min-height:100vh}.sidebar{width:64px;background:var(--merx-nav);flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding-top:16px;gap:8px}.sidebar-icon{width:40px;height:40px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;cursor:pointer}.sidebar-icon.active{background:var(--merx-primary)}.main{flex:1;display:flex;flex-direction:column;min-width:0}.header{background:var(--merx-white);border-bottom:1px solid var(--merx-border);padding:12px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.header-left{display:flex;align-items:center;gap:16px}.logo{font-weight:700;font-size:1.25rem;color:var(--merx-nav)}.breadcrumb{color:var(--merx-text-muted);font-size:.875rem}.breadcrumb span{color:var(--merx-text)}.header-actions{display:flex;align-items:center;gap:12px}.btn{padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;font-family:inherit}.btn-secondary{background:var(--merx-bg);color:var(--merx-text);border:1px solid var(--merx-border)}.btn-secondary:hover{background:var(--merx-border)}.btn-success{background:var(--merx-success);color:#fff}.btn-success:hover{background:#1b5e20}.btn-danger{background:var(--merx-danger);color:#fff}.btn-danger:hover{background:#b71c1c}.btn-warning{background:var(--merx-warning);color:#fff}.btn-warning:hover{background:#e65100}.btn-sm{padding:6px 12px;font-size:.8125rem}.content{flex:1;padding:24px;overflow-auto:auto}.status-banner{background:var(--merx-warning);color:#fff;padding:12px 24px;border-radius:8px;margin-bottom:20px;font-weight:500}.status-banner.approved{background:var(--merx-success)}.card{background:var(--merx-card);border:1px solid var(--merx-border);border-radius:8px;margin-bottom:20px;overflow:hidden}.card-header{padding:14px 20px;border-bottom:1px solid var(--merx-border);font-weight:600;font-size:1rem;background:var(--merx-bg)}.card-body{padding:20px}.table-wrap{overflow-x:auto}.pendencias-ignoradas-resumo{margin:0 0 12px;font-size:.875rem;color:var(--merx-text-muted)}table{width:100%;border-collapse:collapse;font-size:.875rem}th{text-align:left;padding:10px 12px;background:var(--merx-bg);font-weight:600;color:var(--merx-text);border-bottom:1px solid var(--merx-border)}td{padding:10px 12px;border-bottom:1px solid var(--merx-border)}tr:hover td{background:#fafafa}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.badge-ok{background:var(--merx-badge-ok);color:var(--merx-success)}.badge-issue{background:var(--merx-badge-issue);color:var(--merx-danger)}.badge-pending{background:var(--merx-badge-pending);color:var(--merx-warning)}.badge-alerta{background:#fffde7;color:#f9a825}.badge-blocking{background:#ffebee;color:#b71c1c}.badge-open{background:#fff3e0;color:#e65100}.badge-ignorada{background:#eceff1;color:#546e7a}.badge-overridden{background:#e8f5e9;color:#2e7d32}.badge-blocked{background:#ffebee;color:#c62828}.status-territorial-icon{margin-left:6px;font-size:.875rem;cursor:help;opacity:.85}.user-info{text-align:right;font-size:.8125rem}.user-info .name{font-weight:500;color:var(--merx-text)}.user-info .email{color:var(--merx-text-muted)}.tabs{display:flex;gap:0;border-bottom:2px solid var(--merx-border);margin-bottom:20px}.tab{padding:12px 20px;font-weight:500;color:var(--merx-text-muted);cursor:pointer;border:none;background:none;font-family:inherit;font-size:.9375rem;border-bottom:2px solid transparent;margin-bottom:-2px}.tab:hover{color:var(--merx-text)}.tab.active{color:var(--merx-primary);border-bottom-color:var(--merx-success)}.actions-cell{display:flex;gap:8px;flex-wrap:wrap}.footer-actions{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;background:var(--merx-white);border-top:1px solid var(--merx-border)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--merx-white);border-radius:8px;max-width:420px;width:100%;box-shadow:0 8px 32px #00000026}.modal-header{padding:16px 20px;border-bottom:1px solid var(--merx-border);font-weight:600}.modal-body{padding:20px}.modal-footer{padding:12px 20px;border-top:1px solid var(--merx-border);display:flex;justify-content:flex-end;gap:8px}.log-list{font-size:.8125rem;color:var(--merx-text-muted);max-height:120px;overflow-y:auto}.log-list div{padding:4px 0;border-bottom:1px solid #f0f0f0}.log-list div:last-child{border-bottom:none}.last-update{font-size:.8125rem;color:var(--merx-text-muted)}.consolidated-indicator{display:flex;gap:16px;flex-wrap:wrap;padding:10px 16px;background:var(--merx-bg);border-radius:8px;margin-bottom:16px;font-size:.875rem}.consolidated-indicator span{font-weight:500}.consolidated-indicator .blocked{color:var(--merx-danger)}.consolidated-indicator .warning{color:#f9a825}.consolidated-indicator .ok{color:var(--merx-success)}.badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:.75rem;font-weight:600;background:var(--merx-danger);color:#fff}.badge-count.warning{background:var(--merx-warning)}.badge-count.zero{background:var(--merx-border);color:var(--merx-text-muted)}.toast-container{position:fixed;bottom:24px;right:24px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 20px;border-radius:8px;background:var(--merx-nav);color:#fff;font-size:.875rem;box-shadow:0 4px 12px #00000026;animation:toast-in .25s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.audit-log-table{font-size:.8125rem}.audit-log-table th,.audit-log-table td{padding:8px 10px}.app-footer{padding:12px 24px;font-size:.8125rem;color:var(--merx-text-muted);border-top:1px solid var(--merx-border);background:var(--merx-white)}.btn-link{background:none;border:none;padding:0;margin-left:6px;color:var(--merx-primary);cursor:pointer;font-size:inherit;text-decoration:underline}.th-with-tooltip{cursor:help}.card-body-empty{display:flex;align-items:center;justify-content:center;min-height:80px;color:var(--merx-text-muted)}.empty-state{font-size:.875rem}.production-table{width:100%;font-size:.875rem;margin-bottom:12px}.production-table th,.production-table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--merx-border)}.log-icon{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:4px;font-size:.75rem;font-weight:600;margin-right:8px;background:var(--merx-bg);color:var(--merx-text-muted)}.card-body-policy{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.policy-select{padding:6px 10px;border-radius:6px;border:1px solid var(--merx-border);font-size:.875rem}.modal-resolve{max-width:520px;max-height:90vh;display:flex;flex-direction:column}.modal-resolve .modal-body{overflow-y:auto;max-height:50vh}.modal-context{margin:0 0 16px;font-size:.875rem}.modal-actions-title{margin:0 0 8px;font-weight:600;font-size:.875rem}.modal-actions-desc{font-size:.8125rem;color:var(--merx-text-muted);margin-top:12px;padding-top:12px;border-top:1px solid var(--merx-border)}.modal-actions-desc ul{margin:0;padding-left:20px}.modal-actions-desc li{margin-bottom:6px}.modal-footer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-footer-buttons .btn{min-width:0;width:100%}.table-vendor{max-width:560px}.table-vendor th,.table-vendor td{padding:8px 12px;vertical-align:top}.badge-divergencia{background:#ffebee;color:#b71c1c;font-size:.75rem}.politica-vigente-readonly{font-size:.875rem;color:var(--merx-text-muted);margin:0 0 16px;padding:12px 16px;background:var(--merx-bg);border-radius:8px;border:1px solid var(--merx-border)}.btn-link{background:none;border:none;padding:0;color:var(--merx-primary);cursor:pointer;text-decoration:underline;font-size:inherit}.btn-link:hover{color:var(--merx-nav)}.pendencias-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;align-items:center}.pendencias-filters .filter-busca{flex:1;min-width:200px;padding:8px 12px;border:1px solid var(--merx-border);border-radius:6px;font-size:.875rem}.pendencias-filters .filter-select{padding:8px 10px;border:1px solid var(--merx-border);border-radius:6px;font-size:.875rem;min-width:120px}.parametros-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1000;display:flex;justify-content:flex-end}.parametros-drawer{width:400px;max-width:100%;background:var(--merx-white);box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column}.parametros-drawer-modulos{width:480px}.parametros-drawer-layout{display:flex;flex:1;min-height:0}.parametros-module-nav{width:160px;flex-shrink:0;padding:12px 0;border-right:1px solid var(--merx-border);background:var(--merx-bg);display:flex;flex-direction:column;gap:4px}.parametros-module-nav-item{display:block;width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;font-size:.875rem;color:var(--merx-text);cursor:pointer;border-left:3px solid transparent}.parametros-module-nav-item:hover{background:#0000000a}.parametros-module-nav-item.active{background:var(--merx-white);color:var(--merx-primary);font-weight:600;border-left-color:var(--merx-primary)}.parametros-drawer-header{padding:16px 20px;border-bottom:1px solid var(--merx-border);display:flex;align-items:center;justify-content:space-between}.parametros-drawer-header h2{margin:0;font-size:1.125rem;color:var(--merx-text)}.btn-close{width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:1;color:var(--merx-text-muted);cursor:pointer;border-radius:6px}.btn-close:hover{background:var(--merx-bg);color:var(--merx-text)}.parametros-drawer-body{flex:1;padding:20px;overflow-y:auto;min-width:0}.parametros-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--merx-border)}.parametros-toggle-row:last-of-type{border-bottom:none}.parametros-toggle-label{font-size:.875rem;color:var(--merx-text);flex:1}.parametros-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.parametros-toggle-switch input{opacity:0;width:0;height:0}.parametros-toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:24px;transition:.2s}.parametros-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px #0003}.parametros-toggle-switch input:checked+.parametros-toggle-slider{background:var(--merx-success)}.parametros-toggle-switch input:checked+.parametros-toggle-slider:before{transform:translate(20px)}.parametros-aprovacoes-regra{margin:0;padding:10px 12px;font-size:.8125rem;line-height:1.4;color:var(--merx-text-muted);background:#e3f2fd;border-left:3px solid var(--merx-primary);border-radius:4px}.parametros-subsection-title{margin:0 0 12px;font-size:.9375rem;font-weight:600;color:var(--merx-text)}.parametros-criterios-list{list-style:none;margin:0;padding:0}.parametros-criterio-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--merx-border)}.parametros-criterio-row:last-child{border-bottom:none}.parametros-criterio-label{font-size:.875rem;color:var(--merx-text);flex:1}.parametros-footer-actions{margin-top:24px;padding-top:16px;border-top:1px solid var(--merx-border)}.parametros-block{margin-bottom:24px}.parametros-block:last-child{margin-bottom:0}.parametros-block-divider{padding-bottom:20px;border-bottom:1px solid var(--merx-border)}.parametros-block-divider+.parametros-block{margin-top:20px}.parametros-block-title{margin:0 0 8px;font-size:.9375rem;font-weight:700;color:var(--merx-text)}.parametros-block h3.parametros-block-title{margin:0 0 8px}.parametros-block-desc{margin:0 0 12px;font-size:.8125rem;color:var(--merx-text-muted);line-height:1.45}.parametros-block .policy-select{width:100%;padding:8px 12px;border:1px solid var(--merx-border);border-radius:6px;font-size:.875rem}.parametros-alerta{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px;padding:12px;font-size:.8125rem;color:var(--merx-text);background:#fff8e1;border:1px solid #ffecb3;border-radius:6px}.parametros-alerta-icon{flex-shrink:0}.parametros-override{display:flex;flex-direction:column;gap:6px}.parametros-override-item{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;cursor:pointer}.parametros-override-item.is-disabled{opacity:.6;cursor:not-allowed}.parametros-override-label{flex:1}.parametros-override-desc{margin:0 0 12px;padding-left:26px;font-size:.8125rem;color:var(--merx-text-muted);line-height:1.4}.parametros-override-desativado{margin:0 0 12px;padding:10px;font-size:.8125rem;color:var(--merx-text);background:var(--merx-bg);border-radius:6px;border-left:3px solid var(--merx-warning)}.parametros-perfil{margin-top:12px}.parametros-perfil.is-disabled{opacity:.6;pointer-events:none}.parametros-perfil-label{display:block;margin-bottom:6px;font-size:.875rem;font-weight:600;color:var(--merx-text)}.parametros-override input[type=checkbox]{width:18px;height:18px}
