-
+
-
-
-
Round {{ currentRound }}
+
Round {{ totalRounds }}
@@ -90,50 +78,18 @@ const roundProgress = computed(() => {
.progress-section {
padding: 1rem;
- background: rgba(102, 126, 234, 0.1);
+ background: rgba(102, 126, 234, 0.12);
border: 1px solid rgba(102, 126, 234, 0.3);
border-radius: 12px;
backdrop-filter: blur(10px);
-}
-
-.progress-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 0.75rem;
- font-size: 0.875rem;
-}
-
-.progress-label {
- color: rgba(255, 255, 255, 0.7);
- font-weight: 500;
-}
-
-.progress-percent {
- color: var(--primary);
- font-weight: 600;
-}
-
-.progress-bar {
- height: 6px;
- background: rgba(255, 255, 255, 0.05);
- border-radius: 3px;
- overflow: hidden;
- margin-bottom: 0.5rem;
-}
-
-.progress-fill {
- height: 100%;
- background: linear-gradient(90deg, #667eea, #764ba2);
- border-radius: 3px;
- transition: width 0.3s ease;
+ text-align: center;
}
.round-counter {
- text-align: center;
- font-size: 0.875rem;
- color: rgba(255, 255, 255, 0.6);
- font-weight: 500;
+ font-size: 1.2rem;
+ color: rgba(102, 126, 234, 0.9);
+ font-weight: 600;
+ letter-spacing: 0.5px;
}
.timeline-list {
@@ -196,18 +152,18 @@ const roundProgress = computed(() => {
align-items: center;
gap: 0.3rem;
padding: 0.25rem 0.5rem;
- background: rgba(255, 255, 255, 0.05);
+ background: rgba(150, 150, 150, 0.15);
border-radius: 6px;
font-size: 0.7rem;
- color: rgba(255, 255, 255, 0.5);
+ color: rgba(255, 255, 255, 0.35);
cursor: help;
transition: all 0.2s ease;
}
.agent-item.active {
- background: rgba(76, 175, 80, 0.2);
- color: rgba(76, 175, 80, 0.9);
- border: 1px solid rgba(76, 175, 80, 0.3);
+ background: rgba(76, 175, 80, 0.25);
+ color: rgba(76, 175, 80, 0.95);
+ border: 1px solid rgba(76, 175, 80, 0.4);
}
.agent-dot {