
  .build-card.svelte-1o5n9zw {
    width: 200px;
    border-radius: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    transform-origin: top center;
  }

  .build-header.svelte-1o5n9zw {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  .header-title.svelte-1o5n9zw {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    flex: 1;
  }

  .ellipsis.svelte-1o5n9zw::after {
    content: "";
    animation: svelte-1o5n9zw-dots 1.4s steps(4, end) infinite;
  }
  @keyframes svelte-1o5n9zw-dots {
    0% {
      content: "";
    }
    25% {
      content: ".";
    }
    50% {
      content: "..";
    }
    75% {
      content: "...";
    }
  }

  .badge.svelte-1o5n9zw {
    padding: 2px 8px;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 600;
    background: #f1f5f9;
    color: #64748b;
  }

  /* ── Stepper UI ── */
  .stepper-wrapper.svelte-1o5n9zw {
    position: relative;
    width: 174px;
    margin: 4px auto 12px;
  }

  .stepper-line.svelte-1o5n9zw {
    position: absolute;
    top: 18px;
    left: 18px;
    height: 2px;
    background: #10b981;
    z-index: 1;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .stepper-wrapper.svelte-1o5n9zw::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
  }

  .stepper-track.svelte-1o5n9zw {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }

  .bg-circle.svelte-1o5n9zw {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
  }
  .bg-circle.checked.svelte-1o5n9zw {
    background: #10b981;
    border-color: #10b981;
  }
  .check-icon.svelte-1o5n9zw {
    width: 18px;
    height: 18px;
  }

  /* Floating Active Circle */
  .floating-circle.svelte-1o5n9zw {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #3b82f6;
    color: white;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    transition:
      transform 0.6s cubic-bezier(0.44, -0.01, 0.25, 1.15),
      background-color 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .floating-circle.step-1.svelte-1o5n9zw {
    transform: translateX(0);
    background: #3b82f6;
  }
  .floating-circle.step-2.svelte-1o5n9zw {
    transform: translateX(69px);
    background: #3b82f6;
  }
  .floating-circle.step-3.svelte-1o5n9zw {
    transform: translateX(138px);
    background: #3b82f6;
  }

  .spinner-ring.svelte-1o5n9zw {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: svelte-1o5n9zw-spin 1.2s linear infinite;
  }
  .spinner-arc.svelte-1o5n9zw {
    transform-origin: center;
  }

  .floating-icon-wrapper.svelte-1o5n9zw {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .search-anim.svelte-1o5n9zw {
    width: 18px;
    height: 18px;
    transform-origin: 46% 46%;
    animation: svelte-1o5n9zw-search-pop-cycle 3.1s linear infinite;
  }
  .search-lens.svelte-1o5n9zw {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: svelte-1o5n9zw-search-lens-draw 3.1s ease-in-out infinite;
  }
  .search-handle.svelte-1o5n9zw {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: svelte-1o5n9zw-search-handle-draw 3.1s ease-in-out infinite;
  }
  .route-anim.svelte-1o5n9zw {
    width: 20px;
    height: 20px;
    transform-origin: center;
    animation: svelte-1o5n9zw-route-spin-cycle 4.4s ease-in-out infinite;
  }
  .route-drawn.svelte-1o5n9zw {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: svelte-1o5n9zw-walk-path 4.4s ease-in-out infinite;
  }

  .activities-loop.svelte-1o5n9zw {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .activity-material-icon.svelte-1o5n9zw {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-variation-settings:
      'FILL' 0,
      'wght' 300,
      'GRAD' 0,
      'opsz' 24;
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition:
      opacity 0.7s ease,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .activity-material-icon.fading-out.svelte-1o5n9zw {
    opacity: 0;
    transform: scale(0.6) rotate(-12deg);
  }
  .activity-material-icon.next-icon.svelte-1o5n9zw {
    opacity: 0;
    transform: scale(0.6) rotate(12deg);
  }
  .activity-material-icon.next-icon.fading-in.svelte-1o5n9zw {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }

  /* ── Labels ── */
  .labels-container.svelte-1o5n9zw {
    display: flex;
    justify-content: space-between;
    width: 192px;
    margin: 0 auto 10px;
  }

  .step-label.svelte-1o5n9zw {
    width: 60px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #94a3b8;
    transition:
      color 0.3s,
      font-weight 0.3s;
  }

  .step-label.active.svelte-1o5n9zw {
    color: #334155;
    font-weight: 600;
  }

  .step-label.completed.svelte-1o5n9zw {
    color: #10b981;
    font-weight: 600;
  }

  /* ── Status ── */
  .status.svelte-1o5n9zw {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
  }

  /* ── Keyframes ── */
  @keyframes svelte-1o5n9zw-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes svelte-1o5n9zw-search-pop-cycle {
    0% {
      transform: scale(0.72) rotate(-18deg);
    }
    16% {
      transform: scale(1.08) rotate(4deg);
    }
    24% {
      transform: scale(0.94) rotate(-3deg);
    }
    32%,
    62% {
      transform: scale(1) rotate(0deg);
    }
    72% {
      transform: scale(1.06) rotate(6deg);
    }
    82% {
      transform: scale(0.98) rotate(-4deg);
    }
    100% {
      transform: scale(0.72) rotate(-18deg);
    }
  }

  @keyframes svelte-1o5n9zw-search-lens-draw {
    0% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
    12% {
      opacity: 1;
    }
    42%,
    64% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    86% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
    100% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
  }

  @keyframes svelte-1o5n9zw-search-handle-draw {
    0%,
    18% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
    26% {
      opacity: 1;
    }
    52%,
    64% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    86% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
    100% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
  }

  @keyframes svelte-1o5n9zw-walk-path {
    0% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    54% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    62% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
    62.01% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
    100% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
  }

  @keyframes svelte-1o5n9zw-route-spin-cycle {
    0%,
    58% {
      transform: rotate(0deg);
    }
    72% {
      transform: rotate(0deg);
    }
    88%,
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes svelte-1o5n9zw-slide-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fade-in.svelte-1o5n9zw {
    animation: svelte-1o5n9zw-fade-in 0.4s ease-out;
  }
  @keyframes svelte-1o5n9zw-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

