:root{color-scheme:light;--ink: #14171c;--slate: #5c6570;--line: #e3e7ec;--accent: #2f43c9;--accent-ink: #fff;--good: #15803d;--good-bg: #e9f5ec;--warn: #b45309;--warn-bg: #fdf2e3;--crit: #b91c1c;--crit-bg: #fbeaea;--card: #fff;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f7f9;color:var(--ink);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.screen,.capture-container,.capture-step{width:100%;max-width:440px;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:28px 26px;box-shadow:0 1px 2px #1012180a,0 8px 28px #1012180f}.capture-container .capture-step{max-width:none;border:0;border-radius:0;padding:0;box-shadow:none}h1,h2{margin:0 0 6px;font-size:20px;letter-spacing:-.01em}p{margin:0 0 16px;color:var(--slate);font-size:14px;line-height:1.5}button{width:100%;padding:13px 16px;border:0;border-radius:11px;background:var(--accent);color:var(--accent-ink);font-weight:600;font-size:15px;font-family:inherit;cursor:pointer;transition:opacity .15s ease,transform .05s ease}button:hover:not(:disabled){opacity:.92}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}.stepper{display:flex;gap:8px;list-style:none;margin:0 0 22px;padding:0;counter-reset:step}.stepper__item{flex:1;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--slate);padding:8px 10px;border-radius:9px;background:#f1f3f7;counter-increment:step}.stepper__item:before{content:counter(step);display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#d7dce6;color:#fff;font-size:12px}.stepper__item--active{color:var(--accent);background:#eef0fc}.stepper__item--active:before{background:var(--accent)}.capture-step__error{color:var(--crit);background:var(--crit-bg);border-radius:9px;padding:10px 12px;font-size:13px;font-weight:500}.screen{text-align:center}.screen>p:last-child{margin-bottom:0}.screen__detail{font-size:13px;color:var(--slate)}.screen--loading:before{content:"";display:block;width:34px;height:34px;margin:0 auto 16px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.screen--result:before,.screen--expired:before{display:inline-block;margin-bottom:12px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.02em}.screen--approved:before{content:"APROVADO";color:var(--good);background:var(--good-bg)}.screen--reproved:before,.screen--document_reproved:before{content:"REPROVADO";color:var(--crit);background:var(--crit-bg)}.screen--error:before,.screen--document_error:before{content:"ERRO";color:var(--crit);background:var(--crit-bg)}.screen--pending_manual:before{content:"ANÁLISE MANUAL";color:var(--warn);background:var(--warn-bg)}.screen--expired:before{content:"LINK EXPIRADO";color:var(--warn);background:var(--warn-bg)}.fingerprint-status{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--slate);opacity:.5}.debug{position:fixed;right:16px;bottom:16px;width:min(420px,calc(100vw - 32px));background:#0f1218;color:#dde3ec;border-radius:12px;box-shadow:0 10px 40px #00000059;font-family:ui-monospace,Menlo,monospace;font-size:12px;z-index:9999;overflow:hidden}.debug__bar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#171b23}.debug__toggle{width:auto;background:none;color:#dde3ec;font-family:inherit;font-size:12px;font-weight:600;padding:2px 4px;display:flex;align-items:center;gap:6px}.debug__count{background:var(--accent);color:#fff;border-radius:10px;padding:0 7px;font-size:11px}.debug__clear{width:auto;background:none;color:#8892a4;font-family:inherit;font-size:11px;padding:2px 6px}.debug__list{max-height:46vh;overflow-y:auto}.debug__empty{color:#8892a4;padding:12px;margin:0;font-size:12px}.debug-row{border-top:1px solid #21262f}.debug-row__head{width:100%;background:none;color:#dde3ec;font-family:inherit;font-size:12px;font-weight:400;display:flex;align-items:center;gap:8px;padding:7px 10px;text-align:left}.debug-row__status{min-width:34px;text-align:center;border-radius:5px;padding:1px 4px;font-weight:700;font-size:11px}.debug-row__status--ok{background:#12331f;color:#4ade80}.debug-row__status--err{background:#3a1616;color:#f87171}.debug-row__status--pending{background:#33321a;color:#fbbf24}.debug-row__method{color:#8892a4;font-weight:600}.debug-row__path{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debug-row__time{color:#6b7688;font-size:11px}.debug-row__body{padding:4px 10px 10px;background:#0b0e13}.debug-row__label{color:#6b7688;text-transform:uppercase;font-size:10px;letter-spacing:.05em;margin:8px 0 3px}.debug-row__body pre{margin:0;white-space:pre-wrap;word-break:break-word;color:#cbd3e0;font-size:11px;line-height:1.45}
