.migration-visual.hs-move { --move-state: running; min-width: 0; min-height: 500px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 26px 26px 24px; color: #fff; background: radial-gradient(ellipse at 85% 10%, #41256655, transparent 55%), linear-gradient(145deg, #171020, #110b20 60%, #1e1632); border: 1px solid #45325f; border-radius: 20px; box-shadow: 0 20px 50px #21103412, inset 0 1px #ffffff0b; isolation: isolate; }
.hs-move-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hs-move-kicker { display: block; color: #b49dce; font-size: 8px; font-weight: 700; letter-spacing: 1.7px; margin-bottom: 10px; }
.hs-move-head strong { display: block; color: #f6f0ff; font-size: clamp(15px, 1.4vw, 19px); font-weight: 600; letter-spacing: -.35px; }
.hs-move-toggle:not([hidden]) { width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; padding: 7px; background: #ffffff07; border: 1px solid #a38cc32e; border-radius: 50%; color: #cdbce2; cursor: pointer; }
.hs-move-toggle:hover { background: #ffffff15; color: #fff; }
.hs-move-toggle:focus-visible { outline: 2px solid #b38aff; outline-offset: 4px; }
.hs-move-toggle svg { width: 16px; height: 16px; }
.hs-move-play-icon, .hs-move-toggle[aria-pressed="true"] .hs-move-pause-icon { display: none; }
.hs-move-toggle[aria-pressed="true"] .hs-move-play-icon { display: block; }
.hs-move-art { display: block; width: calc(100% + 52px); height: auto; overflow: visible; margin: 6px -26px 4px; flex: 1; font-family: inherit; }
.hs-move-bottom { padding: 17px 18px 14px; background: #ffffff04; border: 1px solid #d3b5ff1a; border-radius: 12px; }
.hs-move-status { position: relative; height: 18px; font-size: 11px; font-weight: 500; color: #d9cce9; }
.hs-move-status span { position: absolute; inset: 0; display: flex; align-items: center; gap: 8px; }
.hs-move-status i { width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: #b187ff; box-shadow: 0 0 8px #b187ff66; }
.hs-move-status-ready { color: #95e5c9; }
.hs-move-status-ready i { background: #6cddaf; }
.hs-move-progress { height: 3px; margin: 11px 0 14px; border-radius: 4px; background: #b7a0d218; overflow: hidden; }
.hs-move-progress > i { display: block; width: 100%; height: 100%; transform-origin: left; background: linear-gradient(90deg, #8c4dff, #bea0ff 55%, #6cddaf); border-radius: inherit; animation: hm-progress 14s ease-in-out infinite; }
.hs-move-categories { display: flex; justify-content: space-between; gap: 10px; color: #a99bbd; font-size: 10px; }
.hs-move-categories span { display: flex; align-items: center; gap: 6px; }
.hs-move-categories svg { width: 13px; height: 13px; color: #bc9cdf; }
.hs-move-source-float { animation: hm-float 7s ease-in-out infinite; }
.hs-move-target-float { animation: hm-float 7s -3.5s ease-in-out infinite; }
.hs-move-ring { transform-origin: 320px 178px; animation: hm-rotate 18s linear infinite; }
.hs-move-orbit { animation: hm-orbit 22s linear infinite; }
.hs-move-packet { offset-path: var(--route); offset-rotate: 0deg; animation: hm-packet 6s var(--delay) ease-in-out infinite; }
.hs-move-streams { animation: hm-streams 14s linear infinite; }
.hs-move-ready { transform-origin: 594px 79px; animation: hm-ready 14s ease infinite; }
.hs-move-status-transfer { animation: hm-transfer-label 14s linear infinite; }
.hs-move-status-ready { animation: hm-ready-label 14s linear infinite; }
.hs-move *, .hs-move *::before, .hs-move *::after { animation-play-state: var(--move-state); }
.hs-move[data-paused], .hs-move[data-offscreen] { --move-state: paused; }
@keyframes hm-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes hm-rotate { to { transform: rotate(360deg); } }
@keyframes hm-orbit { to { stroke-dashoffset: -200; } }
@keyframes hm-packet { 0% { offset-distance: 0%; opacity: 0; } 14%,80% { opacity: 1; } 100% { offset-distance: 100%; opacity: 0; } }
@keyframes hm-progress { 0%,4% { transform: scaleX(.04); opacity: 1; } 65%,90% { transform: scaleX(1); opacity: 1; } 96%,100% { transform: scaleX(1); opacity: 0; } }
@keyframes hm-ready { 0%,60%,100% { opacity: 0; transform: scale(.8); } 68%,92% { opacity: 1; transform: scale(1); } }
@keyframes hm-streams { 0%,56%,100% { opacity: 1; } 65%,94% { opacity: 0; } }
@keyframes hm-transfer-label { 0%,60%,100% { opacity: 1; } 65%,95% { opacity: 0; } }
@keyframes hm-ready-label { 0%,60%,100% { opacity: 0; } 65%,95% { opacity: 1; } }
@media (max-width: 600px) {
  .migration-visual.hs-move { min-height: 0; padding: 20px 16px 16px; border-radius: 15px; }
  .hs-move-kicker { font-size: 7px; letter-spacing: 1px; margin-bottom: 8px; }
  .hs-move-head strong { font-size: 15px; }
  .hs-move-art { width: calc(100% + 32px); margin: 18px -16px 12px; }
  .hs-move-bottom { padding: 13px 12px 12px; }
  .hs-move-status { font-size: 10px; }
  .hs-move-categories { font-size: 9px; gap: 6px; }
  .hs-move-categories span { gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .hs-move * { animation: none !important; }
  .hs-move-packet { offset-distance: 40%; }
  .hs-move-ready, .hs-move-status-ready { opacity: 1; }
  .hs-move-status-transfer { opacity: 0; }
  .hs-move-toggle { display: none !important; }
}
