.portal-loader{align-items:center;background:#fff;display:flex;height:100vh;justify-content:center;width:100%}.portal-loader__spinner{animation:portal-spin .6s linear infinite;border-radius:50%;border:3px solid rgba(0,130,141,.15);border-top-color:#00828d;height:32px;width:32px}@keyframes portal-spin{to{transform:rotate(1turn)}}.auth-skeleton{align-items:center;background:#fff;display:flex;flex-direction:column;gap:24px;justify-content:center;min-height:100vh;padding:1.5rem;width:100%}.auth-skeleton__logo{border-radius:12px;height:48px;width:48px}.auth-skeleton__logo,.auth-skeleton__title{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%}.auth-skeleton__title{border-radius:8px;height:40px;width:200px}.auth-skeleton__subtitle{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:20px;width:280px}.auth-skeleton__form{display:flex;flex-direction:column;gap:16px;margin-top:16px;max-width:400px;width:100%}.auth-skeleton__input{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%}.auth-skeleton__button,.auth-skeleton__input{animation:skeleton-shimmer 1.5s infinite;border-radius:12px;height:48px;width:100%}.auth-skeleton__button{background:linear-gradient(90deg,#e0e0e0 25%,#d8d8d8 50%,#e0e0e0 75%);background-size:200% 100%;margin-top:8px}.auth-skeleton__footer{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-top:16px;width:180px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}