@import url('https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,400..900&display=swap');
* { box-sizing: border-box; margin: 0; }
body { min-height:100vh; background:#FAFBF8; color:#22252A; font-family:'Archivo',system-ui,sans-serif; font-size:15px; line-height:1.55; padding:28px 20px 60px; max-width:760px; margin:0 auto; }
a.voltar { color:#16348C; font-weight:700; text-decoration:none; font-size:13.5px; }
.cabecalho { border-bottom:3px solid #16348C; padding:12px 0 18px; margin-bottom:26px; }
.protocolo { color:#16348C; font-size:12px; letter-spacing:.04em; margin-bottom:10px; }
h1 { font-stretch:118%; font-weight:850; font-size:clamp(30px,7.5vw,48px); line-height:1.04; letter-spacing:-.015em; }
h1 small { display:block; font-stretch:100%; font-weight:500; font-size:15px; color:#5A5F68; margin-top:8px; }
.carimbo { display:inline-block; margin-top:18px; padding:8px 18px; border:3px double currentColor; border-radius:4px; font-weight:900; font-stretch:115%; font-size:22px; letter-spacing:.12em; transform:rotate(-2.4deg); }
.nota-grande { font-weight:900; font-size:15px; margin-left:12px; vertical-align:6px; }
h2 { font-weight:800; font-stretch:112%; font-size:20px; margin:34px 0 4px; color:#16348C; }
.sub { color:#5A5F68; font-size:13px; margin-bottom:12px; }
.selo { font-size:11.5px; font-weight:700; padding:2px 8px; border-radius:3px; margin-left:8px; white-space:nowrap; }
.selo-ok { background:#E3F0E9; color:#1E6B4F; }
.selo-demo { background:#F6E9D8; color:#8A5A12; }
.linha { display:flex; align-items:baseline; gap:8px; padding:9px 0; border-bottom:1px solid #E7E8E4; }
.linha-pontos { flex:1; border-bottom:2px dotted #C9CBC4; transform:translateY(-4px); }
.linha-valor { font-weight:800; font-variant-numeric:tabular-nums; white-space:nowrap; }
.alerta { color:#C22F2A; }
.nota { background:#EFF1F8; border-left:4px solid #16348C; padding:12px 14px; font-size:13.5px; margin-top:14px; border-radius:0 4px 4px 0; }
.fontes a { color:#16348C; font-weight:600; }
.fontes li { margin:6px 0; font-size:13.5px; }
.barra { height:14px; background:#E7E8E4; border-radius:3px; overflow:hidden; margin:8px 0 4px; }
.barra > div { height:100%; border-radius:3px; }
.legenda { font-size:12.5px; color:#5A5F68; }
.metodo { background:#EFF1F8; border-left:4px solid #16348C; padding:12px 14px; font-size:13.5px; margin:18px 0 26px; border-radius:0 4px 4px 0; }
.cidade { display:block; color:inherit; text-decoration:none; padding:16px 0; border-bottom:1px solid #E7E8E4; }
.cidade:hover { background:#F2F4EF; }
.topo { display:flex; align-items:baseline; gap:10px; }
.pos { font-weight:900; font-stretch:115%; font-size:26px; color:#16348C; min-width:44px; }
.nome { font-weight:800; font-size:19px; flex:1; }
.nota-rank { font-weight:900; font-variant-numeric:tabular-nums; font-size:22px; }
.selo-cidade { font-size:11px; font-weight:800; letter-spacing:.08em; padding:2px 8px; border:2px double currentColor; border-radius:3px; }
.pilares { display:flex; gap:12px; margin-top:8px; flex-wrap:wrap; }
.pilar { flex:1; min-width:130px; }
.pilar-rotulo { font-size:11.5px; color:#5A5F68; }
.pilar-barra { height:7px; background:#E7E8E4; border-radius:3px; overflow:hidden; margin-top:3px; }
.pilar-barra > div { height:100%; background:#16348C; border-radius:3px; }
.conf { font-size:11.5px; color:#8A5A12; margin-top:6px; font-weight:600; }
.rodape { margin-top:40px; font-size:12px; color:#5A5F68; }
.ver { padding: 10px 0; border-bottom: 1px solid #E7E8E4; }
.ver-topo { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.ver-nome { font-weight: 700; }
.ver-efic { font-weight: 900; font-variant-numeric: tabular-nums; white-space: nowrap; color: #16348C; }
.ver-detalhe { font-size: 12.5px; color: #5A5F68; margin-top: 2px; }
.ver-detalhe a { color: #16348C; font-weight: 600; }
.ver-barra { height: 8px; background: #E7E8E4; border-radius: 3px; overflow: hidden; margin-top: 6px; }
.ver-barra > div { height: 100%; background: #16348C; border-radius: 3px; }
