*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#eef2ff;--success:#16a34a;--success-bg:#f0fdf4;--warning:#ea580c;--warning-bg:#fff7ed;--error:#dc2626;--error-bg:#fef2f2;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a, 0 4px 6px #0000000d;--radius:8px;--radius-lg:12px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--gray-50);color:var(--gray-900);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}.app-layout{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--white);border-right:1px solid var(--gray-200);flex-direction:column;width:340px;min-width:340px;padding:1.5rem;display:flex;overflow-y:auto}.sidebar-header{text-align:center;border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem;padding-bottom:1.5rem}.sidebar-header h1{color:var(--gray-900);font-size:1.25rem;font-weight:700;line-height:1.3}.sidebar-header p{color:var(--gray-500);margin-top:.25rem;font-size:.8rem}.sidebar-section{margin-bottom:1.5rem}.sidebar-section h3{color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.dropzone{border:2px dashed var(--gray-300);border-radius:var(--radius);text-align:center;cursor:pointer;background:var(--gray-50);padding:2rem 1rem;transition:all .2s}.dropzone:hover,.dropzone.active{border-color:var(--primary);background:var(--primary-light)}.dropzone-icon{margin-bottom:.5rem;font-size:2.5rem}.dropzone-text{color:var(--gray-600);font-size:.9rem}.dropzone-text strong{color:var(--primary)}.dropzone-hint{color:var(--gray-400);margin-top:.5rem;font-size:.75rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-danger{background:var(--error);color:var(--white)}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-outline{border:1px solid var(--gray-300);color:var(--gray-700);background:0 0}.btn-outline:hover:not(:disabled){background:var(--gray-100)}.status-card{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1rem}.status-item{color:var(--gray-700);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.status-item:last-child{margin-bottom:0}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.success{background:var(--success)}.status-dot.waiting{background:var(--warning)}.status-label{font-weight:500}.status-value{color:var(--gray-500);margin-left:auto}.how-it-works{color:var(--gray-500);font-size:.8rem;line-height:1.7}.how-it-works ol{padding-left:1.25rem}.how-it-works li{margin-bottom:.25rem}.main-content{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.main-header{border-bottom:1px solid var(--gray-200);background:var(--white);padding:1.5rem 2rem .5rem}.main-header h1{color:var(--gray-900);font-size:1.5rem;font-weight:700}.main-header p{color:var(--gray-500);margin-top:.25rem;font-size:.875rem}.pdf-badge{background:var(--success-bg);color:var(--success);border-radius:999px;align-items:center;gap:.375rem;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.chat-area{flex-direction:column;flex:1;gap:1rem;padding:1.5rem 2rem 6rem;display:flex;overflow-y:auto}.chat-empty{color:var(--gray-400);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.chat-empty-icon{margin-bottom:1rem;font-size:3rem}.chat-empty h3{color:var(--gray-600);margin-bottom:.25rem;font-size:1.1rem}.chat-empty p{font-size:.875rem}.message{gap:.75rem;max-width:85%;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse;align-self:flex-end}.message.assistant{align-self:flex-start}.message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.message.user .message-avatar{background:var(--primary)}.message.assistant .message-avatar{background:var(--gray-200)}.message-bubble{border-radius:var(--radius-lg);word-wrap:break-word;overflow-wrap:break-word;padding:.75rem 1rem;font-size:.9rem;line-height:1.6}.message.user .message-bubble{background:var(--primary);color:var(--white);border-bottom-right-radius:4px}.message.assistant .message-bubble{background:var(--white);color:var(--gray-900);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-bottom-left-radius:4px}.message-bubble p{margin-bottom:.5rem}.message-bubble p:last-child{margin-bottom:0}.message-bubble ul,.message-bubble ol{margin-bottom:.5rem;padding-left:1.25rem}.message-bubble li{margin-bottom:.25rem}.message-bubble code{background:var(--gray-100);border-radius:4px;padding:.125rem .375rem;font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:.85em}.message-bubble pre{background:var(--gray-800);color:var(--gray-100);border-radius:var(--radius);margin:.5rem 0;padding:1rem;font-size:.85rem;overflow-x:auto}.message-bubble pre code{color:inherit;background:0 0;padding:0}.sources-toggle{margin-top:.5rem}.sources-toggle summary{cursor:pointer;color:var(--primary);-webkit-user-select:none;user-select:none;font-size:.8rem;font-weight:500}.sources-toggle summary:hover{text-decoration:underline}.sources-list{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.source-card{background:var(--gray-50);border-left:3px solid var(--success);color:var(--gray-600);border-radius:4px;padding:.625rem .75rem;font-size:.8rem;line-height:1.5}.source-card-header{color:var(--gray-700);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.source-card-content{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.chat-input-area{background:var(--white);border-top:1px solid var(--gray-200);z-index:100;padding:1rem 2rem;position:fixed;bottom:0;left:340px;right:0;box-shadow:0 -4px 12px #0000000d}.chat-input-wrapper{align-items:flex-end;gap:.5rem;max-width:900px;margin:0 auto;display:flex}.chat-input{border:1px solid var(--gray-300);border-radius:var(--radius-lg);resize:none;outline:none;flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .15s}.chat-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.chat-input::placeholder{color:var(--gray-400)}.send-btn{background:var(--primary);width:44px;height:44px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:all .15s;display:flex}.send-btn:hover:not(:disabled){background:var(--primary-hover)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.loading-dots{align-items:center;gap:4px;display:inline-flex}.loading-dots span{background:var(--gray-400);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.spinner{border:2px solid var(--gray-300);border-top-color:var(--primary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.alert{border-radius:var(--radius);align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.alert-success{background:var(--success-bg);color:var(--success);border:1px solid #bbf7d0}.alert-error{background:var(--error-bg);color:var(--error);border:1px solid #fecaca}@media (width<=768px){.app-layout{flex-direction:column;height:auto;overflow:visible}.sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid var(--gray-200);padding:1rem}.main-content{height:auto;overflow:visible}.main-header,.chat-area{padding:1rem}.chat-input-area{padding:.75rem 1rem;left:0}.message{max-width:95%}}.login-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:420px;padding:2.5rem;animation:.4s fadeIn}.login-header{text-align:center;margin-bottom:2rem}.login-logo{margin-bottom:.75rem;font-size:3rem}.login-header h1{color:var(--gray-900);margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.login-header p{color:var(--gray-500);font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group label{color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{pointer-events:none;z-index:1;font-size:1rem;position:absolute;left:.75rem}.input-wrapper input{border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--gray-50);outline:none;width:100%;padding:.75rem .75rem .75rem 2.5rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.input-wrapper input:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #4f46e51a}.input-wrapper input::placeholder{color:var(--gray-400)}.password-toggle{cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;font-size:1.1rem;transition:opacity .15s;display:flex;position:absolute;right:.5rem}.password-toggle:hover{opacity:1}.login-btn{margin-top:.5rem;padding:.75rem;font-size:1rem}.login-footer{border-top:1px solid var(--gray-200);text-align:center;color:var(--gray-500);margin-top:1.5rem;padding-top:1.25rem;font-size:.8rem;line-height:1.7}.login-footer code{background:var(--gray-100);color:var(--gray-700);border-radius:4px;padding:.125rem .375rem;font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:.85em}.user-info{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);align-items:center;gap:.5rem;padding:.625rem .75rem;display:flex}.user-avatar{flex-shrink:0;font-size:1.25rem}.user-name{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;font-weight:600;overflow:hidden}.logout-btn{flex-shrink:0;width:auto;padding:.25rem .625rem;font-size:.75rem}
