:root{--background:#fafafa;--foreground:#111;--primary:#2563eb;--muted:#f5f5f5;--border:#e5e5e5;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.container{max-width:900px;margin:0 auto;padding:2rem 1rem}header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1rem}h1{font-size:1.75rem;font-weight:700}.card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;margin-bottom:1.5rem;padding:1.5rem}.upload-form{align-items:flex-end;gap:.75rem;display:flex}input[type=text]{border:1px solid var(--border);border-radius:var(--radius);flex:1;padding:.5rem .75rem;font-size:.875rem}input[type=file]{font-size:.875rem}button{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.875rem;transition:opacity .15s}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}button.danger{background:#dc2626}.doc-list{list-style:none}.doc-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.doc-item:last-child{border-bottom:none}.doc-title{font-weight:500}.doc-meta{color:#666;font-size:.75rem}.qa-section{margin-top:2rem}.question-form{gap:.75rem;margin-bottom:1.5rem;display:flex}.question-form input{flex:1}.answer{white-space:pre-wrap;line-height:1.7}.sources{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.source-item{background:var(--muted);border-radius:var(--radius);margin-bottom:.5rem;padding:.75rem;font-size:.875rem}.source-header{color:var(--primary);margin-bottom:.25rem;font-weight:600}.loading{color:#666;font-style:italic}.error{color:#dc2626;border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;margin-bottom:1rem;padding:.75rem}
