*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--radius:10px}.light{--bg:#f8f8fb;--surface:#fff;--border:#e2e2ea;--text:#1a1a2e;--muted:#8a8a9a;--accent:#0d9488;--accent-glow:rgba(13,148,136,0.08);--green:#16a34a;--red:#dc2626;--badge-ok-bg:rgba(22,163,74,0.1);--badge-err-bg:rgba(220,38,38,0.1)}.dark{--bg:#0f0f13;--surface:#1a1a24;--border:#2a2a3a;--text:#e0e0e8;--muted:#6a6a7a;--accent:#5eead4;--accent-glow:rgba(94,234,212,0.15);--green:#34d399;--red:#f87171;--badge-ok-bg:rgba(52,211,153,0.15);--badge-err-bg:rgba(248,113,113,0.15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px}h1{font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}.subtitle{color:var(--muted);font-size:13px;margin-bottom:32px}.dropzone{width:100%;max-width:800px;border:2px dashed var(--border);border-radius:var(--radius);padding:48px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--surface)}.dropzone.dragover,.dropzone:hover{border-color:var(--accent);background:var(--accent-glow)}.dropzone-icon{font-size:36px;margin-bottom:12px}.dropzone-text{font-size:15px;color:var(--text)}.dropzone-hint{font-size:12px;color:var(--muted);margin-top:6px}.dropzone input{display:none}.filename{margin-top:12px;font-size:13px;color:var(--accent);text-align:center;max-width:800px;word-break:break-all}.results{width:100%;max-width:800px;margin-top:24px;display:none}.results.visible{display:block}.result-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px 36px;overflow-x:auto;transition:box-shadow .3s,border-color .3s}.result-card.glow-ok{border-color:var(--green);box-shadow:0 0 12px rgba(22,163,74,.25)}.result-card.glow-err{border-color:var(--red);box-shadow:0 0 12px rgba(220,38,38,.25)}.result-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;line-height:1.5}.result-item+.result-item{border-top:1px solid var(--border)}.result-item>div{flex:1}.result-label{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-weight:500;justify-content:space-between}.result-detail{font-size:12px;color:var(--muted);margin-top:0}.badge{font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 7px;border-radius:4px;letter-spacing:.5px}.badge.ok{background:var(--badge-ok-bg);color:var(--green)}.badge.err{background:var(--badge-err-bg);color:var(--red)}.summary-bar{flex-direction:column;gap:20px}.summary-bar,.summary-status{display:flex;align-items:center}.summary-status{gap:14px}.summary-icon{font-size:40px;line-height:1;flex-shrink:0}.summary-text{font-size:20px;font-weight:700;color:var(--text);line-height:1}.summary-sub{font-size:13px;font-weight:400;color:var(--muted)}.summary-details{margin-top:24px}.theme-btn{position:fixed;top:16px;right:16px;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;font-size:18px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.theme-btn:hover{background:var(--accent-glow)}