.tsm-plaihub{position:relative;width:100%;max-width:var(--tsm-plaihub-max, 520px);aspect-ratio:1 / 1;margin-left:auto}.tsm-plaihub__orbit{position:absolute;top:50%;left:50%;width:78%;aspect-ratio:1 / 1;transform:translate(-50%,-50%);border:1px dashed rgba(13,27,42,.14);border-radius:50%;pointer-events:none;z-index:1;animation:tsm-plaihub-orbit 60s linear infinite}.tsm-plaihub__orbit:before,.tsm-plaihub__orbit:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%}.tsm-plaihub__orbit:before{top:-5px;left:50%;transform:translate(-50%);background:var(--ts-color-teal-400);box-shadow:0 0 14px #15d2fbb3}.tsm-plaihub__orbit:after{bottom:-5px;left:50%;transform:translate(-50%);background:var(--ts-color-orange-500);box-shadow:0 0 14px #f4612bb3}@keyframes tsm-plaihub-orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}.tsm-plaihub__lines{position:absolute;inset:0;width:100%;height:100%;z-index:0}.tsm-plaihub__lines line{stroke-dasharray:60;stroke-dashoffset:60;animation:tsm-plaihub-line 1.6s cubic-bezier(.16,1,.3,1) forwards}.tsm-plaihub__lines line:nth-child(1){animation-delay:.15s}.tsm-plaihub__lines line:nth-child(2){animation-delay:.3s}.tsm-plaihub__lines line:nth-child(3){animation-delay:.45s}.tsm-plaihub__lines line:nth-child(4){animation-delay:.6s}.tsm-plaihub__lines line:nth-child(5){animation-delay:.75s}.tsm-plaihub__lines line:nth-child(6){animation-delay:.9s}@keyframes tsm-plaihub-line{to{stroke-dashoffset:0}}.tsm-plaihub__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36%;aspect-ratio:1 / 1;border-radius:50%;background:linear-gradient(135deg,var(--ts-color-teal-500) 0%,var(--ts-color-orange-500) 100%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 22px 60px #f4612b59,0 0 0 1px #fff9 inset;z-index:3;font-family:var(--ts-font-display)}.tsm-plaihub__center:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(244,97,43,.6);animation:tsm-plaihub-halo 3s ease-out infinite;pointer-events:none}@keyframes tsm-plaihub-halo{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.tsm-plaihub__name{font-weight:700;font-size:clamp(22px,3vw,30px);letter-spacing:-.4px;line-height:1}.tsm-plaihub__sub{font-family:var(--ts-font-sans);font-size:11px;letter-spacing:1px;text-transform:uppercase;opacity:.85;margin-top:6px}.tsm-plaihub__node{position:absolute;width:24%;aspect-ratio:1 / 1;border-radius:50%;background:#fff;border:1px solid var(--ts-border-default);box-shadow:0 1px 3px #0d1b2a0f,0 12px 28px #0d1b2a1f,inset 0 0 0 1px #fff9;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--ts-font-sans);font-size:12px;font-weight:600;color:var(--ts-text-ink);padding:10px;line-height:1.2;z-index:2;opacity:0;animation:tsm-plaihub-pop .8s cubic-bezier(.34,1.56,.64,1) forwards,tsm-plaihub-float 6s ease-in-out infinite 1.4s}.tsm-plaihub__node--top{top:0;left:50%;transform:translate(-50%);animation-delay:.9s,.9s}.tsm-plaihub__node--tr{top:22%;right:0;animation-delay:1.05s,1.05s}.tsm-plaihub__node--br{bottom:22%;right:0;animation-delay:1.2s,1.2s}.tsm-plaihub__node--bottom{bottom:0;left:50%;transform:translate(-50%);animation-delay:1.35s,1.35s}.tsm-plaihub__node--bl{bottom:22%;left:0;animation-delay:1.5s,1.5s}.tsm-plaihub__node--tl{top:22%;left:0;animation-delay:1.65s,1.65s}.tsm-plaihub__node--top,.tsm-plaihub__node--bottom{animation:tsm-plaihub-pop .8s cubic-bezier(.34,1.56,.64,1) forwards,tsm-plaihub-float-v 6s ease-in-out infinite 1.4s}@keyframes tsm-plaihub-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes tsm-plaihub-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes tsm-plaihub-float-v{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-8px)}}.tsm-plaihub__node:hover{animation-play-state:paused;border-color:var(--ts-color-teal-400);box-shadow:0 12px 28px #15d2fb59,inset 0 0 0 1px #fffc}@media(prefers-reduced-motion:reduce){.tsm-plaihub__orbit,.tsm-plaihub__center:after{animation:none}.tsm-plaihub__lines line{stroke-dashoffset:0;animation:none}.tsm-plaihub__node{opacity:1;animation:none}.tsm-plaihub__node--top,.tsm-plaihub__node--bottom{transform:translate(-50%)}}@media(max-width:980px){.tsm-plaihub{margin:0 auto;max-width:460px}}
