:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#eef2f7;line-height:1.5}*{box-sizing:border-box}body{margin:0;padding:32px 16px}.app{max-width:980px;margin:auto;background:#fff;border-radius:20px;box-shadow:0 18px 55px rgba(23,32,51,.12);padding:32px}.eyebrow{margin:0;color:#335eea;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}h1{margin:.25rem 0 .5rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1.1}.intro{max-width:760px;color:#526079}.dropzone{margin:28px 0 16px;border:2px dashed #8ca2cf;border-radius:16px;min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#f7f9fd;cursor:pointer;text-align:center;padding:24px;transition:.15s}.dropzone:hover,.dropzone:focus,.dropzone.dragover{border-color:#335eea;background:#edf2ff;outline:none}.drop-icon{font-size:2.5rem;color:#335eea}.dropzone span,.dropzone small{color:#64708a}.options{display:grid;gap:8px;margin:14px 0 20px}.options label{display:flex;gap:9px;align-items:flex-start}.status{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.status div{background:#f4f6fa;border-radius:12px;padding:14px}.status span{display:block;color:#68738a;font-size:.85rem}.status strong{font-size:1.3rem}.messages{display:grid;gap:8px}.message{padding:10px 12px;border-radius:10px;background:#eef6ff;color:#244b7a}.message.error{background:#fff0f0;color:#8c2525}.message.warn{background:#fff8e7;color:#745313}.results{margin-top:24px}.results-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.results h2{font-size:1.25rem}button{border:0;border-radius:10px;padding:11px 16px;background:#335eea;color:#fff;font-weight:700;cursor:pointer}button:disabled{background:#aeb8cc;cursor:not-allowed}.table-wrap{overflow:auto;border:1px solid #dce2ec;border-radius:12px}table{width:100%;border-collapse:collapse;min-width:650px}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid #e4e8ef}th{background:#f5f7fa;font-size:.86rem}tbody tr:last-child td{border-bottom:0}.empty td{text-align:center;color:#6d778b}.help{margin-top:24px;color:#526079}.help summary{cursor:pointer;font-weight:700;color:#172033}code{background:#eef1f5;padding:.1em .35em;border-radius:5px}@media(max-width:650px){body{padding:0}.app{border-radius:0;min-height:100vh;padding:22px 16px}.status{grid-template-columns:1fr}.results-head{align-items:flex-start;flex-direction:column}}@media(prefers-color-scheme:dark){:root{color:#eef3ff;background:#111722}.app{background:#192231}.intro,.dropzone span,.dropzone small,.help{color:#b6c0d3}.dropzone{background:#202b3d;border-color:#61769e}.dropzone:hover,.dropzone:focus,.dropzone.dragover{background:#263654}.status div,th{background:#222d3e}.table-wrap,th,td{border-color:#344157}.help summary{color:#eef3ff}code{background:#2a3548}}

.results td:last-child a {
  display: inline-block;
  padding: .35rem .65rem;
  border: 1px solid currentColor;
  border-radius: .4rem;
  text-decoration: none;
  white-space: nowrap;
}
.results td:last-child a:hover,
.results td:last-child a:focus-visible {
  text-decoration: underline;
}
