.loading-screen{align-items:center;background:#f5f6fa;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.spinner{animation:spin .8s linear infinite;border:5px solid #e1e5eb;border-radius:50%;border-top-color:#3a7afe;height:48px;margin-bottom:20px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}p{font-size:20px;font-weight:600}.login-page{align-items:center;background:#f5f6fa;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.lang-switcher{display:flex;gap:8px;position:fixed;right:16px;top:16px;z-index:9999}.lang-switcher button{background:#fff;border:1px solid #d0d0d0;border-radius:6px;color:#111;cursor:pointer;font-size:14px;font-weight:600;margin:0;padding:6px 10px;transition:all .2s ease-in-out}.lang-switcher button:hover{background:#f0f0f0;border-color:#b5b5b5}.lang-switcher button.active{background:#3a7afe;border-color:#3a7afe;color:#fff}.registration-page{align-items:center;background:#f5f6fa;justify-content:center;min-height:100vh}.registration-page,form{display:flex;flex-direction:column}form{gap:12px;margin-top:20px;width:280px}input{border:1px solid #fff;border-radius:6px;padding:10px}button{background:#3a7afe;border:none;border-radius:6px;color:#fff;margin-top:10px;padding:10px}button:hover{background:#2f63d0}.input{border:1px solid #e1e5eb;border-radius:6px;outline:none;padding:10px;transition:border-color .2s ease;width:100%}.input.error{border-color:#d93025}.error-text{color:#d93025;font-size:13px;margin-bottom:0;margin-top:4px}.register-link{text-align:center}.register-link button{background-color:#e8f0ff;border:none;border-radius:6px;color:#2f63d0;cursor:pointer;margin:0;width:100%}.register-link button:hover{background-color:#fff}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f5f6fa;color:#1f2328;font-family:Inter,sans-serif}a{color:#3a7afe;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input{font-family:inherit}
/*# sourceMappingURL=main.7e7a13ba.css.map*/