body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu; margin:0; color:#0f172a;}
.header{position:sticky;top:0;background:#0b1220;color:#fff;padding:12px 16px;z-index:10;}
.container{max-width:1200px;margin:0 auto;padding:16px;}
.badge{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:12px;background:#e2e8f0;color:#0f172a}
.badge.ok{background:#dcfce7;color:#166534}
.badge.err{background:#fee2e2;color:#991b1b}
.row-dup{background:#fff7ed}
.row-gap{background:#f1f5f9}
.tab{cursor:pointer;padding:6px 10px;border-radius:8px;background:#e2e8f0;margin-right:6px}
.tab.active{background:#0ea5e9;color:#fff}
input[type="search"]{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;width:260px}
.table{width:100%;border-collapse:collapse}
.table th, .table td{padding:8px;border-bottom:1px solid #e2e8f0}
.table th{cursor:pointer;text-align:left}
.toast{position:fixed;right:16px;bottom:16px;background:#111827;color:#fff;padding:12px 16px;border-radius:12px}
.timer{font-variant-numeric:tabular-nums}
