.register-page{position:relative;display:flex;width:100%;min-height:var(--stage-h,100vh);background:var(--bg);color:var(--ink)}.register-page>.onb-shell{flex:1 1}.register-boot{display:flex;flex:1 1;align-items:center;justify-content:center;min-height:var(--stage-h,100vh)}.register-boot__bar{width:min(320px,60vw);height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--accent),transparent);background-size:200% 100%;animation:register-boot-sweep 1.1s linear infinite}@keyframes register-boot-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.register-boot__bar{animation:none;opacity:.5}}