.register-page{background-color:#f9fafb;min-height:100vh}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);z-index:9999;justify-content:center;align-items:center;flex-direction:column;backdrop-filter:blur(4px)}.loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{margin-top:1rem;font-size:1rem;color:#4b5563;font-weight:500}
