:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}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-color:#f5f5f5}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#197457;color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-spinner.large{width:60px;height:60px}@keyframes spin{to{transform:rotate(360deg)}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#197457;padding:2rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:3rem;width:100%;max-width:440px;text-align:center}.login-logo{margin-bottom:2rem}.logo-placeholder{font-size:2.5rem;font-weight:700;color:#2e7d32;margin-bottom:.5rem}.logo-image{width:200px;height:auto;margin-bottom:1rem}.login-subtitle{color:#666;font-size:.9rem}.login-form h2{color:#333;margin-bottom:.5rem;font-size:1.8rem}.login-description{color:#666;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:flex;align-items:center;gap:.5rem;color:#333;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.login-button{width:100%;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-button{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;color:#666;font-size:.85rem;line-height:1.4}.chat-app{height:100vh;display:flex;flex-direction:column;background:#fff}.chat-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.header-left{display:flex;align-items:center;gap:1.5rem}.logo{font-size:1.5rem;font-weight:700;color:#2e7d32}.server-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.server-status.healthy{background:#e8f5e8;color:#2e7d32}.server-status.error{background:#ffebee;color:#c62828}.header-right{display:flex;align-items:center;gap:1rem}.user-name{color:#666;font-size:.9rem}.logout-button{padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .3s ease}.logout-button:hover{background:#d32f2f}.chat-container{flex:1;display:flex;overflow:hidden}.chat-container.centered{justify-content:center}.sidebar{width:320px;background:#fff;border-right:1px solid #e0e0e0;overflow-y:auto;padding:1.5rem}.sidebar-section{margin-bottom:2rem}.sidebar-section h3{color:#333;font-size:1rem;margin-bottom:1rem;font-weight:600}.connection-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.status-indicator{width:10px;height:10px;border-radius:50%}.status-indicator.healthy{background:#4caf50}.status-indicator.error{background:#f44336}.health-check-btn,.reset-button{padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease}.health-check-btn:hover,.reset-button:hover{background:#e9ecef}.session-id{display:block;background:#f8f9fa;padding:.5rem;border-radius:4px;font-family:monospace;font-size:.8rem;margin-bottom:1rem;color:#666}.stats{display:flex;flex-direction:column;gap:.5rem}.stat-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666}.agents-used{margin-top:1rem}.agent-badge{display:inline-block;background:#4caf50;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;margin:.25rem .25rem 0 0}.intel-section{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1rem}.intel-section h4{color:#333;font-size:.9rem;margin-bottom:.5rem}.intel-item{font-size:.8rem;color:#666;margin-bottom:.25rem}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden;max-width:1150px;width:100%}.logo-section{padding:2rem;text-align:center;background:#fff;border-bottom:1px solid #e0e0e0}.centered-logo{font-size:2rem;font-weight:700;color:#2e7d32}.chat-logo{width:150px;height:auto}.messages-container{flex:1;overflow-y:auto;padding:1rem 2rem;background:#fff}.user-message,.assistant-message{margin:.5rem 0;padding:.75rem 1rem;border-radius:8px;max-width:98%;box-shadow:0 1px 2px #0000001a}.user-message{background:#dcf8c6;margin-left:auto;border-bottom-right-radius:3px}.assistant-message{background:#f8fff8;margin-right:auto;border-bottom-left-radius:3px}.message-header{margin-bottom:.3rem;color:#666;font-size:.8rem;font-weight:500}.message-content{color:#303030;line-height:1.4;font-size:.9rem;white-space:pre-wrap}.message-content h1{font-size:1.1rem;font-weight:600;margin:.5rem 0 .3rem;color:#303030}.message-content h2{font-size:1rem;font-weight:600;margin:.4rem 0 .2rem;color:#303030}.message-content h3{font-size:.95rem;font-weight:600;margin:.3rem 0 .1rem;color:#303030}.message-content strong{font-weight:600;color:#1f1f1f}.message-content em{font-style:italic;color:#404040}.loading-message{display:flex;justify-content:center;padding:1rem}.loading-dots{display:flex;gap:.25rem}.loading-dots span{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:loading-bounce 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.input-container{padding:1rem 2rem;background:#fff;border-top:1px solid #e0e0e0}.input-wrapper{display:flex;gap:.75rem;max-width:800px;margin:0 auto}.chat-input{flex:1;padding:.875rem 1.25rem;border:1px solid #4CAF50;border-radius:25px;font-size:1rem;outline:none;transition:all .3s ease}.chat-input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #4caf5033}.send-button{padding:.875rem 1.25rem;background:#4caf50;color:#fff;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.send-button:hover:not(:disabled){background:#2e7d32;transform:translateY(-1px)}.send-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.chat-container{flex-direction:column}.sidebar{width:100%;max-height:200px}.chat-header{padding:1rem}.header-left,.header-right{gap:1rem}.user-message,.assistant-message{max-width:98%}.input-container{padding:1rem}}.messages-container{background:#fff!important}.user-message,.assistant-message{max-width:98%!important}.user-message{background:#dcf8c6!important}.assistant-message{background:#f8fff8!important}.message-content a{color:#197457!important;text-decoration:underline!important}.message-content a:hover{color:#12543f!important}.MuiButton-outlined{border-color:#197457!important;color:#197457!important}.MuiButton-outlined:hover{border-color:#12543f!important;background-color:#1974570d!important}
