:root,[data-theme=light]{--navy:#0a1628;--navy-700:#1b304f;--navy-600:#2a4470;--navy-light:#162236;--navy-dark:#060f1e;--gold:#a8843c;--gold-light:#d0b071;--gold-dark:#6b5320;--white:#fff;--ivory:#fbfaf6;--cream:#f4f2eb;--surface:#fff;--surface-alt:#f4f6fa;--border:#ced4de;--text:#0a1628;--text-muted:#6b7280;--critical:#9b2c2c;--warning:#b8821f;--success:#2e7d5b;--info:#2a4470;--font-titulo:"Newsreader", "Playfair Display", Georgia, serif;--font-corpo:"IBM Plex Sans", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;--font-juridico:"Times New Roman", Georgia, serif;--sidebar-w:260px;--header-h:60px;--nav-bottom-h:64px;--radius:8px;--gap:16px;--text-1:#0a1628;--text-2:#1b304f;--text-3:#374151;--text-4:#6b7280;--text-on-primary:#fff;--text-on-accent:#0a1628;--text-on-surface:#0a1628;--text-link:#a8843c;--text-link-hover:#6b5320;--text-weight-1:900;--text-weight-2:700;--text-weight-3:500;--text-weight-4:400;--text-opacity-1:1;--text-opacity-2:.95;--text-opacity-3:.9;--text-opacity-4:.78;--text-shadow-1:0 1px 0 #ffffff73}[data-theme=dark]{--navy:#e8edf5;--navy-700:#d6dde8;--navy-600:#a8b5c9;--gold:#d0b071;--gold-light:#e2c994;--surface:#1b304f;--surface-alt:#0f1722;--border:#2a3242;--text:#e8edf5;--text-muted:#a7b0be;--text-1:#fff;--text-2:#e8edf5;--text-3:#c8d1de;--text-4:#a7b0be;--text-on-primary:#fff;--text-on-accent:#0a1628;--text-on-surface:#e8edf5;--text-link:#d0b071;--text-link-hover:#e2c994;--text-shadow-1:0 1px 2px #0000008c}html,body,#root{height:100%;margin:0}body{font-family:var(--font-corpo);color:var(--text-3,var(--navy));background:var(--surface-alt);font-feature-settings:"kern", "liga", "ss01";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2{font-weight:var(--text-weight-1,800);letter-spacing:-.3px;color:var(--text-1,var(--navy));opacity:var(--text-opacity-1,1);margin:0}h3,h4,h5{font-weight:var(--text-weight-2,700);letter-spacing:-.2px;color:var(--text-2,var(--navy));opacity:var(--text-opacity-2,.95);margin:0}p{color:var(--text-3,inherit);line-height:1.6}label{color:var(--text-3,var(--navy));font-weight:var(--text-weight-3,500)}small,.siap-text-helper{color:var(--text-4,var(--text-muted));opacity:var(--text-opacity-4,.78)}a:not([class]){color:var(--text-link,var(--gold));text-decoration:none;transition:color .15s}a:not([class]):hover{color:var(--text-link-hover,var(--gold-dark))}input,select,textarea{color:var(--navy);background:#fff;border:1px solid #d6dde8;border-radius:7px;font-family:inherit;transition:border-color .15s,box-shadow .15s}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{color:#e8edf5;background:#1b304f;border-color:#34547d}input:focus,select:focus,textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #a8843c2e}input::placeholder,textarea::placeholder{color:#a7b0be}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#6b7c96}input[type=checkbox],input[type=radio]{accent-color:var(--gold);cursor:pointer}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--surface-alt)}::-webkit-scrollbar-thumb{border:2px solid var(--surface-alt);background:linear-gradient(#e5e9f0,#a7b0be);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{color:var(--navy);background:#a8843c4d}button{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;border-radius:8px;min-height:36px;font-family:inherit;font-weight:600;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s,opacity .18s}button:hover:not(:disabled):not([aria-disabled=true]){transform:translateY(-1px)}button:disabled,button[aria-disabled=true]{cursor:not-allowed;opacity:.55;transform:none}button:focus-visible{outline:2px solid var(--gold,#a8843c);outline-offset:2px}.app-layout{background:var(--surface-alt);height:100dvh;font-family:var(--font-corpo);display:flex;overflow:hidden}.app-content{padding:var(--gap);-webkit-overflow-scrolling:touch;overflow-y:auto}.form-grid{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.form-grid-full{grid-column:1/-1}.cards-grid{gap:var(--gap);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.alert-banner{border-radius:var(--radius);margin-bottom:var(--gap);border-left:4px solid;align-items:center;gap:12px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}.alert-banner.alert-critico{color:var(--critical);background:#fdf1f1}.alert-banner.alert-atencao{color:var(--warning);background:#faf3e1}.alert-banner.alert-sucesso{color:var(--success);background:#edf6f1}.alert-banner.alert-info{color:var(--info);background:#eef2f8}[data-theme=dark] .alert-banner.alert-critico{background:#2a1414}[data-theme=dark] .alert-banner.alert-atencao{background:#2a1f0a}[data-theme=dark] .alert-banner.alert-sucesso{background:#0f2018}[data-theme=dark] .alert-banner.alert-info{background:#131d2e}.badge-analise{letter-spacing:.4px;background:var(--gold);color:var(--navy);border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-pill{background:0 0;border:1px solid;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.status-pill.status-on{color:var(--success);background:#2e7d5b14}.status-pill.status-off{color:var(--warning);background:#b8821f14}.status-pill.status-err{color:var(--critical);background:#9b2c2c14}@media (width<=1024px){button,[role=button],a,input[type=checkbox],input[type=radio]{min-height:36px}}@media (width<=768px){table{-webkit-overflow-scrolling:touch;max-width:100%;display:block;overflow-x:auto}table thead,table tbody,table tr{table-layout:auto;width:100%;display:table}body{font-size:14px}h1,h2{font-size:1.1em!important}h3{font-size:1em!important}input,select,textarea{min-height:40px;font-size:16px!important}[role=dialog]{max-height:90vh;overflow-y:auto}pre{line-height:1.45;font-size:11px!important}[style*="display: flex"][style*=gap][style*=flex-wrap],[style*=display\:flex][style*=gap][style*=flex-wrap]{gap:8px!important}[style*="minWidth: 130"],[style*="min-width: 130"]{flex-basis:100%!important;min-width:100%!important}[style*="grid-template-columns: 1fr 1fr"],[style*="gridTemplateColumns:\"1fr 1fr\""],[style*="gridTemplateColumns: \"1fr 1fr\""]{grid-template-columns:1fr!important}aside[style*="width: 2"],aside[style*=width\:2],aside[style*="width: 3"],aside[style*=width\:3]{flex-basis:100%!important;width:100%!important;max-height:none!important;position:relative!important;top:auto!important}:is(div:has(>aside[style*="width: 2"]),div:has(>aside[style*=width\:2]),div:has(>aside[style*="width: 3"]),div:has(>aside[style*=width\:3])){flex-wrap:wrap!important}}@media (width<=560px){[style*=minmax\(3][style*=auto-fit],[style*=minmax\(4][style*=auto-fit],[style*=minmax\(3][style*=auto-fill],[style*=minmax\(4][style*=auto-fill]{grid-template-columns:1fr!important}}[style*="font-size: 8px"]{font-size:9.5px!important}@media (width<=480px){[style*="font-size: 9px"]{font-size:10.5px!important}body{font-size:13px}h1,h2{font-size:1em!important}[data-role=container]{padding:8px!important}[style*="text-overflow: ellipsis"][style*="width: 2"]:not(td):not(th),[style*="text-overflow: ellipsis"][style*="max-width: 2"]:not(td):not(th){white-space:normal!important;width:auto!important;max-width:100%!important;overflow:visible!important}header [style*="display: flex"][style*="justifyContent: space-between"]{flex-direction:column!important;align-items:stretch!important}}html,body,#root{max-width:100vw;overflow-x:hidden}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}@supports (padding:env(safe-area-inset-top)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}[style*=\#2E7D5B],[style*="rgb(46, 125, 91)"]{color:#8a6a1e!important}[style*="background:#2E7D5B"],[style*="background: #2E7D5B"],[style*="background-color:#2E7D5B"],[style*="background-color: #2E7D5B"]{background-color:#bd9849!important}[style*=\#1B5E20]{color:#6b5320!important}[style*=\#5BAA86]{color:#d0b071!important}[style*=\#84cc16],[style*=\#84CC16]{color:#8a6a1e!important}[style*=\#E8F5E9],[style*="background:#E8F5E9"],[style*="background: #E8F5E9"]{background-color:#fbfaf6!important}[style*=\#9B2C2C],[style*="rgb(155, 44, 44)"]{color:#0a1628!important}[style*="background:#9B2C2C"],[style*="background: #9B2C2C"],[style*="background-color:#9B2C2C"]{background-color:#1b304f!important}[style*=\#7E2424]{color:#050b17!important}[style*=\#C95757]{color:#2a4470!important}[style*=\#FDF1F1],[style*=\#fef2f2],[style*=\#FEF2F2]{background-color:#f4f2eb!important}[style*=\#D4A0A0],[style*=\#fca5a5]{border-color:#ced4de!important}[style*=\#dc2626],[style*=\#DC2626]{color:#0a1628!important}[style*=\#B8821F],[style*="rgb(184, 130, 31)"]{color:#8e6e27!important}[style*="background:#B8821F"],[style*="background: #B8821F"],[style*="background-color:#B8821F"]{background-color:#8e6e27!important}[style*=\#D4A347]{color:#e2c994!important}[style*=\#FBF6E8],[style*=\#FAF3E1],[style*=\#FBF6EE]{background-color:#fbfaf6!important}[style*=\#7A5A1A]{color:#6b5320!important}[style*=\#b45309],[style*=\#B45309]{color:#8e6e27!important}[style*=\#5E4A8B],[style*="rgb(94, 74, 139)"]{color:#2a4470!important}[style*="background:#5E4A8B"],[style*="background: #5E4A8B"],[style*="background-color:#5E4A8B"]{background-color:#2a4470!important}[style*=\#7C3AED],[style*=\#7c3aed]{color:#2a4470!important}[style*=\#6B46C1]{color:#1b304f!important}[style*=\#3B82F6],[style*=\#3b82f6]{color:#2a4470!important}[style*=\#1D4ED8],[style*=\#1d4ed8]{color:#1b304f!important}[style*="border-color: #2E7D5B"],[style*="border: 1px solid #2E7D5B"],[style*="border:1px solid #2E7D5B"]{border-color:#bd9849!important}[style*="border: 1px solid #D4A0A0"]{border-color:#ced4de!important}[style*="border-left: 3px solid #B8821F"],[style*="border-left: 4px solid #B8821F"]{border-left-color:#8e6e27!important}[style*="background:#2E7D5B20"],[style*="background: #2E7D5B20"]{color:#6b5320!important;background-color:#bd98492e!important}[style*="background:#9B2C2C20"],[style*="background: #9B2C2C20"]{color:#0a1628!important;background-color:#0a16281a!important}[style*="background:#B8821F20"],[style*="background: #B8821F20"]{color:#6b5320!important;background-color:#8e6e272e!important}[style*="background:#5E4A8B20"],[style*="background: #5E4A8B20"]{color:#1b304f!important;background-color:#2a447029!important}[data-theme=dark] [style*=\#6b7280],[data-theme=dark] [style*=\#6B7280],[data-theme=dark] [style*="rgb(107, 114, 128)"]{color:#a8b5c9!important}[data-theme=dark] [style*=\#374151],[data-theme=dark] [style*="rgb(55, 65, 81)"]{color:#d6dde8!important}[data-theme=dark] [style*=\#A7B0BE]{color:#c4ccda!important}[data-theme=dark] [style*=\#9CA3AF]{color:#bac2d0!important}[data-theme=dark] [style*=\#FBFAF6],[data-theme=dark] [style*=\#fbfaf6]{background:#1b304f!important}[data-theme=dark] [style*=\#F4F2EB],[data-theme=dark] [style*=\#f4f2eb]{background:#13243d!important}[data-theme=dark] input[style*=\#fff],[data-theme=dark] input[style*=\#FFF],[data-theme=dark] select[style*=\#fff],[data-theme=dark] textarea[style*=\#fff]{color:#e8edf5!important;background:#1b304f!important;border-color:#34547d!important}[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*=background\:white],[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#FFFFFF"],[data-theme=dark] [style*="background:#ffffff"]{color:#e8edf5!important;background:#13243d!important}[data-theme=dark] [style*=\#E5E9F0]{background:#1c2434!important}[data-theme=dark] [style*="background: #F4F6FA"],[data-theme=dark] [style*="background:#F4F6FA"]{background:#0f1722!important}[data-theme=dark] [data-siap-print=topbar],[data-theme=dark] [data-siap-print=footer]{background:#13243d!important;border-color:#d0b07126!important}[data-theme=dark] [style*="color:#13243D"],[data-theme=dark] [style*="color: #13243D"],[data-theme=dark] [style*="color:rgb(19,36,61)"],[data-theme=dark] [style*="color: rgb(19, 36, 61)"]{color:#fff!important}[data-theme=dark] button[style*="background: #0A1628"]:active,[data-theme=dark] button[style*="background:#0A1628"]:active,[data-theme=dark] button[style*="background: rgb(10, 22, 40)"]:active,[data-theme=dark] button[style*="background: #1B304F"]:active,[data-theme=dark] button[style*="background:#1B304F"]:active,[data-theme=dark] button[style*="background: rgb(27, 48, 79)"]:active,[data-theme=dark] button[style*="background: #13243D"]:active,[data-theme=dark] button[style*="background:#13243D"]:active,[data-theme=dark] button[style*="background: rgb(19, 36, 61)"]:active{color:#d0b071!important}[data-theme=dark] button[style*="background: #0A1628"]:focus-visible,[data-theme=dark] button[style*="background: #1B304F"]:focus-visible,[data-theme=dark] button[style*="background: #13243D"]:focus-visible{color:#d0b071!important;outline-color:#d0b071!important}[data-theme=dark] [data-siap-print=content-white],[data-theme=dark] [data-export-doc],[data-theme=dark] .print-only-white,[data-theme=dark] [style*=data-export]{color:#0a1628!important;background:#fff!important}@media print{*,:before,:after{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;box-shadow:none!important}body{background:#fff}.no-print,.siap-no-print{display:none!important}@page{margin:16mm}[data-siap-print=sidebar],[data-siap-print=topbar],[data-siap-print=footer]{display:none!important}html,body,#root{color:#0a1628!important;background:#fff!important;height:auto!important;overflow:visible!important}[data-siap-print=shell]{height:auto!important;display:block!important}[data-siap-print=content]{width:auto!important;height:auto!important;padding:8mm!important;overflow:visible!important}[style*=overflow]{overflow:visible!important}[style*=max-height],[style*=maxHeight]{max-height:none!important}[style*=overflow][style*=height]{height:auto!important}[style*="position: sticky"],[style*=position\:sticky],[style*="position: fixed"],[style*=position\:fixed]{position:static!important;inset:auto!important}[style*=transform]{transform:none!important}img,svg,canvas{max-width:100%!important;height:auto!important}a[href]:after{content:""}table,figure{break-inside:avoid;page-break-inside:avoid}[data-siap-print=content] section,[data-siap-print=content] article{break-inside:avoid}[style*=min-width],[style*=minWidth]{min-width:0!important}[style*=overflow-x],[style*=overflowX]{overflow-x:visible!important}[data-siap-print=artefactum] [style*=linear-gradient],[data-artefactum-shell] [style*=linear-gradient]{color:#0a1628!important;box-shadow:none!important;background:#fff!important;border-bottom:2px solid #a8843c!important}[data-siap-print=artefactum] [style*=linear-gradient] *,[data-artefactum-shell] [style*=linear-gradient] *{color:#0a1628!important}[data-artefactum-shell] [style*=linear-gradient] [style*=A8843C],[data-artefactum-shell] [style*=linear-gradient] [style*=C8A]{color:#8e6e27!important}[data-siap-print=selo-assinatura],[data-siap-print=identidade-institucional],[data-siap-print=identidade-rodape]{break-inside:avoid;page-break-inside:avoid}}
