
  .pulse-dot.svelte-77gaix {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #22c55e;
    animation: svelte-77gaix-pulse 1s ease-in-out infinite;
  }

  @keyframes svelte-77gaix-pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 4px rgba(34, 197, 94, 0);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
  }



  .card-image.svelte-77gaix {
    transition: all 0.3s ease-in-out;
    image-rendering: high-quality;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  
  .subtle-overlay.svelte-77gaix {
    filter: brightness(0.96) contrast(0.95) !important;
    opacity: 0.95 !important;
  }


