: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: #FFFFFF;--ivory: #FBFAF6;--cream: #F4F2EB;--surface: #FFFFFF;--surface-alt: #F4F6FA;--border: #CED4DE;--text: #0A1628;--text-muted: #6B7280;--critical: #9B2C2C;--warning: #B8821F;--success: #2E7D5B;--info: #2A4470;--font-titulo: "Playfair Display", Georgia, serif;--font-corpo: "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: #FFFFFF;--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 rgba(255,255,255,.45)}[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: #FFFFFF;--text-2: #E8EDF5;--text-3: #C8D1DE;--text-4: #A7B0BE;--text-on-primary: #FFFFFF;--text-on-accent: #0A1628;--text-on-surface: #E8EDF5;--text-link: #D0B071;--text-link-hover: #E2C994;--text-shadow-1: 0 1px 2px rgba(0,0,0,.55)}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));margin:0;opacity:var(--text-opacity-1, 1)}h3,h4,h5{font-weight:var(--text-weight-2, 700);letter-spacing:-.2px;color:var(--text-2, var(--navy));margin:0;opacity:var(--text-opacity-2, .95)}p{line-height:1.6;color:var(--text-3, inherit)}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{font-family:inherit;color:var(--navy);background:#fff;border:1px solid #d6dde8;border-radius:7px;transition:border-color .15s,box-shadow .15s}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#1b304f;color:#e8edf5;border-color:#34547d}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);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{background:linear-gradient(180deg,#e5e9f0,#a7b0be);border-radius:5px;border:2px solid var(--surface-alt)}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{background:#a8843c4d;color:var(--navy)}button{font-family:inherit}button{border-radius:8px;min-height:36px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-weight:600;cursor:pointer;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{display:flex;height:100dvh;background:var(--surface-alt);font-family:var(--font-corpo);overflow:hidden}.app-content{overflow-y:auto;padding:var(--gap);-webkit-overflow-scrolling:touch}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--gap)}.form-grid-full{grid-column:1 / -1}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--gap)}.alert-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius);border-left:4px solid currentColor;margin-bottom:var(--gap);font-size:13px;line-height:1.5}.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{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.4px;background:var(--gold);color:var(--navy)}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;border:1px solid currentColor;background:transparent}.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(max-width:1024px){button,[role=button],a,input[type=checkbox],input[type=radio]{min-height:36px}}@media(max-width:768px){table{display:block;overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}table thead,table tbody,table tr{display:table;width:100%;table-layout:auto}body{font-size:14px}h1,h2{font-size:1.1em!important}h3{font-size:1em!important}input,select,textarea{font-size:16px!important;min-height:40px}[role=dialog]{max-height:90vh;overflow-y:auto}pre{font-size:11px!important;line-height:1.45}[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"]{min-width:100%!important;flex-basis: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"]{width:100%!important;flex-basis:100%!important;max-height:none!important;position:relative!important;top:auto!important}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(max-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(max-width:480px){[style*="font-size: 9px"]{font-size:10.5px!important}}@media(max-width:480px){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;overflow:visible!important;width:auto!important;max-width:100%!important}header [style*="display: flex"][style*="justifyContent: space-between"]{flex-direction:column!important;align-items:stretch!important}}html,body,#root{overflow-x:hidden;max-width:100vw}: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:spin 1s linear infinite}[style*="#2E7D5B"],[style*="rgb(46, 125, 91)"]{color:#bd9849!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:#bd9849!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"]{background-color:#bd98492e!important;color:#6b5320!important}[style*="background:#9B2C2C20"],[style*="background: #9B2C2C20"]{background-color:#0a16281a!important;color:#0a1628!important}[style*="background:#B8821F20"],[style*="background: #B8821F20"]{background-color:#8e6e272e!important;color:#6b5320!important}[style*="background:#5E4A8B20"],[style*="background: #5E4A8B20"]{background-color:#2a447029!important;color:#1b304f!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"]{background:#1b304f!important;color:#e8edf5!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"]{background:#13243d!important;color:#e8edf5!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]{background:#fff!important;color:#0a1628!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{overflow:visible!important;height:auto!important;background:#fff!important;color:#0a1628!important}[data-siap-print=shell]{display:block!important;height:auto!important}[data-siap-print=content]{overflow:visible!important;height:auto!important;padding:8mm!important;width:auto!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]{background:#fff!important;background-image:none!important;border-bottom:2px solid #A8843C!important;color:#0a1628!important;box-shadow:none!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}}
