:root{color-scheme:light;--bg: #f7f4ee;--surface: #ffffff;--surface-2: #f1f5f2;--ink: #1d2430;--muted: #667085;--line: #d8ded6;--teal: #08756f;--teal-2: #0f8b7f;--green: #2f7d32;--amber: #a15c00;--red: #b42318;--focus: #2e90fa}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,sans-serif}button,input,select{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:28px 0 40px}.topbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}h1{margin:0;font-size:28px;line-height:1.15;letter-spacing:0}.subtitle{margin:6px 0 0;color:var(--muted);font-size:13px}.badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--teal);font-size:12px;font-weight:700;white-space:nowrap}.layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px}.panel-body{padding:18px}.dropzone{min-height:190px;display:grid;place-items:center;text-align:center;border:2px dashed #aac1b2;background:#fbfaf7}.dropzone:hover{border-color:var(--teal);background:#e9f6f2}.drop-title{margin:0;font-size:18px;font-weight:800}.drop-meta{margin:8px 0 0;color:var(--muted);font-size:13px}.actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:16px}.button{min-height:38px;padding:0 14px;border-radius:8px;background:var(--teal);color:#fff;font-weight:800}.button:hover:not(:disabled){background:var(--teal-2)}.button.secondary{background:#ece6db;color:var(--ink)}.button.secondary:hover:not(:disabled){background:#e0d7c8}.button.success{background:var(--green)}.button.danger{background:#fff3f1;color:var(--red);border:1px solid #ffd3ce}.field{display:grid;gap:6px;margin-bottom:14px}.field label,.check-label{color:#344054;font-size:12px;font-weight:800}.control{width:100%;min-height:38px;border:1px solid #c9d3ca;border-radius:8px;background:#fff;color:var(--ink);padding:0 10px}.control:focus,button:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),transparent 70%);outline-offset:1px}.check-row{display:flex;align-items:center;gap:8px;min-height:34px;margin:2px 0 16px}.check-row input{width:16px;height:16px;accent-color:var(--teal)}.status{min-height:18px;margin-top:10px;color:var(--muted);font-size:12px;line-height:1.5}.file-list{display:grid;gap:6px;max-height:230px;overflow:auto;margin-top:12px}.file-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px 10px;border-radius:8px;background:var(--surface-2);font-size:13px}.file-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.file-size{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 8px}.section-head h2{margin:0;font-size:14px}.results-section{margin-top:18px}.results{display:grid;gap:12px}.result-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px}.result-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.result-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;font-weight:800}.stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;color:var(--muted);font-size:12px}.stat{padding:3px 7px;border-radius:8px;background:#f2eee6;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.chunk-list{display:grid;gap:6px;max-height:360px;overflow:auto;margin-top:12px}.chunk-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border-radius:8px;background:#f8faf8;border:1px solid #e2e8df;padding:9px 10px}.chunk-main{min-width:0}.chunk-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:800}.preview{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.mini-button{min-height:30px;padding:0 9px;border-radius:8px;background:#e5efe9;color:var(--green);font-size:12px;font-weight:800}.notice{margin-top:12px;padding:10px 12px;border-radius:8px;background:#fff7e8;color:var(--amber);font-size:12px;line-height:1.45}.hidden{display:none!important}@media(max-width:840px){.topbar,.result-top{align-items:stretch;grid-template-columns:1fr}.layout{grid-template-columns:1fr}.stats{justify-content:flex-start}}
