.belt.scanning::after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 12px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.9), transparent);
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.5);
  animation: scanPulse 0.8s linear infinite;
  z-index: 5;
}

.lane-status.warning {
  animation: warningBlink 1.5s ease-in-out infinite;
  background: linear-gradient(135deg, #fee2e2, #fecdd3);
}

.lane-status.warning-deposit {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  border-color: rgba(217, 119, 6, 0.4);
  animation: warningBlink 1.5s ease-in-out infinite;
}

.lane-manager-timer {
  margin-top: 4px;
  width: 86px;
  border: 1px solid rgba(30, 58, 138, 0.4);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.9);
  padding: 4px;
}

.lane-manager-timer-label {
  font-family: 'Press Start 2P', monospace;
  font-size: 6px;
  color: #93c5fd;
  margin-bottom: 3px;
  text-align: center;
}

.lane-manager-timer-bar {
  height: 5px;
  border: none;
  border-radius: 4px;
  background: rgba(0,0,0,0.4);
  overflow: hidden;
}

.lane-manager-timer-fill {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transform-origin: left;
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.3);
  animation: timerPulse 1.2s ease-in-out infinite;
}

@keyframes warningBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.65; }
}

@keyframes warningPulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.15), 0 0 24px rgba(244, 63, 94, 0.12); }
  50% { box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.25), 0 0 32px rgba(244, 63, 94, 0.2); }
}

@keyframes assignGlow {
  0%, 100% { box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.15), 0 0 20px rgba(34, 211, 238, 0.08); }
  50% { box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25), 0 0 28px rgba(34, 211, 238, 0.15); }
}

@keyframes calloutBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes timerPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes busyPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

@keyframes managerAlert {
  0%, 100% { background: rgba(69, 26, 3, 0.25); border-color: rgba(244, 63, 94, 0.5); box-shadow: 0 0 16px rgba(244, 63, 94, 0.15); }
  50% { background: rgba(127, 29, 29, 0.25); border-color: rgba(244, 63, 94, 0.7); box-shadow: 0 0 28px rgba(244, 63, 94, 0.3); }
}

@keyframes depositPulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.2), 0 0 18px rgba(251, 191, 36, 0.1); }
  50% { box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.35), 0 0 28px rgba(251, 191, 36, 0.2); }
}

@keyframes officeDepositGlow {
  0%, 100% {
    border-color: rgba(251, 191, 36, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 18px rgba(251, 191, 36, 0.1);
  }
  50% {
    border-color: rgba(251, 191, 36, 0.65);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 30px rgba(251, 191, 36, 0.25), 0 0 60px rgba(251, 191, 36, 0.08);
  }
}

@keyframes ctaDepositPulse {
  0%, 100% {
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.2), 0 0 24px rgba(251, 191, 36, 0.1);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 18px rgba(251, 191, 36, 0.4), 0 0 36px rgba(251, 191, 36, 0.15);
    transform: scale(1.02);
  }
}

@keyframes ctaArrowBounce {
  0%, 100% { transform: translateX(0); opacity: 0.7; }
  50% { transform: translateX(4px); opacity: 1; }
}

@keyframes issuePulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.2), 0 0 18px rgba(244, 63, 94, 0.1); }
  50% { box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.35), 0 0 30px rgba(244, 63, 94, 0.25); }
}

@keyframes bannerBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-4px); }
}

@keyframes depositBoothPulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(0,0,0,0.3), 0 0 0 3px rgba(251, 191, 36, 0.25), 0 0 14px rgba(251, 191, 36, 0.15); }
  50% { box-shadow: 0 4px 12px rgba(0,0,0,0.3), 0 0 0 5px rgba(251, 191, 36, 0.5), 0 0 24px rgba(251, 191, 36, 0.3); }
}

@keyframes depositArrowBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.7; }
  50% { transform: translateX(-50%) translateY(5px); opacity: 1; }
}

@keyframes depositLabelPulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

@keyframes issueBubblePulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(220, 38, 38, 0.2); transform: translateX(-50%) scale(1); }
  50% { box-shadow: 0 4px 24px rgba(220, 38, 38, 0.4); transform: translateX(-50%) scale(1.03); }
}

@keyframes statusSweep {
  0% { transform: translateX(-130%); }
  100% { transform: translateX(130%); }
}

@keyframes scanPulse {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 0.8; }
  100% { transform: translateY(132px); opacity: 0; }
}

@keyframes moodShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  75% { transform: translateX(2px); }
}

@keyframes overlayFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes summarySlideIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes floatIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
