:root{--ouro: #f0c000;--preto: #141414;--antracite: #303030;--creme: #fbf1cc;font-family:system-ui,-apple-system,Segoe UI,sans-serif}body{margin:0;background:#f5f5f0;color:var(--preto)}header{background:var(--preto);border-top:4px solid var(--ouro);border-bottom:2px solid var(--ouro);color:#fff;padding:.75rem 1.5rem}.header-brand{display:flex;align-items:center;gap:.9rem}.header-brand .logo{height:42px;width:auto}header h1{margin:0;font-size:1.1rem;letter-spacing:.03em}header p{margin:.1rem 0 0;color:var(--ouro);font-size:.8rem}nav{display:flex;gap:.5rem;padding:.75rem 1.5rem;background:var(--antracite)}nav button{background:transparent;border:1px solid var(--ouro);color:#fff;padding:.4rem .9rem;border-radius:4px;cursor:pointer}nav button.activo{background:var(--ouro);color:var(--preto);font-weight:600}main{padding:1.5rem;max-width:960px;margin:0 auto}form{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;background:#fff;padding:1rem;border-radius:6px;border:1px solid #ddd}form label{display:flex;flex-direction:column;font-size:.85rem;gap:.25rem}form button{grid-column:1 / -1;background:var(--ouro);border:none;padding:.6rem;font-weight:600;border-radius:4px;cursor:pointer}table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff}th,td{border-bottom:1px solid #eee;padding:.4rem .6rem;text-align:right;font-size:.85rem}th:first-child,td:first-child{text-align:left}thead th{background:var(--ouro);color:var(--preto)}.estado-ok{color:#1a7a1a;font-weight:600}.estado-divergente{color:#b00020;font-weight:700}.msg{padding:.5rem 0;font-size:.9rem}.msg.erro{color:#b00020}.msg.sucesso{color:#1a7a1a}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin:1rem 0 1.5rem}.kpi{background:#fff;border:1px solid #ddd;border-left:4px solid var(--ouro);border-radius:4px;padding:.75rem 1rem;display:flex;flex-direction:column}.kpi.kpi-alerta{border-left-color:#b00020;background:#fff4f4}.kpi-valor{font-size:1.4rem;font-weight:700;color:var(--preto)}.kpi-rotulo{font-size:.75rem;color:#555;margin-top:.15rem}.kpi-variacao{font-size:.75rem;font-weight:600;margin-top:.2rem}.kpi-variacao.subida{color:#1a7a1a}.kpi-variacao.descida{color:#b00020}.alerta-banner{background:#fff4f4;border:1px solid #b00020;color:#b00020;font-weight:600;padding:.6rem 1rem;border-radius:4px;margin-bottom:1rem}h3{margin-top:1.75rem}h4{margin-top:1rem;margin-bottom:.25rem;font-size:.95rem}.modal-fundo{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141499;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-caixa{background:#fff;border-radius:8px;border-top:5px solid #b00020;padding:1.5rem;max-width:620px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.modal-item-alerta{background:#fff4f4;border:1px solid #f0c0c0;border-radius:6px;padding:.75rem 1rem;margin-bottom:.75rem}@media(max-width:820px){header{padding:.6rem .9rem}.header-brand .logo{height:32px}header h1{font-size:.95rem}header p{font-size:.7rem}nav{padding:.5rem .9rem;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}nav button{flex:0 0 auto;white-space:nowrap;padding:.55rem .9rem;font-size:.85rem}main{padding:.9rem}form{grid-template-columns:1fr;padding:.9rem}form input,form select,form textarea{font-size:16px;padding:.5rem}form button{padding:.8rem;font-size:1rem}table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}th,td{padding:.5rem}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem}.modal-caixa{padding:1rem;max-height:90vh}}.sinal-alerta{display:inline-block;background:#b00020;color:#fff;font-weight:700;font-size:.75rem;line-height:1;padding:.2rem .4rem;border-radius:10px;margin-right:.4rem}.faixa-alerta{background:#fff4f4;border:1px solid #b00020;border-left-width:5px;border-radius:4px;color:#b00020;font-weight:700;padding:.6rem .9rem;margin:.5rem 0}
