*{box-sizing:border-box}body{background:#fff5f8;margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.app{width:100vw;height:100vh;display:flex}.sidebar{background:#fffafc;border-right:1px solid #ffdce8;flex-direction:column;flex-shrink:0;gap:1.25rem;width:300px;padding:1.5rem;display:flex;overflow-y:auto}.sidebar-header h1{color:#8a3a58;margin:0 0 .25rem;font-size:1.15rem}.logo-title{align-items:center;gap:10px;display:flex}.app-logo{object-fit:contain;width:35px;height:35px}.logo-title h1{margin:0}.tagline{color:#b8768f;margin:0;font-size:.82rem}.upload-card,.status-card,.session-card{background:#fff;border:1px solid #ffdce8;border-radius:12px;padding:1rem}.file-drop{text-align:center;cursor:pointer;background:#fff9fb;border:1.5px dashed #ffb6d1;border-radius:10px;padding:1rem;transition:border-color .15s;display:block}.file-drop:hover{border-color:#ff8fb3}.file-drop input[type=file]{display:none}.file-drop-text{color:#8a3a58;word-break:break-word;font-size:.85rem}.upload-btn{color:#fff;cursor:pointer;background:#f386a7;border:none;border-radius:8px;width:100%;margin-top:.75rem;padding:.6rem;font-size:.9rem;font-weight:600;transition:background .15s}.upload-btn:hover:not(:disabled){background:#ed7397}.upload-btn:disabled{cursor:not-allowed;background:#ffc0d6}.status-label{text-transform:uppercase;letter-spacing:.04em;color:#c98aa3;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.status-text{color:#5a1f36;margin:0;font-size:.85rem;line-height:1.4}.session-id{color:#8a3a58;margin:0;font-family:monospace;font-size:.8rem}.chat-panel{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.chat-window{flex-direction:column;flex:1;gap:.9rem;padding:2rem;display:flex;overflow-y:auto}.empty-state{text-align:center;color:#c98aa3;margin-top:3rem;font-size:.95rem}.bubble{border-radius:14px;max-width:70%;padding:.75rem 1rem;font-size:.94rem;line-height:1.45}.bubble p{white-space:pre-wrap;margin:0}.bubble.user{color:#5a1f36;background:#ffb6d1;border-bottom-right-radius:4px;align-self:flex-end}.bubble.assistant{color:#5a1f36;background:#fff0f5;border:1px solid #ffdce8;border-bottom-left-radius:4px;align-self:flex-start}.bubble.typing{color:#c98aa3;font-style:italic}.sources{color:#8a3a58;border-top:1px solid #ffd6e6;margin-top:.5rem;padding-top:.5rem;font-size:.78rem}.sources ul{margin:.25rem 0 0 1rem;padding:0}.input-bar{background:#fffafc;border-top:1px solid #ffe0ec;gap:.5rem;padding:1.25rem 2rem;display:flex}.input-bar textarea{resize:none;border:1px solid #ffb6d1;border-radius:10px;flex:1;padding:.65rem .9rem;font-family:inherit;font-size:.95rem}.input-bar textarea:focus{border-color:#ff8fb3;outline:none}.input-bar textarea:disabled{color:#c98aa3;background:#fff5f8}.input-bar button{color:#fff;cursor:pointer;background:#ffb6d1;border:none;border-radius:10px;padding:0 1.5rem;font-size:.9rem;font-weight:600}.input-bar button:hover:not(:disabled){background:#ed7397}.input-bar button:disabled{cursor:not-allowed;background:#ffc0d6}
