.dashboard-container{background-color:#f7f8fa;width:100%;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.sidebar{background-color:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;padding:1.5rem;transition:width .3s;display:flex}.sidebar.collapsed{width:80px}.sidebar.collapsed .logo-text,.sidebar.collapsed .nav-item span,.sidebar.collapsed .fleet-status span:not(.status-dot){display:none}.sidebar.collapsed .sidebar-header{justify-content:center}.sidebar.collapsed .sidebar-toggle{transform:rotate(180deg)}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.sidebar-header .logo{color:#1a1a1a;align-items:center;gap:.75rem;text-decoration:none;display:flex}.sidebar-header .logo-text{font-size:1.5rem;font-weight:600}.sidebar-toggle{cursor:pointer;color:#6b7280;background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.sidebar-toggle:hover{color:#6366f1;background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border-color:#6366f1}.sidebar-nav ul{margin:0;padding:0;list-style:none}.sidebar-nav .nav-item a{color:#4b5563;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-nav .nav-item a:hover{color:#1a1a1a;background-color:#f3f4f6}.sidebar-nav .nav-item.active a{color:#4f46e5;background-color:#eef2ff}.sidebar-nav .nav-item svg{flex-shrink:0;width:20px;height:20px}.sidebar-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem}.fleet-status{color:#065f46;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #10b98133;border-radius:20px;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.875rem;display:flex}.fleet-status .status-dot{background:linear-gradient(135deg,#10b981 0%,#22c55e 100%);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 8px #22c55e99}@keyframes pulse{0%,to{box-shadow:0 0 8px #22c55e99}50%{box-shadow:0 0 12px #22c55ecc}}.main-dashboard-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-header{background:#f7f8fa;justify-content:center;align-items:center;padding:1.5rem 2rem;display:flex;position:relative}.search-bar{color:#9ca3af;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.75rem;width:600px;max-width:100%;padding:.75rem 1.25rem;transition:all .2s;display:flex}.search-bar:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-bar input{color:#1f2937;background:0 0;border:none;outline:none;width:100%;font-size:1rem}.search-bar input::placeholder{color:#9ca3af}.search-bar svg{flex-shrink:0;width:20px;height:20px}.header-actions{align-items:center;gap:.75rem;display:flex;position:absolute;right:2rem}.header-icon-btn{cursor:pointer;color:#4b5563;background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:relative}.header-icon-btn:hover{color:#6366f1;border-color:#6366f1}.header-icon-btn.refresh-btn{color:#22c55e}.header-icon-btn.refresh-btn:hover{background:#22c55e0d;border-color:#22c55e}.header-icon-btn.power-btn{color:#ef4444}.header-icon-btn.power-btn:hover{background:#ef44440d;border-color:#ef4444}.notification-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.dashboard-view{flex:1;padding:0;overflow-y:auto}.page-view{min-height:100%;padding:1.5rem 2.5rem}.chat-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);display:flex}.chat-view h1{color:#1f2937;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.chat-view h1 .emoji{margin-right:.5rem}.chat-input-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;width:100%;max-width:600px;margin-bottom:2rem;padding:.75rem 1rem;transition:all .2s;display:flex}.chat-input-container:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chat-input-container input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:1rem}.chat-input-container input::placeholder{color:#9ca3af}.chat-input-actions{gap:.5rem;display:flex}.chat-input-actions button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.chat-input-actions button:hover{color:#6366f1;background:#f3f4f6}.suggested-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:700px;display:flex}.suggested-actions button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;transition:all .2s;display:flex}.suggested-actions button:hover{color:#6366f1;background:#fafafa;border-color:#6366f1}.suggested-actions button svg{width:18px;height:18px}.agents-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:1400px;display:grid}.agent-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .3s}.agent-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 8px 24px #6366f11f}.agent-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.agent-icon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.agent-status-badge{text-transform:uppercase;border-radius:20px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.agent-status-badge.active{color:#065f46;background:#d1fae5}.agent-status-badge.idle{color:#6b7280;background:#e5e7eb}.agent-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem}.agent-description{color:#6b7280;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.agent-stats{border-top:1px solid #e5e7eb;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;padding:1rem 0;display:grid}.stat{text-align:center}.stat-label{color:#9ca3af;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;display:block}.stat-value{color:#1f2937;font-size:1.25rem;font-weight:700}.agent-actions{gap:.5rem;display:flex}.agent-actions button{flex:1}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{color:#6366f1;cursor:pointer;background:#fff;border:1px solid #6366f1;border-radius:8px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#eef2ff}.btn-tertiary{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-tertiary:hover{color:#1f2937;background:#f3f4f6}.memory-container{max-width:900px}.memory-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.memory-category{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.memory-category:hover{color:#6366f1;border-color:#6366f1}.memory-category.active{color:#6366f1;background:#eef2ff;border-color:#6366f1}.memory-list{flex-direction:column;gap:1rem;display:flex}.memory-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.memory-item:hover{border-color:#6366f1}.memory-icon{color:#6366f1;background:#6366f11a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.memory-content{flex:1}.memory-content h4{color:#1f2937;margin-bottom:.25rem;font-size:1rem}.memory-content p{color:#6b7280;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.memory-timestamp{color:#9ca3af;font-size:.75rem}.memory-delete{cursor:pointer;color:#ef4444;background:#ef44441a;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.memory-delete:hover{background:#ef444433}.security-container,.settings-container{max-width:900px}.security-section,.settings-section{margin-bottom:2rem}.security-section h3,.settings-section h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem}.api-keys-list,.security-settings-list{flex-direction:column;gap:1rem;display:flex}.api-key-item,.security-setting-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .2s}.api-key-item:hover,.security-setting-item:hover{border-color:#6366f1}.api-key-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.api-key-header h4{color:#1f2937;margin-bottom:.25rem;font-size:1rem}.api-key-value{color:#6b7280;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-family:Monaco,Menlo,monospace;font-size:.8rem}.api-key-status{text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.api-key-status.active{color:#22c55e;background:#22c55e1a}.api-key-meta{color:#6b7280;gap:1.5rem;margin-bottom:1rem;font-size:.8rem;display:flex}.api-key-actions{gap:.5rem;display:flex}.security-setting-item{justify-content:space-between;align-items:center;display:flex}.setting-info h4{color:#1f2937;margin-bottom:.25rem;font-size:1rem}.setting-info p{color:#6b7280;font-size:.875rem}.toggle-switch{width:50px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#e5e7eb;border-radius:26px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.toggle-slider{background-color:#6366f1}input:checked+.toggle-slider:before{transform:translate(24px)}.integrations-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.integration-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.integration-card:hover{border-color:#6366f1}.integration-icon{color:#6b7280;width:48px;height:48px;margin:0 auto 1rem}.integration-card h4{color:#1f2937;margin-bottom:.25rem;font-size:1rem}.integration-card p{color:#6b7280;margin-bottom:1rem;font-size:.8rem}.integration-card .integration-status{color:#22c55e;background:#22c55e1a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.integration-card.connected .integration-icon{color:#6366f1}@media (max-width:768px){.sidebar{z-index:100;height:100vh;position:fixed;left:-260px}.sidebar.active{left:0}.dashboard-header{padding:1rem}.search-bar{width:100%}.header-actions{margin-left:auto;position:static}.agents-grid{grid-template-columns:1fr}}
