@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";:root{--green: #027335;--green-d: #015a29;--green-2: #266726;--lime: #c6f432;--ink: #16221b;--muted: #6b7c72;--ok: #8fe0a8}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:Poppins,system-ui,sans-serif;color:var(--ink);background:var(--green)}.screen{display:flex;flex-direction:column;min-height:100vh;max-width:480px;margin:0 auto;background:var(--green)}.hdr{color:#fff;padding:16px 20px 12px}.hdr-top{display:flex;align-items:center;justify-content:space-between;min-height:44px}.iconbtn{width:44px;height:44px;border-radius:12px;border:none;background:#fff;color:var(--ink);display:grid;place-items:center;cursor:pointer}.hdr h1{font-size:22px;text-align:center;margin:10px 0 0}.hdr .sub{text-align:center;opacity:.85;margin-top:2px}.antenna{display:grid;place-items:center;margin:8px 0;color:#fff;opacity:.9}.scan{width:100%;height:64px;border-radius:16px;border:2px solid rgba(255,255,255,.5);background:#fff;font-size:22px;text-align:center;outline:none}.scan::placeholder{color:#bbb;font-size:15px}.sheet{background:#f6f8f6;border-radius:28px 28px 0 0;flex:1;padding:22px 20px 40px}.sheet h2{font-size:20px;margin:0 0 14px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.card{background:#fff;border:1px solid #e6ece8;border-radius:16px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;text-align:center}.card .ic{width:54px;height:54px;border-radius:14px;background:#f1f6f2;display:grid;place-items:center;color:var(--green)}.card .lb{color:#6a6a6a;font-size:14px}.card.disabled{opacity:.45;cursor:not-allowed}.card .tag{font-size:11px;color:var(--muted)}.btn{width:100%;padding:14px;border:none;border-radius:12px;background:var(--green);color:#fff;font-weight:700;font-size:16px;cursor:pointer;font-family:inherit}.btn.ok{background:var(--ok)}.btn.ghost{background:#fff;color:var(--green-d);border:1px solid #cdd8d1}.field{margin-bottom:14px}.field label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #cdd8d1;border-radius:10px;font-size:15px;font-family:inherit;background:#fff}.field textarea{resize:vertical}.conf{list-style:none;padding:0;margin:8px 0 0}.conf li{padding:11px 13px;border-radius:10px;margin-bottom:8px;font-size:14px;border:1px solid #e6ece8;background:#fff}.conf-ok{border-left:4px solid var(--green)}.conf-sem{border-left:4px solid #f0b400;background:#fffdf3}.conf-nao{border-left:4px solid #d33;background:#fff5f5;color:#a40000}.idcard{background:#fff;border:1px solid #e6ece8;border-radius:16px;padding:16px;display:flex;gap:14px;align-items:center;margin-bottom:16px}.idcard .ic{width:64px;height:64px;border-radius:14px;background:#f1f6f2;display:grid;place-items:center;color:var(--green);flex:none}.idcard .k{color:var(--muted);font-size:12px}.idcard .v{font-weight:600}.idcard.click{cursor:pointer}.idcard.t-warn{border-color:#f0e3a0;background:#fffdf3}.idcard.t-err{border-color:#f3b0b0;background:#fff5f5}.idcard.t-ok{border-color:#aedcbf;background:#f1faf3}.classify-row{display:flex;gap:14px;align-items:flex-start;padding:4px 0}.ic-lbl{width:92px;flex:none;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:1px solid #e6ece8;border-radius:14px;padding:12px 6px}.ic-lbl .ic.big{width:54px;height:54px;border-radius:14px;background:#f1f6f2;display:grid;place-items:center;color:var(--green)}.ic-lbl .lb{font-size:12px;color:#6a6a6a;text-align:center}.ou{text-align:center;color:#b9e2c6;font-weight:700;margin:10px 0;letter-spacing:2px}.idcard .v{word-break:break-all}.counters{display:flex;gap:12px;margin:14px 0}.counter{flex:1;border-radius:14px;padding:12px;text-align:center}.counter .n{font-size:30px;font-weight:700;line-height:1}.counter .t{font-size:12px;margin-top:4px}.counter.neg{background:var(--green);color:#fff}.counter.div{background:#fff3cd;color:#8a6d00;border:1px solid #f0e3a0}.acc{border:1px solid #e6ece8;border-radius:12px;background:#fff;margin-bottom:10px;overflow:hidden}.acc-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;cursor:pointer;font-weight:600}.acc-head .badge{background:#eef5ee;color:var(--green-d);border-radius:999px;padding:2px 10px;font-size:13px}.acc-body{padding:0 10px 8px}.alert{border-radius:12px;padding:12px 14px;margin-bottom:16px;font-weight:600}.alert.warn{background:#fff7d6;color:#8a6d00;border:1px solid #f0e3a0}.alert.err{background:#ffe3e3;color:#a40000;border:1px solid #f3b0b0}.tl{list-style:none;padding:0;margin:0}.tl li{position:relative;padding:0 0 16px 22px;border-left:2px dashed #bfe8cf}.tl li:last-child{border-left-color:transparent}.tl .dot{position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background:var(--green)}.tl .dot.alert{background:#f0b400}.tl .t{font-weight:600}.tl .m{color:var(--muted);font-size:13px}.scanline{margin:4px 0 18px}.antenna.dark{color:var(--ink);opacity:.7}.scan2{width:100%;height:56px;border-radius:14px;border:1px solid #cdd8d1;background:#eef1ee;font-size:20px;text-align:center;outline:none}.scan2::placeholder{color:#9aa6a0;font-size:14px}.alert.ok2{background:#dff5e6;color:#15622f;border:1px solid #aedcbf}.center{display:grid;place-items:center;min-height:100vh;padding:24px}.muted{color:var(--muted)}.err-txt{color:#a40000;font-size:14px;margin-top:8px}.logo{background:#eef5ee;border-radius:16px;padding:14px;text-align:center;font-weight:700;letter-spacing:2px;color:var(--green-d)}.hdr-brand{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;padding:0 8px}.hdr-brand img{height:44px;max-width:100%;object-fit:contain;vertical-align:middle;display:block}.logo-wrap{text-align:center;padding:8px 0 2px}.logo-wrap img{height:40px}@keyframes rv-fade-in{0%{opacity:0}to{opacity:1}}.rv-loader{display:flex;flex-direction:column;align-items:center;gap:12px}.rv-loader-label{font-size:14px;color:var(--muted)}.rv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;background:#ffffffb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;animation:rv-fade-in .2s ease .25s forwards}.iconbtn.sm{width:34px;height:34px;border-radius:10px;border:1px solid #cdd8d1}.live{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--green-d);margin-bottom:14px}@keyframes rv-pulse{0%,to{opacity:1}50%{opacity:.3}}.live-dot{width:9px;height:9px;border-radius:50%;background:var(--green);animation:rv-pulse 1.1s infinite}.tel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tel-card{background:#fff;border:1px solid #e6ece8;border-radius:16px;padding:16px}.tel-nome{font-size:12px;margin-bottom:8px}.tel-valor{font-size:26px;font-weight:700;color:var(--green-d);line-height:1.1;word-break:break-word}.searchbox{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #cdd8d1;border-radius:12px;padding:0 12px;margin-bottom:16px}.searchbox input{flex:1;border:none;outline:none;padding:12px 0;font-size:15px;font-family:inherit;background:transparent}.pill{font-size:12px;color:#fff;padding:3px 10px;border-radius:999px;white-space:nowrap}.infolist{background:#fff;border:1px solid #e6ece8;border-radius:16px;padding:6px 16px;margin-bottom:16px}.infolist>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f0f3f1}.infolist>div:last-child{border-bottom:none}.infolist .muted{font-size:13px}.progress-wrap{background:#fff;border:1px solid #e6ece8;border-radius:16px;padding:16px;margin-bottom:8px}.progress-top{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.progress-track{background:#eef3ef;border-radius:8px;height:12px;overflow:hidden}.progress-fill{display:block;height:100%;background:var(--green);border-radius:8px;transition:width .3s}
