:root{--bg: #0f172a;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--primary: #2563eb;--primary-hover: #1d4ed8;--user-bubble: #2563eb;--assistant-bubble: #f1f5f9;--radius: 14px;--shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 8px 24px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--surface-2)}.brand-mark{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:700;display:grid;place-items:center;font-size:18px;flex:none}.brand-mark.sm{width:30px;height:30px;border-radius:9px;font-size:14px}.brand-mark.lg{width:56px;height:56px;border-radius:16px;font-size:24px;margin:0 auto}.restoring{text-align:center;color:var(--muted);display:flex;flex-direction:column;gap:.75rem;align-items:center}.auth-screen{min-height:100%;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(1200px 600px at 50% -10%,#e0e7ff,transparent),var(--surface-2)}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:2rem}.brand{display:flex;gap:.9rem;align-items:center;margin-bottom:1.5rem}.brand h1{font-size:1.4rem;margin:0}.subtitle{color:var(--muted);font-size:.85rem;margin:.2rem 0 0}.auth-form{display:flex;flex-direction:column;gap:.9rem}.auth-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted);font-weight:600}.auth-form input{padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;font-size:.95rem;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.hint{color:var(--muted);font-size:.85rem;margin:0}.alert{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:.6rem .8rem;border-radius:10px;font-size:.85rem}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:10px;padding:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary:disabled{opacity:.6;cursor:default}.app{height:100%;display:flex;flex-direction:column;background:var(--surface-2)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.topbar-left{display:flex;align-items:center;gap:.6rem}.topbar-title{font-weight:700}.topbar-right{display:flex;align-items:center;gap:.5rem}.select,.input-sm{padding:.45rem .6rem;border:1px solid var(--border);border-radius:9px;background:var(--surface);font-size:.85rem;color:var(--text);outline:none}.input-sm{width:7rem}.icon-btn{padding:.45rem .7rem;border:1px solid var(--border);border-radius:9px;background:var(--surface);font-size:.85rem;cursor:pointer;color:var(--muted)}.icon-btn:hover{background:var(--surface-2)}.icon-btn.active{color:var(--primary);border-color:var(--primary)}.filterbar{display:flex;gap:1rem;padding:.7rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap}.filterbar label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--muted);font-weight:600}.slide-enter-active,.slide-leave-active{transition:all .15s ease}.slide-enter-from,.slide-leave-to{opacity:0;transform:translateY(-6px)}.chat-scroll{flex:1;overflow-y:auto;padding:1.5rem 1rem}.chat-column{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1.2rem}.empty{text-align:center;color:var(--muted);margin-top:3rem;display:flex;flex-direction:column;gap:.4rem}.empty h2{color:var(--text);margin:.5rem 0 0}.suggestions{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.suggestions button{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;font-size:.82rem;color:var(--text);cursor:pointer;box-shadow:var(--shadow)}.suggestions button:hover{border-color:var(--primary);color:var(--primary)}.msg{display:flex;gap:.7rem;align-items:flex-start}.msg.user{flex-direction:row-reverse}.avatar{width:32px;height:32px;border-radius:9px;flex:none;display:grid;place-items:center;font-size:.7rem;font-weight:700;color:#fff}.avatar.assistant{background:linear-gradient(135deg,#2563eb,#7c3aed)}.avatar.user{background:#334155}.bubble{max-width:82%;padding:.8rem 1rem;border-radius:var(--radius);font-size:.95rem;line-height:1.55;box-shadow:var(--shadow)}.msg.assistant .bubble{background:var(--assistant-bubble);border-top-left-radius:4px}.msg.user .bubble{background:var(--user-bubble);color:#fff;border-top-right-radius:4px}.bubble-text{white-space:pre-wrap;word-break:break-word}.cursor{animation:blink 1s step-end infinite;margin-left:1px}@keyframes blink{50%{opacity:0}}.citations{margin-top:.75rem;padding-top:.6rem;border-top:1px solid rgba(100,116,139,.2);display:flex;flex-direction:column;gap:.5rem}.citations-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}.citation{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;text-decoration:none;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.5rem .7rem;font-size:.82rem;transition:border-color .15s}.citation:hover{border-color:var(--primary)}.badge{background:#eff6ff;color:var(--primary);border-radius:6px;padding:.1rem .45rem;font-size:.7rem;font-weight:700}.ref{display:inline-block;min-width:1.1em;text-align:center;vertical-align:super;font-size:.68em;line-height:1;font-weight:700;text-decoration:none;color:var(--primary);background:#eff6ff;border:1px solid #dbeafe;border-radius:5px;padding:.05em .3em;margin:0 1px;cursor:pointer}.ref:hover{background:var(--primary);color:#fff}.cite-num{width:20px;height:20px;flex:none;display:grid;place-items:center;background:var(--primary);color:#fff;border-radius:6px;font-size:.72rem;font-weight:700}.cite-highlight{box-shadow:0 0 0 3px #2563eb59;border-color:var(--primary)}.error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.7rem .85rem;color:#7f1d1d}.error-title{font-weight:700;margin-bottom:.25rem}.error-msg{font-size:.9rem}.error-ref{margin-top:.5rem;font-size:.82rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.error-ref code{background:#fff;border:1px solid #fecaca;border-radius:6px;padding:.1rem .4rem;font-size:.8rem;color:#b91c1c}.copy-btn{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:6px;padding:.15rem .5rem;font-size:.75rem;cursor:pointer}.copy-btn:hover{background:#fef2f2}.error-hint{margin-top:.35rem;font-size:.75rem;color:#9a3412}.citation-title{font-weight:600}.az{color:var(--muted);font-size:.75rem}.citation-img{width:100%;border-radius:8px;margin-top:.4rem}.composer{background:var(--surface);border-top:1px solid var(--border);padding:.8rem 1rem 1rem}.composer-inner{max-width:760px;margin:0 auto;display:flex;gap:.6rem;align-items:flex-end;background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:.5rem .5rem .5rem .9rem;box-shadow:var(--shadow)}.composer-input{flex:1;border:none;background:transparent;resize:none;outline:none;font-family:inherit;font-size:.95rem;line-height:1.5;max-height:160px;color:var(--text);padding:.4rem 0}.send-btn{width:40px;height:40px;flex:none;border:none;border-radius:12px;background:var(--primary);color:#fff;font-size:1rem;cursor:pointer;display:grid;place-items:center;transition:background .15s}.send-btn:hover:not(:disabled){background:var(--primary-hover)}.send-btn:disabled{opacity:.45;cursor:default}.composer-hint{max-width:760px;margin:.5rem auto 0;text-align:center;color:var(--muted);font-size:.72rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
