@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000}#root{height:100vh;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:1rem}.auth-card{width:100%;max-width:420px;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2.5rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;font-weight:800;color:#000;margin-bottom:.5rem;letter-spacing:-.02em}.auth-header p{font-size:.9375rem;color:#6b7280}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#1f2937}.form-group input{width:100%;padding:.75rem 1rem;background-color:#f9fafb;color:#000;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9375rem;font-family:Poppins,sans-serif;outline:none;transition:all .2s}.form-group input:focus{border-color:#000;background-color:#fff;box-shadow:0 0 0 3px #0000000d}.form-group input:disabled{opacity:.6;cursor:not-allowed}.form-group small{font-size:.8125rem;color:#6b7280}.auth-button{width:100%;padding:.875rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif;margin-top:.5rem}.auth-button:hover:not(:disabled){background-color:#1f2937;transform:translateY(-1px)}.auth-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-footer a{color:#000;font-weight:600;text-decoration:none;transition:opacity .2s}.auth-footer a:hover{opacity:.7}@media(max-width:480px){.auth-card{padding:2rem 1.5rem}}.app-container{display:flex;height:100vh;background-color:#fff}.sidebar{width:300px;height:100vh;background-color:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.sidebar-logo{font-size:2rem;font-weight:800;color:#000;margin-bottom:.25rem;letter-spacing:-.02em}.sidebar-tagline{font-size:.75rem;color:#6b7280;font-weight:400}.sidebar-content{flex:1;overflow-y:auto;padding:1rem}.documents-section-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:0 .5rem}.document-list{display:flex;flex-direction:column;gap:.5rem}.document-item{padding:.875rem;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.document-item:hover{border-color:#000;box-shadow:0 1px 3px #0000001a}.document-item.selected{background-color:#f3f4f6;border-color:#000}.document-name{font-size:.875rem;font-weight:600;color:#000;margin-bottom:.375rem;word-break:break-word}.document-meta{font-size:.75rem;color:#6b7280;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.document-stats{display:flex;gap:.75rem}.delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.25rem;font-size:1rem;opacity:0;transition:opacity .2s;flex-shrink:0}.document-item:hover .delete-btn{opacity:1}.delete-btn:hover{color:#dc2626}.empty-state{text-align:center;padding:2rem 1rem;color:#9ca3af;font-size:.875rem}.upload-section{padding:1rem;border-top:1px solid #e5e7eb}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:all .2s;cursor:pointer;background-color:#fff}.upload-area:hover{border-color:#000;background-color:#fafafa}.upload-area.dragging{border-color:#000;background-color:#f5f5f5;border-style:solid}.upload-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-button{padding:.625rem 1.25rem;background-color:#000;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif}.upload-button:hover:not(:disabled){background-color:#1f2937;transform:translateY(-1px)}.upload-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.upload-subtext{font-size:.75rem;color:#9ca3af}.main-content{flex:1;display:flex;flex-direction:column;background-color:#fff}.chat-area{flex:1;overflow-y:auto;padding:2rem 1rem}.chat-empty{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;gap:1rem}.chat-empty-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:50%;margin-bottom:.5rem}.chat-empty-icon svg{width:32px;height:32px;stroke:#6b7280;stroke-width:2;fill:none}.chat-empty-text{color:#6b7280;font-size:1.125rem;font-weight:500}.message{display:flex;margin-bottom:1.5rem;padding:0 1rem;max-width:900px;margin-left:auto;margin-right:auto;width:100%}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-content{max-width:70%;padding:.875rem 1.125rem;border-radius:12px;font-size:.9375rem;line-height:1.6}.message.user .message-content{background-color:#000;color:#fff}.message.assistant .message-content{background-color:#f3f4f6;color:#000}.message-sources{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.message.user .message-sources{color:#fffc;border-bottom-color:#fff3}.loading-message{display:flex;justify-content:flex-start;margin-bottom:1.5rem;padding:0 1rem;max-width:900px;margin-left:auto;margin-right:auto;width:100%}.loading-content{padding:.875rem 1.125rem;border-radius:12px;background-color:#f3f4f6;color:#6b7280;font-size:.9375rem}.loading-dots:after{content:"...";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.input-area{padding:1rem;border-top:1px solid #e5e7eb;background-color:#fff}.input-container{max-width:900px;margin:0 auto}.selected-docs-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.doc-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#f3f4f6;color:#000;border:1px solid #d1d5db;border-radius:16px;font-size:.8125rem;font-weight:500}.pill-remove{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;font-size:1.125rem;line-height:1;transition:color .2s}.pill-remove:hover{color:#000}.input-form{display:flex;gap:.75rem;align-items:flex-end}.input-wrapper{flex:1;position:relative}.chat-input{width:100%;padding:.875rem 1rem;background-color:#f9fafb;color:#000;border:1.5px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-family:Poppins,sans-serif;resize:none;outline:none;transition:all .2s;line-height:1.5}.chat-input:focus{border-color:#000;background-color:#fff;box-shadow:0 0 0 3px #0000000d}.chat-input::placeholder{color:#9ca3af}.send-button{padding:.875rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:Poppins,sans-serif}.send-button:hover:not(:disabled){background-color:#1f2937;transform:translateY(-1px)}.send-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.example-questions{margin-top:2rem;max-width:600px}.example-title{font-size:.875rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.example-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.example-button{padding:.875rem 1rem;background-color:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1f2937;cursor:pointer;transition:all .2s;text-align:left;font-family:Poppins,sans-serif;font-weight:400}.example-button:hover{border-color:#000;background-color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}@media(max-width:640px){.example-grid{grid-template-columns:1fr}}.user-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.user-email{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.logout-btn{padding:.375rem .75rem;background-color:#f3f4f6;color:#1f2937;border:1px solid #e5e7eb;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif;white-space:nowrap}.logout-btn:hover{background-color:#e5e7eb;border-color:#d1d5db}
