*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100vw;overflow-x:hidden;height:100vh;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafbfc;color:#1f2937}#root{height:100vh;display:flex;flex-direction:column}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed,#2563eb);padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:32px;width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:20px}.auth-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:8px;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{font-size:14px;color:#64748b}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:14px;font-weight:600;color:#374151}.form-input{padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:all .2s;background:#fff;color:#1f2937}.form-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;background:#fff}.form-input::placeholder{color:#94a3b8}.auth-button{width:100%;padding:10px 20px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:4px;box-shadow:0 4px 6px -1px #4f46e533}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 12px -2px #4f46e54d}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:16px;text-align:center;font-size:14px;color:#6b7280}.auth-link{color:#4f46e5;text-decoration:none;font-weight:600;margin-left:4px;transition:color .2s}.auth-link:hover{text-decoration:underline}.error-message{padding:10px 14px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;font-weight:500;box-shadow:0 2px 4px #dc26261a}.app-container{height:100vh;overflow:hidden;background:#f1f5f9;display:flex;flex-direction:column}.top-nav{height:56px;background:#fff;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;position:fixed;top:0;left:0;right:0;z-index:100;max-width:1600px;margin:0 auto;width:100%;box-shadow:0 1px 3px #0000000d}.nav-brand{font-size:18px;font-weight:700;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-user{display:flex;align-items:center;gap:12px}.user-email{font-size:14px;color:#64748b;font-weight:500}.logout-button{padding:6px 12px;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.logout-button:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155}.panels-container{display:flex;height:calc(100vh - 56px);margin-top:56px;max-width:1600px;margin-left:auto;margin-right:auto;width:100%}.left-sidebar{width:20%;min-width:250px;background:#fff;border-right:2px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:12px;border-bottom:2px solid #e2e8f0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#64748b;background:linear-gradient(to bottom,#f8fafc,#f1f5f9)}.sidebar-content{flex:1;overflow-y:auto;padding:6px}.sidebar-section-title{padding:8px 12px 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8}.sidebar-item{padding:8px 10px;cursor:pointer;font-size:14px;color:#475569;display:flex;align-items:center;gap:8px;transition:all .2s;border-radius:8px;margin:2px 0;border:1px solid transparent}.sidebar-item:hover{background:#f1f5f9;border-color:#e2e8f0;color:#334155}.sidebar-item.active{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5;font-weight:600;border-color:#c7d2fe;box-shadow:0 2px 4px #4f46e51a}.sidebar-icon{width:18px;height:18px;opacity:.7}.center-panel{width:50%;flex:1;display:flex;flex-direction:column;background:#fff;border-right:2px solid #e2e8f0;overflow:hidden}.center-panel-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.pdf-viewer-container{flex:1;min-height:0;background:#f8fafc;border-bottom:2px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;position:relative}.pdf-viewer{width:100%;height:100%;border:none;background:#fff;flex:1;min-height:0}.details-panel-container{height:20%;max-height:200px;min-height:160px;background:#fff;display:flex;flex-direction:column;overflow:hidden;border-top:2px solid #e2e8f0;flex-shrink:0;box-shadow:0 -2px 8px #00000008}.details-panel-content{flex:1;overflow-y:auto;max-height:100%}.main-header{padding:12px 16px;border-bottom:2px solid #e2e8f0;background:linear-gradient(to bottom,#fff,#f8fafc);display:flex;align-items:center;justify-content:space-between}.main-title{font-size:16px;font-weight:700;color:#1e293b;letter-spacing:-.01em}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.message{display:flex;flex-direction:column;gap:8px}.message.user{align-items:flex-end}.message.assistant{align-items:flex-start}.message-content{max-width:70%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.6;word-wrap:break-word}.message.user .message-content{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 6px -1px #4f46e533}.message.assistant .message-content{background:#fff;color:#1f2937;border:1.5px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 4px #0000000d}.message.assistant .message-content p{margin:0 0 12px}.message.assistant .message-content p:last-child{margin-bottom:0}.message.assistant .message-content h1,.message.assistant .message-content h2,.message.assistant .message-content h3,.message.assistant .message-content h4,.message.assistant .message-content h5,.message.assistant .message-content h6{margin:16px 0 10px;font-weight:600;line-height:1.4;color:#1f2937}.message.assistant .message-content h1{font-size:20px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.message.assistant .message-content h2{font-size:18px;border-bottom:1px solid #e2e8f0;padding-bottom:6px}.message.assistant .message-content h3{font-size:16px}.message.assistant .message-content h4,.message.assistant .message-content h5,.message.assistant .message-content h6{font-size:14px}.message.assistant .message-content ul,.message.assistant .message-content ol{margin:8px 0 12px;padding-left:24px}.message.assistant .message-content li{margin:4px 0;line-height:1.6}.message.assistant .message-content ul ul,.message.assistant .message-content ol ol,.message.assistant .message-content ul ol,.message.assistant .message-content ol ul{margin:4px 0}.message.assistant .message-content code{background:#f1f5f9;color:#e11d48;padding:2px 6px;border-radius:4px;font-size:.9em;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Consolas,monospace}.message.assistant .message-content pre{background:#1e293b;color:#e2e8f0;padding:14px;border-radius:8px;overflow-x:auto;margin:12px 0;font-size:13px;line-height:1.5}.message.assistant .message-content pre code{background:transparent;color:inherit;padding:0;font-size:inherit}.message.assistant .message-content blockquote{border-left:4px solid #4f46e5;padding-left:16px;margin:12px 0;color:#64748b;font-style:italic}.message.assistant .message-content a{color:#4f46e5;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.message.assistant .message-content a:hover{border-bottom-color:#4f46e5}.chat-messages a[href^="pid:"],.chat-messages a[href^="pid://"],.chat-messages a[href^="#pid-"]{pointer-events:none!important;cursor:default!important;text-decoration:none!important}.chat-messages .pid-link{text-decoration:none!important}.chat-messages .pid-link:hover{text-decoration:underline!important}.message.assistant .message-content a.pid-link,.message.assistant .message-content button.pid-link,.message.assistant .message-content span.pid-link{color:#4f46e5;font-weight:600;cursor:pointer;padding:2px 4px;border-radius:4px;background:#eef2ff;transition:all .2s;display:inline;text-align:left}.message.assistant .message-content a.pid-link:hover,.message.assistant .message-content button.pid-link:hover,.message.assistant .message-content span.pid-link:hover{background:#e0e7ff;border-bottom:2px solid #4f46e5}.message.assistant .message-content button.pid-link:focus,.message.assistant .message-content span.pid-link:focus{outline:2px solid #4f46e5;outline-offset:2px}.message.assistant .message-content strong{font-weight:600;color:#1f2937}.message.assistant .message-content em{font-style:italic}.message.assistant .message-content table{border-collapse:collapse;margin:12px 0;width:100%;font-size:13px}.message.assistant .message-content th,.message.assistant .message-content td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left}.message.assistant .message-content th{background:#f8fafc;font-weight:600;color:#1f2937}.message.assistant .message-content tr:nth-child(2n){background:#f8fafc}.message.assistant .message-content hr{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.message.assistant .message-content img{max-width:100%;height:auto;border-radius:6px;margin:8px 0}.chat-input-container{padding:16px;border-top:2px solid #e2e8f0;background:#fff;box-shadow:0 -2px 8px #00000008}.chat-input-form{display:flex;gap:10px;align-items:flex-end;width:100%}.chat-input{flex:1;background:#f8fafc;border:1.5px solid #e2e8f0;color:#1f2937;padding:10px 14px;border-radius:8px;font-size:14px;resize:none;min-height:42px;max-height:120px;font-family:inherit;outline:none;transition:all .2s}.chat-input:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.chat-input::placeholder{color:#94a3b8}.send-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;height:42px;white-space:nowrap;box-shadow:0 4px 6px -1px #4f46e533}.send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 12px -2px #4f46e54d}.send-button:disabled{opacity:.6;cursor:not-allowed}.start-session-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 4px 6px -1px #4f46e533}.start-session-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px -2px #4f46e566}.start-session-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.right-sidebar{width:30%;min-width:320px;background:#fff;display:flex;flex-direction:column;overflow:hidden}.panel-section{border-bottom:2px solid #e2e8f0}.panel-content{padding:12px;font-size:14px;color:#64748b}.empty-state{padding:24px 12px;text-align:center;color:#94a3b8;font-size:14px}.sidebar-content::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:8px}.sidebar-content::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:#f8fafc}.sidebar-content::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;border:2px solid #f8fafc}.sidebar-content::-webkit-scrollbar-thumb:hover,.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}
