:root{color-scheme:light dark}
*{box-sizing:border-box}
body{margin:0;font-family:Segoe UI,Helvetica,Arial,sans-serif;background:#f4f2ee;color:#20242b}
header{display:flex;justify-content:space-between;align-items:center;background:#20242b;color:#fff;padding:12px 20px}
header a{color:#fff;text-decoration:none}.brand{font-weight:700}
main{max-width:800px;margin:20px auto;background:#fff;padding:20px;border-radius:12px;border:1px solid #e3ded4}
label{display:block;margin:10px 0}input{padding:8px;width:100%;max-width:360px}
button{padding:8px 16px;background:#0b6bcb;color:#fff;border:0;border-radius:6px;cursor:pointer}
.error{color:#b4232a}.muted{color:#57606a}
table{width:100%;border-collapse:collapse}td,th{padding:8px 6px;border-bottom:1px solid #eee;text-align:left}
.best{background:#e7f4ec}
.badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px}
.badge-match{background:#e7f4ec;color:#1a7f37}
.badge-likely{background:#eef4fb;color:#0b6bcb}
.badge-mismatch{background:#fdecec;color:#b4232a}
.badge-unverifiable{background:#f3f1ec;color:#57606a}
.rename{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:-8px 0 16px}
.rename input{width:auto;flex:1 1 240px;max-width:360px}
.rename .muted{font-size:13px}
