body{font-family:serif;font-size:12pt;line-height:1.5}.auth-container{text-align:center;padding:1rem;background-color:#f7f7f7;border-radius:8px;margin-bottom:1rem}.auth-button{padding:.5rem 1rem;background-color:#4b5563;color:#fff;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;margin-top:.5rem}.auth-button:hover{background-color:#374151}.auth-button.sign-out{background-color:#dc2626}.auth-button.sign-out:hover{background-color:#b91c1c}.editor-container{height:calc(100vh - 2rem);display:flex;flex-direction:column;background-color:#f7f7f7;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:.6rem;font-family:serif;margin-right:1rem;overflow-y:auto}.drag-drop-zone{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #d1d5db;border-radius:8px;background-color:#fff;padding:1rem;text-align:center;transition:border-color .2s,background-color .2s}.drag-drop-zone.drag-over{border-color:#3b82f6;background-color:#e0f2fe}.upload-icon{width:48px;height:48px;color:#4b5563;margin-bottom:1rem}.drag-drop-text{font-size:1rem;color:#4b5563;margin-bottom:.5rem}.browse-button{margin-top:.4em;padding:.5rem 1rem;background-color:#4b5563;color:#fff;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.browse-button:hover{background-color:#374151}.upload-status{font-size:.9rem;color:#1f2937;margin-top:.5rem}.pdf-viewer-container{display:flex;flex-direction:column;height:100%}.pdf-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb}.pdf-header h3{font-size:1rem;color:#1f2937;margin:0}.pdf-viewer-wrapper{flex:1;overflow-y:auto;max-height:calc(100% - 120px);margin-bottom:.5rem}.pdf-viewer{width:100%;border:none;border-radius:4px}.chat-container{border-radius:8px;height:calc(100vh - 2rem);display:flex;flex-direction:column;background-color:#f7f7f7;border-left:1px solid #e5e7eb;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-header{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.chat-history{flex:1;overflow-y:auto;padding:1rem;background:#fff;border-radius:4px;margin-bottom:1rem}.chat-message{margin-bottom:1rem;padding:.5rem;border-radius:4px}.chat-message.user{background-color:#e0f2fe;margin-left:2rem}.chat-message.bot{background-color:#f3f4f6}.chat-input-container{display:flex;gap:.5rem}.chat-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem}.chat-input:focus{outline:none;border-color:#3b82f6}.chat-send-button{padding:.5rem 1rem;background-color:#4b5563;color:#fff;border-radius:4px;cursor:pointer}.chat-send-button:hover{background-color:#374151}.citation-wrapper{position:relative;display:inline-block}.citation-symbol{color:#3b82f6;cursor:pointer;text-decoration:underline;margin-left:4px}.citation-preview{display:none;position:fixed;padding:.75rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 2px 8px #00000026;font-size:.9rem;line-height:1.5;max-width:600px;min-width:300px;z-index:1000;color:#1f2937;word-wrap:break-word;transition:opacity .2s ease-in-out;opacity:0}.citation-wrapper:hover .citation-preview{display:block;opacity:1}.button-container{margin-top:.3rem;text-align:center}.current-document{font-size:.9rem;color:#1f2937;margin-top:.5rem;text-align:center}.clear-bucket-button{padding:.45rem .9rem;background-color:#dc2626;color:#fff;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.clear-bucket-button:hover{background-color:#b91c1c}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffef;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-circle{border:4px solid #f3f3f3fb;border-top:4px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
