body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{height:100vh}*,:before,:after{box-sizing:border-box}body{color:#e8e0dc;background:#0a0a0a;height:100vh;margin:0;font-family:Inter,system-ui,sans-serif;overflow:hidden}#root{height:100vh;display:flex}.app-layout{width:100%;height:100vh;display:flex;overflow:hidden}.sidebar{background:#0d0d0d;border-right:1px solid #1e1614;flex-direction:column;flex-shrink:0;width:280px;padding:1.25rem;display:flex;overflow:hidden}.main{flex-direction:column;flex:1;display:flex;overflow:hidden}.sidebar-header{flex-direction:column;gap:.25rem;display:flex}.sidebar-title{color:#c4a090;font-size:1.2rem;font-weight:600}.sidebar-subtitle{color:#6b5e58;font-size:.8rem}.sidebar-divider{border:none;border-top:1px solid #1e1614;margin:1rem 0}.upload-btn{color:#c4a090;cursor:pointer;background:0 0;border:1px solid #c4a090;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;font-family:inherit;font-size:.875rem;transition:opacity .15s;display:flex}.upload-btn:hover:not(:disabled){background:#c4a0900f}.upload-btn:disabled{opacity:.5;cursor:not-allowed}.upload-error{color:#e07070;margin:.5rem 0 0;font-size:.78rem}.doc-list{flex-direction:column;flex:1;gap:.25rem;margin-top:1rem;display:flex;overflow-y:auto}.empty-state{color:#6b5e58;margin:0;font-size:.82rem;line-height:1.5}.doc-item{cursor:pointer;border-left:2px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem .75rem;transition:background .15s,border-color .15s;display:flex;position:relative}.doc-item:hover{background:#161110}.doc-item.active{background:#161110;border-left-color:#c4a090}.doc-item-body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.doc-filename{white-space:nowrap;text-overflow:ellipsis;color:#d6ccc7;font-size:.83rem;overflow:hidden}.doc-chunks{color:#5a4e48;font-size:.72rem}.doc-delete{color:#5a4e48;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .15rem;font-size:1.1rem;line-height:1;transition:color .15s;display:none}.doc-item:hover .doc-delete{display:block}.doc-delete:hover{color:#c4a090}.chat{flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-empty{color:#5a4e48;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.chat-empty-icon{opacity:.5;font-size:2.5rem}.chat-empty p{margin:0;font-size:.9rem}.chat-header{border-bottom:1px solid #1e1614;flex-shrink:0;align-items:baseline;gap:.75rem;padding:.9rem 1.25rem;display:flex}.chat-filename{color:#e8e0dc;font-size:.95rem;font-weight:500}.chat-chunks{color:#5a4e48;font-size:.78rem}.chat-messages{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-input-bar{border-top:1px solid #1e1614;flex-shrink:0;gap:.5rem;padding:1rem 1.25rem;display:flex}.chat-input{color:#e8e0dc;background:#111;border:1px solid #2a2a2a;border-radius:6px;outline:none;flex:1;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.chat-input:focus{border-color:#c4a090;box-shadow:0 0 0 2px #c4a09026}.chat-input:disabled{opacity:.5}.chat-send{color:#0a0a0a;cursor:pointer;background:#c4a090;border:none;border-radius:6px;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .15s}.chat-send:hover:not(:disabled){opacity:.85}.chat-send:disabled{opacity:.35;cursor:not-allowed}.ask-error{color:#e07070;padding:.4rem 0;font-size:.8rem}.message{display:flex}.message-user{justify-content:flex-end}.message-assistant{justify-content:flex-start}.message-bubble{border-radius:12px;padding:.65rem .9rem;font-size:.9rem;line-height:1.55}.bubble-user{color:#0a0a0a;background:#c4a090;border-bottom-right-radius:3px;max-width:70%}.bubble-assistant{color:#e8e0dc;background:#111;border-bottom-left-radius:3px;max-width:85%}.message-text{white-space:pre-wrap;margin:0}.sources{border-top:1px solid #1e1614;margin-top:.65rem;padding-top:.5rem}.sources-toggle{color:#8a7670;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.78rem;transition:color .15s}.sources-toggle:hover{color:#c4a090}.sources-list{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.source-chunk{color:#8a7670;-webkit-line-clamp:3;background:#0d0d0d;border:1px solid #1e1614;border-radius:4px;-webkit-box-orient:vertical;padding:.5rem .65rem;font-family:ui-monospace,Cascadia Code,monospace;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}.loading-dots{align-items:center;gap:4px;padding:.65rem .9rem;display:flex}.loading-dots span{color:#5a4e48;font-size:1.5rem;line-height:1;animation:1.2s ease-in-out infinite pulse}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.spinner{border:2px solid #c4a0904d;border-top-color:#c4a090;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}
