.layout{display:flex;height:100vh;background:#fff;overflow:hidden}.sidebar{width:220px;background:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:space-between;padding:20px 12px;flex-shrink:0}.sidebar-top,.sidebar-bottom{display:flex;flex-direction:column}.logo{padding:8px 12px;margin-bottom:24px}.logo img{height:28px;width:auto}.nav-menu{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#333;text-decoration:none;background:none;border:none;cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.nav-item:hover{background:#f5f5f5}.nav-item.active{background:#f0f0f0;color:#1a1a1a}.nav-icon{width:20px;height:20px;opacity:.7}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{opacity:1}.main-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.auth-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/background-nVN0LH4T.svg) no-repeat center center;background-size:cover;opacity:.8;z-index:-2}.auth-card{background:#fff;padding:60px 48px;border-radius:24px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:460px}.auth-card h1{margin-bottom:48px;color:#1a1a1a;text-align:center;font-size:28px;font-weight:700}.form-group{margin-bottom:20px}.form-group input{width:100%;padding:18px 20px;border:none;border-radius:12px;font-size:16px;background:#f5f5f5;transition:all .2s ease}.form-group input::placeholder{color:#999}.form-group input:focus{outline:none;background:#f0f0f0}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:48px}.password-toggle{position:absolute;right:12px;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5;transition:opacity .2s}.password-toggle:hover{opacity:.8}.password-toggle img{width:20px;height:20px}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.auth-card form{display:flex;flex-direction:column;width:100%}.auth-card form button[type=submit]{display:block!important;width:100%!important;min-width:100%!important;box-sizing:border-box!important;padding:18px!important;background:#4d5cff!important;color:#fff!important;border:none!important;border-radius:12px!important;font-size:18px!important;font-weight:600!important;transition:all .2s ease;margin-top:32px;align-self:stretch!important}.auth-card form .submit-btn:hover:not(:disabled){background:#3d4cef}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-link{margin-top:32px;text-align:center;font-size:15px;color:#666}.auth-link a{color:#4d5cff;text-decoration:none;font-weight:600;margin-left:8px}.auth-link a:hover{text-decoration:underline}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;font-size:.9rem;font-weight:500;z-index:10000;animation:toast-slide-up .3s ease-out}@keyframes toast-slide-up{0%{opacity:0;transform:translate(-50%) translateY(1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:.75rem;font-weight:700;color:#fff}.toast-success .toast-icon{background:#4caf50}.toast-error .toast-icon{background:#f44336}.toast-info .toast-icon{background:#2196f3}.toast-message{color:#333}.agent-list-page{display:flex;flex-direction:column;height:100%;background:#fff}.list-header{display:flex;justify-content:space-between;align-items:center;padding:32px 64px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.list-header h1{font-size:20px;font-weight:600;color:#1a1a1a;margin:0}.new-agent-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.new-agent-btn:hover{background:#333}.new-agent-btn img{width:16px;height:16px;filter:invert(1)}.list-content{flex:1;overflow-y:auto;padding:16px 64px 32px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.list-loading,.list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;gap:24px;text-align:center}.list-empty p{font-size:24px;font-weight:600;color:#1a1a1a;margin:0}.list-empty button{padding:18px 48px;background:#4d5cff;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s ease}.list-empty button:hover{background:#3d4cef}.agent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}.agent-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s}.agent-card:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #0000000d}.agent-card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid}.status-icon{width:16px;height:16px}.model-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#eef2ff;color:#6366f1;border:1px solid #c7d2fe;border-radius:20px;font-size:13px;font-weight:500}.model-badge img{width:14px;height:14px}.agent-card-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-card-description{font-size:14px;color:#666;margin:0 0 16px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#999}.agent-system{font-weight:500}.agent-time{color:#bbb}@media (max-width: 768px){.list-header{padding:16px 20px}.list-content{padding:20px}.agent-grid{grid-template-columns:1fr}}.hitl-interaction{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000a;gap:12px}.hitl-prompt{font-size:15px;line-height:1.6;color:#1a1a1a;margin-bottom:16px;font-weight:500}.approval-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.yes-btn,.no-btn{padding:14px 20px;border:1px solid #e5e5e5;border-radius:10px;font-weight:600;font-size:15px;transition:all .2s;cursor:pointer;background:#fff}.yes-btn{color:#4d5cff;border-color:#4d5cff}.yes-btn:hover:not(:disabled){background:#4d5cff;color:#fff}.no-btn{color:#666;border-color:#e5e5e5}.no-btn:hover:not(:disabled){background:#f5f5f5;border-color:#d0d0d0}.yes-btn:disabled,.no-btn:disabled{opacity:.5;cursor:not-allowed}.selection-options{display:flex;flex-direction:column;gap:10px}.option-btn{padding:14px 20px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;color:#1a1a1a;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.option-btn:hover:not(:disabled){background:#f9f9f9;border-color:#4d5cff;color:#4d5cff}.option-btn.selected{background:#eef2ff;border-color:#4d5cff;color:#4d5cff}.option-btn:disabled{opacity:.5;cursor:not-allowed}.plan-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;margin:8px 0;max-width:400px}.plan-card.plan-completed{background:#f0fdf4;border-color:#bbf7d0}.plan-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.plan-completed .plan-header{border-bottom-color:#bbf7d0}.plan-icon{font-size:14px}.plan-title{font-size:13px;font-weight:600;color:#334155;flex:1}.plan-progress{font-size:12px;font-weight:500;color:#64748b;background:#e2e8f0;padding:2px 8px;border-radius:10px}.plan-completed .plan-progress{background:#bbf7d0;color:#166534}.plan-steps{display:flex;flex-direction:column;gap:6px}.plan-step{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.4}.step-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;margin-top:1px}.plan-step-completed .step-icon{color:#10b981}.plan-step-in_progress .step-icon{color:#8b5cf6;animation:pulse 1.5s ease-in-out infinite}.plan-step-pending .step-icon{color:#94a3b8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.step-description{flex:1;color:#475569}.plan-step-completed .step-description{color:#10b981}.plan-step-in_progress .step-description{color:#334155;font-weight:500}.plan-step-pending .step-description{color:#94a3b8}.step-agent{font-size:10px;color:#94a3b8;background:#f1f5f9;padding:1px 6px;border-radius:4px;flex-shrink:0}.plan-step-in_progress .step-agent{background:#ede9fe;color:#7c3aed}.plan-step-completed .step-agent{background:#dcfce7;color:#166534}.chat-container{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden;position:relative}.chat-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:14px}.chat-header{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:24px 32px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;gap:12px;flex-shrink:0;position:relative;z-index:10;background:#fff}.chat-agent-name{font-size:24px;font-weight:600;color:#1a1a1a}.chat-agent-id{font-size:13px;color:#999;cursor:pointer;transition:color .15s}.chat-agent-id:hover{color:#666}.chat-messages{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;padding:32px 64px 120px;box-sizing:border-box}.chat-messages-inner{max-width:1200px;margin:0 auto;padding-top:80px}.chat-container-new{display:flex;align-items:center;justify-content:center}.chat-container-new .chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:800px;padding:0 32px}.chat-container-new .chat-empty h2{font-size:28px;font-weight:500;color:#1a1a1a;margin-bottom:32px}.chat-container-new .chat-input-form{width:100%}.chat-container-new .chat-input-container{box-shadow:0 4px 20px #00000014}.chat-container-new .chat-input-container.disabled{opacity:.6;pointer-events:none}.chat-creating .chat-empty h2{color:#666}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.chat-empty h2{font-size:24px;font-weight:500;color:#1a1a1a}.messages-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.chat-message{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message-content{font-size:15px;line-height:1.7;color:#1a1a1a}.chat-message-user{display:flex;justify-content:flex-end}.chat-message-user .chat-message-content{background:#4d5cff;color:#fff;padding:12px 16px;border-radius:18px 18px 4px;max-width:70%}.chat-message-plan{display:flex;justify-content:flex-start}.chat-message-agent .chat-message-content p{margin:0 0 1em}.chat-message-agent .chat-message-content p:last-child{margin-bottom:0}.chat-message-agent .chat-message-content h1,.chat-message-agent .chat-message-content h2,.chat-message-agent .chat-message-content h3,.chat-message-agent .chat-message-content h4{margin:1.5em 0 .5em;font-weight:600;color:#1a1a1a}.chat-message-agent .chat-message-content h1:first-child,.chat-message-agent .chat-message-content h2:first-child,.chat-message-agent .chat-message-content h3:first-child{margin-top:0}.chat-message-agent .chat-message-content h1{font-size:1.4em}.chat-message-agent .chat-message-content h2{font-size:1.25em}.chat-message-agent .chat-message-content h3{font-size:1.1em}.chat-message-agent .chat-message-content ul,.chat-message-agent .chat-message-content ol{margin:.75em 0;padding-left:1.5em}.chat-message-agent .chat-message-content li{margin:.4em 0}.chat-message-agent .chat-message-content code{background:#f5f5f5;padding:.2em .5em;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:.9em}.chat-message-agent .chat-message-content pre{background:#1e1e1e;color:#d4d4d4;padding:16px;border-radius:8px;overflow-x:auto;margin:1em 0}.chat-message-agent .chat-message-content pre code{background:transparent;padding:0;color:inherit}.chat-message-agent .chat-message-content blockquote{border-left:3px solid #667eea;margin:1em 0;padding-left:16px;color:#555}.chat-message-agent .chat-message-content a{color:#667eea;text-decoration:underline}.chat-message-agent .chat-message-content table{border-collapse:collapse;margin:1em 0;width:100%}.chat-message-agent .chat-message-content th,.chat-message-agent .chat-message-content td{border:1px solid #e5e5e5;padding:10px 14px;text-align:left}.chat-message-agent .chat-message-content th{background:#f9f9f9;font-weight:600}.chat-message-agent .chat-message-content strong{font-weight:600}.chat-thinking{display:flex;align-items:center;gap:6px;padding:12px 16px!important}.thinking-dot{width:8px;height:8px;background:#999;border-radius:50%;animation:thinking 1.4s ease-in-out infinite}.thinking-dot:nth-child(1){animation-delay:0s}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinking{0%,60%,to{opacity:.3;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.scroll-bottom-btn{position:absolute;bottom:140px;left:50%;transform:translate(-50%);background:none;border:none;padding:0;cursor:pointer;transition:all .2s;z-index:15}.scroll-bottom-btn:hover{opacity:.8}.scroll-bottom-btn img{width:48px;height:48px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.chat-input-wrapper{padding:20px 64px 32px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;flex-shrink:0;background:linear-gradient(to bottom,transparent,#fff 20%);position:absolute;bottom:0;left:0;right:0;z-index:10}.chat-input-form{max-width:800px;margin:0 auto}.chat-input-container{display:flex;align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:12px 16px;gap:12px;box-shadow:0 2px 8px #0000000a}.chat-input{flex:1;border:none;outline:none;font-size:15px;background:transparent}.chat-input::placeholder{color:#999}.chat-input-actions{display:flex;align-items:center;gap:8px}.chat-input-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:all .15s}.chat-input-btn:hover{background:#f5f5f5}.chat-input-btn img{width:20px;height:20px;opacity:.6}.add-btn{border:1px solid #e5e5e5;border-radius:8px}.model-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e5e5e5;border-radius:8px;font-size:13px;font-weight:500;color:#333}.model-btn .bolt-icon{width:14px;height:14px;opacity:1}.model-btn svg{opacity:.5}.send-btn{background:none;padding:4px}.send-btn:hover{background:none;opacity:.8}.send-btn img{width:32px;height:32px;opacity:1}.send-btn:disabled{cursor:not-allowed;opacity:.3}.send-btn:disabled:hover{opacity:.3}.chat-hitl-panel{padding:20px 64px 32px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;flex-shrink:0;background:linear-gradient(to bottom,transparent,#fff 20%);position:absolute;bottom:0;left:0;right:0;z-index:10}.chat-hitl-panel .hitl-interaction{max-width:800px;margin:0 auto}@media (max-width: 768px){.chat-header{padding:16px 20px}.chat-messages{padding:20px 20px 100px}.chat-messages-inner{padding-top:60px}.chat-input-wrapper,.chat-hitl-panel{padding:16px 20px 24px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;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:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:20px}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}
