@charset "UTF-8";*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif;background:#f4f6f8;color:#1f2933}a{color:#1d4ed8;text-decoration:none}a:hover{text-decoration:underline}button{background:#1d4ed8;color:#fff;border:none;padding:10px 18px;border-radius:6px;cursor:pointer;font-size:14px}button:disabled{background:#94a3b8;cursor:not-allowed}input,select,textarea{display:block;width:100%;padding:8px 10px;margin:4px 0 14px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px}label{font-weight:600;font-size:13px;color:#334155}.erro{color:#b91c1c;font-size:13px}.sucesso{color:#15803d;font-weight:600}.card{background:#fff;border-radius:10px;padding:20px 24px;box-shadow:0 1px 3px #00000014;margin-bottom:20px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-page .card{width:360px}.login-page h1{margin:0;color:#1d4ed8}.login-page .subtitle{color:#64748b;font-size:13px;margin-bottom:20px}.page{min-height:100vh;background:#eef1f5}.topbar{background:linear-gradient(135deg,#1e3a8a,#1d4ed8 55%,#2563eb);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;box-shadow:0 2px 6px #0f172a40}.topbar h1{margin:0;font-size:17px;font-weight:700;letter-spacing:.3px;display:flex;align-items:center;gap:10px}.topbar h1:before{content:"";display:inline-block;width:22px;height:22px;border-radius:6px;background:#fff;background-image:linear-gradient(135deg,#93c5fd,#fff)}.topbar nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.topbar nav a{color:#cbd5e1;font-size:13px;font-weight:500;padding:6px 4px;border-bottom:2px solid transparent}.topbar nav a:hover{color:#fff;border-bottom-color:#ffffff80;text-decoration:none}.topbar nav a.active{color:#fff;border-bottom-color:#fbbf24}main{max-width:1100px;margin:0 auto;padding:28px}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #e2e8f0;font-size:14px}th{background:#f1f5f9}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;background:#e2e8f0;color:#334155}.status-CONCLUIDA{background:#dcfce7;color:#166534}.status-RECHECAGEM{background:#fef3c7;color:#92400e}.status-PROCESSANDO,.status-PENDENTE{background:#dbeafe;color:#1e40af}.badge-alerta{background:#fef3c7;color:#92400e}.feed,.alertas{list-style:none;padding:0;margin:0}.feed li,.alertas li{padding:10px 0;border-bottom:1px solid #eef1f5;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}.feed li:last-child,.alertas li:last-child{border-bottom:none}.feed-data{color:#94a3b8;font-size:12px;white-space:nowrap}.checkboxes{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.checkboxes label{display:flex;align-items:center;gap:6px;font-weight:400}.checkboxes input{width:auto;margin:0}.stepper ol{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.stepper li{padding:8px 12px;border-radius:6px;background:#f1f5f9;color:#94a3b8}.stepper li.feito{background:#dcfce7;color:#166534}.stepper li.ativo{background:#dbeafe;color:#1e40af;font-weight:600}.etapa-atual{color:#1e40af;font-weight:600}.alerta{border-left:4px solid #f59e0b}.comparador{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.comparador .fonte h3{margin-top:0}.decisao label{display:block;font-weight:400;margin-bottom:8px}.decisao input[type=radio]{width:auto;display:inline;margin-right:6px}.indices{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.indice{background:#fff;border-radius:8px;padding:14px;text-align:center;box-shadow:0 1px 3px #00000014}.indice span{display:block;font-size:12px;color:#64748b}.indice strong{font-size:22px;color:#1d4ed8}.explicacao{background:#fff7ed;border-left:4px solid #f59e0b;padding:12px 16px;border-radius:6px}.score-banner{display:flex;align-items:center;gap:20px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:16px 22px;margin-bottom:20px}.score-banner .score-pct{background:#f59e0b;color:#fff;font-size:24px;font-weight:800;border-radius:10px;padding:10px 16px;min-width:64px;text-align:center}.score-banner h3{margin:0 0 4px;font-size:16px;color:#92400e}.score-banner p{margin:0;color:#78350f;font-size:13px}.campo-linha{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:13px}.campo-linha:last-child{border-bottom:none}.campo-linha .campo-label{color:#64748b;font-weight:600}.campo-linha .campo-valor{font-weight:600;color:#1f2933;text-align:right}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-left:8px}.dot-ok{background:#16a34a}.dot-divergente{background:#dc2626}.chip-radio{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.chip-radio label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13px;padding:10px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;cursor:pointer}.chip-radio input{width:auto;margin:0}.chip-radio label.opt-a{border-color:#86efac}.chip-radio label.opt-a:has(input:checked){background:#dcfce7;border-color:#16a34a}.chip-radio label.opt-b{border-color:#93c5fd}.chip-radio label.opt-b:has(input:checked){background:#dbeafe;border-color:#2563eb}.chip-radio label.opt-distinto{border-color:#fca5a5}.chip-radio label.opt-distinto:has(input:checked){background:#fee2e2;border-color:#dc2626}.kpi-grid .kpi-card{position:relative;overflow:hidden}.kpi-grid .kpi-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#1d4ed8}.kpi-grid .kpi-card.kpi-alerta:before{background:#f59e0b}.kpi-grid .kpi-card.kpi-ok:before{background:#16a34a}
