*,*:before,*:after{box-sizing:border-box}:root{color-scheme:dark;--bg: #0f1117;--surface: #1a1d27;--border: #2a2f3d;--text: #e8eaed;--muted: #9aa0b0;--accent: #5b8def;--accent-hover: #7aa3f5;--success: #4caf82;--error: #e05c5c}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}header{padding:2rem 2rem 1rem;border-bottom:1px solid var(--border)}header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:600}.subtitle{margin:0;color:var(--muted)}main{padding:2rem;max-width:1200px;margin:0 auto}.drop-zone{border:2px dashed var(--border);border-radius:8px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--accent);background:#5b8def0f}.drop-zone p{margin:0;color:var(--muted)}.file-list{margin-top:1rem}.file-list ul{list-style:none;padding:0;margin:0}.file-list li{padding:.5rem 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;color:var(--muted);font-size:.9rem}.file-list li span.name{color:var(--text)}.actions{display:flex;gap:1rem;align-items:center;margin-top:1.5rem;flex-wrap:wrap}.actions label{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem}.actions input[type=number],.actions input[type=text]{padding:.4rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text);font:inherit;transition:opacity .15s}.actions input[type=number]:disabled,.actions input[type=text]:disabled,.actions input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.actions label:has(input:disabled){opacity:.6;cursor:not-allowed}.actions input[type=number]{width:4rem}.chunk-sizes-label input[type=text]{width:14rem}button{padding:.6rem 1.25rem;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background .15s}#run-btn{background:var(--accent);color:#fff}#run-btn:hover:not(:disabled){background:var(--accent-hover)}#run-btn:disabled{opacity:.4;cursor:not-allowed}#clear-btn{background:var(--surface);color:var(--text);border:1px solid var(--border)}#clear-btn:hover:not(:disabled){background:var(--border)}#clear-btn:disabled{opacity:.4;cursor:not-allowed}.progress-section{margin-top:2rem}.progress-section h2,.results-section h2{font-size:1.1rem;margin:0 0 1rem;color:var(--muted);font-weight:500}.progress-item{margin-bottom:.75rem}.progress-item .label{font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.progress-bar{height:6px;background:var(--surface);border-radius:3px;overflow:hidden}.progress-bar .fill{height:100%;background:var(--accent);border-radius:3px;transition:width .1s}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}tr.mismatch td{background:#e05c5c14}.match-yes{color:var(--success)}.match-no{color:var(--error);font-weight:600}.match-na{color:var(--muted)}.hash-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;cursor:help}.summary{margin-top:1.5rem;padding:1rem 1.25rem;background:var(--surface);border-radius:8px;border:1px solid var(--border)}.summary-columns{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem}.summary-column{flex:1 1 12rem;min-width:10rem}.summary-impl{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text)}.summary-chunk{display:inline-block;margin-left:.4rem;padding:.05rem .4rem;font-size:.75rem;font-weight:500;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.summary dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:0}.summary dt{color:var(--muted)}.summary dd{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
