.msc-boot-vite-panel { margin-top: 10px; border-radius: 16px; border: 1px solid #bfdbfe; background: #eff6ff; padding: 10px; }
      .msc-boot-vite-title { margin: 0 0 7px; color: #1e3a8a; font-size: 11px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
      .msc-boot-vite-meter { height: 7px; overflow: hidden; border-radius: 999px; background: #dbeafe; margin: 0 0 8px; }
      .msc-boot-vite-meter-fill { height: 100%; width: 0%; border-radius: 999px; background: linear-gradient(90deg, #4f46e5, #06b6d4); transition: width .35s ease; }
      .msc-boot-vite-substeps { display: grid; gap: 5px; margin-bottom: 8px; }
      .msc-boot-vite-substep { display: flex; align-items: center; gap: 7px; color: #334155; font-size: 11px; font-weight: 850; }
      .msc-boot-vite-substep::before { content: "Â·"; width: 16px; height: 16px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #dbeafe; color: #2563eb; font-weight: 950; }
      .msc-boot-vite-substep[data-status="done"]::before { content: "âœ“"; background: #dcfce7; color: #15803d; }
      .msc-boot-vite-substep[data-status="warning"]::before { content: "â€¦"; background: #fef3c7; color: #b45309; }
      .msc-boot-vite-substep[data-status="error"]::before { content: "!"; background: #fee2e2; color: #dc2626; }
      .msc-boot-vite-resources { display: grid; gap: 5px; max-height: 190px; overflow: auto; }
      .msc-boot-vite-resource { display: grid; gap: 2px; border-radius: 10px; background: rgba(255,255,255,.82); border: 1px solid rgba(191,219,254,.85); padding: 6px; }
      .msc-boot-vite-resource strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #0f172a; font-size: 10.5px; }
      .msc-boot-vite-resource span { color: #64748b; font-size: 10px; font-weight: 800; }
      .msc-boot-vite-resource em { color: #1e3a8a; font-size: 10px; line-height: 1.25; font-style: normal; font-weight: 850; }
      .msc-boot-vite-empty { margin: 0; color: #1e3a8a; font-size: 11px; font-weight: 800; line-height: 1.35; }
