:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#182230;--muted:#667085;--line:#d0d5dd;--green:#087443;--green2:#0b8f55;--bg:#f5f7f6;--danger:#b42318}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline-offset:2px;outline:3px solid #84caff}.shell{min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;height:68px;padding:0 max(24px,50vw - 525px);display:flex}.brand{color:var(--green);font-size:20px;font-weight:750}.linkButton{color:var(--muted);background:0 0;border:0;padding:8px}.content{max-width:760px;margin:0 auto;padding:56px 20px 40px}.intro{text-align:center;margin-bottom:28px}h1{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(27px,4vw,38px)}.intro p,.subtitle,.privacy{color:var(--muted);margin:0}.card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;box-shadow:0 8px 28px #1018280f}.uploadCard{padding:28px}.dropzone{text-align:center;border:2px dashed #b8c8bf;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:260px;padding:30px;transition:all .15s;display:flex}.dropzone:hover,.dropzone.dragging{border-color:var(--green2);background:#f0faf5}.dropzone span,.dropzone small,.selected span{color:var(--muted)}.uploadIcon{width:46px;height:46px;color:var(--green);background:#e8f6ee;border-radius:50%;place-items:center;margin-bottom:4px;font-size:26px;display:grid}.srOnly{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.selected{border:1px solid #e4e7ec;border-radius:10px;align-items:center;gap:14px;margin-top:18px;padding:12px;display:flex}.selected img{object-fit:cover;border-radius:7px;width:62px;height:62px}.selected div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.selected strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.iconButton{color:#667085;background:0 0;border:0;font-size:26px}.primary,.secondary,.copyRow button{border-radius:9px;min-height:44px;padding:0 18px;font-weight:650}.primary{border:1px solid var(--green);color:#fff;background:var(--green)}.primary:hover{background:#06643a}.primary:disabled{cursor:not-allowed;background:#98a2a8;border-color:#98a2a8}.secondary{border:1px solid var(--line);color:var(--ink);background:#fff}.wide{width:100%;margin-top:20px}.progress{background:#e4e7ec;border-radius:4px;height:4px;margin-top:12px;overflow:hidden}.progress span{background:var(--green);width:35%;height:100%;animation:1.2s ease-in-out infinite progress;display:block}@keyframes progress{0%{transform:translate(-100%)}to{transform:translate(300%)}}.message{text-align:center;min-height:22px;margin-top:10px}.error{color:var(--danger)}.status{text-align:center;border-radius:9px;margin-bottom:20px;padding:12px 16px;font-weight:700}.status.success{color:#067647;background:#e8f6ee}.status.failure{color:var(--danger);background:#fef3f2}.resultImage{object-fit:contain;border-radius:10px;width:auto;max-width:100%;max-height:330px;margin:0 auto 24px;display:block}.result label{margin:16px 0 7px;font-weight:650;display:block}.copyRow{grid-template-columns:minmax(0,1fr) auto;display:grid}.copyRow input{border:1px solid var(--line);color:#344054;background:#f9fafb;border-radius:9px 0 0 9px;min-width:0;padding:12px}.copyRow button{border:1px solid var(--green);color:#fff;background:var(--green);border-radius:0 9px 9px 0}.privacy{text-align:center;margin-top:18px;font-size:13px}.loginShell{place-items:center;min-height:100vh;padding:20px;display:grid}.loginCard{width:min(100%,420px);padding:34px}.loginCard h1{text-align:center;font-size:28px}.loginCard .subtitle{text-align:center}.logoMark{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:48px;height:48px;margin:0 auto 18px;font-size:23px;font-weight:800;display:grid}.form{flex-direction:column;margin-top:26px;display:flex}.form label{margin-bottom:7px;font-weight:650}.form input{border:1px solid var(--line);border-radius:9px;min-height:46px;padding:10px 12px}@media (max-width:620px){.content{padding-top:34px}.uploadCard{padding:18px}.dropzone{min-height:220px;padding:20px}.copyRow{grid-template-columns:1fr}.copyRow input{border-radius:9px 9px 0 0}.copyRow button{border-radius:0 0 9px 9px}.topbar{padding:0 18px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important}}
