#hubStage .hub-pill{flex-shrink:0;width:148px;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:4}#hubStage .hub-centre{width:110px;height:110px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#2b7fff 0%,#123d77 40%,#0a2546 100%);border:1px solid rgba(43,127,255,.35);box-shadow:0 18px 35px rgba(16,24,40,.25),0 0 0 10px rgba(43,127,255,.08)}#hubStage .hub-connectors{position:absolute;left:148px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px;pointer-events:none;z-index:2}#hubStage .hub-connector-line{height:1px;width:36px;background:linear-gradient(to right,rgba(43,127,255,.5),rgba(43,127,255,.1))}#hubStage .marquee-track{display:flex;gap:16px;width:max-content}#hubStage .marquee-track.fwd{animation:hubMarqueeFwd 28s linear infinite}#hubStage .marquee-track.rev{animation:hubMarqueeRev 32s linear infinite}#hubStage .marquee-track.fwd2{animation:hubMarqueeFwd 38s linear infinite}#hubStage .m-chip{flex-shrink:0;width:102px;height:102px;background:#fff;border:1.5px solid #e2eaf3;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s,border-color .2s;cursor:default;padding:0 8px}#hubStage .m-chip:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(43,127,255,.32)}#hubStage .m-chip-name{font-size:10px;font-weight:600;color:#8a9ab0;text-align:center;font-family:var(--font);line-height:1.3;max-width:86px}@media (max-width:980px){#hubStage .hub-pill{flex-direction:row;width:auto}#hubStage .hub-connectors{display:none}#hubStage .m-chip{width:92px;height:92px;border-radius:16px}}#hubStage .m-chip-img{width:64px;height:32px;object-fit:contain;display:block}