/* Shared seven-step flywheel */
.orbit-flywheel {
  --orbit-size: 600px; --node-w: 132px; --node-h: 70px; --core-size: 190px;
  position: relative; width: min(var(--orbit-size),100%); aspect-ratio: 1; margin: 36px auto 0;
}
.orbit-flywheel::before {
  content: ""; position: absolute; inset: 12%; border: 1px solid #cfdae7; border-radius: 50%; background: #fff;
}
.orbit-spinner {
  position: absolute; inset: 8.5%; border: 1px dashed #9bbce3; border-radius: 50%; animation: flywheel-spin 14s linear infinite;
}
.orbit-spinner::after {
  content: ""; position: absolute; top: -6px; right: auto; left: calc(50% - 5px); width: 10px; height: 10px;
  border: 3px solid #fff; border-radius: 50%; background: #1769e0;
}
.orbit-core {
  position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; align-content: center;
  width: var(--core-size); height: var(--core-size); padding: 18px; border: 1px solid #bbd2ec; border-radius: 50%;
  color: #17314e; background: #eef6ff; text-align: center; transform: translate(-50%,-50%);
}
.orbit-core span { color: #1769e0; font: 750 11px/1.4 "SF Mono",Consolas,monospace; letter-spacing: .06em; }
.orbit-core strong { display: block; margin-top: 8px; font-family: "Newsreader","Songti SC","STSong",serif; font-size: 25px; line-height: 1.15; }
.orbit-steps { position: absolute; inset: 0; z-index: 3; margin: 0; padding: 0; list-style: none; }
.orbit-steps li {
  position: absolute; display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 8px; align-items: center;
  width: var(--node-w); min-height: var(--node-h); padding: 10px; border: 1px solid #dce5ee; border-radius: 9px;
  color: #2d435d; background: #fff; box-shadow: 0 2px 8px rgba(23,48,79,.035); transform: translate(-50%,-50%);
}
.orbit-steps li span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 6px; color: #1769e0; background: #eaf3ff; font: 750 8px "SF Mono",Consolas,monospace; }
.orbit-steps li strong { font-size: 12.5px; line-height: 1.35; }
.orbit-n1 { top: 5%; left: 50%; }
.orbit-n2 { top: 22%; left: 86%; }
.orbit-n3 { top: 58%; left: 94%; }
.orbit-n4 { top: 88%; left: 72%; }
.orbit-n5 { top: 88%; left: 28%; }
.orbit-n6 { top: 58%; left: 6%; }
.orbit-n7 { top: 22%; left: 14%; }
.auth-body .orbit-auth {
  --orbit-size: 510px; --node-w: 116px; --node-h: 48px; --core-size: 152px;
  width: min(var(--orbit-size),100%); height: 310px; aspect-ratio: auto; margin: 30px 0 0;
  border: 1px solid rgba(140,178,220,.36); border-radius: 28px;
  background: linear-gradient(145deg,rgba(255,255,255,.84),rgba(246,250,255,.66));
  box-shadow: 0 28px 70px -48px rgba(27,79,140,.42), inset 0 1px 0 rgba(255,255,255,.9);
}
.auth-body .orbit-auth::before {
  inset: 17% 13%; border-color: rgba(105,158,218,.36); border-radius: 50%;
  background: radial-gradient(circle at center,rgba(227,241,255,.76) 0 32%,rgba(255,255,255,.35) 33% 57%,transparent 58%);
  box-shadow: inset 0 0 0 9px rgba(255,255,255,.25);
}
.auth-body .orbit-auth::after {
  content: ""; position: absolute; inset: 24% 23%; border: 1px solid rgba(23,105,224,.09); border-radius: 50%;
}
.auth-body .orbit-auth .orbit-spinner {
  inset: 13% 9%; border: 1px dashed rgba(93,153,219,.55); border-radius: 50%;
}
.auth-body .orbit-auth .orbit-spinner::after {
  top: -7px; width: 12px; height: 12px; border-width: 3px;
  box-shadow: 0 0 0 5px rgba(23,105,224,.10),0 0 18px rgba(23,105,224,.42);
}
.auth-body .orbit-auth .orbit-core {
  width: var(--core-size); height: 92px; padding: 12px 18px; border-color: rgba(119,169,225,.52); border-radius: 24px;
  background: rgba(255,255,255,.93); box-shadow: 0 16px 44px -28px rgba(24,81,148,.58),inset 0 0 0 6px rgba(239,247,255,.9);
}
.auth-body .orbit-auth .orbit-core span { font-size: 10px; letter-spacing: .12em; }
.auth-body .orbit-auth .orbit-core strong { margin-top: 5px; font-family: var(--landing-sans,"PingFang SC",sans-serif); font-size: 20px; letter-spacing: -.03em; }
.auth-body .orbit-auth .orbit-steps li {
  grid-template-columns: 24px minmax(0,1fr); gap: 7px; min-height: var(--node-h); padding: 8px 10px;
  border-color: rgba(174,199,226,.7); border-radius: 12px; box-shadow: 0 8px 22px -18px rgba(25,65,111,.62);
}
.auth-body .orbit-auth .orbit-steps li span { width: 24px; height: 24px; border-radius: 7px; font-size: 7px; }
.auth-body .orbit-auth .orbit-steps li strong { font-size: 12px; line-height: 1.2; white-space: nowrap; }
.auth-body .orbit-auth .orbit-n1 { top: 10%; left: 50%; }
.auth-body .orbit-auth .orbit-n2 { top: 24%; left: 81%; }
.auth-body .orbit-auth .orbit-n3 { top: 55%; left: 87%; }
.auth-body .orbit-auth .orbit-n4 { top: 83%; left: 70%; }
.auth-body .orbit-auth .orbit-n5 { top: 83%; left: 30%; }
.auth-body .orbit-auth .orbit-n6 { top: 55%; left: 13%; }
.auth-body .orbit-auth .orbit-n7 { top: 24%; left: 19%; }
.context-flywheel { margin: 18px -4px 0; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.flywheel-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 2px 9px; padding: 0 4px; }
.flywheel-heading .eyebrow { width: 100%; margin-bottom: 3px; }
.flywheel-heading h3 { margin: 0; color: var(--navy); font-size: 14px; }
.flywheel-heading > span { color: var(--blue); font-size: 10px; font-weight: 750; }
.orbit-mini { --orbit-size: 276px; --node-w: 76px; --node-h: 44px; --core-size: 92px; margin: 14px auto 0; }
.orbit-mini::before { inset: 13%; }
.orbit-mini .orbit-spinner { inset: 9%; }
.orbit-mini .orbit-core { padding: 7px; }
.orbit-mini .orbit-core span { font-size: 6.5px; letter-spacing: 0; }
.orbit-mini .orbit-core strong { margin-top: 3px; font-size: 14px; }
.orbit-mini .orbit-steps li { display: grid; grid-template-columns: 17px 1fr; gap: 4px; min-height: 41px; padding: 5px; border-radius: 7px; }
.orbit-mini .orbit-steps li span { width: 17px; height: 17px; border-radius: 4px; font-size: 6px; }
.orbit-mini .orbit-steps li strong { font-size: 8.5px; line-height: 1.2; }
.orbit-mini .orbit-n2 { left: 84%; }
.orbit-mini .orbit-n3 { left: 91%; }
.orbit-mini .orbit-n4 { left: 70%; }
.orbit-mini .orbit-n5 { left: 30%; }
.orbit-mini .orbit-n6 { left: 9%; }
.orbit-mini .orbit-n7 { left: 16%; }

.topup-modal-card { padding: 24px 0 0; }
.topup-modal-card > h3 { padding: 0 24px; }
.topup-intro { padding: 0 24px 20px; border-bottom: 1px solid var(--line); }
.topup-intro > p { margin: -8px 0 15px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.topup-package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.topup-package { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fbfdff; }
.topup-package.recommended { border-color: #a8c7ea; background: #f2f7fd; }
.topup-package span { display: block; color: var(--navy); font-size: 11px; font-weight: 750; }
.topup-package strong { display: block; margin: 7px 0 5px; color: var(--blue-dark); font-size: 18px; }
.topup-package small { color: var(--muted); font-size: 9px; line-height: 1.55; }
.topup-contact { display: grid; grid-template-columns: 104px 1fr; gap: 14px; align-items: center; margin-top: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }
.topup-contact img { width: 104px; height: 104px; border-radius: 6px; object-fit: cover; }
.topup-contact p { margin: 0 0 8px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.topup-redeem { padding: 20px 24px 24px; }
.topup-redeem h4 { margin: 0 0 6px; color: var(--navy); font-size: 13px; }
.topup-redeem > p { margin: 0 0 14px; color: var(--muted); font-size: 10px; }

@keyframes orbit-node-focus {
  0%, 14.27% { border-color: #1769e0; color: #fff; background: #1769e0; box-shadow: 0 0 0 5px rgba(23,105,224,.11), 0 8px 20px rgba(23,105,224,.16); }
  14.29%, 100% { border-color: #dce5ee; color: #2d435d; background: #fff; box-shadow: 0 2px 8px rgba(23,48,79,.035); }
}
@keyframes orbit-node-badge {
  0%, 14.27% { color: #fff; background: rgba(255,255,255,.2); }
  14.29%, 100% { color: #1769e0; background: #eaf3ff; }
}
.orbit-steps li { animation: orbit-node-focus 14s linear infinite; }
.orbit-steps li span { animation: orbit-node-badge 14s linear infinite; }
.orbit-steps li:nth-child(1), .orbit-steps li:nth-child(1) span { animation-delay: 0s; }
.orbit-steps li:nth-child(2), .orbit-steps li:nth-child(2) span { animation-delay: -12s; }
.orbit-steps li:nth-child(3), .orbit-steps li:nth-child(3) span { animation-delay: -10s; }
.orbit-steps li:nth-child(4), .orbit-steps li:nth-child(4) span { animation-delay: -8s; }
.orbit-steps li:nth-child(5), .orbit-steps li:nth-child(5) span { animation-delay: -6s; }
.orbit-steps li:nth-child(6), .orbit-steps li:nth-child(6) span { animation-delay: -4s; }
.orbit-steps li:nth-child(7), .orbit-steps li:nth-child(7) span { animation-delay: -2s; }
@keyframes flywheel-spin { to { transform: rotate(360deg); } }
@media (max-width: 760px) {
  .orbit-large { --orbit-size: 350px; --node-w: 86px; --node-h: 48px; --core-size: 110px; }
  .orbit-large .orbit-core span { font-size: 7px; }
  .orbit-large .orbit-core strong { margin-top: 4px; font-size: 15px; }
  .orbit-large .orbit-steps li { grid-template-columns: 19px 1fr; gap: 5px; padding: 6px; }
  .orbit-large .orbit-steps li span { width: 19px; height: 19px; font-size: 6px; }
  .orbit-large .orbit-steps li strong { font-size: 7px; }
  .orbit-large .orbit-n2 { left: 84%; }
  .orbit-large .orbit-n3 { left: 87%; }
  .orbit-large .orbit-n4 { left: 70%; }
  .orbit-large .orbit-n5 { left: 30%; }
  .orbit-large .orbit-n6 { left: 13%; }
  .orbit-large .orbit-n7 { left: 16%; }
  .auth-body .orbit-auth { --orbit-size: 510px; margin-right: auto; margin-left: auto; }
  .topup-package-grid { grid-template-columns: 1fr; }
  .topup-contact { grid-template-columns: 88px 1fr; }
  .topup-contact img { width: 88px; height: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  .orbit-spinner, .orbit-steps li, .orbit-steps li span { animation: none; }
  .auth-body .orbit-auth .orbit-n1 { border-color: #1769e0; color: #fff; background: #1769e0; box-shadow: 0 0 0 4px rgba(23,105,224,.11),0 8px 20px rgba(23,105,224,.16); }
  .auth-body .orbit-auth .orbit-n1 > span { color: #fff; background: rgba(255,255,255,.2); }
}

@media (max-width: 560px) {
  .auth-body .orbit-auth { --node-w: 98px; height: 292px; border-radius: 22px; }
  .auth-body .orbit-auth::before { inset: 18% 12%; }
  .auth-body .orbit-auth .orbit-spinner { inset: 14% 8%; }
  .auth-body .orbit-auth .orbit-core { width: 130px; height: 82px; border-radius: 20px; }
  .auth-body .orbit-auth .orbit-core span { font-size: 8px; }
  .auth-body .orbit-auth .orbit-core strong { font-size: 17px; }
  .auth-body .orbit-auth .orbit-steps li { grid-template-columns: 20px minmax(0,1fr); gap: 5px; padding: 7px 8px; }
  .auth-body .orbit-auth .orbit-steps li span { width: 20px; height: 20px; font-size: 6px; }
  .auth-body .orbit-auth .orbit-steps li strong { font-size: 10.5px; }
  .auth-body .orbit-auth .orbit-n2 { left: 79%; }
  .auth-body .orbit-auth .orbit-n3 { left: 84%; }
  .auth-body .orbit-auth .orbit-n4 { left: 68%; }
  .auth-body .orbit-auth .orbit-n5 { left: 32%; }
  .auth-body .orbit-auth .orbit-n6 { left: 16%; }
  .auth-body .orbit-auth .orbit-n7 { left: 21%; }
}

/* Workspace synchronized flywheel */
.workspace-body .orbit-mini { --orbit-size: 276px; margin: 16px auto 2px; }
.workspace-body .orbit-spinner {
  animation: workspace-flywheel-spin 14s linear infinite;
  transform-origin: center;
}
.workspace-body .orbit-spinner::after {
  top: -6px;
  right: auto;
  left: calc(50% - 5px);
}
.workspace-body .orbit-steps li {
  --step-delay: 0s;
  animation: workspace-node-highlight 14s linear infinite;
  animation-delay: var(--step-delay);
}
.workspace-body .orbit-steps li > span {
  animation: workspace-node-badge 14s linear infinite;
  animation-delay: var(--step-delay);
}
.workspace-body .orbit-steps .orbit-n1 { --step-delay: 0s; }
.workspace-body .orbit-steps .orbit-n2 { --step-delay: 2s; }
.workspace-body .orbit-steps .orbit-n3 { --step-delay: 4s; }
.workspace-body .orbit-steps .orbit-n4 { --step-delay: 6s; }
.workspace-body .orbit-steps .orbit-n5 { --step-delay: 8s; }
.workspace-body .orbit-steps .orbit-n6 { --step-delay: 10s; }
.workspace-body .orbit-steps .orbit-n7 { --step-delay: 12s; }
@keyframes workspace-flywheel-spin { to { transform: rotate(360deg); } }
@keyframes workspace-node-highlight {
  0%, 14.27% {
    border-color: #1769e0;
    color: #fff;
    background: #1769e0;
    box-shadow: 0 0 0 4px rgba(23,105,224,.11), 0 9px 20px rgba(23,105,224,.18);
    transform: translate(-50%,-50%) scale(1.035);
  }
  14.29%, 100% {
    border-color: #dce5ee;
    color: #2d435d;
    background: #fff;
    box-shadow: 0 2px 8px rgba(23,48,79,.035);
    transform: translate(-50%,-50%) scale(1);
  }
}
@keyframes workspace-node-badge {
  0%, 14.27% { color: #fff; background: rgba(255,255,255,.2); }
  14.29%, 100% { color: #1769e0; background: #eaf3ff; }
}
@media (prefers-reduced-motion: reduce) {
  .workspace-body .orbit-spinner,
  .workspace-body .orbit-steps li,
  .workspace-body .orbit-steps li > span { animation: none; }
  .workspace-body .orbit-n1 { border-color: #1769e0; color: #fff; background: #1769e0; box-shadow: 0 0 0 4px rgba(23,105,224,.11); }
  .workspace-body .orbit-n1 > span { color: #fff; background: rgba(255,255,255,.2); }
}