:root{--bg: #0f172a;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--primary: #2563eb;--primary-dark: #1d4ed8;--danger: #dc2626;--ok: #16a34a;--warn: #d97706;--radius: 10px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--surface-2)}button{font:inherit;cursor:pointer}input{font:inherit}.muted{color:var(--muted)}.small{font-size:.82rem}.btn{border:1px solid transparent;border-radius:8px;padding:.55rem .9rem;font-weight:600;background:var(--surface-2);color:var(--text);transition:background .15s,opacity .15s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover:not(:disabled){background:var(--primary-dark)}.btn.ghost{background:transparent;border-color:var(--border)}.btn.block{width:100%}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);padding:1rem}.login-card{width:100%;max-width:380px;display:flex;flex-direction:column;gap:.6rem}.login-card h1{margin:0;font-size:1.5rem}.login-card label{font-weight:600;font-size:.85rem;margin-top:.4rem}.login-card input{padding:.6rem .7rem;border:1px solid var(--border);border-radius:8px}.login-card .hint{color:var(--muted);font-size:.78rem;margin:.4rem 0 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 1px 3px #0f172a0f}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{height:56px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.brand{font-weight:700}.topbar .user{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--muted)}.layout{flex:1;display:grid;grid-template-columns:290px 1fr;min-height:0}.sidebar{border-right:1px solid var(--border);background:var(--surface);padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.doc-list{display:flex;flex-direction:column;gap:.4rem}.doc-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:8px;cursor:pointer}.doc-item:hover{background:var(--surface-2)}.doc-item.active{border-color:var(--primary);background:#eff6ff}.doc-item-main{min-width:0;display:flex;flex-direction:column;gap:.3rem}.doc-name{font-weight:600;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.icon-btn{border:none;background:transparent;color:var(--muted);font-size:1.2rem;line-height:1;padding:0 .3rem}.icon-btn:hover{color:var(--danger)}.badge{display:inline-block;font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;width:fit-content}.badge.ready{background:#dcfce7;color:var(--ok)}.badge.processing,.badge.uploaded{background:#fef3c7;color:var(--warn)}.badge.failed{background:#fee2e2;color:var(--danger)}.content{padding:1.5rem;overflow-y:auto;min-height:0}.empty{max-width:460px;margin:4rem auto;text-align:center;color:var(--muted)}.docview{display:flex;flex-direction:column;height:100%}.docview-header h2{margin:0 0 .4rem;max-width:60ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-meta{display:flex;align-items:center;gap:.6rem}.processing{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;color:var(--muted)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tabs{display:flex;gap:.5rem;border-bottom:1px solid var(--border);margin:1rem 0}.tab{border:none;background:transparent;padding:.6rem .4rem;font-weight:600;color:var(--muted);border-bottom:2px solid transparent}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.chat{display:flex;flex-direction:column;flex:1;min-height:0}.chat-log{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.bubble{max-width:80%;padding:.7rem .9rem;border-radius:12px;line-height:1.45;white-space:pre-wrap}.bubble.user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:3px}.bubble.assistant{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:3px}.bubble.typing{color:var(--muted);font-style:italic}.citations{margin-top:.5rem;display:flex;flex-direction:column;gap:.3rem}.citation{font-size:.8rem;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.3rem .5rem}.citation summary{cursor:pointer;font-weight:600;color:var(--primary)}.citation p{margin:.4rem 0 0;color:var(--muted)}.chat-input{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.chat-input input{flex:1;padding:.6rem .8rem;border:1px solid var(--border);border-radius:8px}.summary-actions{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.summary-card h3{margin:0 0 .6rem;font-size:1rem}.summary-card ul{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem}.summary-card li{line-height:1.4}.error{color:var(--danger);font-size:.88rem}.error.block{background:#fee2e2;padding:1rem;border-radius:8px}.error.small{font-size:.8rem}.hint{font-size:.78rem}
