@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap');
:root{--bg:#f5f6f8;--ink:#172b32;--muted:#687780;--line:#e1e7e9;--green:#166658;--accent:#d6ed95}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px}header{height:84px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:36px;padding:0 6%;}a{color:inherit;text-decoration:none}header>a:last-child{margin-left:auto;font-size:13px}.brand{display:flex;align-items:center;gap:9px;font-size:30px;color:var(--green);font-weight:800;letter-spacing:-1px}.header-note{color:var(--muted);font-size:12px;border-left:1px solid var(--line);padding-left:30px}main{max-width:1320px;margin:auto;padding:54px 5% 25px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2px;color:var(--green)}h1{font-family:Manrope,sans-serif;font-size:48px;letter-spacing:-2px;line-height:1.13;margin:18px 0}.intro>p:last-child{color:var(--muted);max-width:490px;line-height:1.7;margin-bottom:35px}.workspace{display:grid;grid-template-columns:370px 1fr;gap:24px;align-items:start}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 8px 28px #172b3203}.section-title{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:24px}.step{font-size:11px;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:5px}h2{font-size:15px;margin:0;letter-spacing:-.2px}label{display:block;font-size:12px;font-weight:600;margin-bottom:9px}input:not([type=checkbox]){width:100%;border:1px solid #cad5d8;border-radius:8px;padding:13px;font:inherit;color:var(--ink);background:#fcfdfd}input:focus{outline:2px solid #82b6aa;outline-offset:2px}.hint{font-size:11px;color:var(--muted);line-height:1.6;margin:8px 0 23px}.check{display:flex;align-items:center;gap:8px;line-height:1.5;margin:22px 0}input[type=checkbox]{accent-color:var(--green);width:16px;height:16px;flex-shrink:0}button{cursor:pointer;border:0;border-radius:8px;background:var(--green);color:white;padding:14px 18px;font:600 13px 'DM Sans',sans-serif}#submit{width:100%;display:flex;justify-content:space-between;margin-top:24px}button:hover{filter:brightness(1.08)}button:disabled{cursor:wait;opacity:.65}.note{display:flex;align-items:flex-start;gap:10px;border-top:1px solid var(--line);margin-top:25px;padding-top:15px}.note p{font-size:11px;color:var(--muted);line-height:1.6;margin:0}.dot{width:6px;height:6px;border-radius:50%;background:var(--green);margin-top:6px;flex-shrink:0}.badge{margin-left:auto;font-size:10px;padding:5px 9px;border-radius:5px;background:#f0f3f4;color:var(--muted);white-space:nowrap}.badge.sucesso{background:#e3f0df;color:#315630}.badge.erro{background:#fbe7e3;color:#9e3e31}.badge.parcial{background:#fff2d6;color:#835b17}.empty{padding:54px 10px 65px;text-align:center}.empty-icon{display:block;font-size:54px;color:#9fbdb4;margin-bottom:20px}h3{font-size:14px}.empty p{font-size:12px;color:var(--muted);line-height:1.7}.access summary,summary{cursor:pointer;color:var(--muted);font-size:11px}.access label{margin-top:14px}.result-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:22px 0}.secondary{background:#edf3f0;color:var(--green);border:1px solid #d2e2da}#duration{font-size:11px;color:var(--muted)}#message{line-height:1.7;padding:12px;background:#f6f8f9;border-radius:8px}dl{display:grid;grid-template-columns:100px 1fr;gap:10px;font-size:12px}dt{color:var(--muted)}dd{margin:0;overflow-wrap:anywhere}.benefit{border:1px solid var(--line);padding:12px;border-radius:8px;margin-top:10px;display:flex;justify-content:space-between;gap:12px;font-size:12px}#evidence{width:100%;border:1px solid var(--line);border-radius:8px;max-height:380px;object-fit:contain;object-position:top;background:#f5f6f8}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.7;max-height:350px;overflow:auto}footer{display:flex;justify-content:space-between;color:#839197;font-size:10px;margin:28px 0}#progress{padding:50px 0;text-align:center;color:var(--green)}[hidden]{display:none!important}@media(max-width:900px){.workspace{grid-template-columns:1fr}.header-note{display:none}h1{font-size:39px}main{padding-top:35px}.empty{padding:25px 0}header{height:70px}.card{padding:22px}footer{gap:20px;font-size:9px}}@media(prefers-reduced-motion:no-preference){#progress{animation:pulse 1.5s infinite}@keyframes pulse{50%{opacity:.45}}}
#duration{white-space:nowrap}#export-status{font-size:12px;line-height:1.65}#export-status a{text-decoration:underline;color:var(--green)}@media(max-width:480px){.result-actions{flex-wrap:wrap}.result-actions button{flex:1;font-size:11px;padding:12px 10px}}
