*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-tertiary:#fafafa;--text-primary:#333;--text-secondary:#666;--text-tertiary:#999;--border-color:#e0e0e0;--hover-bg:#f0f0f0;--active-bg:#e3f2fd;--button-primary:#0078d4;--button-primary-hover:#006cbd;--shadow:#0000001a;--error-bg:#ffebee;--error-border:#f44336}[data-theme=dark]{--bg-primary:#1e1e1e;--bg-secondary:#2d2d2d;--bg-tertiary:#252525;--text-primary:#e0e0e0;--text-secondary:#b0b0b0;--text-tertiary:grey;--border-color:#404040;--hover-bg:#333;--active-bg:#1a3a52;--button-primary:#0078d4;--button-primary-hover:#006cbd;--shadow:#0000004d;--error-bg:#3d1f1f;--error-border:#f44336}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,body{background:#f5f5f5;background:var(--bg-secondary)}.app{display:flex;height:100vh}.error-banner{align-items:center;background:#ffebee;background:var(--error-bg);border-bottom:2px solid #f44336;border-bottom:2px solid var(--error-border);display:flex;font-weight:500;justify-content:space-between;left:0;padding:12px 24px;position:fixed;right:0;top:0;z-index:1000}.error-banner,.error-close{color:#f44336;color:var(--error-border)}.error-close{background:#0000;border:none;cursor:pointer;font-size:24px;padding:0 8px}.sidebar{background:#fff;background:var(--bg-primary);border-right:1px solid #e0e0e0;border-right:1px solid var(--border-color);display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease;width:280px}.sidebar.collapsed{width:60px}.sidebar-header{align-items:center;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-color);display:flex;gap:12px;padding:16px}.sidebar.collapsed .sidebar-header{justify-content:center}.toggle-btn{background:#0000;border:none;border-radius:6px;color:#333;color:var(--text-primary);cursor:pointer;flex-shrink:0;font-size:20px;padding:8px;transition:background .2s}.toggle-btn:hover{background:#f0f0f0;background:var(--hover-bg)}.new-chat-btn{background:#0078d4;background:var(--button-primary);border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 16px;transition:background .2s}.new-chat-btn:hover{background:#006cbd;background:var(--button-primary-hover)}.conversations-panel{flex:1 1;overflow-y:auto;padding:8px}.loading-state{align-items:center;color:#666;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:center;padding:48px 24px}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #e0e0e0;border-top-color:#0078d4;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--button-primary);height:40px;margin-bottom:16px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-state p{font-size:14px}.empty-state{color:#666;color:var(--text-secondary);padding:48px 24px;text-align:center}.empty-state p:first-child{font-size:48px;margin-bottom:16px}.empty-state h3{color:#333;color:var(--text-primary);font-size:16px;margin-bottom:8px}.empty-state p:last-child{color:#999;color:var(--text-tertiary);font-size:14px}.conversation-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:8px;margin-bottom:4px;padding:12px;transition:background .2s}.conversation-item:hover{background:#f0f0f0;background:var(--hover-bg)}.conversation-item.active{background:#e3f2fd;background:var(--active-bg)}.conversation-content{flex:1 1;min-width:0}.conversation-title{color:#333;color:var(--text-primary);font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-meta{color:#999;color:var(--text-tertiary);font-size:12px}.delete-btn{background:#0000;border:none;border-radius:4px;cursor:pointer;font-size:16px;opacity:0;padding:4px 8px;transition:opacity .2s,background .2s}.conversation-item:hover .delete-btn{opacity:1}.delete-btn:hover{background:#ffebee}.sidebar-footer{border-top:1px solid #e0e0e0;border-top:1px solid var(--border-color);padding:12px}.user-info{align-items:center;display:flex;justify-content:space-between}.user-avatar-container{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;font-weight:600;height:36px;justify-content:center;width:36px}.user-details{flex:1 1;min-width:0}.user-name{color:#333;color:var(--text-primary);font-size:14px;font-weight:500}.user-email,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:#999;color:var(--text-tertiary);font-size:12px}.logout-btn{background:#0000;border:none;border-radius:4px;color:#333;color:var(--text-primary);cursor:pointer;flex-shrink:0;font-size:18px;padding:8px;transition:background .2s}.logout-btn:hover{background:#f0f0f0;background:var(--hover-bg)}.main-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.chat-header,.main-content{background:#fff;background:var(--bg-primary)}.chat-header{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-color);padding:20px 24px}.chat-title{align-items:center;display:flex;gap:12px;margin-bottom:8px}.chat-title h2{color:#333;color:var(--text-primary);font-size:24px}.model-badge{align-items:center;background:#e3f2fd;background:var(--active-bg);border-radius:12px;color:#1976d2;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 12px}.header-actions{align-items:center;display:flex;gap:16px;justify-content:space-between}.welcome-message{color:#666;color:var(--text-secondary);flex:1 1;font-size:14px}.theme-toggle{background:#f5f5f5;background:var(--bg-secondary);border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:20px;color:#333;color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:500;padding:6px 16px;transition:all .2s;white-space:nowrap}.theme-toggle:hover{background:#f0f0f0;background:var(--hover-bg);border-color:#0078d4;border-color:var(--button-primary)}.theme-label{display:inline-block;min-width:40px;text-align:center}.messages-container{background:#f5f5f5;background:var(--bg-secondary);flex:1 1;overflow-y:auto;padding:24px}.welcome-screen{align-items:center;color:#666;color:var(--text-secondary);display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.welcome-icon{font-size:64px;margin-bottom:24px}.welcome-screen h2{color:#333;color:var(--text-primary);font-size:28px;margin-bottom:12px}.welcome-screen>p{font-size:16px;margin-bottom:32px;max-width:600px}.suggested-prompts{display:flex;flex-direction:column;gap:12px;max-width:500px;width:100%}.suggested-prompts p{font-weight:500;margin-bottom:8px}.suggested-prompts button,.suggested-prompts p{color:#333;color:var(--text-primary);font-size:14px}.suggested-prompts button{background:#fafafa;background:var(--bg-tertiary);border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;padding:12px 20px;text-align:left;transition:all .2s}.suggested-prompts button:hover{background:#e3f2fd;background:var(--active-bg);border-color:#1976d2;color:#1976d2}.message{display:flex;gap:12px;margin-bottom:24px}.message-avatar{flex-shrink:0}.user-avatar-small{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:600}.assistant-avatar,.user-avatar-small{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.assistant-avatar{background:linear-gradient(135deg,#f093fb,#f5576c);font-size:20px}.message-content{flex:1 1;min-width:0}.message-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.message-sender{color:#333;color:var(--text-primary);font-size:14px;font-weight:600}.message-time{color:#999;color:var(--text-tertiary);font-size:12px}.message-text{word-wrap:break-word}.typing-indicator{display:flex;gap:4px;padding:8px 0}.typing-indicator span{animation:typing 1.4s infinite;background:#999;background:var(--text-tertiary);border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.sources{background:#fafafa;background:var(--bg-tertiary);border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:8px;margin-top:16px;padding:16px}.sources-header{color:#333;color:var(--text-primary);font-size:13px;font-weight:600;margin-bottom:12px}.sources-list{display:flex;flex-direction:column;gap:8px}.source-item{background:#fff;background:var(--bg-primary);border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:6px;display:flex;gap:12px;padding:10px}.source-number{align-items:center;background:#e3f2fd;background:var(--active-bg);border-radius:50%;color:#1976d2;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}.source-content{flex:1 1;min-width:0}.source-title{color:#333;color:var(--text-primary);font-size:13px;font-weight:500;margin-bottom:4px}.source-title a{color:#1976d2;text-decoration:none}.source-title a:hover{text-decoration:underline}.source-path{color:#999;color:var(--text-tertiary);font-size:12px}.source-score{align-self:center;background:#f0f0f0;background:var(--hover-bg);border-radius:4px;color:#666;color:var(--text-secondary);font-size:12px;padding:4px 8px;white-space:nowrap}.input-container{background:#fff;background:var(--bg-primary);border-top:1px solid #e0e0e0;border-top:1px solid var(--border-color);padding:20px 24px}.input-wrapper{align-items:stretch;display:flex;gap:12px}.message-input{background:#fff;background:var(--bg-primary);border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:8px;color:#333;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:15px;max-height:200px;min-height:48px;padding:12px 16px;resize:none;transition:border-color .2s}.message-input:focus{border-color:#1976d2;outline:none}.message-input:disabled{background:#f0f0f0;background:var(--hover-bg);cursor:not-allowed}.send-btn{align-items:center;background:#0078d4;background:var(--button-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background .2s;width:48px}.send-btn:hover:not(:disabled){background:#006cbd;background:var(--button-primary-hover)}.send-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.send-btn svg{height:20px;width:20px}.input-hint{color:#999;color:var(--text-tertiary);font-size:12px;margin-top:8px;text-align:center}.login-container{align-items:center;background:linear-gradient(135deg,#2252b9,#081d69);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:48px;text-align:center}.login-card h1{color:#333;font-size:32px;margin-bottom:16px}.login-card p{color:#666;font-size:16px;line-height:1.5;margin-bottom:16px}.login-btn{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;margin-top:24px;padding:14px 24px;transition:all .2s;width:100%}.login-btn:hover:not(:disabled){background:#f5f5f5;border-color:#1976d2}.login-btn:disabled{cursor:not-allowed;opacity:.6}.microsoft-logo{grid-gap:2px;display:grid;gap:2px;grid-template-columns:10px 10px;grid-template-rows:10px 10px}.logo-square{height:10px;width:10px}.logo-square.red{background:#f25022}.logo-square.green{background:#7fba00}.logo-square.blue{background:#00a4ef}.logo-square.yellow{background:#ffb900}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f5f5f5;background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#e0e0e0;background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999;background:var(--text-tertiary)}.message-text{color:#333;color:var(--text-primary);font-size:15px;line-height:1.6}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{color:#333;color:var(--text-primary);font-weight:600;line-height:1.3;margin-bottom:10px;margin-top:20px}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child,.message-text h4:first-child,.message-text h5:first-child,.message-text h6:first-child{margin-top:0}.message-text h1{font-size:1.8em;padding-bottom:8px}.message-text h1,.message-text h2{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-color)}.message-text h2{font-size:1.5em;padding-bottom:6px}.message-text h3{font-size:1.3em}.message-text h4{font-size:1.1em}.message-text p{margin-bottom:12px;margin-top:0}.message-text p:last-child{margin-bottom:0}.message-text ol,.message-text ul{margin-bottom:12px;margin-top:8px;padding-left:28px}.message-text ol ol,.message-text ol ul,.message-text ul ol,.message-text ul ul{margin-bottom:4px;margin-top:4px}.message-text li{line-height:1.6;margin-bottom:6px}.message-text li:last-child{margin-bottom:0}.message-text li>p{margin-bottom:6px}.message-text li>ol,.message-text li>ul{margin-top:6px}.message-text code{border-radius:4px;color:#333;color:var(--text-primary);font-family:Courier New,Courier,monospace;font-size:.9em;padding:2px 6px}.message-text code,.message-text pre{background:#fafafa;background:var(--bg-tertiary);border:1px solid #e0e0e0;border:1px solid var(--border-color)}.message-text pre{border-radius:6px;margin-bottom:12px;margin-top:12px;overflow-x:auto;padding:12px}.message-text pre:first-child{margin-top:0}.message-text pre:last-child{margin-bottom:0}.message-text pre code{background:none;border:none;font-size:.9em;line-height:1.5;padding:0}.message-text blockquote{border-left:4px solid #0078d4;border-left:4px solid var(--button-primary);color:#666;color:var(--text-secondary);font-style:italic;margin-bottom:12px;margin-left:0;margin-top:12px;padding-bottom:4px;padding-left:16px;padding-top:4px}.message-text blockquote:first-child{margin-top:0}.message-text blockquote:last-child{margin-bottom:0}.message-text a{color:#0078d4;color:var(--button-primary);text-decoration:none}.message-text a:hover{text-decoration:underline}.message-text table{border-collapse:collapse;margin-bottom:12px;margin-top:12px;width:100%}.message-text table:first-child{margin-top:0}.message-text table:last-child{margin-bottom:0}.message-text table td,.message-text table th{border:1px solid #e0e0e0;border:1px solid var(--border-color);padding:8px 12px;text-align:left}.message-text table th{font-weight:600}.message-text table th,.message-text table tr:nth-child(2n){background:#fafafa;background:var(--bg-tertiary)}.message-text hr{border:none;border-top:1px solid #e0e0e0;border-top:1px solid var(--border-color);margin:16px 0}.message-text strong{color:#333;color:var(--text-primary);font-weight:600}.message-text em{font-style:italic}.message-text img{border-radius:8px;height:auto;margin:12px 0;max-width:100%}.message-text>:first-child{margin-top:0!important}.message-text>:last-child{margin-bottom:0!important}
/*# sourceMappingURL=main.6b7f04d4.css.map*/