.agents-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.agent-cards-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.agent-card{flex-direction:column;padding:1.5rem;display:flex}.agent-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.agent-title-row{align-items:center;gap:.75rem;display:flex}.agent-title-row h3{margin:0;font-size:1.125rem}.agent-role{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.875rem}.agent-actions{gap:.5rem;display:flex}.agent-actions .btn{justify-content:center;width:100%;padding:.4rem;font-size:.75rem}.status-badge.working{color:#60a5fa;background:#3b82f633;animation:2s infinite pulse}.status-badge.idle{color:#94a3b8;background:#64748b33}.status-badge.error{color:#f87171;background:#ef444433}@keyframes pulse{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 4px #3b82f600}to{box-shadow:0 0 #3b82f600}}.system-logs{flex-direction:column;display:flex}.terminal-window{border-radius:0 0 var(--border-radius-lg) var(--border-radius-lg);border-top:1px solid var(--border-color);background-color:#00000080;flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:.85rem;display:flex}.log-line{gap:.5rem;display:flex}.log-time{color:var(--text-muted)}.log-agent.krishna{color:#60a5fa}.log-agent.bhima{color:#fbbf24}.log-agent.nakula{color:#a78bfa}.log-agent.karna{color:#f97316}.log-agent.bheesma{color:#cbd5e1}.log-agent.vidura{color:#14b8a6}.log-agent.draupadi{color:#e11d48}.log-agent.drona{color:#8b5cf6}.log-action{color:var(--text-primary)}.log-cursor{color:var(--accent-primary);animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
