:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{height:100vh}.app-shell{height:100%;display:flex;flex-direction:column}.app-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#0000000a,#0000);-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px)}.brand{font-weight:600}.content-grid{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px}.column{min-height:0}.chat-panel{height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:var(--panel-bg, rgba(255,255,255,.6));box-shadow:0 1px 3px #0000000f;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.msg-row{display:flex;align-items:flex-start;gap:8px}.msg-row.user{justify-content:flex-end}.avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#0000000f;font-size:16px;overflow:hidden}.avatar>img{width:100%;height:100%;object-fit:cover;border-radius:50%}.bubble{max-width:75%;padding:10px 12px;border-radius:12px;background:#0000000f;line-height:1.5}.msg-row.user .bubble{background:#646cff22}.chat-input{border-top:1px solid rgba(0,0,0,.08);padding:12px;background:linear-gradient(180deg,#0000,#0000000a)}.input-wrap{display:flex;gap:8px}.input-wrap textarea{flex:1;resize:vertical;min-height:72px;max-height:40vh;padding:10px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.15);background:#00000008;color:inherit}.input-wrap button{padding:10px 14px}.hint{margin-top:6px;font-size:12px;color:#888}.sources-panel{height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:var(--panel-bg, rgba(255,255,255,.6));box-shadow:0 1px 3px #0000000f;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08)}.panel-header .actions{display:flex;gap:8px}.chunks-list{flex:1;min-height:0;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.chunk-card{border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:10px 12px;background:#00000008;cursor:pointer;transition:background .2s ease,border-color .2s ease}.chunk-card:hover{background:#646cff0f;border-color:#646cff40}.chunk-card.open{background:#646cff14;border-color:#646cff59}.chunk-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.chunk-title{font-weight:600}.chunk-sub{display:flex;align-items:center;gap:6px}.chip{font-size:12px;border:1px solid rgba(0,0,0,.15);border-radius:999px;padding:2px 8px;background:#0000000a}.chip.score{font-variant-numeric:tabular-nums}.inline-toggle{font-size:12px;padding:4px 8px}.chunk-content{white-space:pre-wrap;line-height:1.6}.bubble.markdown{white-space:normal}.bubble.markdown p{margin:0 0 8px}.bubble.markdown p:last-child{margin-bottom:0}.bubble.markdown ul,.bubble.markdown ol{margin:0 0 8px;padding-left:1.25rem}.bubble.markdown code{background:#00000014;padding:0 3px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.bubble.markdown pre{background:#00000014;padding:8px;border-radius:8px;overflow:auto;margin:0 0 8px}.bubble.pending{color:#666}.typing{display:inline-flex;align-items:center;gap:8px}.typing .dots{display:inline-flex;gap:4px}.typing .dots i{width:6px;height:6px;background:#999;border-radius:50%;animation:typingBlink 1s infinite ease-in-out;opacity:.3}.typing .dots i:nth-child(2){animation-delay:.2s}.typing .dots i:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media(max-width:960px){.content-grid{grid-template-columns:1fr}}
