*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f1419;color:#e5e7eb;line-height:1.6}.app{min-height:100vh}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #374151;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard{display:flex;flex-direction:column;min-height:100vh}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#1f2937;border-bottom:1px solid #374151;box-shadow:0 1px 3px #0000001a}.dashboard-header h1{font-size:2rem;font-weight:700;color:#f9fafb}.dashboard-nav{display:flex;gap:.5rem}.dashboard-nav button{padding:.5rem 1rem;background:transparent;border:1px solid #374151;color:#9ca3af;border-radius:6px;cursor:pointer;transition:all .2s}.dashboard-nav button:hover{background:#374151;color:#e5e7eb}.dashboard-nav button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.create-task-btn{padding:.5rem 1rem;background:#059669;border:none;color:#fff;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.create-task-btn:hover{background:#047857}.dashboard-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.overview{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1.5rem;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.stat-label{color:#9ca3af;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.overview-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.agents-section h2,.recent-activity h2,.active-tasks h2{margin-bottom:1rem;color:#f9fafb;font-size:1.25rem}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.agent-card{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1rem;transition:all .2s}.agent-card:hover{border-color:#4b5563;box-shadow:0 4px 6px #0000001a}.agent-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.agent-avatar{position:relative;width:40px;height:40px;background:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.status-indicator{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;border:2px solid #1f2937}.agent-info{flex:1}.agent-name{font-size:1rem;font-weight:600;color:#f9fafb;margin:0}.agent-role{font-size:.875rem;color:#9ca3af;margin:0}.level-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.05em}.agent-stats{display:flex;flex-direction:column;gap:.5rem}.stat{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.stat-label{color:#9ca3af}.stat-value{color:#e5e7eb;font-weight:500}.stat-value.status-active{color:#22c55e}.stat-value.status-idle{color:#94a3b8}.stat-value.status-blocked{color:#ef4444}.current-task{margin-top:.5rem;padding:.5rem;background:#374151;border-radius:4px;text-align:center}.task-indicator{font-size:.75rem;color:#fbbf24}.task-list{display:flex;flex-direction:column;gap:1rem}.task-item{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s}.task-item:hover{border-color:#4b5563;box-shadow:0 2px 4px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.task-title{font-size:1rem;font-weight:600;color:#f9fafb;margin:0}.task-badges{display:flex;gap:.5rem}.priority-badge,.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff;text-transform:capitalize}.task-description{color:#9ca3af;margin-bottom:1rem;line-height:1.5}.task-footer{display:flex;justify-content:space-between;align-items:center}.assignee-list{display:flex;gap:.25rem;align-items:center}.assignee-avatar{width:24px;height:24px;border-radius:50%;background:#374151;display:flex;align-items:center;justify-content:center;font-size:.875rem}.assignee-overflow{font-size:.75rem;color:#9ca3af;margin-left:.25rem}.unassigned{font-size:.875rem;color:#9ca3af;font-style:italic}.task-meta{display:flex;align-items:center;gap:1rem}.task-date{font-size:.875rem;color:#9ca3af}.task-tags{display:flex;gap:.25rem}.task-tag{font-size:.75rem;color:#6b7280}.activity-feed{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;gap:1rem;padding:1rem;background:#1f2937;border:1px solid #374151;border-radius:8px}.activity-icon{font-size:1.25rem;flex-shrink:0}.activity-content{flex:1}.activity-message{margin-bottom:.25rem}.activity-agent{font-weight:600;color:#3b82f6;margin-right:.5rem}.activity-text{color:#e5e7eb}.activity-meta{display:flex;gap:1rem;align-items:center}.activity-time{font-size:.75rem;color:#9ca3af}.activity-task{font-size:.75rem;color:#6b7280;background:#374151;padding:.125rem .25rem;border-radius:4px}.activity-more{text-align:center}.load-more-btn{padding:.5rem 1rem;background:transparent;border:1px solid #374151;color:#9ca3af;border-radius:4px;cursor:pointer;transition:all .2s}.load-more-btn:hover{background:#374151;color:#e5e7eb}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#1f2937;border:1px solid #374151;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #374151}.modal-header h2{color:#f9fafb;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#e5e7eb}.modal-content{flex:1;padding:1rem;overflow-y:auto}.task-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{font-weight:500;color:#f9fafb;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:.5rem;background:#374151;border:1px solid #4b5563;border-radius:4px;color:#e5e7eb;font-size:.875rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.form-actions button{padding:.5rem 1rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.form-actions button[type=button]{background:transparent;border:1px solid #4b5563;color:#9ca3af}.form-actions button[type=button]:hover{background:#374151;color:#e5e7eb}.form-actions button[type=submit]{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.form-actions button[type=submit]:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.task-details{display:flex;flex-direction:column;gap:1.5rem}.task-info h3{color:#f9fafb;margin-bottom:.5rem}.task-info p{color:#9ca3af;margin-bottom:1rem;line-height:1.6}.task-meta{display:flex;gap:.5rem}.task-messages h4{color:#f9fafb;margin-bottom:1rem}.messages-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.message{background:#374151;border-radius:6px;padding:.75rem}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message-author{font-weight:500;color:#3b82f6;font-size:.875rem}.message-time{font-size:.75rem;color:#9ca3af}.message-content{color:#e5e7eb;line-height:1.5}.add-comment{display:flex;flex-direction:column;gap:.5rem}.add-comment textarea{min-height:80px;padding:.5rem;background:#374151;border:1px solid #4b5563;border-radius:4px;color:#e5e7eb;resize:vertical}.add-comment button{align-self:flex-end;padding:.5rem 1rem;background:#3b82f6;border:none;color:#fff;border-radius:4px;font-weight:500;cursor:pointer}.add-comment button:hover:not(:disabled){background:#2563eb}.add-comment button:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:2rem;color:#9ca3af;font-style:italic}@media(max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;align-items:stretch}.dashboard-nav{justify-content:center}.overview-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.agents-grid,.form-row{grid-template-columns:1fr}.modal{width:95%;margin:1rem}}: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}}
